Server defaults to vanilla on map change?

DystoDysto Join Date: 2007-10-05 Member: 62545Members, Reinforced - Shadow
I am guessing this is an easy fix that I have not done...but I have followed every guide I have found to the tee, finally got everything working for my MvM server, but on any map change (admin or timeleft changes) it goes to the vanilla NS2.

Not sure what to tweak to make this right, could anyone point me in the right direction?

Comments

  • ScardyBobScardyBob ScardyBob Join Date: 2009-11-25 Member: 69528Forum Admins, Forum Moderators, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Shadow
    You need to put this line in your mapcycle.json file:
    "mods": [ "7957667" ]
    
    It basically says to keep running the mod (in this case MvM) whenever the map changes.
  • DystoDysto Join Date: 2007-10-05 Member: 62545Members, Reinforced - Shadow
    edited February 2013
    Thank you for the response.

    I have done this. Would it matter if I have the DAK mod also on? I have tried it without, and it didn't work either. But I have no idea how compatible mods are for servers and such.

    This is what the line in the mapcycle looks like:
    wrote:
    "mods": [ "5f4f178 7957667" ]
  • bp2008bp2008 Join Date: 2012-11-28 Member: 173581Members, Reinforced - Shadow, WC 2013 - Gold
    you need to rewrite that to look like this:
    "mods": [ "5f4f178", "7957667" ]
  • DystoDysto Join Date: 2007-10-05 Member: 62545Members, Reinforced - Shadow
    edited February 2013
    Ok, couldn't try it last night, as the server was full all night. But now that I have tried it, no dice.

    I have no idea what the issue could be...

    Maybe another config file I need to check?
  • ScardyBobScardyBob ScardyBob Join Date: 2009-11-25 Member: 69528Forum Admins, Forum Moderators, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Shadow
    Post the text from your command line used to start the server and your mapcycle.json file. Chances are there is a typo somewhere causing the issue.
  • DystoDysto Join Date: 2007-10-05 Member: 62545Members, Reinforced - Shadow
    So as I was copying and pasting I realized that error, you were right, it was one single character missing.

    Thank you so much, sorry about the trouble!
Sign In or Register to comment.