Heavyweapens restriction...

Discussion for Bani's Tournament Mod

Moderators: Forum moderators, developers

Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Heavyweapens restriction...

Post by Aragorn »

I have no idea or anyone else has posted or asked this before but I'm not gonna search into all this topics.. I'm new to the forum (it's very handy btw :D)

The problem...:
The command g_heavyweaponrestriction set to zero doesn't work wright? because it sets the limitation to zero, so no restriction... very stupid I guess :?
does anybody know how to set it to absolute zero?
I'm trying to make a 1v1 config u see.. :D
thanks a lot
Grtz Ara
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

g_heavyweaponrestriction "0.000000000000000000000000000000000001"
Mark
Posts: 411
Joined: Thu Jan 01, 2004 6:10 am
Location: #vpclan@qnet

Post by Mark »

[pH*Deus] wrote:g_heavyweaponrestriction "0.000000000000000000000000000000000001"
rofl, nice one.

If i recall right, i have g_heavyweaponrestriction "0" on our headshot server (modified etmain). And it works as expected (no heavy weapons at all).

Did bani change the behaviour in etpro?

greets
Mark
Get owned at: Gaming@d1p.de (217.172.182.126:27960)
Image
Hi! I'm a .signature *virus*! Copy me into your ~/.signature to help me spread!
Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Post by Aragorn »

hmmm I've read it somewere on the internet that wasn't possible but I didn't tryed it..
does anyones knows how to make class restriction also? (in etpro)
for example no medics in 1v1...
thanks :P
Grtz Ara
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

in etpro g_heavyweaponrestriction only controls the fieldops artillerysupportfire.
I thought that is what you wanted.

If you don't want heavy weapons you have to

Code: Select all

team_maxmines "0"
team_maxriflegrenades "0"
team_maxPanzers "0"
team_maxMg42s "0"
team_maxFlamers "0"
team_maxMortars "0"
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

doesnt heavyweaponrestriction -1 work ?
Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Post by Aragorn »

nope heavyweaponrestriction to -1 doesn't work --> unlimited restriction..

I knew from the weapons to restrict them but is't there a command to
restrict classes?... I don't think so, but it could be possible wright?
Grtz Ara
next_ghost
Posts: 91
Joined: Wed Jun 09, 2004 9:06 am
Location: Czech republic

Post by next_ghost »

Aragorn wrote:does anyones knows how to make class restriction also? (in etpro)
for example no medics in 1v1...
Yes, medic restriction would be great, going against 7 medics & 3 spamming fields on 10v10 server is not much fun... Best solution of rambomedic problem?
xGrunt
Posts: 38
Joined: Mon Jun 14, 2004 4:32 pm

Post by xGrunt »

Aragorn wrote:but is't there a command to
restrict classes?... I don't think so, but it could be possible wright?
You can do this with the etadmin_mod, I believe.
Guest

Post by Guest »

you can't limit the classes in the current official version of etpro but if your worry is self healing medics then just set

g_medicchargetime to some ungodly huge number, won't totally solve the problem but it should help
Mark
Posts: 411
Joined: Thu Jan 01, 2004 6:10 am
Location: #vpclan@qnet

Post by Mark »

xGrunt wrote:
Aragorn wrote:but is't there a command to
restrict classes?... I don't think so, but it could be possible wright?
You can do this with the etadmin_mod, I believe.
yes, but i don't think that this would be a solution for a official clanwar config.

Greets
Mark
Get owned at: Gaming@d1p.de (217.172.182.126:27960)
Image
Hi! I'm a .signature *virus*! Copy me into your ~/.signature to help me spread!
Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Post by Aragorn »

no use for Clanbase no just for on our server for clan fights 1vs1..
no classrestriction.. k
but is there a proper solution for
heavyweaponsrestriction? it really would help me.. :wink:
Grtz Ara
Guest

Post by Guest »

[quote="[pH*Deus]"]
If you don't want heavy weapons you have to

Code: Select all

team_maxmines "0"
team_maxriflegrenades "0"
team_maxPanzers "0"
team_maxMg42s "0"
team_maxFlamers "0"
team_maxMortars "0"[/quote]

As Des says that is your solution.  Put in your 1v1 ETPRO config file the above and it will get rid of hvy weapons.

ignore the g_heavyweaponrestriction setting.
Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Post by Aragorn »

yeah duh.. I knew that that's already oke

but I also like no artillery and support fire and
g_heavyweaponrestriction is the only way to restrict that..
but.. that doesn't work
Grtz Ara
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

Aragorn wrote:yeah duh.. I knew that that's already oke

but I also like no artillery and support fire and
g_heavyweaponrestriction is the only way to restrict that..
but.. that doesn't work
It works but not the way u want it.
It is something like the number of airstrikes a fieldop can do in a certain range of time, but i guess also the number of players is involved in the calculating ...
weird stuff.
Post Reply