Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: The Black Death
Okay, so I want to replace the starting weapon with the M1911 in this mod, but I cannot get the script to load.
What am I doing wrong? (yes, I'm aware about the needing to use another script, so I'm sharing my load.gsc/csc now)
zm_load.gsc: https://pastebin.com/tM86ckgz
zm_load.csc: https://pastebin.com/WZyqsfCf
zm_betterm1911.gsc: https://pastebin.com/NDusTNhV
zm_betterm1911.csc: https://pastebin.com/1jfCvPZw
(oh, and one other thing: What shall I remove/keep in terms of #using in my mod's GSC/CSC?)
For extra clarification my mod's script (zm_betterm1911) is in mod root folder/scripts/zm/
ModmeBot:
Reply By: Lethal Peelz
The Black Death
Okay, so I want to replace the starting weapon with the M1911 in this mod, but I cannot get the script to load. What am I doing wrong? (yes, I'm aware about the needing to use another script, so I'm sharing my load.gsc/csc now) zm_load.gsc: https://pastebin.com/tM86ckgz zm_load.csc: https://pastebin.com/WZyqsfCf zm_betterm1911.gsc: https://pastebin.com/NDusTNhV zm_betterm1911.csc: https://pastebin.com/1jfCvPZw (oh, and one other thing: What shall I remove/keep in terms of #using in my mod's GSC/CSC?) For extra clarification my mod's script (zm_betterm1911) is in mod root folder/scripts/zm/
ModmeBot:
Reply By: The Black Death
Lethal Peelz
The Black Death Okay, so I want to replace the starting weapon with the M1911 in this mod, but I cannot get the script to load. What am I doing wrong? (yes, I'm aware about the needing to use another script, so I'm sharing my load.gsc/csc now) zm_load.gsc: https://pastebin.com/tM86ckgz zm_load.csc: https://pastebin.com/WZyqsfCf zm_betterm1911.gsc: https://pastebin.com/NDusTNhV zm_betterm1911.csc: https://pastebin.com/1jfCvPZw (oh, and one other thing: What shall I remove/keep in terms of #using in my mod's GSC/CSC?) For extra clarification my mod's script (zm_betterm1911) is in mod root folder/scripts/zm/ Here.