I am using Microsoft Visual C++ 2010 express, and i have been following the compiling guide (TPT++) on the wiki, and everything was going well, but i suddenly recieved a huge amount of errors that seem to be related to generator.py.
I have no python knowledge, so i am unable to fix this myself. Can anyone help me? (Searching the forums has yeilded no solutions)
Errors: http://pastebin.com/UbTgWnG0
(edit: i am compiling the unmodified source)
Is there any way you could send me the files generated by generator.py? When i run it, a Command-line window flashes for a fraction of a second, reading:
File "(generator.py location)" line 206 in <module>
generateElements()
File "(generator.py location)" line 35, in generateElements
d[3] = string.atoi<d[3])
AttributeError: 'module' object has no attribute 'atoi'
Any ideas?
The source from github will always be up-to-date or higher than the release version, The latest github version is indeed 84.3, not sure why yours would say 84.2.
You still need to add all those missing headers that are never there like zlib.h. -_-
I have no idea either. its no big deal though.
New problems, i have added a very simple element, and i have used Metal as a guide, becuse it is effectively a clone of metal. However, despite the lack of any compiling errors, it has failed to show up in-game. According to the console, it does not even exist. I have modified ElementClasses.h to accept it as an element, but is there anything else i need to do?
My element's code: http://pastebin.com/H05vUtKr
My updated ElementClasses.h: http://pastebin.com/snSCABJN (right at the bottom)
It said "SSE2" is invalid for the instruction set. 0_0
Edit: It's not SSE2, there's a whole bunch of other crap with it. -_-