Modme Forums

ERROR with HarryBo21’s Soul Chest

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: Dedrix
I am trying to install these soul chests into my map. I've followed all the instructions and the map compiles fine, however when I launch the game it pops up with a window saying this; "Error linking script 'scripts/zm/zm_mapname.gsc".
Even when I launch the map without any of the prefabs in it this error still comes up.
This is becoming very frustrating as it doesn't really tell me what the problem is.


This is the source:
https://wiki.modme.co/wiki/black_ops_3/intermediate/Adding-soul-chests-to-your-map.html


Could end up being something to do with the "_zm_harrybo21_utility.gsc" file that i have?
https://mega.nz/#!xGYFwARb!ZbN-C13XZw-1q603Oh_zhRceOYbBGASRc5egl6XxsSE

Thanks again to anyone who can help out!


ModmeBot:

Reply By: eDeK

Dedrix
I am trying to install these soul chests into my map. I've followed all the instructions and the map compiles fine, however when I launch the game it pops up with a window saying this; "Error linking script 'scripts/zm/zm_mapname.gsc". Even when I launch the map without any of the prefabs in it this error still comes up. This is becoming very frustrating as it doesn't really tell me what the problem is. This is the source: https://wiki.modme.co/wiki/black_ops_3/intermediate/Adding-soul-chests-to-your-map.html Could end up being something to do with the "_zm_harrybo21_utility.gsc" file that i have? https://mega.nz/#!xGYFwARb!ZbN-C13XZw-1q603Oh_zhRceOYbBGASRc5egl6XxsSE Thanks again to anyone who can help out!

Harry Bo21 write in other post this in the past:
error linking mapname means 

theres a #using line or a #insert line in one of your scripts - but the script isnt included in your zone
I hope this can help you.


ModmeBot:

Reply By: Dedrix

eDeK
Harry Bo21 write in other post this in the past: error linking mapname means theres a #using line or a #insert line in one of your scripts - but the script isnt included in your zone I hope this can help you.

Thanks for the help. I went looking for a solution but couldn't really find anything. I knew It'd be something real simple like this though...

I just added these lines in to the zone file;

scriptparsetree,scripts/zm/_zm_soul_chests.gsc
scriptparsetree,scripts/zm/_zm_harrybo21_utility.gsc

SMH