Author Topic: Questions :\  (Read 4962 times)

Lito

  • Posts: 5
  • Turrets: +0/-0
Questions :\
« 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?................................................. ......................(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!
« Last Edit: April 07, 2009, 12:48:24 am by Lito »

ACKMAN

  • Posts: 342
  • Turrets: +9/-20
Re: Questions :\
« Reply #1 on: March 29, 2009, 10:41:51 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.

- 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

- Finally, I created a command (!ffon/!ffoff), but they don't work. Why?

Cause Tremulous admin.dat is shit. It wont work.
« Last Edit: March 29, 2009, 10:43:31 am by ACKMAN »

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Re: Questions :\
« Reply #2 on: March 29, 2009, 10:44:48 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

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Re: Questions :\
« Reply #3 on: March 29, 2009, 10:09:57 pm »
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

  • Posts: 5
  • Turrets: +0/-0
Re: Questions :\
« Reply #4 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:

Quote
seta 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:

Quote
set 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. :)
« Last Edit: April 07, 2009, 01:05:07 am by Lito »

Archangel

  • Guest
Re: Questions :\
« Reply #5 on: April 07, 2009, 12:31:07 am »
try using quotes.

infestor1

  • Posts: 142
  • Turrets: +6/-28
    • 345356745i624567
Re: Questions :\
« Reply #6 on: April 07, 2009, 03:13:45 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:

Quote
seta 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:

Quote
set 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

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Re: Questions :\
« Reply #7 on: April 07, 2009, 10:24:34 am »
Don't forget about mapconfigs, that could override server.cfg if you have anything in default.cfg
World Wide Server Host