ID:144480
 
Code:
client/preload_rsc = "http://www.hyperbyond.com/~audeuro/Domni_rsc.zip"


Problem description:

In my game, I've uploaded the resource file package (http://www.hyperbyond.com/~audeuro/Domni_rsc.zip) that BYOND produces. Now I set client/preload_rsc like so:

This is the only instance of preload_rsc in my code, and it won't download the package. Am I...doing something wrong?

(byond://hyperbyond.com:10050 is the project)
Hmm i am not sure but does the client/preload_rsc allow
~'s.
In response to A.T.H.K
I don't see why it shouldn't.

Oh, and I just tested it, and setting it at client/New does help the above-mentioned problem. This appears to be a BYOND bug, because setting it to an URL at compile-time should be perfectly valid, but it was just looking in the .dmb's directory. Now it keeps starting up in text mode. O_O

client
command_text = "> "
New()
preload_rsc = "http://www.hyperbyond.com/~audeuro/Domni_rsc.zip"
..()