ID:161649
 
for some reason as soon as i coded on code file which has one code in it awhile ago i believe
my rsc went from 2.5 kb to 103256 kb and i cant give it to any hosts it takes way too long any suggestions?
-Use clean compile to delete old, unused, unrequired resources from the rsc.

-Use less icons/images/sounds in your game. :)
-If you're using images, use well-compressed formats like JPG and PNG. I suppose you might be using BMPs, which are horrible.
-Same as above but for sounds. BYOND supports many sound formats now; use ones with good compression. Good ones: ogg, mp3 Bad: wav

That's it, I think.

Oh, also related. You could compress the RSC in a good file archival format like RAR and send it to the host and players in that form (they'll have to download from a link, not the game (look up the 'preload_rsc' var) and put the RSC in the correct place).
In response to Kaioken
omg your effin right i was using like 20 wavs