Taishee while I can't help you the programming help section is not what I would call the most lively section so you sometimes may not get a response for days sometimes OK,so please stop with the multi-post.
I haven't bought spore yet, but I plan to (is it any good and worth it?)
What you have there is a binary code or file. On the left is the line number in hexadecimal. In the middle is the hexadecimal values. On the right are the hexadecimal values as you would see them as standard characters. (For example, if you type in the little letter d on the computer, what you really are typing is the hexadecimal value 64)
I'm not totally sure, but I'm guessing it's some sort of config file that contains all the values for the user's variables in the program.
So what do you mean this popped up? An error message appeared, or a binary editor appeared? Did the program stop running or did it continue going just fine? Could you edit anything? Please elaborate.
when i started it up for the first time, a file with a whole bunch of stuff popped up. i looked at it and then closed it. after i closed it, it started up. btw, its worth it. also, sorry about my earlier posts. i havnt been to programming help area before and i didnt know that it would take a bit.
oh, i just remembered something. when i tried to start it, the thing popped up like 3 times, and made shortcuts for it on my desktop. it only happened the first time, and spore is running fine now. also, heres the full thing.
[Build info]
[System info] Computer name: Owner-PC User name: Owner EA_PLATFORM: Windows on X86 OS name: Windows Vista OS version number: 6.0.6000 OS service pack: Debugger present: no CPU count: 2 Processor type: x86 Processor level: 15 Processor revision: 26625 Memory load: 57% Total physical memory: 958 Mb Available physical memory: 411 Mb Total page file memory: 2173 Mb Available page file memory: 682 Mb Total virtual memory: 2047 Mb Free virtual memory: 1829 Mb
[Application info] Language: C++ Compiler: Microsoft Visual C++ compiler, version 1310 App path: C:\\Users\\Owner\\Desktop\\SporeCreatureCreator.exe App version: 0.0.0.1112
So what you got on the first column there is your memory location. Then in the second column there's some hexadecimal values. You can convert them into integers than covert that into ASCII to find whatever it's saying.
The last program you posted there looks like an initialization script. It is loading various assets and assigning them in memory.