So I coded my key into this source I have and compiled it and did "run"(new to this) and got this:
http://i42.tinypic.com/zstnd3.jpg
I got a black screen, but also I must ask, how exactly do I code keys as admin. ><
Usually I just go in an unzipped source, then to the admin file and code in my key, compile, save, and compress it which I feel is wrong..?
And got this:
http://i44.tinypic.com/33cx8wy.jpg
Since you can't see the rest at the bottom, I got this:
saving NR.dmb (DEBUG mode)
NR.dmb - 0 errors, 5 warnings
I'm just looking for help to what I posted above, so help lol.
![]() Aug 6 2013, 9:22 pm
|
|
The source is messed up. I recommend you put it in the Recycle Bin and empty the Recycle Bin. Stop using ripped sources and make a game. That way you won't get confused on coding yourself as supersand 9000 :D
|
I wasn't using it to make a game. I was using it to learn some coding things. Besides, I wouldn't a game :/ stop assuming.
|
Hi there Acuzio Kush.
There are any number of reasons as to why you could be experiencing a black screen, which may not be related to how you're setting yourself up as an administrator in the game. Unfortunately this tends to be the sort of thing you run into when working with a source code you happened upon without any real background in how to properly program. It's possible the source code could have been set up in a way that it would never function, then released. I wholeheartedly suggest that if you wish to pursue game development, you start from the beginning and learn the basics rather than attempting to utilize a source code you found, as these are always of extremely poor quality. The second screenshot alludes to icon files that are missing from the project and are currently only located in the resource cache (.rsc) file that is created when the project is compiled. Without said icons you'll continue to receive those warnings (or if you perform a Clean Compile, will receive errors as a clean compile removes missing files from the resource cache). |