Recent content by Kyle Parkin

  1. K

    GSC Black Ops 3 GSC Managed Code List

    Can any one see what I am doing wrong here? function func_giveRandomWeapon() // This function can be called to give player random weapon { weaponsList_array = StrTok("ray_gun","; "); // fill this with random weapons from the game, I tried to search a array whichs stores all weapons from the...
  2. K

    Thanks man! I got my script working for the most part. Now I am just trying to create two...

    Thanks man! I got my script working for the most part. Now I am just trying to create two functions. One that give the player a random weapon. (The script that is on Black Ops 3 GSC Managed Code List does not work and only freezes the game). The second function disables wallbuys and the ability...
  3. K

    GSC Black Ops 3 GSC Managed Code List

    I am trying to have random weapon be given. The above script for giving random weapon does not work. It freezes game. Can anyone help? function func_giveRandomWeapon() { weaponsList_array = strTok("pistol_standard ar_standard sniper_fastbolt sniper_powerbolt ar_marksman lmg_heavy "," "); //...
  4. K

    GSC Black Ops 3 GSC Managed Code List

    How do you give yourself the gun?
  5. K

    Hey Im wanting to learn how to mod with GSC. Im tryting to get a simple println mod to work or...

    Hey Im wanting to learn how to mod with GSC. Im tryting to get a simple println mod to work or any custom mod that I write to work on bo3 but it seems the game is not calling them out. Could I get some help from you on how to get a mod working?
  6. K

    Tutorial Black Ops 3 Zombie GSC Modding - How to start coding a mod? Startup Mod +Download

    Once the mod is created do you run the game normally or from mod tools?
  7. K

    Answered Code not running in game

    Thanks for getting back to me! So I have a zone file that is calling it. The folder is outlined the same way that cabcon did in his modding tutorial. scripts\zm\gametypes\_clientids.gsc. The zone file is located in zone_source.
  8. K

    Answered Code not running in game

    So I am trying to create a simple code to get my feel around GSC coding. I followed the tutorial for creating a mod that will just print a line on the bottom left of the players screen. I compile and link the mod and then when I run the mod and open it in a random zombies map. I get no error or...
  9. K

    Answered Zombies Modding

    Will this work on .FF files?
  10. K

    Answered Zombies Modding

    Does anyone know of a way to open up someones mod that they have created and look at the code. Its a fast file. I am wanting to create a mod that works with any map in zombies and cant find any tutorials on how to do it. Everyone is creating mapping tutorials. The mod that I am wanting to look...
  11. K

    Tutorial Black Ops 3 Multiplayer GSC Modding - How to start coding a mod? Startup Mod +Download

    Thank you so much! Please let me know when you do create it. no one seems to have one. I dont want to create a map I would just like to make a mod. All the ones out there are all about mapping haha
  12. K

    Tutorial Black Ops 3 Multiplayer GSC Modding - How to start coding a mod? Startup Mod +Download

    I have been looking everywhere for a clear tutorial like this one! Thank you so much! Have you had a chance to created one for zombies mode yet?
Top