AWOG
    • Categories
    • Recent
    • Users
    • Discord
    • TeamSpeak
    • Steam Group
    • Register
    • Login
    1. Home
    2. Drgn
    • Profile
    • Following 0
    • Followers 2
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Drgn

    @Drgn

    0
    Reputation
    48
    Profile views
    1
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    Drgn Unfollow Follow

    Latest posts made by Drgn

    • Loading Custom GSC Scripts on Dedicated Servers for Plutonium T6

      ⚠️ WARNING ⚠️

      THIS WILL ONLY LOAD ON DEDICATED SERVERS. THIS WILL NOT LOAD ON CUSTOM GAMES AND THIS DOES NOT MEAN YOU CAN INJECT GSC INTO YOUR GAME WITH CHEATING TOOLS.

      Links

      GSC Example Toolkit

      Information

      GSCs are loaded through your t6r/data folder and have to replace a GSC that is loaded through the game normally. The script you are “replacing” has to contain all of the functions that are in the GSC originally, so a GSC dump is handy. A common script to replace is _clientids.gsc we will be using this as our example script.

      Tutorial/Example

      For Multiplayer

      Since _clientids.gsc is in the patch_mp folder, we will be matching its folder structure up till the _clientids.gsc file. Note: You do not need to match any files or folder structures past the script you are trying to load unless you need to load other scripts.

      1. Locate your t6r/data folder and create a maps folder, this is the first folder in patch_mp that we need to traverse down.

      2. Next, create a mp, then gametypes folder inside mp. That is it for the folders.

      3. Open the Examples folder, then Compiled Scripts folder inside the GSC Toolkit. Place _clientids.gsc in the gametypes folder you created earlier.

      4. When launching the Dedicated Server and if all goes well, the rcon should print Parsing "maps/mp/gametypes/_clientids.gsc"... and join the server like you normally would.

      5. Go into the game and if You did it! Custom GSC has loaded! displays on your HUD then you did it!

      For Zombies

      1. Same as Multiplayer’s step 1.

      2. In step 2, rename gametypes to gametypes_zm.

      3. Continue as normal

      :::

      GSC_ExamplePath_Example.png

      GSC_ServerParse_Example.png

      GSC_Loaded_Example.png

      :::

      Compiling GSC Scripts

      Drag and drop your raw-format, decompiled script onto the compiler located in GSC Compiler.

      Remove any excess characters that the compiler adds to the file for it match the file we are replacing.

      After that, complete the above tutorial to load your new GSC Script!

      :::

      GSC_DragonDrop_Example.png

      GSC_RemoveExtra_Examplepng.png

      :::

      posted in Configs & Guides gsc plutot6
      DrgnD
      Drgn