Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved FileWeb's can no longer store Usable conditions

Joined
Apr 18, 2015
Messages
408
@Cloud

Code: (@Aidden 's tutorial; was working perfect before the nav update)

N7rJhWX.png


Error:
jdwC8sS.png


If FileWeb can no longer be used; then what is the proper way to use web files?

Recreating the web did not solve anything
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
I cannot comment on the error, but I noticed you are not using the (relatively) new convenience method Resources#getAsLocalWeb. @Aidden please update your guide to do the same.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
I cannot comment on the error, but I noticed you are not using the (relatively) new convenience method Resources#getAsLocalWeb. @Aidden please update your guide to do the same.
Will do. @Hazard, i'm pretty sure it's saying you've given a vertice a condition that is a 'Usable' and that can't be done anymore. But i'm not sure. No idea if that even makes sense lol
 
Joined
Apr 18, 2015
Messages
408
Will do. @Hazard, i'm pretty sure it's saying you've given a vertice a condition that is a 'Usable' and that can't be done anymore. But i'm not sure. No idea if that even makes sense lol
I recreated the web from scratch(not the entire thing; just a 5x5 area to test it) and I got the same error.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Are you passing in conditions into the file web? The reason that can't be done anymore is because we can only serialize them, which doesn't work well when obfuscation is involved unless you do custom mapping which can't be universally done for a usable object.
 
What types of vertices are you including in your web?
 
Top