One click map testing within Spark

13»

Comments

  • Saffron_bakerSaffron_baker Sweden Join Date: 2015-06-09 Member: 205352Members
    does this still work?
  • Soul_RiderSoul_Rider Mod Bean Join Date: 2004-06-19 Member: 29388Members, Constellation, Squad Five Blue
    No it doesn't, but you don't need it now, you just click play game in launchpad in your mod, and you load it and select you map in the list, as it will now appear because it is loaded through your mod.

    This tool was from way back when, in the time before workshop, when such features were just a pipe dream until our hero Mendasp stepped forward :)
  • Vert^Vert^ Join Date: 2013-01-22 Member: 181227Members
  • XaleXale Paris / France Join Date: 2003-12-26 Member: 24767Members
    edited April 2019
    Still use it but NS2 doesn't launch my map, I had to manually do it

    Actually I have 2 batches :

    LaunchMap.bat :
    copy %1 ns2\maps /Y
    x64\Overview.exe %1 ns2
    start NS2.exe map %2
    

    LaunchMap_withoutoverview.bat
    copy %1 ns2\maps /Y
    start NS2.exe map %2
    


    Arguments :
    "$(ItemPath)" "$(ItemFileName)"
    


    Very important : just after launching these, quickly close the Spark editor.
  • XaleXale Paris / France Join Date: 2003-12-26 Member: 24767Members
    edited June 2019
    could it be broken till update 327 ?

    Testmap

    The system cannot find the path specified.
    D:\Jeux_7\Steam\SteamApps\common\Natural Selection 2\x64>copy "D:\Jeux_7\Steam\SteamApps\common\Natural Selection 2\ns2_nancy_new\source\mapsrc\ns2_nancy_new.level" ns2\maps /Y
    The system cannot find the path specified.
    0 file(s) copied.

    D:\Jeux_7\Steam\SteamApps\common\Natural Selection 2\x64>x64\Overview.exe "D:\Jeux_7\Steam\SteamApps\common\Natural Selection 2\ns2_nancy_new\source\mapsrc\ns2_nancy_new.level" ns2

    D:\Jeux_7\Steam\SteamApps\common\Natural Selection 2\x64>start NS2.exe map "ns2_nancy_new"
    Output completed - Normal Termination
Sign In or Register to comment.