Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

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,121
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
7,468
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