
The Spartan
Joined: Feb 22, 2007
Aerial Dave
|
Posted: Aug 19, 2007 12:32 PM
Msg. 1 of 4
Ok, I have been messing around with scripting a little, and I have a few questions. I realized you can use any devmode command in a script (duh), and I know how to use a command that does something without a true/false argument thing, but if I use a command that has a true/false argument with a trigger like a trigger volume, I don't know how to get it to work. Basicly what I have been doing is using the HGuru's scripts and editing to do simple things like spawn all weapons in a trigger volume. (ounce I made it where it would do it constantly, and there were like a million weapons and my FPS was like 1 frame every 30 seconds lol) I tried making you invincible within the trigger volume with the deathless_player command, and it didn't work. I tried messing with the things like continuous, domant, static, etc.., but I couldn't find one that worked. Also, if you are in DevCam (not bitterbanana's, the one in the console), can you set the speed by typing it in console somehow? It might just be my mouse or something, but I have to roll it aboug 20 times for it to get going fast. Ohh yeah, and for me, I can only use the game_speed command in single player maps, not multiplayer, is it always like that? Because if I remember correctly, the first day I used the dev-mode, I set the game speed to really fast on Timberland. Help will be appreciated greatly. Edited by The Spartan on Aug 19, 2007 at 04:27 PM
|
|
|

The Spartan
Joined: Feb 22, 2007
Aerial Dave
|
Posted: Aug 19, 2007 02:48 PM
Msg. 2 of 4
Quote: --- Original message by: TarzanI think your problem with the cheat commands is that you need to include a boolean statement with the rest of it.... like this: (cheat_deathless_player true) What??? I did exactly that, and anyway, it isn't the cheat commands, just the commands with the true/false argument, like cheat_all_weapons, etc... works fine. If you didn't know, I meant to get them to work with a trigger, I can easily get them to work at the start of the game. Edited by The Spartan on Aug 19, 2007 at 03:01 PM
|
|
|

Orange_Geko
Joined: Nov 19, 2005
How long since I last used this account?
|
Posted: Aug 19, 2007 04:14 PM
Msg. 3 of 4
my brain has oddly shut off for the day (so, I read threw and my brain only sustained 5% of what I read lol)
in scripts, you have to use (set CHEAT #) Example: (script continuous nodeathless (set cheat_deathless_player 0) (sleep 30) ) that script every one second will set deathless to off
is that what this topic was about?.. (this is realy messed up.. my brain hasnt shut off since when I was in school last year.. and its also a odd time of day, its 1:14 PM.. oh well)
|
|
|

The Spartan
Joined: Feb 22, 2007
Aerial Dave
|
Posted: Aug 19, 2007 04:25 PM
Msg. 4 of 4
Quote: --- Original message by: Orange_Geko my brain has oddly shut off for the day (so, I read threw and my brain only sustained 5% of what I read lol)
in scripts, you have to use (set CHEAT #) Example: (script continuous nodeathless (set cheat_deathless_player 0) (sleep 30) ) that script every one second will set deathless to off
is that what this topic was about?.. (this is realy messed up.. my brain hasnt shut off since when I was in school last year.. and its also a odd time of day, its 1:14 PM.. oh well) Ohhhhhh, I get it, just ignore my earlier edits. Edited by The Spartan on Aug 19, 2007 at 04:33 PM
|
|
|
| |
|
|
 |
|