kasymovga / rexuiz

Rexuiz build system
http://rexuiz.com/
17 stars 8 forks source link

map nexrun2_v1r3_fixed does not trigger a weapon #33

Closed YevheniiPokhvalii closed 1 year ago

YevheniiPokhvalii commented 1 year ago

I am not sure if it's a map bug or issues with the game. Full map name: nexrun2_v1r3_fixed.pk3 There is an error in console when you load this map offline:

Loading waypoints failed Unknown command sv_hook_gamestart_race

kasymovga commented 1 year ago

Loading waypoints failed

Totally safe, race maps almost never provide waypoints (they are for bot navigation).

sv_hook_gamestart_race

Fixed in master branch

YevheniiPokhvalii commented 1 year ago

Loading waypoints failed

Totally safe, race maps almost never provide waypoints (they are for bot navigation).

sv_hook_gamestart_race

Fixed in master branch

Please check this map nexrun2_v1r3_fixed.pk3. Weapons do not show there. I mean I got the weapon but I cannot shoot. There is an indication that I got 3 ammo boxes but when I try to select the weapon it says that I don't have any ammo. Maybe that the problem with the map but I'm not sure.

Also, there is another error in console:

Cvar_Set: variable _g_maplist not found
kasymovga commented 1 year ago

Rexuiz grenadelauncher need 4 rockets per shot in compare with 2 rockets in Nexuiz.

For this map you can use old weapon behavior with: g_profile nexuiz25 (better put in in mapinfo as settemp) , note that this will affect some other weapons too. Or you can modify this map so it will works correct way in Rexuiz.

YevheniiPokhvalii commented 1 year ago

Rexuiz grenadelauncher need 4 rockets per shot in compare with 2 rockets in Nexuiz.

For this map you can use old weapon behavior with: g_profile nexuiz25 (better put in in mapinfo as settemp) , note that this will affect some other weapons too. Or you can modify this map so it will works correct way in Rexuiz.

I see. Thank you for the details. Could you add nexuiz25 to the mutator list in the future?

and what is that error Cvar_Set: variable _g_maplist not found about?

kasymovga commented 1 year ago

and what is that error Cvar_Set: variable _g_maplist not found about?

nothing to worry about. i will fix it later.

kasymovga commented 1 year ago

Actually i think that race maps can be safely run in CTS mode. I will test it, if everything will work ok, i will unlock CTS mode for all Race maps.