Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
How do you make a exe version of your game????
-
yossiyossi
- Member

- Posts: 1
- Joined: November 18th, 2010, 5:27 pm
- Name: yoss
How do you make a exe version of your game????
Hey Before I start using this program I wanna know if it can make exe versons of the game I create if i can I will start using this please help.
Re: How do you make a exe version of your game????
yea you can make exes - you could also make it identically to saurbraten and have batch files run the game, its down to you (the latter is the easiert)
I'm taking modelling requests again - any models you want created,skinned or animated (or all 3) leave a post here:
viewtopic.php?f=9&t=2704&start=0
My tutorial site - still under construction, but lots of good stuff there:
http://pasandbox.webs.com/
viewtopic.php?f=9&t=2704&start=0
My tutorial site - still under construction, but lots of good stuff there:
http://pasandbox.webs.com/
- PizzaLover101
- Member

- Posts: 1751
- Joined: October 23rd, 2009, 1:33 pm
- Name: NAME
- IRC Username: DaItsicle
- Location: By a computer
- Contact:
Re: How do you make a exe version of your game????
Well, it doesn't really matter.
I have a bat to exe converter, so it can run off of exe's
I have a bat to exe converter, so it can run off of exe's
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!
http://pizzagametime.tk/
http://forums.pizzagametime.tk/
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!
http://pizzagametime.tk/
http://forums.pizzagametime.tk/
- Leo_V117
- Support Team

- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: How do you make a exe version of your game????
Thats true, Most of the games have an exe to run, and keeping a bat to run it would be a good Idea, although you can create a new one and change it to an EXE. Like so...
Right Click "CLICK_ME_TO_START.bat" and select Edit. You should have this line: When you run PAS, you should get this: "*userdir*>bin\sandbox_fps.exe -qmystuff -r" For example "D:\PAS 2.6>bin\sandbox_fps.exe -qmystuff -r"... What you want to do is add this above the line.
then add Now save it, Then youre done. Heres what it should look like:
Now, you can make the window stay open, or make it blank so you can convert it to EXE. If you want it blank, it should look like this:
Now use the bat to exe converter and set the "visibility" to "invisible" and then convert it.
Hope this Helps.
- Leo
Right Click "CLICK_ME_TO_START.bat" and select Edit. You should have this line:
Code: Select all
bin\sandbox_fps.exe -qmy_stuff -r %1 %2 %3 %4 %5Code: Select all
@ECHO OFFCode: Select all
ECHO Running *gamename*Code: Select all
@ECHO OFF
ECHO Running PAS 2.6
bin\sandbox_fps.exe -qmy_stuff -r %1 %2 %3 %4 %5Code: Select all
@ECHO OFF
bin\sandbox_fps.exe -qmy_stuff -r %1 %2 %3 %4 %5Hope this Helps.
- Leo
Game Projects
Sandbox Tools
