R2Northstar/NorthstarMods

Runtime bug with FD

Closed this issue · 6 comments

t0mn8r commented

Hi,
When trying to run a dedicated FD server i get the following runtime error:

[20:07:00] [SCRIPT SV] [error] COMPILE ERROR Undefined variable "waveEvents"
[20:07:00] [SCRIPT SV] [error] gamemodes/_gamemode_fd.nut line [518] column [66]

from this line in _gamemode_fd.nut:

	for( int i = GetGlobalNetInt( "FD_currentWave" ); i < waveEvents.len(); i++ )

I am hoping someone can fix that above bug which I believe is missing an array definition...

I think that a new fixed version should be created.

I am also looking for a way to do map rotations. I have been looking at these issues for 6 weeks now...

Any assistance is appreciated.

My Discord id is t0mn8r#2095

What map is this on? Keep in mind that FD is very much in early development and only 3 maps have wave data so far.

t0mn8r commented

The array should still exist on other maps since it is not defined in map specific files. How did you install the game mode and can you send a log of the crash.

t0mn8r commented
t0mn8r commented

When I am able to get into the map the level starts as normal with the intro in the dropship and then comes the drop. It is correctly configured on Wave 1. I am able to walk a few meters and then the game locks up because the server crashed.

HTH

t0mn8r commented

OK I am cancelling this bug report because it looks like colony02 doesn't work but homestead and kodai are fine. I will try Rise next.