Post: Battle Royale By CoolJay [Black Ops II][Gamemode][Update 2]
10-06-2015, 03:43 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.

`🍓
Overview:

- This gamemode is a faithful imagining of the trending "Battle Royale" genre, a free for all one life fight to the death where you skydive into the map, then upon landing collect gear to build a competitive advantage to hunt other players. Choose to approach with aggression or stealth, there are no rules

Updates Log:
Update 2 (05/08/2019): Added:

- Drop Items menu
- supply drop collision
- dynamic options menu
- Players submenu sorts menu user at top
- menu headers
- menu duplicate title names

Changed:

- weapon rarity damage multipliers
- knife flip button to L2
- Object Control no longer closes menu after enabling
- increased damage momentum hud size
- renamed multiple menu names
- Timescale can be adjusted in increments of 0.25 up to 2
- FOV can be adjusted in increments of 5 up to 120 degrees

Fixed:

- weapons not carrying camo information when dropping
- weapons not carrying reticle information when dropping
- dual wield weapons reloading incorrectly
- SMAW damage too high
- Crossbow with Tri-Bolt attachment switching to another weapon when stock is empty and is only 2 bolts left in clip
- RPG switching to another weapon when stock is empty and is only 1 rocket left in clip
- incorrect clip amount when dropping weapons
- incorrect clip amount when switching out dual wield weapons
- Object Control crashing game
- player scores showing incorrect values
- backing out of some submenus will cause the menu to close entirely
- shader submenu text offsetting when picking up new items while in that submenu
- menu submenu changing to inventory submenu while swapping out items
- menu being able to scroll when there is 0 options
- menu not updating when picking up equipment in some cases
- menu not updating when deploying equipment
- menu entering submenu transition animation from a shader menu
- menu arrows not adjusting to menu size changes
- menu not creating pages when there are too many text characters
- menu huds not being destroyed after closing menu
- menu opening while using object control
- delay hitch while opening menu for first time

Removed:

- Object Control axis arrows
Update 1 (24/09/201Cool Man (aka Tustin): Added:

- Toggleable option in menu for game spawn type
- Items setup in center of quarters spawn type
- Kills and headshot count in player stats menu
- Headshot count to end game scoreboard
- Menu options toggle display
- Bots now spawn with guns

Changed:

- All weapons damage modified
- Weapon damage calculation
- Menu options now update more efficiently
- Supply Drop open time increased to 5 seconds from 2 seconds
- Sky dive movement is a bit more smooth
- M1216 can now be found in loot boxes and supply drops
- Chicom CQB rarities changed to epic and legendary
- End game scoreboard information
- Skydive altitude hud information
- Skydive altitude hud fades out begins earlier
- Auto generated map edits don't take effect on quarters spawn type
- Auto restart now takes effect after killcam
- Killcam duration shortened to 10 seconds from 15 seconds

Fixed:

- Supply drops not opening
- Weapons dealing incorrect damage
- Equipment menu options not updating when you deploy and retrieve equipment
- Equipment not dealing any damage if stock is only 1
- Unable to retrieve equipment after deploying all from stock
- SCAR-H, FAL OSW with attachments not killing players
- RPG switching to another weapon when stock is empty and is only 1 rocket left in clip
- Knives that drop having no description text
- Quarters spawn type not giving players contestant menu
- Damage momentum number sizes being very large when shooting players from a far distance
- Game not ending when final two players kill each other at same time
Release (06/09/201Cool Man (aka Tustin):
Downloads: Black Ops II - GSX Studio: MEGA:
You must login or register to view this content.
Screenshots:
You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.
Videos:
- Coming Soon Gamemode Objective:
- The game starts and all player are given a introduction to the gamemode and are either teleported to the drop ship or arena depending on the settings you set. Once landed in the map you have the option look for loot, hide, and hunt other players. The objective is to be the last one to survive. Injection: Black Ops II - GSX Studio: 1. Go to where you downloaded "Battle Royale By CoolJay.rar" and extract the rar file (you will need a unzip program to do this i suggest WinRar).

2. Move the extracted folder inside of the Black Ops II - GSX Projects folder.

3. Open Black Ops II - GSX Studio and go to the "Connect" tab and connect to either your PS3, Xbox 360 or PC.

4. Run Black Ops II on your Console or PC and get into a "Pregame Lobby" whether you're at the "Main Menu" or in a "Custom Game Match" or "Public Game Match".

5. In Black Ops II - GSX Studio go to the "Inject" tab and click the option "Inject Current Project" it should a few moments later pop up in the output window "Injection: Injection Successful"
Black Ops 2 - GSC Studio: 1. Open Black Ops 2 - GSC Studio and go to the "Connect" tab and connect to either your PS3, Xbox 360 or PC.

2. Run Black Ops II on your Console or PC and get into a "Pregame Lobby" whether you're at the "Main Menu" or in a "Custom Game Match" or "Public Game Match".

3. Go to where you downloaded "Battle Royale By CoolJay.rar" and extract the rar file (you will need a unzip program to do this i suggest WinRar).

4. Open up the extracted folder and go into "Compiled" then "Console"/"PC" (whether you are using a console or a pc).

5. In Black Ops 2 - GSC Studio go to the "Editor" tab and click the option "Inject compiled script file...".

6. Click and drag the "maps" folder into the window dialog on Black Ops 2 - GSC Studio and click "Inject list..." it should a few moments later pop up in the bottom left corner "Project injected successfully".

Alternatively you can inject by using "Open a project" and opening the root folder of rar file you downloaded and then use "Inject to targert..." (however it is not optimal being that you will not be able to take advantage of string optimization scripts so this method should only be used for testing purposes).
Gamemode Setup: 1. Get host position.

2. Set the gametype to "Team Deathmatch".

3. Start game.
Creating Map Edits:
- You can use the structures feature in the menu to build map edits, use Developer Mode to enable information to pop up on screen when creating stuff, once you place something down you will need to write down the coordinates and angles on screen into the gsc code in "maps.gsc" in the corresponding map function for the map you are working on

Here are the arguments for the structure functions used within this gamemode:

CreateWall(model, start, end, lengthspace, heightspace, invisible)
CreateRamp(model, start, end, widthspace, invisible)
CreateGrid(model, start, end, angles, lengthspace, widthspace, heightspace, invisible)
CreateModel(model, origin, angles, invisible)
CreateSpawn(origin, angles)
CreateSupplyDropLocation(origin)
CreatePortal(start, end, twoway, invisible)
CreateZipline(start, end, duration, twoway)
CreateElevator(model, start, end, angles, duration, waitduration)
CreateTurret(origin, angles, type)
CreateDoor(model, open, close, width, height, lengthspace, heightspace, duration, health)
CreateGroundLootSpawn(origin, alwaysspawn)
CreateLootBox(origin, angles, alwaysspawn)
CreateQuarters(origin, forcespawn)
DeleteSpawn(spawnnumber)
DeleteScriptModel(entitynumber)
DeleteBrushModel(entitynumber)
MoveScriptModel(entitynumber, origin, angles)
MoveBrushModel(entitynumber, origin, angles)
Here are some examples of those functions filled out:

CreateWall("t6_wpn_supply_drop_trap", (-381, -844, -6Cool Man (aka Tustin), (95, -660, 132), 72, 33, false);
CreateRamp("t6_wpn_supply_drop_trap", (-613, -744, -67), (-602, -248, 81), 33, false);
CreateGrid("t6_wpn_supply_drop_trap", (-387, -1124, -67), (340, -1947, -67), (0, -90, 0), 41, 72, 33, false);
CreateModel("t6_wpn_supply_drop_trap", (-613, -744, -67), (-602, -248, 81), false);
CreateSpawn((300, -53, 60), (0, 90, 0));
CreateSupplyDropLocation((537, 765, 60));
CreatePortal((137, -865, -67), (157, -570, -67), false, false);
CreateZipline((-600, -1380, -67), (353, -883, 66), 3, true);
CreateElevator("t6_wpn_supply_drop_axis", (-635, -590, -67), (-635, -590, 300), (0, 90, 0), 3, 1);
CreateDoor("t6_wpn_supply_drop_axis", (-495, -812, -67), (-41, -819, -67), 5, 2, 72, 33, 2, 30);
CreateTurret((0, 0, 0), (0, 0, 0));
CreateGroundLootSpawn((-19, 2793, -23Cool Man (aka Tustin));
CreateLootBox((-360, 2478, -244), (0, 180, 0));
CreateQuarters((-2142, -3610, 10));
DeleteSpawn(5);
DeleteScriptModel(1);
DeleteBrushModel(15);
MoveScriptModel(27, (-500, -456, 0), (0, 90, 0));
MoveBrushModel(14, (-600, -876, 0), (0, 0, 0));
- When you are creating a CreateGrid in game, the angles for them are determined by which way you face when you select "Location 2" origin during creation.
Known Issues:
High Priority:

Exclusive To PC:

- (unsure how to fix) extreme frame rate drop with each additional player joining the game
- (unsure how to fix) after players have joined the game when ever going into a dynamic menu it hitches for a split second
- (unsure how to fix) Tribolt attachment doing no explosive damage only impact damage
- (unsure how to fix) Crossbow causes huge lag spikes upon dealing explosive damage

Exclusive To PS3:

- no text background for dropped items

Low Priority:

- weapon damage poorly balanced (script user can modify)
- Grenade Launcher attachment doesn't carry ammo information upon dropping a weapon with it and can be exploited to get infinite Grenade Launcher ammo every time it is
- (unsure how to fix) exchanging equipment while in equipment menu then going into equipment option and backing out will cause menu to close
- (unsure how to fix) RPG reloads a extra ghost rocket when both clip and stock are empty
- (unsure how to fix) dropship on the map Plaza sometimes runs along a incorrect path making it impossible to jump out
- (unsure how to fix) on the map Nuketown the end game camera animation breaks if game is ended during dropship skydive period
- (unsure how to fix) ending the game to earlier after starting will not destroy menu huds
- (unsure how to fix) after match message not working

Possibly Fixed:

- (unsure how to fix) sometimes quantity for equipment is incorrect on default ground spawn
- (unsure how to fix) broken undefined equipment sometimes randomly drops from supply drops
- (unsure how to fix) some bots switch to no weapon

Unnecessary To Fix:

- when triggering overflow fix by entering a paging submenu, it breaks the paging submenu (can be fixed by reopening the menu)

Can't Be Fixed:

- dropping dual wield guns refills clips
lobby scoreboard broken (caused by changing level.teambased variable)
Disclaimers:
- This gamemode is a rebuild of the previous "Hunger Games" gamemode which has been removed completely now, how ever you can adjust the settings in the code to have the game start the same way it use to, so the game plays the exact same Credits:
- CoolJay
- Extinct
- Loz
- Serious
- iMCSx
- dtx12
Last edited by OfficialCoolJay ; 06-26-2021 at 12:01 AM. Reason: Update 2

The following 59 users say thank you to OfficialCoolJay for this useful post:

-Numb, /SneakerStreet/, Ademblabla, anthonything, anxify, Armyspy, BlackBeltJoshA, Blair., Budda_Jacob, BulletProof3160, Buqsy, CodJumper:, codybenti, dah, DD94380, DF_AUS, DoraTheKiller97, Dumble, EpicModzAMT, EvilDevilReX, Exelo, FreeakHead, Freezy :D, FRINZ, Full-Evil, gary365, geheimpje, HiddenHour, ICExUCHIHA-Link, itsSorrow, Kameo, keytton, KillerGamer81, KsKoko, LevelUP, mitch1887, Nothingbutbread, okko, Patrick, PhalaxAero, Pink Guy, Playstation VR, ProfoundModz, Psycedelic, RTE, Saber_JZY, Passion, Skonafid, Kronos, snapin, SoloHoster, spac3, StupidEdits, TehRealJoka, Twerkshot, XenonLegend, xexDELL, xTiibo Modz, XxBlud23xX
10-06-2015, 04:17 AM #2
Pretty cool
10-06-2015, 04:26 AM #3
FRINZ
I’m too L33T
lol c: i knew aboutthis 4 a while lol good stuff
10-06-2015, 04:34 AM #4
DoraTheKiller97
Treasure hunter
Love it! Cant wait for the adaptation of other maps. <3
10-06-2015, 04:54 AM #5
Originally posted by OfficialCoolJay View Post
You must login or register to view this content.
Custom Gamemode By CoolJay


Hello fellow Black Ops II modders i have created a yet another gamemode Smile
This gamemode is based on "The Hunger Games" which you may have seen the movie
or maybe you have played other games with a "Hunger Games" styled gamemode like this.
This try's to imitate all of those while having tried my best to make it a strategical and fun
gamemode to play.


Preview Video:


Video Credits: Extinct Mods

Update and Changelog

    5/10/2015: Official Release Only Works On "Drone" At The Moment


How The Gamemode Works:

The game starts and all player are given a introduction to the gamemode
and are teleported to playing arena. Shortly after a 10 second countdown will appear,
when the countdown reaches 1 players are free to move and run to the weapon shed where they
will choose from a large selection of 59 different weapons available to them. Whilst this is happening there
is a 10 second no damage period which prevent players from dying straight away when trying to grab a weapon.

The objective is to be the last one to survive whether you decide to hunt or
be hunted. Players multiple things around the map such as bridges and zip lines around the map that allows them to hide in trees
for better area cover for targeting.

How To Inject:

Basic Guide To Injecting (Black Ops II GSC Studio Only):

    1. Download Black Ops II GSC Studio 

2. Download and extract the folder containing the gamemode into a folder in
your documents called "Black Ops 2 - GSC Studio" within that folder is
another folder called "Projects" place the the folder you extracted called
"The Hunger Games By CoolJay" in "Projects".

3. Open Black Ops II GSC Studio and go to the "Connect" tab and connect to
either your PS3 or Xbox 360 once you are connected to your
PS3 or Xbox 360 run Black Ops II on your console and get into a
"Pregame Lobby" whether your at the "Main Menu"
or in a "Custom Game Match" or "Public Game Match", then go to the
"Editor" tab and select "Inject project to target" down in the
bottom left corner of Black Ops 2 GSC Studio it should say "Compiling..."
wait until "Compiling..." changes to "Project inject successfully"
then you can run the game and your done Smile


How To Setup The Gamemode:

    1. Change the gametype to "Free For All"

2. If you are doing a "Custom Game Match" you should go to "Setup Game"
and "Edit Game Rules" and in "General Settings" disable "Scorestreaks" to
stop players from using scorestreaks.


Information Regarding Map Edits:

This gamemode currently only built for the map "Drone" at the moment,
map edits for this gamemode are 100% permitted for posting Smile

Download:

You must login or register to view this content.

Credits:

絕種 Extinct - Helped with alot including player spawns and weapon spawns Smile

Shark - Used his time remaining feature and forge functions.

jwm614 - Used his map edit feature as well helped me a few things.

Loz - Helped me with the weapon limit.

GrabIt_2 - Spent hours testing with me.

Others- I don't know who to credit for the stuff i have in hudfunctions.gsc but ill put there name down if i find out who.

Known Bugs:

Players with bad connection don't spawn in sometimes.

I believe i have resolved this but, sometimes the weapons wouldnt spawn in
so if you have this issue just restart the game and re-inject the gamemode Smile

Other:

You are allowed to post edits of this gamemode as long as you credit me,
and if you're going to make like 1 small edit like swap weapons or something there is no point in posting.
At this point in time there is currently no winner announcement at the end of the game, and you can
expect a "Players Remaining" feature to the hud in future updates.

I plan on updating and fixing bugs consistently for this.


such a fucking cool idea, please update asap !
10-06-2015, 05:06 AM #6
DF_AUS
NextGenUpdate Elite
Great stuff,keep working on this project Smile
10-06-2015, 07:25 AM #7
Patrick
League Champion
Great stuff fun to play now its down to people to make map edit Happy im happy i could help Winky Winky
10-06-2015, 07:37 AM #8
/SneakerStreet/
At least I can fight
Originally posted by OfficialCoolJay View Post
You must login or register to view this content.
Custom Gamemode By CoolJay


Hello fellow Black Ops II modders i have created a yet another gamemode Smile
This gamemode is based on "The Hunger Games" which you may have seen the movie
or maybe you have played other games with a "Hunger Games" styled gamemode like this.
This try's to imitate all of those while having tried my best to make it a strategical and fun
gamemode to play.


Preview Video:


Video Credits: Extinct Mods

Update and Changelog

    5/10/2015: Official Release Only Works On "Drone" At The Moment


How The Gamemode Works:

The game starts and all player are given a introduction to the gamemode
and are teleported to playing arena. Shortly after a 10 second countdown will appear,
when the countdown reaches 1 players are free to move and run to the weapon shed where they
will choose from a large selection of 59 different weapons available to them. Whilst this is happening there
is a 10 second no damage period which prevent players from dying straight away when trying to grab a weapon.

The objective is to be the last one to survive whether you decide to hunt or
be hunted. Players multiple things around the map such as bridges and zip lines around the map that allows them to hide in trees
for better area cover for targeting.

How To Inject:

Basic Guide To Injecting (Black Ops II GSC Studio Only):

    1. Download Black Ops II GSC Studio 

2. Download and extract the folder containing the gamemode into a folder in
your documents called "Black Ops 2 - GSC Studio" within that folder is
another folder called "Projects" place the the folder you extracted called
"The Hunger Games By CoolJay" in "Projects".

3. Open Black Ops II GSC Studio and go to the "Connect" tab and connect to
either your PS3 or Xbox 360 once you are connected to your
PS3 or Xbox 360 run Black Ops II on your console and get into a
"Pregame Lobby" whether your at the "Main Menu"
or in a "Custom Game Match" or "Public Game Match", then go to the
"Editor" tab and select "Inject project to target" down in the
bottom left corner of Black Ops 2 GSC Studio it should say "Compiling..."
wait until "Compiling..." changes to "Project inject successfully"
then you can run the game and your done Smile


How To Setup The Gamemode:

    1. Change the gametype to "Free For All"

2. If you are doing a "Custom Game Match" you should go to "Setup Game"
and "Edit Game Rules" and in "General Settings" disable "Scorestreaks" to
stop players from using scorestreaks.


Information Regarding Map Edits:

This gamemode currently only built for the map "Drone" at the moment,
map edits for this gamemode are 100% permitted for posting Smile

Download:

You must login or register to view this content.

Credits:

絕種 Extinct - Helped with alot including player spawns and weapon spawns Smile

Shark - Used his time remaining feature and forge functions.

jwm614 - Used his map edit feature as well helped me a few things.

Loz - Helped me with the weapon limit.

GrabIt_2 - Spent hours testing with me.

Others- I don't know who to credit for the stuff i have in hudfunctions.gsc but ill put there name down if i find out who.

Known Bugs:

Players with bad connection don't spawn in sometimes.

I believe i have resolved this but, sometimes the weapons wouldnt spawn in
so if you have this issue just restart the game and re-inject the gamemode Smile

Other:

This gamemode is source so you are allowed to post edits of this gamemode as long as you credit me,
and if you're going to make like 1 small edit like swap weapons or something there is no point in posting.
At this point in time there is currently no winner announcement at the end of the game, and you can
expect a "Players Remaining" feature to the hud in future updates.

I plan on updating and fixing bugs consistently for this.


Realy nice gamemode. Maybe i create a mapedit For thisSmile

The following 2 users say thank you to /SneakerStreet/ for this useful post:

OfficialCoolJay, okko
10-06-2015, 07:37 AM #9
Patrick
League Champion
Originally posted by SneakerStreet
Realy nice gamemode. Maybe i create a mapedit For thisSmile


go for it Winky Winky because its nearly impossible to play online because you need to find drone Happy

The following user thanked Patrick for this useful post:

OfficialCoolJay
10-06-2015, 12:28 PM #10
This gamemode is fucking epic honestly its just too good
Last edited by LevelUP ; 10-06-2015 at 05:17 PM.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo