How do I open a new level with GameMode change fromm Blueprint level?
What am I doing wrong here? LOG:
Options = Game=class’GoblinGame_C’
[2014.09.11-21.14.32:675][728]LogUObjectGlobals:Warning: Failed to find object ‘Class None.GoblinGame_C’
[2014.09.11-21.14.32:675][728]LogWorld:Warning: Failed to load game mode ‘class’GoblinGame_C’’ specified by URL options.
[2014.09.11-21.14.32:676][728]LogWorld: Game class is ‘GoblinVSGolem_C’
Options = Game=/Game/Blueprints/GoblinGame_C
[2014.09.11-21.18.38:494][543]LogUObjectGlobals:Warning: Failed to find object ‘Class None./Game/Blueprints/GoblinGame_C’
[2014.09.11-21.18.38:494][543]LogWorld:Warning: Failed to load game mode ‘/Game/Blueprints/GoblinGame_C’ specified by URL options.
[2014.09.11-21.18.38:494][543]LogWorld: Game class is ‘GoblinVSGolem_C’
Options = Game=GoblinGame_C
[2014.09.11-21.20.23:156][996]LogUObjectGlobals:Warning: Failed to find object ‘Class None.GoblinGame_C’
[2014.09.11-21.20.23:156][996]LogWorld:Warning: Failed to load game mode ‘GoblinGame_C’ specified by URL options.
[2014.09.11-21.20.23:156][996]LogWorld: Game class is ‘GoblinVSGolem_C’
Options = Game=GoblinGame
[2014.09.11-21.22.00:158][101]LogUObjectGlobals:Warning: Failed to find object ‘Class None.GoblinGame’
[2014.09.11-21.22.00:158][101]LogWorld:Warning: Failed to load game mode ‘GoblinGame’ specified by URL options.
[2014.09.11-21.22.00:158][101]LogWorld: Game class is ‘GoblinVSGolem_C’
Options = Game=GameMode.GoblinGame
[2014.09.11-21.23.17:227][217]LogUObjectGlobals:Warning: Failed to find object ‘Class None.GoblinGame’
[2014.09.11-21.23.17:227][217]LogWorld:Warning: Failed to load game mode ‘GameMode.GoblinGame’ specified by URL options.
[2014.09.11-21.23.17:227][217]LogWorld: Game class is ‘GoblinVSGolem_C’
The level loads right but doesn’t change the game mode. Question is, how to use this options thingy? What am I missing in the ‘Class ---->None<----.GoblinGame’ part?
Thanks,
Z.