Well, it starts. I had to add some things to get piston, frame and CRAY to show up. But now piston doesn't work. I can paste pixals of it but they are dead and it won't show up in saves. (I think everything else works since cray works) Also, could you inform me of the changes that you will have in the update so I can add them manually. (list of files changed and post new code on github).
0 errors 0 warnings
All I added was things in ElementClasses.cpp which is dirt simple.
generator.py works but there isn't much to the files it generates.
And all the piston definitions and arguments are there in the ElementClasses.h written by the python file.
I ran the python file in the python compiler and found no problems.
Bizzare, has to be either not updating or not doing what its supposed to. I can make it turn into blue piston in the game though.
Did S*** to fix it.
generator.py >>> Documents (STAYS there, does nothing useful anymore)
1. I think I know how to type
elements.push_back(Element_PSTN());
elements.push_back(Element_CRAY());
elements.push_back(Element_FRME());
elements.push_back(Element_GOLD());
(the file was already there and broken when I downloaded it, currently looks identical to the one from generator.py)
2. you have to edit it to add mod elements -_-
3. Definately not in ElementClasses.cpp, either ElementClasses.h or in PSTN.cpp
4. I'll github it
EDIT: Screw Github. Pastebin.
tried it again...still nothing
everything else works (even avatars and gold) except piston...are you sure you didn't just break it?
I did...generator.py broken. Wait...I'll check compiler settings.