UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

#include maps\ugx_modder_help; keeps causing errors

broken avatar :(
Created 8 years ago
by Deadon
0 Members and 1 Guest are viewing this topic.
4,338 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 November 2015
Last active: 4 years ago
Posts
10
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
Deadon's Groups
Deadon's Contact & Social Links
Okay, So I compiled my mod and apparently even though i don't have UGX on my waw when compiling this I keep getting the error that my map canno find ugx_modder_help, even though i keep trying crap, it ends up giving me that error. I'm not sure if it's a problem in my map or something, but I'm willing to take any suggestions.
thanks for reading and dealing with my stupidity  :derp:
This topic contains a post which is marked as the Best Answer. Click here to view it.
broken avatar :(
  • Exofile
  • Deleted Member
×
broken avatar :(
Exofile
This user is deleted :(
Okay, So I compiled my mod and apparently even though i don't have UGX on my waw when compiling this I keep getting the error that my map canno find ugx_modder_help, even though i keep trying crap, it ends up giving me that error. I'm not sure if it's a problem in my map or something, but I'm willing to take any suggestions.
thanks for reading and dealing with my stupidity  :derp:

The UGX Mod Tools Patch, from what I know just fixed some parts of the modtools. When the file cannot be find, just go into raw/maps, find ugx_modder_help, and paste it into mods/mapname/maps. Make sure you tick it off in .IWD list in the launcher before you compile.
broken avatar :(
×
broken avatar :(
Location: gbNewport
Date Registered: 2 November 2014
Last active: 2 years ago
Posts
1,265
Respect
Forum Rank
Zombie Colossus
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Embrace the Darkness
×
Tim Smith's Groups
Tim Smith's Contact & Social Linkstimsmith90THEREALBaDBoY17TimSmithMy clan Website
It's dlc3_code.gsc that is causing that error . Search for another dlc3_code that don't have #include_ugx_modder_help in the start of it . And replace it .
Last Edit: February 13, 2016, 09:45:48 pm by Tim Smith
broken avatar :(
  • Exofile
  • Deleted Member
×
broken avatar :(
Exofile
This user is deleted :(
It's dlc3_code.gsc that is causing that error . Search for another dlc3_code that don't have #include_ugx_modder_help in the start of it . And replace it .

Is it not better to include the script, as it only fixes things?...
broken avatar :(
×
broken avatar :(
Location: gbNewport
Date Registered: 2 November 2014
Last active: 2 years ago
Posts
1,265
Respect
Forum Rank
Zombie Colossus
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Embrace the Darkness
×
Tim Smith's Groups
Tim Smith's Contact & Social Linkstimsmith90THEREALBaDBoY17TimSmithMy clan Website
Is it not better to include the script, as it only fixes things?...
actually it's only tells the player what is going on in the map , and it cause errors more than solving them so no need to include it lol. Developer mode always does the trick .
broken avatar :(
  • Exofile
  • Deleted Member
×
broken avatar :(
Exofile
This user is deleted :(
actually it's only tells the player what is going on in the map , and it cause errors more than solving them so no need to include it lol. Developer mode always does the trick .

Since when did it cause errors? What errors? I've gotten no errors with it..
broken avatar :(
×
broken avatar :(
Location: gbNewport
Date Registered: 2 November 2014
Last active: 2 years ago
Posts
1,265
Respect
Forum Rank
Zombie Colossus
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Embrace the Darkness
×
Tim Smith's Groups
Tim Smith's Contact & Social Linkstimsmith90THEREALBaDBoY17TimSmithMy clan Website
Since when did it cause errors? What errors? I've gotten no errors with it..
well i had it causing errors on my mortem map EE . It was conflicting with it so had to delete it lol and sometimes it starts to act wierd.
broken avatar :(
  • Exofile
  • Deleted Member
×
broken avatar :(
Exofile
This user is deleted :(
well i had it causing errors on my mortem map EE . It was conflicting with it so had to delete it lol and sometimes it starts to act wierd.

Again, what errors? :please:
broken avatar :(
×
broken avatar :(
Location: gbNewport
Date Registered: 2 November 2014
Last active: 2 years ago
Posts
1,265
Respect
Forum Rank
Zombie Colossus
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Embrace the Darkness
×
Tim Smith's Groups
Tim Smith's Contact & Social Linkstimsmith90THEREALBaDBoY17TimSmithMy clan Website
Again, what errors? :please:
firstly , he was in the mod and the same error of this topic showed up of nowhere. Secondly he was creating unexistable errors/lines in my scripts. And i've seen some good mappers don't even use it so why not !.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 November 2015
Last active: 4 years ago
Posts
10
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
Deadon's Groups
Deadon's Contact & Social Links
Thanks guys, that really helped but it seemed for some reason i need the script helper for now 'cus _zombiemodel_blockers_new is now on the fritz :alone: saying there's something wrong with this: if(!modderHelp(self.doors.script_angles, "No script_angles set on door(s). The door will not rotate until this is fixed!")) I can see what's wrong, but I'm not sure if i should just delete _zombiemode_blockers_new or basically how to fix it.
In fact I'm not even sure how all this got messed up, All I tried was installing HarryBO1's Perks.
Marked as best answer by Deadon 8 years ago
broken avatar :(
×
broken avatar :(
☭ Soviet Commander ☭
Location: us
Date Registered: 13 August 2012
Last active: 8 years ago
Posts
2,790
Respect
Forum Rank
King of the Zombies
Primary Group
Community Daedra
My Groups
More
My Contact & Social Links
More
Signature
Let's keep this thread on topic from here on in. -DBZ

+1 to off-topic reply -DBZ

lmao. Too funny.

Goliath Script Placer: http://ugx-mods.com/forum/index.php/topic,11234.msg125257/topicseen.html#new

"...Christ, people. Learn C, instead of just stringing random characters
together until it compiles (with warnings)..."

-Linus Torvalds
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
Removing all script calls/references to ugx_modder_help is one way to fix it. Or you could use Sniperbolt's patch scripts(make backup of your root/maps folder first!). I haven't had any real issues with sniperbolt's besides Treyarch's screw ups.

Honestly, ugx_modder_help(and modder_help before it) is complete shit. All it does is print crap to your screen when it should(if the situation REALLY calls for it) do:

Code Snippet
Plaintext
if(<something>)
            assertMsg(<msg>);

which, when running the map with developer and developer_script, will kick you out of the game and print an error to the screen.

actually it's only tells the player what is going on in the map , and it cause errors more than solving them so no need to include it lol. Developer mode always does the trick .

Damn right.
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 November 2015
Last active: 4 years ago
Posts
10
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
Deadon's Groups
Deadon's Contact & Social Links
I now keep getting this error on the stupid blockers and now I'm really confused 'cus i just tried everything. _zombiemode_blockers_new line 212 unknown function "if(!modderHelp(self.doors.script_angles, "No script_angles set on door(s). The door will not rotate until this is fixed!"))"

Double Post Merge: February 14, 2016, 05:00:33 am
And it's apparently on everything i try to compile. wow  :derp:
Last Edit: February 14, 2016, 05:00:33 am by Deadon
broken avatar :(
×
broken avatar :(
Location: gbNewport
Date Registered: 2 November 2014
Last active: 2 years ago
Posts
1,265
Respect
Forum Rank
Zombie Colossus
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Embrace the Darkness
×
Tim Smith's Groups
Tim Smith's Contact & Social Linkstimsmith90THEREALBaDBoY17TimSmithMy clan Website
Quote
you could use Sniperbolt's patch scripts(make backup of your root/maps.
you should have followed what deadra said . If you want sniperbolt patch it's in zombiemodding

 
Loading ...