News:

Come Chat with us live! Learn how HERE!

Main Menu

Questions :\

Started by Lito, March 29, 2009, 06:30:13 AM

Lito

I'm using Lakitu7's QVM (5.5):

- There's no !slap command (for those annoying bastards). Is there a way to get it besides configuring the QVM or creating another one?.......................................................................(Answered)
- No ESD either. Same question as above.............................................(Answered)
- How do I modify the chat flood?.......................................................(?)
- How do I modify the starting BP's?....................................................(?)
- How do I get players moved by others?.............................................(Done)
- Finally, I created a command (!ffon/!ffoff), but they don't work. Why?....(?)

Thanks in advance!

ACKMAN

#1
Quote from: Lito on March 29, 2009, 06:30:13 AM
I'm using Lakitu7's QVM (5.5):

- There's no !slap command (for those annoying bastards). Is there a way to get it besides configuring the QVM or creating another one?
- No ESD either. Same question as above.

UBER-ANSWER: Lakitu wants to make a "non-abusive" QVM. There are no stupid admin commands or unbalanced features like ESD(which sometimes is). Lakitu replaced the !slap command with !warn long time ago. It still works.

If you still want that kind of features. Just begin using other QVM. Or get 100 shit patches.

Quote from: Lito on March 29, 2009, 06:30:13 AM
- How do I modify the chat flood?
- How do I modify the starting BP's?
- How do I get players moved by others?

- g_floodMaxDemerits
- g_floodMinTime
- g_shove

Quote from: Lito on March 29, 2009, 06:30:13 AM
- Finally, I created a command (!ffon/!ffoff), but they don't work. Why?

Cause Tremulous admin.dat is shit. It wont work.

Oblivion

Quote from: Lito on March 29, 2009, 06:30:13 AM
I'm using Lakitu7's QVM (5.5):

- There's no !slap command (for those annoying bastards). Is there a way to get it besides configuring the QVM or creating another one?
I modified Lakitus QVM and added !slap myself.  Works fairly well.  It's not that hard to add if you know what your doing.
World Wide Server Host

Syntac

You said you created some commands, then you asked us why they don't work. How the hell should we know? Give us some information here!

If someone is being a jerk, !kick them. Simple. You don't need to abuse them with idiotic commands like !slap, !drug, or anything else of that nature.

Lito

#4
Those are the custom commands I created but don't work; only the CP is displayed. What's wrong? I mean, the fbf commands I did are exactly the same and work...

Quote[command]
command = ffon
exec    = set g_friendlyfire 1;cp ^7Friendly fire: ^4ON
desc    =
levels = 8 9 10

[command]
command = ffoff
exec    = set g_friendlyfire 0;cp ^7Friendly fire: ^4ON
desc    =
levels = 8 9 10

This is from the server.cfg:

Quoteseta g_friendlyFireMovementAttacks "0"
seta g_friendlyBuildableFire "1"
seta g_retribution "0"
seta g_friendlyFireHumans "1"
seta g_friendlyFireAliens "1"
seta g_friendlyFire "1"

Does that help?


Now, regarding the Starting BP's, I added in the server.cfg:

Quoteset g_humanBuildPoints 250
set g_alienBuildPoints 250

But it still doesn't work. Why?


Finally, regarding the chat flood, I just want it for people to speak 3 times at most, wait 10 seconds and talk 3 times again. What are the combinations between floodmaxtime and floodmaxdemerits?


Thanks in advance, again. :)

Archangel


infestor1

Quote from: Lito on April 07, 2009, 12:18:03 AM
Those are the custom commands I created but don't work; only the CP is displayed. What's wrong? I mean, the fbf commands I did are exactly the same and work...

Quote[command]
command = ffon
exec    = set g_friendlyfire 1;cp ^7Friendly fire: ^4ON
desc    =
levels = 8 9 10

[command]
command = ffoff
exec    = set g_friendlyfire 0;cp ^7Friendly fire: ^4ON
desc    =
levels = 8 9 10

This is from the server.cfg:

Quoteseta g_friendlyFireMovementAttacks "0"
seta g_friendlyBuildableFire "1"
seta g_retribution "0"
seta g_friendlyFireHumans "1"
seta g_friendlyFireAliens "1"
seta g_friendlyFire "1"

Does that help?


Now, regarding the Starting BP's, I added in the server.cfg:

Quoteset g_humanBuildPoints 250
set g_alienBuildPoints 250

But it still doesn't work. Why?


Finally, regarding the chat flood, I just want it for people to speak 3 times at most, wait 10 seconds and talk 3 times again. What are the combinations between floodmaxtime and floodmaxdemerits?


Thanks in advance, again. :)



Wait, where do you put that custom command thing?
I want to do something like that.

Oblivion

Don't forget about mapconfigs, that could override server.cfg if you have anything in default.cfg
World Wide Server Host