Forums Index >> Modding >> Another question...



Page : <1> :


I want to know where to modify the last 30 seconds timer.

Sunday, November 21, 2004 at 10:01:11 AM

Wat u mean? Modify the duration of the round?
Plz be more clear


Sunday, November 21, 2004 at 10:21:22 AM

Wat does he mnean by changing it? Color? Message? Aspect? Lol plz be more specific


Sunday, November 21, 2004 at 2:07:36 PM

I want to change the last 30 seconds centerprint message,I do not want to modify the duration of the game. I want it to include milliseconds.

Sunday, November 21, 2004 at 10:44:36 PM

Oh!
you'll need TT's source code for that..


Monday, November 22, 2004 at 9:06:16 AM

Another question, How do I get a transparent object?

Tuesday, November 23, 2004 at 7:52:19 AM

No idea think its not possible


Tuesday, November 23, 2004 at 8:09:16 AM

Another question,how do you change the Team batlle mode thing on the server list to something else? I want to call my mod type "Lava BattleMode" instead of "Team BattleMode".

Tuesday, November 23, 2004 at 8:43:05 AM

Lol thats a secret really. I DO know but I can't tell. I'm sorry.
Any more questions?


Tuesday, November 23, 2004 at 11:55:36 AM

Why can't you tell? I will not distribute it.

Just in case (I never give up XD ) cheeseballmoo@yahoo.com

Another question:

How do you make things invisable?

Say,are you working on "Cherry Sprawl"?

 

Last edited: Tuesday, November 23, 2004 at 12:55:49 PM

Tuesday, November 23, 2004 at 12:53:53 PM

Still not.. Lol
I've been busy.. And I still am


Last edited: Tuesday, November 23, 2004 at 1:15:59 PM

Tuesday, November 23, 2004 at 1:05:01 PM

Ah well,I'll bug you about it later. :P

I Wanna know how to get those walls that kill blues and the other wall that kills greens,like on BB's safe base mod.

Tuesday, November 23, 2004 at 1:17:50 PM

Lol that's easy!

 

Function teamkillblue::onEnter(%client, %this, %tank)
{
if(%tank.client.team $= "BlueTeam")
{
%tank.hurtMe(9999999999999999);
}
}
datablock PowerUpData(teamkillblue)
{
category = "PowerUp";
shape = "SHAPE";
type = "weapon";
minOff = 0;
maxOff = 0;
startOn = true;
shadow = true;
shadowAnimation = true;
aiPickup = false;

Sound = "";
soundOff = "";
};

 

That will kill blues, remenber you have to changge the "SHAPE"


Last edited: Tuesday, November 23, 2004 at 1:49:41 PM

Tuesday, November 23, 2004 at 1:48:22 PM

Uhh,Where does that go? And I do not see a position thingy,Isn't the killer obect supoosed to exist or something?

Tuesday, November 23, 2004 at 2:14:08 PM

Add it to the tp of the.mis before //OBJECT WRITE BEGIN
ad then change the datablock of a powerup to teamkillblue


Wednesday, November 24, 2004 at 7:44:10 AM

Alright,I'll try,thanks. :)

Nope,didn't work.

 

Function teamkillblue::onEnter(%client, %this, %tank)
{
if(%tank.client.team $= "BlueTeam")
{
%tank.hurtMe(9999999999999999);
}
}
datablock PowerUpData(teamkillblue)
{
category = "PowerUp";
shape = "game/data/shapes/legend/Cherry.dts";
type = "weapon";
minOff = 0;
maxOff = 0;
startOn = true;
shadow = true;
shadowAnimation = true;
aiPickup = false;

Sound = "";
soundOff = "";
};
//--- OBJECT WRITE BEGIN ---
//Created with ModWizard v1.3
//Please remember to put 'MOD' at the beginning of your server name.
new SimGroup(MissionGroup) {
musicTrack = "Frantic";

New ScriptObject(MissionInfo) {
name = "Lava Land";
author = "Legendary";
};
new MissionArea(MissionArea) {

 

 

Last edited: Wednesday, November 24, 2004 at 8:08:13 AM

Wednesday, November 24, 2004 at 7:51:53 AM

Make the "F" from function lower-cased and the "S" from Sound lower-cased


Last edited: Wednesday, November 24, 2004 at 8:39:23 AM

Wednesday, November 24, 2004 at 8:39:12 AM

It's ALIVE! It's ALIVE! That's cool! Thanks art!

Wednesday, November 24, 2004 at 8:55:19 AM

Np oh well ANY more questions?


Wednesday, November 24, 2004 at 9:02:57 AM

Yeah,I do. :P

How do you get reload gates to change you green,blue,red and how to make them change your tank and how to make them give you a heal power-up. XD

Wednesday, November 24, 2004 at 9:43:44 AM

Oh well that's easy but its a secret... SHH!!
more?


Wednesday, November 24, 2004 at 1:41:17 PM

Aw,Can you tell me at least THAT secret? I mean,everybody but me is getting it.

Wednesday, November 24, 2004 at 2:37:10 PM

The health gate is in other stuff part that all I know

Friday, November 26, 2004 at 8:47:51 PM

Oh fer cryin' out loud! My first post says I got the dang gate working,and I can't get the electro animation,so WHY are you telling me where the health gate map is?!

Saturday, November 27, 2004 at 6:52:27 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