ID:188013
 
Is there such a thing? I kinda need to know cause my host got really mad and he threatened to unzip my rsc and distribute the code!!
Yes, there is, but the source code is not stored in the rsc, and is, in fact, impossible to retrieve.
In response to Garthor
Umm can i get a link to the rsc unzipper...plz.
No such thing. First of all, the rsc is not a "zipped" file, its compiled code and icons, the resources of your game. I believe dantom used to have a decompiler(I say used to because its so out of date it wouldn't work for many things)but it produced very garbled code...


Essentially, he is bluffing, don't pay attention to it, and remember not to give anyone the actual code and icons to your game.
In response to Garthor
You really should have explained that better Garthor -_-
In response to Garthor
I don't believe that there is a .rsc extractor. Have you actually seen one, Garthor?
In response to Jotdaniel
Umm thanks alot. My friend had this problem too. Scared the crap outta him. He worked on his game for months... like 6.
In response to HavenMaster
Read my post.
In response to Jotdaniel
I explained it perfectly well. It's impossible to get the code out of a rsc, because it's not stored in there. It's also easily possible to extract the files that ARE in there (mostly icons) because that's what's done on every computer that connects to your game.
In response to Jotdaniel
Jotdaniel wrote:
its compiled code

I thought the .rsc was just icons and sounds, and the .dmb was the code.
The rsc is the "resource" file, where anything in your source code that's surrounded by single quotes such as 'myicon.dmi' is stored. While I've never checked myself, I hear its pretty easy to extract files from them if you know what you're doing, since they're not encrypted or anything. (But considering people will be viewing or hearing them in the game anyway, who cares.)

The dmb is the result of the source code being compiled, kind of like an executable, but isn't. You can't get anything out of this file unless you're a super-genius and you're willing to spend a long long time figuring everything out and building a decompiler. Or you're Dan or Tom. Whatever the case, unless Dantom decides they want to steal your source code for some bizzare reason (as they have better things to do), there's no threat of anyone getting your source code from this.

So yes, its possible for someone to extract the multimedia stuff from your game. But no, its not possible for them to extract the source code. But since anyone who wanted to could basically take screenshots of your game and "steal" your graphics in that way, worrying about someone extracting your graphics from the rsc file is a waste of time.

At least, that's what I've heard. :P

Oh, and to my knowledge, no resource file "extractors" are available to the public, so don't bother asking. If someone has one, they probably programmed it themselves.
In response to Airjoe
My mistake. BYOND hasn't been working for me all summer(and I'm too lazy to reformat)so my memory is slipping.
In response to BandGeek34
Were you not just paying attention to any of that? There isn't one.
In response to Torrent
Thank you everyone for answering me question so...umm...completely.