Hiya Guys,
Just updated my mod to version 1.41 of the Wolf source, but got a strange problem trying to run the mod.
Had the mod running (with 1.33 changes made) fine, but now with the changes it loads WolfMP and the mod but shows a grey screen and ‘ghosts’ the cursor. Checking the rtcwconsole.log shows the following;
[snip]
Cvar_Set2: fs_game TheLine
Cvar_Set2: sv_pure 0
Cvar_Set2: developer 1
Cvar_Set2: sv_cheats 1
CL_PlayCinematic_f
SCR_PlayCinematic( gmlogo.RoQ )
Can’t find video/gmlogo.RoQ
play(gmlogo.RoQ), ROQSize<=0
Cvar_Set2: r_intensity 1
Channel memory manager started
Channel memory manager started
Channel memory manager started
Channel memory manager started
Channel memory manager started
Channel memory manager started
Channel memory manager started
Channel memory manager started
Channel memory manager started
…
…
[/snip]
Can’t find that message anywhere in the mod code, anyone else seen it? or know why it gets printed?
Strange thing is that our menu files don’t try and play gmlogo.RoQ, maybe thats a red herring though.
Cheers, Richard.