Forums Index >> Modding >> Another question...
Page : <1> :
Wat u mean? Modify the duration of the round?
Plz be more clear
Wat does he mnean by changing it? Color? Message? Aspect? Lol plz be more specific
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.
Oh!
you'll need TT's source code for that..
Another question, How do I get a transparent object?
No idea think its not possible
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".
Lol thats a secret really. I DO know but I can't tell. I'm sorry.
Any more questions?
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
Still not.. Lol
I've been busy.. And I still am
Last edited: Tuesday, November 23, 2004 at 1:15:59 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.
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
Uhh,Where does that go? And I do not see a position thingy,Isn't the killer obect supoosed to exist or something?
Add it to the tp of the.mis before //OBJECT WRITE BEGIN
ad then change the datablock of a powerup to teamkillblue
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
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
It's ALIVE! It's ALIVE! That's cool! Thanks art!
Np oh well ANY more questions?
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
Oh well that's easy but its a secret... SHH!!
more?
Aw,Can you tell me at least THAT secret? I mean,everybody but me is getting it.
The health gate is in other stuff part that all I know
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?!
Page : <1> :
I want to know where to modify the last 30 seconds timer.