Ghy54- VZLAxScorpion I've just made one. You can find it here: https://github.com/Hadi77KSA/Plutonium-Scripts/blob/main/t6/scripts/mp/death_red_hitmarker.gsc
To download it, click on the "Download raw file" button from the top right.
The script goes in: %localappdata%\Plutonium\storage\t6\scripts\mp

Hadi77KSA
Posts
-
[Release] BO2 Zombie Hitmarkers -
How to change bot names on T6 dedicated server BO2 (Bot Warfare, Bots.txt)notMeks it's working for me without any issues. Mind you, I'm not using the
t6-gsc-utils
plugin (my plugins folder is empty) nor any mods.
Have you changed thecd /D %LOCALAPPDATA%\Plutonium
line in the server starter bat file? That's my main suspicion as to why it's not working for you, because doing so changes the directory which the server will read the files from. -
Cant play plutonium , Error during initialization: Missing config file "default_mp-_controls.cfg" during initiliazation, May need to add to code_pre_gfx.If you’ve downloaded the game from Steam, make sure you have the app of the mode you want to play installed. Search your Steam library for “Black Ops II”, there should be 3 apps for it.
If you have the mode installed and the problem still occurs, then restart Steam and repair the mode’s game files: https://plutonium.pw/docs/repair/
If you have attempted to repair game files but it still doesn’t work, check that the folder you selected in the Plutonium launcher is actually the folder which Steam is currently using for the game by comparing the paths.
- For checking the selected folder in the Plutonium launcher, follow either of these:
- Open the launcher, select the game, click “Game Settings”, and check the “Game Path”.
- Go to
%localappdata%\Plutonium
and openconfig.json
, then check the path set for"t6Path"
.
- For opening the folder Steam uses for the mode: right-click the mode from your Steam library > Manage > Browse local files.
If none of the previous suggestions have worked, follow this:
-
Exit out of Steam and make sure it’s no longer running. Closing Steam’s window isn’t enough to shut it down.
-
Delete the game’s appmanifest files by going to your Steam directory where you installed the game and then to your
steamapps
directory. The following are the appmanifest files for BO2:appmanifest_202970.acf
appmanifest_202990.acf
appmanifest_212910.acf
You should find at least one of those files in your steamapps folder. Don’t worry if one or two of those files don’t exist.
-
Reopen Steam. The game’s mode should now appear as uninstalled when you check it on your game library and should now say “install” instead of “play”.
- If the mode doesn’t appear as uninstalled after doing the previous steps, restart your PC.
-
Click the “install” button for the mode. This will verify the integrity of the installed files and will install any missing files that weren’t originally installed.
- For checking the selected folder in the Plutonium launcher, follow either of these:
-
Can I change rules?NICKname idk regarding the water. If you’re asking about persistent upgrades on BO1, that’s not a thing because those are a feature of BO2, not BO1.
-
Can I change rules?NICKname glad to have helped!
-
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 the1
for them to0
orundefined
Update (2024/11/02)
Replaced the provided script with the one I uploaded to GitHub.
-
Can I change rules?NICKname place it in your
scripts\zm
folder. 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.gsc
file 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.txt
with.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
.gsc
file 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 to0
orundefined
ininit()
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
.iwd
file. You can skip the 1st minute of the video if you use the templateiw_42.iwd
that’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.iwd
file. 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 yourmods
folder 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.
.iwd
files 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
images
folder, which isn’t the way to do it. The.iwi
files go directly into theimages
folder. If I’m mistaken, could you take a picture showing the files inside theimages
folder 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
.iwd
file in a folder inside of themods
folder.
-
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\crashdumps
as the error states. Upload the file to Google Drive or a similar service and send the link to the file here.