Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. Launcher Support
  3. Launching a game using Plutonium using only a bat script

Launching a game using Plutonium using only a bat script

Scheduled Pinned Locked Moved Launcher Support
2 Posts 1 Posters 332 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • phase19undefined Offline
    phase19undefined Offline
    phase19
    wrote on last edited by phase19
    #1

    Is there a way to launch IW5, T4 or T6 using the Plutonium client using a only a batch script the same way that the !start_mp_server.bat script is used to start a dedicated server and launch a game?

    I tried to modify the !start_mp_server.bat script to suit my needs but I get an authentication error because I am not supplying my username and password using to login to Plutonium before executing the command.

    Can someone guide me on how to supply username and password to the Plutonium client bootstrapper?

    This is what I have so far but I get an authentication error because I am not supplying my username and password to the client properly:

    UPDATE: I figured it out, the game now launches as expected using the following batch script located inside the root of the game directory but it still does not set the fs_game "mods/bots" value after launching.

    @echo off
    
    set gamepath=%cd%
    
    cd /D %LOCALAPPDATA%\Plutonium
    
    start /wait /abovenormal bin\plutonium-bootstrapper-win32.exe iw5mp %gamepath% +name "phase19" +set fs_game "mods/bots" -lan
    
    1 Reply Last reply
    0
    • phase19undefined Offline
      phase19undefined Offline
      phase19
      wrote on last edited by
      #2

      Tried the following as well. The game launches but the value of fs_game is still not set to mods/bots.

      set gamepath=%cd%
      set mod=mods/bots
      
      cd /D %LOCALAPPDATA%\Plutonium
      
      start /wait /abovenormal bin\plutonium-bootstrapper-win32.exe iw5mp %gamepath% -lan +name "phase19" -fs_game "%mod%"
      
      1 Reply Last reply
      0

      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate