Page 1 of 5

Secert Project "Unnammed Title"

Posted: July 22nd, 2010, 6:28 pm
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......)

Re: Secert Project "Unnammed Title"

Posted: July 22nd, 2010, 7:13 pm
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. ??

Re: Secert Project "Unnammed Title"

Posted: July 23rd, 2010, 1:30 am
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"

Re: Secert Project "Unnammed Title"

Posted: July 23rd, 2010, 1:40 am
by siimvuss
4. I belive that 2.5 bots follow you if you havent set any waypoints...

Re: Secert Project "Unnammed Title"

Posted: July 23rd, 2010, 4:48 am
by Cankinder
How you make waypoint for bots out moviecube? :?: :?: Or only can used in moviecube? :?: :?:
Please i need know! :!: :!:
-Victor The Cankinder

Re: Secert Project "Unnammed Title"

Posted: July 23rd, 2010, 1:33 pm
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

Re: Secert Project "Unnammed Title"

Posted: July 23rd, 2010, 1:58 pm
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

Re: Secert Project "Unnammed Title"

Posted: July 23rd, 2010, 5:34 pm
by PizzaLover101
lol :P

It's in fps, regular sandbox, not svn

Re: Secert Project "Unnammed Title"

Posted: July 27th, 2010, 1:29 pm
by PizzaLover101
how would i make a menu? like when you push esc and that menu pops up?

Re: Secert Project "Unnammed Title"

Posted: July 27th, 2010, 2:45 pm
by siimvuss
its a gui... read from wiki...