Skip to main content

News

Topic: Help with exporting (Read 3553 times) previous topic - next topic

0 Members and 1 Guest are viewing this topic.
Help with exporting
Hi, i just made a small game, and i would like to know what options i have to export it so it is available everywhere.

Re: Help with exporting
Reply #1
Probably the simplest solution is to distribute the engine with and your game (put directly into the startup folder), without the editor.exe.

  • DaVince
  • [*][*][*][*][*]
  • Administrator
  • Used Sphere for, like, half my life
Re: Help with exporting
Reply #2
Your game is in sphere\games\game_name, so the easiest is to do something like this:

- Make a copy of everything inside Sphere's directory, except for startup/ and games/
- Copy your game directory (so sphere/games/game_name) into the copy (so copy_of_sphere/game_name).
- Rename your game directory to startup.
- Optional: delete editor.exe if you don't want people to run the editor and open/edit your project.
- Optional: rename engine.exe to something appropriate, like MyGameName.exe or StartGame.exe or whatever.

I'm going to make a wiki page for this now, with screenshots.