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

Plutonium

JezuzLizardundefined

JezuzLizard

@JezuzLizard
Plutonium Staff
About
Posts
916
Topics
17
Shares
0
Groups
3
Followers
222
Following
84

Posts

Recent Best Controversial

  • SnD Alive Counter
    JezuzLizardundefined JezuzLizard

    chicken emoji There is a limit of 31 normal hudelems that can be rendered on a players screen. There is also a separate limit for archived hudelems which is also 31. so at most you can have 62 hudelems on a player's screen.

    BO2 Modding Releases & Resources

  • Ads sensitivity/ Cheat protected.
    JezuzLizardundefined JezuzLizard

    KasuaI Those dvars are used by the aim assist system which is why they are not modifiable without sv_cheats. I don't believe T5 has separate ads and non-ads sensitivity dvars. The feature has to be added like it was to T6.

    BO1 Client Support

  • Do I need to buy the DLC maps to play?
    JezuzLizardundefined JezuzLizard

    mjwyaa Our policy has changed and we no longer provide game files.

    BO2 Client Support map buried dlc

  • exceeded maximum number of parent server script variables
    JezuzLizardundefined JezuzLizard

    There is a hard limit on the amount of variables you can have at once. This error occurs because you've exceeded these limits. There are plenty of variables available on all maps on both MP and ZM. Meaning this error won't happen unless you have a leak or you intentionally spawn in a lot of variables at once. I believe you can spawn in at least 10-30k child variables before you hit the child variable limit of 65536. The parent variable limit is lower at 24536 but parent variables are harder to spawn in unnecessarily because they are threads, structs, arrays, or entities. Child variables are everything else.

    BO2 Modding Support & Discussion

  • exceeded maximum number of parent server script variables
    JezuzLizardundefined JezuzLizard

    Yeah it seems that fed's plugin doesn't work anymore so I guess you can't really do anything about this currently.

    BO2 Modding Support & Discussion

  • Hey my bad for asking for help this late but
    JezuzLizardundefined JezuzLizard

    Reshade is unsupported because it can be used to cheat.

    https://plutonium.pw/docs/anticheat/#plutonium-cheat-policy

    Use lan mode if you want to use it without getting banned, but this disables online play.

    Launcher Support

  • Is there any way to "autoexec" console commands on startup?
    JezuzLizardundefined JezuzLizard

    You can create a GSC script to set this dvar automatically when the match starts.

    BO2 Client Support

  • What could be the possible cause for this script error mid game? Zombies Tranzit.
    JezuzLizardundefined JezuzLizard

    maxiking913 When a player is kicked from the game or disconnects all of the variables directly attached to their script entity are removed. The scripts the error occurs in are meaningless. This error does not happen in the stock game under normal conditions. The script the error says it happened in is just the last time a variable was attempted to be allocated and failed. The error is in your code so read my previous comment on this post to debug this issue.

    BO2 Modding Support & Discussion

  • Zombies Starter Weapons and weapon IDs
    JezuzLizardundefined JezuzLizard

    Sadwhick These weapon names were determined by seeing what weapons are loaded on the map and used in the mystery box by looking at the scripts.

    https://github.com/plutoniummod/t5-scripts/tree/main/ZM/Maps

    Search the scripts for add_zombie_weapon and see what weapons they add to the box to know what the weapon names are for each map.

    BO2 Modding Support & Discussion

  • Bo1 t5 plutonium
    JezuzLizardundefined JezuzLizard

    https://store.steampowered.com/app/42700/Call_of_Duty_Black_Ops/

    BO1 Client Support

  • Not have installers
    JezuzLizardundefined JezuzLizard

    We don't provide files anymore.

    Launcher Support

  • link
    JezuzLizardundefined JezuzLizard

    We don't provide files anymore due to recent actions taken by Activision.

    General Discussion

  • 8 player crash
    JezuzLizardundefined JezuzLizard

    shinryuk Rerun the Plutonium updater and don't delete the scripts folder this time.

    BO2 Server Hosting Support server plutonium t6 zombie modding

  • makefakeai() function causes Exception Code: 0xC0000005
    JezuzLizardundefined JezuzLizard

    bhfff Are you trying to make bots in zombies without bot support? I wouldn't recommend doing so as its very difficult to do so even with bot support. I have a mod for Plutonium T4SP https://github.com/JezuzLizard/T4ZM-Zombie-Bots that attempts to do this. It is based on bot warfare and works decently.

    The next closest thing to a bot would be an actor but actors aren't intended to simulate real players so it would be an inferior experience.

    Anyway I don't know anything about the makefakeai() function but I don't think it would work as you'd need it to. Because you still need path finding and targetting code which real actors have, to make them play like a real player.

    BO1 Client Support

  • gsc
    JezuzLizardundefined JezuzLizard

    xsfbfb That isn't a compile error that happens post compilation if the functions cannot be resolved. You are probably not installing the mods properly if this is happening. Remember if the mod is made up of multiple scripts you need every script it uses in the exact folders it uses.

    BO2 Client Support

  • gsc
    JezuzLizardundefined JezuzLizard

    xsfbfb What mods don't work unless you manually compile?

    BO2 Client Support

  • gsc
    JezuzLizardundefined JezuzLizard

    xsfbfb You need to be on at least Plutonium version r3408 or higher because this is when the compiler was integrated to Plutonium.

    BO2 Client Support

  • Running into error when launching Dead Ops Arcade in Co-Op/Private match
    JezuzLizardundefined JezuzLizard

    FinalSketch64 You need to remove the zm_spawn_fix.gsc from %localappdata%\Plutonium\storage\t5\scripts\sp\zom before launching DoA.

    edit: More specific file location

    BO1 Client Support

  • How to turn off Anti-Cheat system?
    JezuzLizardundefined JezuzLizard

    RYNO7965 The give command is bugged to do this so you cannot use it without issues. You can try installing a mod menu to give yourself weapons make sure you do not inject(this would get you banned by the anti-cheat) and instead follow the instructions here: https://plutonium.pw/docs/modding/loading-mods/#loading-existing-scripts-on-t6

    BO2 Client Support

  • Are PermaPerks Still a thing on Bo2 zombies? CServers/Dedicated/AnyHost
    JezuzLizardundefined JezuzLizard

    @iTzLiru You should still be able to use this perma perk on servers and custom games assuming it isn't disabled by any mods running on the server. You need to be under skull rank aka single bone or crossbones to be able to obtain this perma perk. You obtain this perma perk by buying the olympia and its ammo multiple times. You lose it by ranking up to skull or above.

    BO2 Client Support
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 45
  • 46
  • 6 / 46
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate