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.

Secert Project "Unnammed Title"

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Secert Project "Unnammed Title"

Post by PizzaLover101 »

I've been secretly working on a project, don't ask what it is, just enjoy it when I comes out and please answer my question. I looked around in the wiki and couldn't find anything of what i was looking for.


1)How do you teleport from map to map?
2)How do you change your guy(s)?
3)How do you make save data?
4)How do you make it so that certain people will follow you?
5)How would you make an application to start on a certain map?

Thanks, PizzaLover101
pizzalover101@gmail.com
pizzaclan.webs.com

EDIT:
6)Who is a good modeler/what is a good free model gallery? (I can never remember......)
Last edited by PizzaLover101 on July 23rd, 2010, 9:07 am, edited 1 time in total.
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/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Secert Project "Unnammed Title"

Post by chocolatepie33 »

1. Set up a level trigger, and then use the cfg file and input " sp <mapname> ". It will show you the loading screen (with the mapname and a screenshot).

2.There's a post around here. Look around. We're not entirely sure yet. You can replace a playermodel, with your own.

3-5. ??
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
GR1M
Support Team
Support Team
Posts: 1305
Joined: August 22nd, 2009, 4:35 pm
Name: Luke
IRC Username: Gr1m
Location: Texas
Contact:

Re: Secert Project "Unnammed Title"

Post by GR1M »

5. Copy and paste a new windows batch file from the Sandbox folder. Edit it and it should look liks this -->

Code: Select all

bin\"type of game".exe -r -l"Map name" %1 %2 %3 %4 %5
For instance

Code: Select all

"bin\sandbox_movie.exe -r -lmoviecubedemo %1 %2 %3 %4 %5"
Image
Want a user bar like this one? PM Leo
siimvuss
Member
Member
Posts: 410
Joined: August 19th, 2009, 1:27 am
Name: S
IRC Username: S
Location: Estonia

Re: Secert Project "Unnammed Title"

Post by siimvuss »

4. I belive that 2.5 bots follow you if you havent set any waypoints...
User avatar
Cankinder
Member
Member
Posts: 189
Joined: May 28th, 2010, 1:50 pm
Name: Victor Manuel
IRC Username: Cankinder
Location: Spain, using my pc
Contact:

Re: Secert Project "Unnammed Title"

Post by Cankinder »

How you make waypoint for bots out moviecube? :?: :?: Or only can used in moviecube? :?: :?:
Please i need know! :!: :!:
-Victor The Cankinder
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Secert Project "Unnammed Title"

Post by chocolatepie33 »

6: A) Who is a good modeler? Lots of us here. A2) If you mean modeling program, other members use Blender, Wings3d, and others.
B) Around the forums, there are those posts like "Free models, sounds, etc". So take a look. I think it's one of the announcements.
Oh, here it is: viewtopic.php?f=2&t=649
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
arcones
Support Team
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: Secert Project "Unnammed Title"

Post by arcones »

I'm sorry to say this Pizza, but what mode is your game in?

That'll help. Anyway,

Code: Select all

"level_trigger_#" = [map yourmapnamehere]
I've been using that lately. :D
GR1M wrote:5. Copy and paste a new windows batch file from the Sandbox folder. Edit it and it should look liks this -->

Code: Select all

Code: Select all

    bin\"type of game".exe -r -l"Map name" %1 %2 %3 %4 %5

For instance

Code: Select all

Code: Select all

    "bin\sandbox_movie.exe -r -lmoviecubedemo %1 %2 %3 %4 %5"

Ha, I just re-code the menus and copy everything :P
Image
Want a user bar like this one? PM Leo!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

lol :P

It's in fps, regular sandbox, not svn
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/
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

how would i make a menu? like when you push esc and that menu pops up?
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/
siimvuss
Member
Member
Posts: 410
Joined: August 19th, 2009, 1:27 am
Name: S
IRC Username: S
Location: Estonia

Re: Secert Project "Unnammed Title"

Post by siimvuss »

its a gui... read from wiki...
Locked