Forums Index >> Modding >> A few Q's



Page : <1> :


OK I need a little help with a new mod; I have some ideas that I could use a little help on :S

1) Is there any way to make it so that everyone on my server has the same tank skin? I saw another guy do it on his mod, so I think its possible.

2) Is it possible that I can make it go to the BrainCam when I get a certain powerup? (How do you get to the BrainCam, anyway? I need help on that too.)

3) How do you make it so that every powerup is a Speedy?

I know these are noob questions, and they might be difficult, but I would greatly appreciate your help.

CodeMaster

Last edited: Saturday, July 17, 2004 at 9:30:55 PM

Saturday, July 17, 2004 at 9:30:10 PM

@ code

Ok here ya go:

1) no, the tank skin thing is just a formality. Only you see your skin. There is a way to make everyone the same tank tho. If you want that just say so.

2) again, braincam is for you only. But if you want the camera changed to a different view use these codes:

Defaulttankcamera.camFloatheight = 3;
Defaulttankcamera.camBackupDist = -4;

Play with the numbers for different views (this is REALLY fun ;) )

3) I haven't tried that 1, so I really don't know. I dont want to give you the wrong info, so heres the guy to ask: Michael.

Let me know if you want anythin else, ill be happy to give it to ya (unless it's one of the secrets) XD ;)

Saturday, July 17, 2004 at 9:56:06 PM

Well, for 1 and 2, I know its possible, cuz other mods Ive been in did them. Otherwise, thx scotty.

Saturday, July 17, 2004 at 10:18:11 PM

1 and 2 are yes and 3 is no. Powerups cycle unpredictely and theres no stopping it

Saturday, July 17, 2004 at 10:50:51 PM

OK, thanks palm.
I guess I can just modify the statitics of each powerup to be the same.

Saturday, July 17, 2004 at 11:11:50 PM
-z-

Personally I get really annoyed when someone forces a download on me that changes my tank to look how they want it to look. I took time out to create myself a skin because thats how I want my tank to look.. I don't enjoy being forced to play with a different skin.

Just my 2¢.

-Z-

 

 

 

 

Saturday, July 17, 2004 at 11:12:34 PM

Well, thats a good point, -z-. But what I'm doing is I'm making a Sniper mod (Thats why I need BrainCam, so its kinda like a scope) and the point is that it will be tough to spot enemies, so I want everyone's tanks to blend in really good, so I put in a skin that blends in well and everyone will have it.

Last edited: Saturday, July 17, 2004 at 11:19:04 PM

Saturday, July 17, 2004 at 11:17:54 PM

That's a good idea, for example, in a mod with lots of camoflauge, ect, a camo colored tank would be really good.

But, as -z- stated, I like my skins. :(

Sunday, July 18, 2004 at 2:34:11 AM

OK then no-one play on my mod :[

Monday, July 19, 2004 at 2:33:41 PM

I like the idea.

Last edited: Wednesday, July 21, 2004 at 12:38:41 AM

Monday, July 19, 2004 at 4:43:55 PM

Thanx XD

Tuesday, July 20, 2004 at 2:59:34 PM

@Nathan
If I did it, wouldn't it be only for my server??

Wednesday, July 21, 2004 at 11:12:03 AM

You might have the save cartige set to true on your powerups.

Thursday, July 22, 2004 at 11:59:00 AM

That gave me an idea!
What if I just made it so that the default shot is speedy, and put no Powerups?

Friday, July 23, 2004 at 1:43:30 PM

Hmm...
Two new thoughts occured to me...
One, you can see other peoples names, and that would give off their position!
Two, Is there a sky skin that is close, but not entirely, black? That would be more fun, cuz its harder to see then!

Friday, July 23, 2004 at 1:46:04 PM

Maybe his T, H, A, N, K, Y, O, and U keys broke unexpectedly.

 

Saturday, July 24, 2004 at 10:57:47 AM

 

 

Personally I get really annoyed when someone forces a download on me that changes my tank to look how they want it to look. I took time out to create myself a skin because thats how I want my tank to look.. I don't enjoy being forced to play with a different skin.

Just my 2¢.

-Z-

 

I feel the same about your health gate. :)

Monday, July 26, 2004 at 1:37:33 AM

...OK, my mod is almost done, I just eed to tweek a few more things.
I really appreciate those who gave me the info and those who posted in this thread :P

Monday, July 26, 2004 at 10:52:57 PM

@Nathan
Yeah, the health gate totally ruins the game of scrum and battlemode when misused.

 

Wednesday, July 28, 2004 at 10:45:22 AM

Misused? How-so?

Wednesday, July 28, 2004 at 8:06:05 PM

Well I know this is an old thread but #3 is possible 2...
Dont do this if u do not know wat u doing cos it may crash ur game...

1 - Download special.cs and open it

2 - search for this part:

 

$NumPupTypes = 3;
$pupTypes[0] = "SpeedyProjectile";
$pupTypes[1] = "BounceProjectile";
$pupTypes[2] = "SplashProjectile";

$pupSnds[0] = "ActivateSpeedy";
$pupSnds[1] = "ActivateBounce";
$pupSnds[2] = "ActivateSplash";

 

3 - Change it to:

 

$NumPupTypes = 1;
$pupTypes[0] = "SpeedyProjectile";

$pupSnds[0] = "ActivateSpeedy";

 

4 - Go to game/server/scripts backup the existing special.cs.dso and if u also have special.cs also back it up

5 - Place the edited special.cs u just made in game/server/scripts and restart TT

Now each time u host a MOD only speedy powerups will appear

U can also use:

 

$NumPupTypes = 1;
$pupTypes[0] = "SplashProjectile";

$pupSnds[0] = "ActivateSplash";

or

$NumPupTypes = 1;
$pupTypes[0] = "BounceProjectile";

$pupSnds[0] = "ActivateBounce";

 

Theres an easier way that is by scripting but this is for any mod u host while the other is just set to the mod u want it in..
well if u do want the easier way, start scripting

Hope that helped,


Last edited: Sunday, September 05, 2004 at 9:49:51 AM

Sunday, September 05, 2004 at 9:43:26 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald