P.S. I had a great trip
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.
Mini-Game Series for Sandbox
-
siimvuss
- Member

- Posts: 410
- Joined: August 19th, 2009, 1:27 am
- Name: S
- IRC Username: S
- Location: Estonia
Re: Mini-Game Series for Sandbox
so I´m back and I hope we can start working on it again 
P.S. I had a great trip
P.S. I had a great trip
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Mini-Game Series for Sandbox
Glad you did!
Anyway, I found a way to set up Mini-Games inside the FPS version of SB until we get our own MS-DOS Batch file's running.
I'll send the code to you along with the map
Here's the map:
Anyway, I found a way to set up Mini-Games inside the FPS version of SB until we get our own MS-DOS Batch file's running.
I'll send the code to you along with the map
Here's the map:

Want a user bar like this one? PM Leo!
-
siimvuss
- Member

- Posts: 410
- Joined: August 19th, 2009, 1:27 am
- Name: S
- IRC Username: S
- Location: Estonia
Re: Mini-Game Series for Sandbox
I´ll try to look your code later today, but unfortunately I´m unavailable for 1 more week
, because I have to go help my dad, i´m leaving tomorrow, I think I´ll be back next weekend, sorry for that 
*EDIT*
I managed to make the code better, I added stuff and made your stuff work, managed to do everything except the achievement showing. If you make a model and set its level trigger 2 it worked, but wont work without a model, I´m going to try to repair that later.
*EDIT*
I managed to make the code better, I added stuff and made your stuff work, managed to do everything except the achievement showing. If you make a model and set its level trigger 2 it worked, but wont work without a model, I´m going to try to repair that later.
- Attachments
-
- Platforms1.zip
- The improved version of platforms1.cfg
- (597 Bytes) Downloaded 119 times
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Mini-Game Series for Sandbox
Thanks Siim 
Did you try the menu mod yet?
Did you try the menu mod yet?

Want a user bar like this one? PM Leo!
-
siimvuss
- Member

- Posts: 410
- Joined: August 19th, 2009, 1:27 am
- Name: S
- IRC Username: S
- Location: Estonia
Re: Mini-Game Series for Sandbox
I did, I think its amazing, one thing bothers me tho. The fact that you have to be in editmode to see the mini-games option. I think it should be moved next to multiplayer maybe and seeable without being in editmode, then its perfect
.
Another thing to do is making special menus for mini-games, so they will be loaded when you choose mini-game and when you exit mini-game they will be unloaded. (like the thing I put into platforms map, but so that it loads with mini-games mode not with certain map
)
Another thing to do is making special menus for mini-games, so they will be loaded when you choose mini-game and when you exit mini-game they will be unloaded. (like the thing I put into platforms map, but so that it loads with mini-games mode not with certain map
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Mini-Game Series for Sandbox
Hmm that's surprising as it works in regular mode for me. I don't need to enter Edit mode....
It should look like this:
It wouldn't be too hard to add some options to the menu as well as the maps, just a simple line of code. I can work on that with mine for now, get the kinks out of it, then send it over to you
A simple stats page would be good.
It would hold achievements, coins, maps completed, multiplayer and singleplayer options etc. The first three would include Integer Arithmetic which I'm not to experienced with.
It should look like this:
Code: Select all
guilist [
guibutton "Toggle Editmode (e)" "edittoggle"
guibutton "Load Map" "showgui maps; MODE = (getmode); mode (getmode); initmapgui"
guibutton "Load Custom Map" "showgui loadmap"
guibutton "Multiplayer" "showgui multiplayer"
guibutton "Help" "showgui help"
guibar
guibutton "Mini-Games" "showgui minigames" <-------------------------------------
guibutton "Options" "showgui options"
guibutton "Jukebox" "showgui jukebox"
guibutton "Change Skill Level" "showgui skilllvl"
guibutton "About" "showgui authors"
guibutton "Exit The Game" quit exit
]
]
]
It kinda does that already, but would it be like the unloading the Village UI?siimvuss wrote: Another thing to do is making special menus for mini-games, so they will be loaded when you choose mini-game and when you exit mini-game they will be unloaded. (like the thing I put into platforms map, but so that it loads with mini-games mode not with certain map)
It wouldn't be too hard to add some options to the menu as well as the maps, just a simple line of code. I can work on that with mine for now, get the kinks out of it, then send it over to you
A simple stats page would be good.
It would hold achievements, coins, maps completed, multiplayer and singleplayer options etc. The first three would include Integer Arithmetic which I'm not to experienced with.

Want a user bar like this one? PM Leo!
-
siimvuss
- Member

- Posts: 410
- Joined: August 19th, 2009, 1:27 am
- Name: S
- IRC Username: S
- Location: Estonia
Re: Mini-Game Series for Sandbox
About those start pages:
I´m not experiened with those either, but I think that with a bit of trial error I can do it, so when I get back I´ll work on it, this time there is nothing in the way anymore, no more trips
And the efitmode thing was my bad, I just wrote the code to the wrong place
I´m not experiened with those either, but I think that with a bit of trial error I can do it, so when I get back I´ll work on it, this time there is nothing in the way anymore, no more trips
And the efitmode thing was my bad, I just wrote the code to the wrong place
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Mini-Game Series for Sandbox
I've got some screenies if you wanna see 
I modded my menu a bit more extensively so I put in the Map Hub. I've got everything down to the store coded in
Menu
Stats menu
Going from the stats menu to the Buy/Store menu
More screenshots will eventually be in the Gallery
I modded my menu a bit more extensively so I put in the Map Hub. I've got everything down to the store coded in
Stats menu
Going from the stats menu to the Buy/Store menu
More screenshots will eventually be in the Gallery

Want a user bar like this one? PM Leo!
-
siimvuss
- Member

- Posts: 410
- Joined: August 19th, 2009, 1:27 am
- Name: S
- IRC Username: S
- Location: Estonia
Re: Mini-Game Series for Sandbox
Nice!, the only yhing I need is SVN version :S, which program do you use?
Also maybe sb should talk to mike, cuz he wrote that in the new release there will be vehicle mode etc, but nothing about mini-games
Anyways Bye!, I´ll be back after a week
Also maybe sb should talk to mike, cuz he wrote that in the new release there will be vehicle mode etc, but nothing about mini-games
Anyways Bye!, I´ll be back after a week
- Runescapedj
- Member

- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
Re: Mini-Game Series for Sandbox
'Buy speed'? =P