Call of Duty: Black Ops III – Mod Tools

Call of Duty: Black Ops III – Mod Tools

28 ratings
Multiplayer Game Modes Tutorial
By WarpSpider
This is a list of video links for my tutorial series showing how to build all the different game modes for custom multiplayer maps. Also, how to do "Winner's Circle" and easy(no script) vehicle spawners.
3
   
Award
Favorite
Favorited
Unfavorite
Part 1: TDM, KC, FFA, and Gun Game
Part 2: Domination
Part 3: Demolition
Part 4: CTF and Uplink
Part 5: Safeguard
Part 6: Search and Destroy
Part 7: Hardpoint and Fracture
Extra: How to do Winner's Circle
Extra: Easy Vehicle Spawners
5 Comments
Pax 1 Jul, 2024 @ 7:04am 
There's nothing to express how timely your guide is
Xero 11 Jun, 2023 @ 6:48pm 
These guides are amazing. I know I thanked you on my own workshop map comments but thought I'd hit the thumbs up, favorite and say it here. Thanks again.
MrLednor 5 Apr, 2023 @ 5:08am 
thanks bro il take a look
WarpSpider  [author] 4 Apr, 2023 @ 4:45pm 
I don't know any easy way to make vehicles fly without using custom scripting:

while(player isInVehicle()) {
vh launchVehicle((0,0,20));
if(player UseButtonPressed()) {
player unlink(); break; }
if(player jumpButtonPressed()) {
vh launchVehicle((0,0,20)); wait(.05); continue; }
if(player stanceButtonPressed()) {
vh launchVehicle((0,0,-10)); wait(.05); continue; }
wait(.05); }
MrLednor 4 Apr, 2023 @ 7:30am 
hi can u show how to set up flying vehicles ? i cant seem to get it to work