Alright. So I downloaded Harry's newest perk pack. When I installed them and fixed 1 issues with the coding (Line 549). I got another error when trying to launch my map. It was asking for this:
Code Snippet
Plaintext
#include maps\ugx_modder_help;
That specific .gsc did not come with the perks, nor can I find it anywhere by google search, or in any script sections on this site.
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
This error has nothing to do with his perks. I wouldnt ever delete stuff. Thats poor habit and is going to give people the impression that stuff exists for no reason and can be deleted.
To solve your problem the proper way simply go to your mod builder and add this line to it:
Code Snippet
Plaintext
// Edited For Developer_Scipt rawfile,maps\ugx_modder_help.gsc
Weird. Let me find the proper lines then, and yes melee.gsc does. It wouldn't stop giving me a script compile error until I added the brackets to the if statement.
Found it. It's in _zombiemode_weapons.gsc, and it's line 545. if (!issubstr(weapname, "mustang_sally"))
Back on the issue. I tried your way of doing it, and I still get this error.
Code Snippet
Plaintext
Error: ******* Server script compile error ******* Error: unknown function: (file 'maps/dlc3_teleporter.gsc', line 194) if( modderHelp( trigger_core, "Missing mainframe trigger with Targetname KVP 'trigger_teleport_core'." ) ) *
Weird. Let me find the proper lines then, and yes melee.gsc does. It wouldn't stop giving me a script compile error until I added the brackets to the if statement.
Found it. It's in _zombiemode_weapons.gsc, and it's line 545. if (!issubstr(weapname, "mustang_sally"))
Back on the issue. I tried your way of doing it, and I still get this error.
Code Snippet
Plaintext
Error: ******* Server script compile error ******* Error: unknown function: (file 'maps/dlc3_teleporter.gsc', line 194) if( modderHelp( trigger_core, "Missing mainframe trigger with Targetname KVP 'trigger_teleport_core'." ) ) *
modderHelp is apart of ugx_modder_help. You either need to add ugx_modder_help.gsc or remove any functions that use it.
Last Edit: April 19, 2016, 09:21:20 pm by daedra descent