Page 1 of 1

Getting the source code

PostPosted: Sun Jan 12, 2014 6:58 pm
by CrackedP0t
I'd like to get the source code for Game Editor. How do I do that?

Re: Getting the source code

PostPosted: Sun Jan 12, 2014 8:12 pm
by Goettsch
the source is written in c++,game editor script is c but if you can look into it sky know where is the complete source

Re: Getting the source code

PostPosted: Sun Jan 12, 2014 10:22 pm
by skydereign
The last stable 1.4 source is up on sourceforge as well as the 1.5 version (still in alpha). http://sourceforge.net/apps/trac/game-editor/
To checkout the source you would run this command.
Code: Select all
svn co https://game-editor.svn.sourceforge.net/svnroot/game-editor/trunk "Game Editor"


The 1.4.1 beta source is up on github https://github.com/game-editor/game-editor. You can either check it out with git, or just download it via this link. https://github.com/game-editor/game-editor/archive/master.zip