Advertisement
Tustin

retarded bo3

Oct 5th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. make scripts/zm/ inside your mods folder
  2. create your gsc file inside that directory
  3. make a namespace for your mod: #namespace my_mod;
  4. add your gsc to the mod's zone file: scriptparsetree,scripts/zm/my_mod.gsc
  5. find _load.gsc inside the raw scripts directory
  6. put that inside your scripts directory for your mod
  7. add that gsc to your mod's zone file: scriptparsetree,scripts/zm/_load.gsc
  8. edit your new _load.gsc to include your script: #using scripts\zm\my_mod;
  9. inside _load.gsc's main function, call your main function for your mod using it's namespace: my_mod::__init__();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement