nachito35 Use bot warfare if you want the bots to respect custom games settings: https://github.com/ineedbots/t6_bot_warfare
JezuzLizard
Posts
-
bots in multiplayer bo2 -
Joined server then everything got resetHadley333 Do you still have the mod loaded? You can tell what mod is loaded based on the text in the mainmenu in the top right corner or by typing fs_game in the console to see what that dvar is set to, if it is blank then no mod is loaded currently.
If the mod is loaded you can go into the main lobby and click on the mods button and click unload mods to unload the current mod.
-
[T6] Haven't seen one of those in a long time!Covanent This issue should be fixed in a newer version of Plutonium, its likely the server owner hasn't updated their servers to have the fix for this. If you can give the name of the server I can try joining it and see what the version is myself to verify.
-
[T6] Haven't seen one of those in a long time!Covanent What version of Plutonium are you currently running on your servers?
-
[Help][Dvars] Creating A Simple Dvar Toggle Function -- Not working?Deicide Turn on developer dvar to see script errors, it would have caught this mistake because you were comparing string to int. When a script error occurs the result is always undefined and because undefined is truthy in GSC that would explain why you were getting confused.
-
[Release][ZM] Origins Gungame+Spawnroom challengeHasjBlok In this case I would use a label and setValue() since only the value of the zombies count needs to be changed. The label field can also cause the error if you change it to too many unique string values, but if you use it as a static string which is only set once then it would be fine.
-
[Release][ZM] Origins Gungame+Spawnroom challengeHasjBlok Just an FYI setText() is not safe to use for infinite unique strings. Once zombie count reaches a high enough value the game will error with a Configstring Overflow error on localized strings. You can see the amount of remaining localized strings available in the configstring pool ingame by using the configstrings command in the console.
-
How to rotate CUSTOM maps in T4 zm?You need to do something like this
set sv_mapRotation "loadmod \"mods/coolweps\" map nazi_zombie_factory". -
Random crash on Black Ops 2Next it happens show a screenshot of the very first client script runtime error.
-
Mods Option.GOLD3N 4RM I'm sure once there are mods to download they will be uploaded to forums. Otherwise if you want to make a mod I recommend you go into the bo2-modding channel in our discord to read what other people are doing. Modding T6 is still new so there aren't really any kinds of documentation on how to do things.
-
incompatible network versionsSpree You must both update the client by running the updater if you do not have it get it here https://plutonium.pw/
-
i cant join DLC maps in T6 ( black ops 2 )Aisw SOLUTION: Install the dlcs from Steam.
-
[Release] [ZM] Select your character options for solo custom game_Sloop_ That requires deeper modding than what is currently possible with current Plutonium. In Plutonium's next update it will be possible to use https://github.com/Laupetin/OpenAssetTools to link a new fastfile with assets for different characters and load it on Plutonium.
-
Increasing players' overhead prestige icons, names font size in private match9trykai You can try creating a script to set those dvars automatically when the match starts.
https://plutonium.pw/docs/modding/gsc/how-to-gsc/ -
Increasing players' overhead prestige icons, names font size in private match9trykai Try setting sv_cheats 1 in the console then change the values.
-
problems when playing zombies@YuZak This error is typically caused by mods you've installed such as scripts. Remove the scripts in %localappdata%/Plutonium/storage/t6/
-
Importing weapons from map to map (zombies)SKYYOH If you have access to staging(our beta client) you can use this tool https://openassettools.dev/ to create mods with assets from other maps. If you do not have access to staging this feature will eventually go live to production version of Plutonium at some point.
-
Reason for the water markdstaffen Its to prevent the skids from pretending they aren't playing on Plutonium. The Plutonium branding represents all the hard work of thousands of hours the Plutonium developers have invested into the clients.
-
Can't load into a zombies sessionYou don't have the DLCs installed which is why your images are missing textured. You need to install them from Steam, other sources are not supported.
-
i crashed with an error messageCan you upload the crashdump related to this specific crash located in %localappdata%/Plutonium/crashdumps?