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

Assert Failed (Developer 1)

broken avatar :(
Created 9 years ago
by vinnyz500
0 Members and 1 Guest are viewing this topic.
1,828 views
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 1 January 2014
Last active: 3 years ago
Posts
397
Respect
Forum Rank
Perk Hacker
Primary Group
Member
My Contact & Social Links
More
Signature
×
vinnyz500's Groups
vinnyz500's Contact & Social Linkspsn_hackedlobbies4uXxMrPotatoxXvinnyz500
Hey, quick question. When trying to launch in developer 1 to check out my pathnodes, i get this silly error


All help appreciated. Thanks   ::)
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 6 months ago
Posts
1,322
Respect
Forum Rank
Zombie Colossus
Primary Group
UGX Team Member
My Groups
More
My Contact & Social Links
More
Personal Quote
(ง º ω º )ง u wont sum m8y?
Signature
Do not take life too seriously. You will never get out of it alive.
×
DidUknowiPwn's Groups
UGX Team Member
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Hey, quick question. When trying to launch in developer 1 to check out my pathnodes, i get this silly error
(Image removed from quote.)
(Image removed from quote.)
All help appreciated. Thanks   ::)
If you're not using dogs then that's the reason why, though you have it "disabled" there's actually a couple places the code is still enabled. That's one of them, you can do two things find the other variables to disable dogs (I think one of them was in your mapname.gsc) and the other is you don't need to be in developer to show pathnodes just the map needs to be devmap.
Marked as best answer by vinnyz500 9 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
The error isn't "silly", its telling you something that you need to fix.

Set level.DLC3.useHellHounds and level.DLC3.useMixedRounds to false in your mapname.gsc. If that doesn't work, add something like this to the top of init():

Code Snippet
Plaintext
if(!isdefined(level.allow_dogs) || !level.allow_dogs)
{
return;
}

and it'll return if level.allow_dogs isn't defined or is false.
Last Edit: February 01, 2015, 06:07:16 am by daedra descent
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 1 January 2014
Last active: 3 years ago
Posts
397
Respect
Forum Rank
Perk Hacker
Primary Group
Member
My Contact & Social Links
More
×
vinnyz500's Groups
vinnyz500's Contact & Social Linkspsn_hackedlobbies4uXxMrPotatoxXvinnyz500
The error isn't "silly", its telling you something that you need to fix.

Set level.DLC3.useHellHounds and level.DLC3.useMixedRounds to false in your mapname.gsc. If that doesn't work, add something like this to the top of init():

Code Snippet
Plaintext
if(!isdefined(level.allow_dogs) || !level.allow_dogs)
{
return;
}

and it'll return if level.allow_dogs isn't defined or is false.
the script placer i use has a remove dogs function (which i used) but it didnt do that for some reason  :P thanks
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
×
daedra descent's Groups
Community Daedra
Community Daedra
daedra descent's Contact & Social LinksBlueSoviet
the script placer i use has a remove dogs function (which i used) but it didnt do that for some reason  :P thanks

What script placer would that be?

 
Loading ...