Call of Duty: Black Ops III

Call of Duty: Black Ops III

328 ratings
Little Brother Mod
14
6
21
9
4
3
5
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
21.688 KB
Aug 17, 2023 @ 3:37pm
Jan 12, 2024 @ 2:27pm
7 Change Notes ( view )

Subscribe to download
Little Brother Mod

Description
Brief Description
Customize the experience for the second player on splitscreen, helping your relative/partner/friend getting better at the game and feel less useless!

Why?
Trying to learn some basic scripting stuff on BO3! So I wanted to help a redditor that asked for this specific feature while playing with his girlfriend.

Default Configuration
The default configuration at match start gives:
  1. 300 maxHealth to the second player (7 zombie swipes, 4 more than default maxHealth, 2 more than Juggernog)
  2. Non pack-a-punched weapons
  3. Regular 500 points
  4. Juggernog, Speed Cola and Stamin Up for free at start, perks are retained when going down and there's no perk purchase limit

Customization (1) - Health
You can tweak in-game how much health the little bro has with the following command:

This will give the little bro 400 as max health
lil_bro_maxhealth 400

Customization (2) - Weapons
You can force every weapon bought by the second player being pack-a-punched and with AAT on them using the following commands:

Default behaviour, bought weapons (bought after inserting the command) will be normal and can be regularly pack-a-punched
lil_bro_upgraded_weapons 0 0
This will force every bought weapon (bought after inserting the command) being pack-a-punched with a random AAT on them
lil_bro_upgraded_weapons 1 1
This will force every bought weapon (bought after inserting the command) being pack-a-punched without a random AAT on them, but that can still be double papped regularly
lil_bro_upgraded_weapons 1 0

Customization (3) - Points
You can add how many points you want to the second player with the following command:

This will add 5000 to the little bro points
lil_bro_points 5000

Customization (4) - Perks
At start the second player will receive JuggerNog, Speed Cola and Stamin up, perk purchase limits are removed and you retain perks when going down. This last option can be deactivated though:

This will turn on perks retain when going down
lil_bro_retain_perks 1
This will turn off perks retain when going down
lil_bro_retain_perks 0


Notes
  • Just a little reminder, if a player gets hit by a trap with infinite damage this will still instakill him if he doesn't have Juggernog, doesn't matter how much health the player actually has! That's just how traps work in this game, if the player has Jugg then the trap will just do 50 damage to him, like a single zombie swipe!
  • This mod does nothing if there's no splitscreen second player.

ToDo
  • Add customizable max health command
  • Add more modifiers
  • Movements and reload speed passive perks
  • Keeping perks when going down
  • Some HUD would be nice

Credits
  1. Sphynx, for helping me in the Discord Server for BO3 Mod Tool and for his GSC libraries
  2. Hadi77KSA, for pointing out on how to solve the missing zone error at map launch

Project Link
https://github.com/framilano/BlackOps3ModdingStuff
94 Comments
JangleDangle Dec 25, 2024 @ 11:38pm 
thank you bro my friend goes down at least 20 times a game and i cant take it anymore
Nigola Tesla Aug 4, 2024 @ 2:02am 
@fra98_ Makes sense, my bad hahaa
A pause would be insanely helpful aswell! There is already one when you search for coop in the steam workshop, but cannot combine them myself
crowley Aug 3, 2024 @ 8:17pm 
nah cuz little bro gotta figure it out along the way
fra98_  [author] Jul 14, 2024 @ 2:28am 
@Bao splitscreen games can't be paused, I'll investigate if something similar can be added
fra98_  [author] Jul 14, 2024 @ 2:26am 
@Elona Musk you probably missed the \ before the command, it should be

\lil_bro_points 5000
Nigola Tesla Jul 13, 2024 @ 6:22am 
Nice! The base things are working, but the console commands don’t seem to work. Just flat out subscribed to the mod, then activated it under mods, split screen joined a private game but when opening the console and copy pasting the more points command nothing really happens
Bao Jul 4, 2024 @ 5:08pm 
Is there a way that you can fully pause the game with this mod on?
fra98_  [author] May 4, 2024 @ 10:33am 
Hi @RowanTTF, nah this mod is splitscreen focused only, there are tons of mods with cheat menus and stuff like that, you can easily enable them on a single player
RowanTTF May 2, 2024 @ 1:02pm 
Just curious. Is there a way to allow this to affect player 1 when not playing on split screen? I'm letting my daughter play with us and I'm trying to give her a bit of a help, but she's got her own PC so no need for split screen.
fra98_  [author] Jan 18, 2024 @ 3:42pm 
@Sphynx I remember your nickname and of course I'm gonna credit you because of your examples and libraries, you even helped me in the BO3 Mod Tool Discord server. But I can assure you I didn't steal a single line of code, I rewrote everything and I didn't copy-paste a single file. This project is open source so you can check it.