NICKname glad to have helped!
Hadi77KSA
Posts
-
Can I change rules? -
Can I change rules?NICKname nvm, it seems I confused the functions calling order. Use this instead: https://github.com/Hadi77KSA/Plutonium-Scripts/blob/main/t6/scripts/zm/toggle_pers_upgrades.gsc
If you want to disable other persistent upgrades, either place double slashes (//) before the variables that start withlevel.pers_upgrade_or change the1for them to0orundefinedUpdate (2024/11/02)
Replaced the provided script with the one I uploaded to GitHub.
-
Can I change rules?NICKname place it in your
scripts\zmfolder. The script will need to remain in that folder if you want it to get executed by the game. -
Can I change rules?NICKname it’s better if you don’t edit the
ranked.gscfile because it will get replaced when you run the Plutonium updater. You can create a new text document, change the file format by renaming it and replacing the.txtwith.gsc, then write inside of it what I gave you earlier.As for the cause of the error, it’s due to not properly placing that part of the code into a function (that might not be a good way of phrasing it, but let’s go with it). Just create a new
.gscfile as I mentioned earlier and place the code there. -
bug baston originsDo you have the crystal of the staff you’re trying to make?
-
Can I change rules?NICKname persistent upgrades are only present in the following modes: TranZit, Die Rise, and Buried. The other modes (Survival, Grief, Turned) don’t have them. Disabling Persistent Jugg in the modes it’s active on can be done using a script.
You can do the following to disable it:/* DOES NOT WORK init() { level.pers_upgrade_jugg = 0; } */As long as that’s set to0orundefinedininit()not inmain(), it should work.Update (2024/11/02)
The above code doesn’t work as discussed in the following comments. Find the script linked below.
-
Can I change rules?Resxt it might straight up be something built into the game, and not a script. That’s what one of the persistent upgrades that’s called persistent Jugg does on the Victis maps (TranZit, Die Rise, and Buried). The CotD one is probably some bug.
-
need some help getting my mods to workJarlowRose the 1st minute is just for creating a template
.iwdfile. You can skip the 1st minute of the video if you use the templateiw_42.iwdthat’s provided in the megapack download. After that, the video shows that you should copy the textures/camos you want to use and place them in the template.iwdfile. Then finally it shows where to install the file in your game folder. Instead of using the directory shown in the video, you can place the file in a folder inside of yourmodsfolder to only load that file when that mod is loaded, so the path can be:%localappdata%\Plutonium\storage\t5\mods\MODNAME\WHATEVERNAME.iwd -
need some help getting my mods to workJarlowRose comment 17: https://forum.plutonium.pw/post/84482
-
need some help getting my mods to workJarlowRose iw5 is not BO1. t5 is BO1.
.iwdfiles don’t go in images. They go in a separate directory. Check the video linked by the person who created the post you’ve linked or follow the 3rd method I’ve mentioned. -
Reporting a player -
need some help getting my mods to workJarlowRose if I’m understanding correctly, you put a folder in the
imagesfolder, which isn’t the way to do it. The.iwifiles go directly into theimagesfolder. If I’m mistaken, could you take a picture showing the files inside theimagesfolder and include the path in the screenshot? -
need some help getting my mods to workJarlowRose you have a few of options:
- Follow Plutonium’s guide for replacing camos/textures: https://plutonium.pw/docs/modding/loading-textures/
- Under that thread, there’s a video linked by the person who posted the mod. Follow that to have the camos always loaded.
- If you want to separate the camos and have the option of loading whichever one you want from the game’s Mods menu, follow the 2nd option but place the created
.iwdfile in a folder inside of themodsfolder.
-
Error Code During Loading ScreensThe easy fix is to remove the script. Luckily, the mod you’re trying to use has been updated and that error won’t happen with the updated version.
-
Reporting a playerI would’ve suggested using the server’s reporting system or reporting it to the owner, but the owner has announced they’re shutting down their servers unfortunately.
-
Im getting an error when i try to launch bo1DangerHawk96 the crashdump is generated in:
%localappdata%\Plutonium\crashdumpsas the error states. Upload the file to Google Drive or a similar service and send the link to the file here. -
need some help getting my mods to workJarlowRose if the mod is posted on Plutonium’s forum, could you link it? If not, could you show where you’ve installed the mod’s files and explain what it’s supposed to do?
-
Im getting an error when i try to launch bo1DangerHawk96 the error is saying to upload the crashdump that Plutonium generated so that someone can look into what caused the crash. You can upload it to an online file hosting website like OneDrive, Google Drive, MEGA… etc, then post the link to the file here.
-
Missing config file "default_mp_controls.cfg" during initiliazation.steelLight881 could you take screenshots of the path you have selected in the launcher and the root of your game folder?
-
Missing config file "default_mp_controls.cfg" during initiliazation.Make sure MP and ZM are actually installed. You can tell by looking into the game’s folder and seeing if
t6mp.exeandt6zm.exeare there.