I've been running a mod server on my main pc using my full installed game with no problems. Recently I wanted to move the server to my secondary PC. So I installed UT3 Dedicated server. Using the exact same batch file, I start the server with the dedicated server and get completely different results.
Mainly, this part:
Log: Game class is 'MyModGameInfo' - on the full game machine
Log: Game class is 'DemoGame' - on the dedicated server machine
This results in some other warning about since it is a demogame class, it doesn't advertise:
It also doesn't seem to load the custom packages. I've got them both patched to 1.2.
Are we sure this dedicated server was created using full files and not the demo files?
I've even reformatted the PC and tried re-dling it again and reinstalling it. Same problem.
Does the dedicated server not yet work with mods? or do I need some kind of mod switch?
Mainly, this part:
Log: Game class is 'MyModGameInfo' - on the full game machine
Log: Game class is 'DemoGame' - on the dedicated server machine
This results in some other warning about since it is a demogame class, it doesn't advertise:
Code:
ScriptWarning: DemoGame XX-My_Map.TheWorld:PersistentLevel.DemoG ame_0 (Function Engine.GameInfo:RegisterServer:012A) No game settings to registe r with the online service. Game won't be advertised
Are we sure this dedicated server was created using full files and not the demo files?
I've even reformatted the PC and tried re-dling it again and reinstalling it. Same problem.
Does the dedicated server not yet work with mods? or do I need some kind of mod switch?
Comment