- Messages
- 5,127
- Reaction score
- 2,903
- Points
- 1,103
Hello guys,
in this tutorial I want to assist every old GSC coder from a older Call of Duty. I will show you here how to make a zombie mod which will call a function on any spawn of the player. You can continue with your code after that.
So let's get
started.
Video version of this tutorial:
You want to create a multiplayer mod?
Multiplayer version of this tutorial: Tutorial - Black Ops 3 Multiplayer GSC Modding - How to start coding a mod? Startup Mod +Download | CabConModding
Thank you!
If you have any question, problem or suggestion -> reply below!
Best regards,
CabCon!
in this tutorial I want to assist every old GSC coder from a older Call of Duty. I will show you here how to make a zombie mod which will call a function on any spawn of the player. You can continue with your code after that.
started.
Video version of this tutorial:
You want to create a multiplayer mod?
Multiplayer version of this tutorial: Tutorial - Black Ops 3 Multiplayer GSC Modding - How to start coding a mod? Startup Mod +Download | CabConModding
- First of all you need to download my startup mod file, here.
- After you download the file, go to your Black Ops 3 Game file directory. And create a Folder called 'mods' inside of it.
- Unpack the download .rar-file and place the folder 'zm_startup_mod' inside of the 'mods' folder.
- After that open the folder 'zm_startup_mod' and go to -> scripts\zm\gametypes and open the file '_clientids.gsc'.
- Here you can see now the file _clientids.gsc: You can start your mod here in the on_player_spawned function. But before I will show you how to load this mod now.
- First launch 'modtools_launcher.bat' in the Black Ops 3 directory. And select the following items:
- Click on Build and wait while the game is building your mod: If you get the done, you can start Black Ops 3!
- Go in the Main Menu of it in 'Mods' and select 'zm_startup_mod':
- After that start a non-public match: You will see that we get our println at every spawn!
You can start coding your own project now!
Have fun, happy modding!
If you have any question, problem or suggestion -> reply below!
Best regards,
CabCon!
Attachments
Last edited: