Bug #643
Nexrun CTS seems broken in SVN
| Status: | Resolved | Start: | 12/14/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Gametypes | |||
| Target version: | 2.5.3 | |||
| Votes: | 0 |
Description
In the version SVN r8393, Nexrun CTS has many problems.
1. If I kill myself in the Nexrun CTS, I will get the following error:
Host_Error: server: Program error in function cvar_string_normal:
Attempt to access undefined cvar: g_cts_respawn_delay
Tip: read above for entity information
QuakeC crash report for server:
s8011: CALL1 GLOBAL328
s8012: BITAND GLOBAL1, MOVE_NOMONSTERS (= 1.0000), GLOBAL3956
s8013: IF GLOBAL3956, s8019
s8014: STORE_F (=Attempt to access undefined cvar: ), GLOBAL4
s8015: STORE_F (=g_cts_respawn_delay), GLOBAL7
s8016: CALL2 GLOBAL504
s8017: STORE_F GLOBAL1, GLOBAL4
s8018: CALL1 GLOBAL209
: cvar_string_normal : statement 8
: cvar_normal : statement 1
: PlayerDamage : statement 568
: Damage : statement 544
: ClientKill_Now : statement 11
: ClientKill_TeamChange : statement 19
: ClientKill : statement 1
: SV_ParseClientCommand : statement 1844
Client "your own dumb self" dropped
:anticheat:speedhack:1:0.014982
:anticheat:div0_strafebot_old:1:0
:anticheat:div0_strafebot_new:1:0.000118
:anticheat:div0_evade:1:0
:anticheat:speedhack:1:0.014982
:anticheat:div0_strafebot_old:1:0
:anticheat:div0_strafebot_new:1:0.000118
:anticheat:div0_evade:1:0
2. I cannot play nr_piece_of_cake map, while the demo of piece of cake can run fine.
======server ERROR in cvar_string_normal:
Attempt to access undefined cvar: g_balance_rocketlauncher_laserguided_turnrate0.75
server EDICT 0:
modelindex 1.0000
absmin '-14080.0000 -12544.0000 -4096.0000'
absmax ' 2560.0000 6400.0000 2304.0000'
movetype 7.0000
solid 4.0000
classname worldspawn
model maps/nr_piece-o-cake.bsp
mins '-14080.0000 -12544.0000 -4096.0000'
maxs ' 2560.0000 6400.0000 2304.0000'
Host_Error: server: Program error in function cvar_string_normal:
Attempt to access undefined cvar: g_balance_rocketlauncher_laserguided_turnrate0.75
Tip: read above for entity information
QuakeC crash report for server:
s8011: CALL1 GLOBAL328
s8012: BITAND GLOBAL1, MOVE_NOMONSTERS (= 1.0000), GLOBAL3956
s8013: IF GLOBAL3956, s8019
s8014: STORE_F (=Attempt to access undefined cvar: ), GLOBAL4
s8015: STORE_F (=g_balance_rocketlauncher_laserguided_turnrate 0.75), GLOBAL7
s8016: CALL2 GLOBAL504
s8017: STORE_F GLOBAL1, GLOBAL4
s8018: CALL1 GLOBAL209
: cvar_string_normal : statement 8
: cvar_settemp : statement 1
: _MapInfo_Parse_Settemp : statement 207
: _MapInfo_Parse_Settemp : statement 144
: MapInfo_Get_ByName : statement 486
: MapInfo_LoadMapSettings : statement 52
: InitGameplayMode : statement 15
: spawnfunc_worldspawn : statement 94
History
Updated by FruitieX 8 months ago
This is not Nexrun CTS specific, it happens in all gamemodes (you can try locally). It happens due to missing cvars that someone needs to add (iirc)
Updated by FruitieX 8 months ago
ps. You can try fixing it for now with the following console command:
seta g_cts_respawn_delay 0
Updated by helloworld1 8 months ago
FruitieX wrote:
ps. You can try fixing it for now with the following console command:
seta g_cts_respawn_delay 0
Yeah, I can kill my self this way. But the piece-of-cake map still cannot play.