Page 1 of 1

how to export a game and have it working

PostPosted: Sat Oct 02, 2010 12:08 pm
by smoothie
how do you get a game to export and have it still working because i have have files linked to others like menu.ged or grid.ged. every time i go to click on a button like play which goes to grid.ged it quit the game.

Re: how to export a game and have it working

PostPosted: Sat Oct 02, 2010 1:58 pm
by lcl
Do you use LoadGame(); function?
If you do, you have to export game first, as windows executable (if you have windows) and then use the code like this:
Code: Select all
LoadGame("Level1.exe");

See that you can't load .ged files as game. :D

Re: how to export a game and have it working

PostPosted: Sun Oct 03, 2010 1:52 am
by smoothie
i have windows and Linux but i mostly just use Linux i don't really like windows. would i have to do it the same way on linux

Re: how to export a game and have it working

PostPosted: Sun Oct 03, 2010 6:49 am
by smoothie
oh wait it works the same way on linux no need to replyi back

Re: how to export a game and have it working

PostPosted: Sun Oct 03, 2010 7:29 am
by lcl
So, it worked? :D

Re: how to export a game and have it working

PostPosted: Mon Oct 04, 2010 10:26 am
by smoothie
yes, yes it did