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

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. Disable Custom Script into my server

Disable Custom Script into my server

Scheduled Pinned Locked Moved BO2 Server Hosting Support
3 Posts 2 Posters 237 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.
  • SoNtheZEZIMAundefined Offline
    SoNtheZEZIMAundefined Offline
    SoNtheZEZIMA
    wrote on last edited by
    #1

    Hello, I started another server, but I would like it to be a vanilla server without custom scripts, how can I disable them?

    1 Reply Last reply
    0
    • mxveundefined Offline
      mxveundefined Offline
      mxve VIP
      wrote on last edited by mxve
      #2

      My preferred way is to have a separate plutonium directory (the one in %LocalAppData%\Plutonium, where you put your scripts) for every server.

      1. Create update.bat
      @echo off
      set plutonium=C:\path\to\plutonium.exe
      set installDir=C:\unique\dir
      
      "%plutonium%" -install-dir "%installDir%" -update-only
      
      • change plutonium var (C:\path\to\plutonium.exe) to the path of your plutonium.exe
      • change installDir var (C:\unique\dir) to the directory you want for the servers plutonium files
        • this has to be different for every server that should use different scripts
      1. Update your start.bat
        if you use the default start bat, there'll be a line like this
        cd /D %LOCALAPPDATA%\Plutonium
        change "%LOCALAPPDATA%\Plutonium" to the path you set for installDir

      2. Put scripts on the new plutonium folder, or don't if you don't want any :^)


      A different way is to modify your script(s) so they only load on servers with a specific port
      https://forum.plutonium.pw/topic/17070/assign-a-script-to-another-server-how?_=1643248860552

      SoNtheZEZIMAundefined 1 Reply Last reply
      2
      • SoNtheZEZIMAundefined Offline
        SoNtheZEZIMAundefined Offline
        SoNtheZEZIMA
        replied to mxve on last edited by
        #3

        mxve
        Thanks dude!
        Your guide works fine without problems!

        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