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

Plutonium

GOLD3N 4RMundefined

GOLD3N 4RM

@GOLD3N 4RM
About
Posts
193
Topics
16
Shares
0
Groups
0
Followers
24
Following
30

Posts

Recent Best Controversial

  • Which CoD on Plutonium has most players?
    GOLD3N 4RMundefined GOLD3N 4RM

    HybridElement Or I guess in this case, what is left of it (archives).

    General Discussion

  • Which CoD on Plutonium has most players?
    GOLD3N 4RMundefined GOLD3N 4RM

    I wouldn't know.

    General Discussion

  • Which CoD on Plutonium has most players?
    GOLD3N 4RMundefined GOLD3N 4RM

    I assume Black Ops 2 is most known for its greatest attempts in trying to recreate Black Ops 2 Mod Tools. Even though custom zombies maps on Black Ops 2 is technically not possible (yet), they still find alternative ways, like the Skyfall mod for BO2 zm Buried. That's one map that I personally think makes it closest to Custom Zombies Maps for Black Ops II.

    General Discussion

  • [Release] [ZM] Select your character options for solo custom game
    GOLD3N 4RMundefined GOLD3N 4RM

    MisterSipster You could be sure of that.

    BO2 Modding Releases & Resources

  • [Release] [ZM] Select your character options for solo custom game
    GOLD3N 4RMundefined GOLD3N 4RM

    😲

    Well done.

    I've had this image of the custom games stuck in my head for a long time. And it feels like Custom Games Options Reimagined.

    If I do release a mod like so, I will be sure to mention you and this since it might include this mod.

    BO2 Modding Releases & Resources

  • [Release][ZM] Select your character scripts for solo
    GOLD3N 4RMundefined GOLD3N 4RM

    MisterSipster Oh, well I'm grateful to have knowledge that this is possible.

    BO2 Modding Releases & Resources

  • [Release][ZM] Select your character scripts for solo
    GOLD3N 4RMundefined GOLD3N 4RM

    It's okay! I deleted it because I thought it would be very complicated to do. This was the original post:

    Just to ask, is it possible to use the "privategamelobby_project.lua" file to create a DVAR for this?

    Like can I edit the lua file it in a way for it to function as a "Custom Games" game option?

    Kind of similar how "dontknowletspla" did it. f5f50640-b78c-42d4-8f77-df850cbfe755-image.png

    I'm not asking how to do it, I'm asking if it's possible in an easy term.

    For where it would say "Choose Character" and each option is a DVAR option whether that'll be "0, 1, 2, 3".

    I figured because it was a DVAR "Mod" it would technically cause errors and confusion in both the game files and the editor itself.

    BO2 Modding Releases & Resources

  • [ZM] BO2 World [4]
    GOLD3N 4RMundefined GOLD3N 4RM

    I do like the detail they thought about here. Treyarch really put Origins in Northern France.

    BO2 Modding Releases & Resources camo camos camo pack bo2 zombies bo2 black ops 2 zombies mods modding callofduty

  • [T6 ZM] Character Quote Glitch/Feature?
    GOLD3N 4RMundefined GOLD3N 4RM

    I've been testing quotes out in Black Ops 2 Zombies (because I am making a sound overhaul mod) and I notice something

    When a game plays a quote for a certain character, as soon as a previous one finishes they go quiet for a few seconds.
    (This phenomenon occurs for everyone)

    Here's a visual representation:

    Character Glitch: Black Ops II

    For a while I figured it was a bug, but now I wonder if it was one different. The soundbank includes a lot of quote files and when I came across either zm_buried or zm_alcatraz, I found a silent_loop file. So I started thinking if whether or not the "silent" file (or something else) is played in order to give a character a cooldown time.

    Question: Does this silence have to do with the sound build? Or is this just a bug/glitch?

    As far as I can tell, there has been no other games (Treyarch at least) where this has occurred.

    BO2 Modding Support & Discussion bug feature soundproblem

  • [Release] [ZM] LGBT+ Globes
    GOLD3N 4RMundefined GOLD3N 4RM

    @0-z-z-y Yeah, its a bit gay. I wonder why.

    BO2 Modding Releases & Resources

  • [Release] [ZM] LGBT+ Globes
    GOLD3N 4RMundefined GOLD3N 4RM

    to delete.

    BO2 Modding Releases & Resources

  • Playing zombies is FUN!!
    GOLD3N 4RMundefined GOLD3N 4RM

    I mean, I suppose?

    General Discussion

  • Playing zombies is FUN!!
    GOLD3N 4RMundefined GOLD3N 4RM

    I'm glad you enjoy it. I do too.

    General Discussion

  • Hacker Cut Gamemode Voicelines in spanish release of bo2 xbox360
    GOLD3N 4RMundefined GOLD3N 4RM

    I never knew I would find the SPANISH version, I usually find the English version, funny enough

    BO2 Modding Releases & Resources

  • did i get myself banned?
    GOLD3N 4RMundefined GOLD3N 4RM

    Before the game, were you on LAN Mode? If you were playing normally and not on LAN Mode: c90228c8-9014-4a40-bef2-4aa930bf3fd1-image.png

    Then this means that the Plutonium Anti-Cheat detected an injector and therefore took action immediately. It will still attempt to ban players whether or not they are on a solo game. You would have to be in a Solo-LAN game to use an application like Cheat Engine.

    Launcher Support

  • (Theater Mode) Depth of Field Tweak in Theater Mode
    GOLD3N 4RMundefined GOLD3N 4RM

    Please keep in mind that all of the commands above are powered by "r_dof_tweak 1" (Which allows you to tweak DOF).

    r_dof_tweak is technically a "cheat" command, which means you can't use this without sv_cheats "1"

    Because of this, you will be unable to use it during an online game that you don't host.

    BO2 Modding Releases & Resources

  • (Theater Mode) Depth of Field Tweak in Theater Mode
    GOLD3N 4RMundefined GOLD3N 4RM

    (For Theater Mode in COD Games)

    Here are some available DVAR commands that show you how to create cinematic DOF in Black Ops 2 replays.

    Feel free to copy + paste these commands.






    Don't:

    - Enter values with quotation marks ("...")

    - Enter values in/with parenthesis


    SETUP

    # Depth of Field (DOF)
    r_dof_tweak "1" (Allows the ability to change DOF)
    
    r_dof_farstart 0
    
    r_dof_nearstart 120
    
    r_dof_nearend 120
    

    Effects

    r_dof_farblur # (Changes Blur Amount) (r_dof_bias on T5/Black Ops I)
    
    r_dof_farend # (Sets the distance of blur (inches). 200 = Cinematic, 7000 = Default)**
    
    

    Example

    NO DOF.PNG DOF.PNG

    BO2 Modding Releases & Resources

  • [ZM] Claymore Mod - Upgraded Staffs Cheat Sheets
    GOLD3N 4RMundefined GOLD3N 4RM

    This looks WAY too comical, but VERY effective. I don't think I've ever seen a replaced texture that actually gives the player an advantage. While the character in the game says the claymore looks normal, all of a sudden it's being used to help find out the upgrade codes.

    Bottom Line: Great work.

    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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