Hello
I have this issue:
WHEN WDL FILE OPENED
- game works normally on Test Run
- clicking File->Publish opening window with good path to acknex.exe
- clicking publisz with selected Compile EXE, creating working .exe
WHEN .C FILE OPENED
- game works normally on Test Run
- clicking File->Publish opening publish box with path to non existing game.exe
- clicking Publish doesn't create .exe file
- when publishing without Compile EXE and picking good path to acknex.exe, a game.exe is normally created, but when I run it, there is an error MAIN.WDL NOT FOUND - i don't have main.wdl, and any other .wdl in game project directory
I've written 3D Chess game with any board size and nice explosions effects. I can't convert it to .wdl, because of lot complications (i've used VECTOR, array of ENTITY*, MATERIAL* etc.)
How to make working game from .c ? It not must be compiled exe, i just want to make working game on another computer wich don't have GS