Modme Forums

Scripting for a mod?

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/

Here.


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.

While this helped me a lot for getting a gsc to work, there's no csc variant. So I need to find a different script, and I've tried _load, _zm_weapons, _zm_audio... None have worked. Any you know of that <em>do </em>work and have a csc version too?