View Single Post
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 01-22-2018 , 13:00   Re: [TF2] Bumper Cars 0x0D (Last updated 11/1/2015 | 3:30AM CDT)
Reply With Quote #156

Does anyone else have a problem with damage triggers?

Concrete example being the spawn area on trade_plaza_2, which does 1 hp damage/second (iirc).
As soon as you are in a car and drive over that area, you die instantly and fall into a infinite death loop.
This means that as soon as you respawn, you will instantly die again, trying to toggle using /car does nothing (you will still keep the car).

The only real way to fix this is to turn cv_bumpercar_respawn off, so people lose their car upon respawning - works, but I would like players to keep their cars.

Using version 0x0E from GitHub with the following CVars set:
Code:
cv_bumpercar_backstop                    : 1        : , "nf"           : 1 = +back cancels speed boost | 0 = +back does not cancel speed boost
cv_bumpercar_blockplayerdmg              : 0        : , "nf"           : 1 = enable damage block for non-drivers attacking drivers | 0 = no damage block, non-drivers can damage and kill drivers
cv_bumpercar_headscale                   : 3        : , "nf"           : Player head scale when put into a bumper car.
cv_bumpercar_initpct                     : 0        : , "nf"           : An amount of damage cars start with on spawn. Only applies if cv_bumpercar_percent is -1.
cv_bumpercar_percent                     : -1       : , "nf"           : -1 = (anything negative) car damage acts like it normally does | 0+ (anything non-negative) car damage percentage stays at this integer all the time
cv_bumpercar_respawn                     : 1        : , "nf"           : 1 = Keep car on respawn | 0 = Lose car after death | 2 = Everyone automagically spawns in a car all the time unless cv_bumpercar_teamonly disables a team
cv_bumpercar_spawntoggle                 : 0        : , "nf"           : 1 = have to respawn to enter/exit car | 0 = can enter/exit car at any time - don't need to respawn
cv_bumpercar_suicide                     : 1        : , "nf"           : 1 = Fix car players being unable to suicide | 0 = Do not apply the suicide fix
cv_bumpercar_teamonly                    : 0        : , "nf"           : 0 = Anyone can enter bumper cars | 2 = Only red | 3 = Only blu | Anything else = Anyone can
cv_bumpercar_useanim                     : 1        : , "nf"           : 2 = animation and enter/exit only allowed on ground | 1 = enable enter/exit animations | 0 = no animations
cv_bumpercar_version                     : 14       : , "sp", "nf", "rep", "norecord" : Bumpercar Version
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline