Page 1 of 1

How do you get a mod to be a SDZ/sd7?

Posted: 09 Mar 2007, 08:25
by Abokasee
How do you get a mod to be a SDZ/sd7? because i'm having trouble trying to that, do you even need to do that?

Re: How do you get a mod to be a SDZ/sd7?

Posted: 09 Mar 2007, 08:45
by zwzsg
- You zip the mod and renamed it into *.sdz
- You 7-zip the mod and renamed it into *.sd7

zip is a pretty standard archive format, so you probably already have an archiver handling them. For 7-zip, download and install http://www.7-zip.org Oh and make sure to NOT tick "solid archive".

If you don't want to pack your mod, you can put all the files of your mod into a /yourmodnamehere.sdd/ folder. This is great for developping and bug testing. However, if you ever release such an unpacked mod, I will be very angry.

Posted: 09 Mar 2007, 09:04
by Guessmyname
The reason he will be abgry is that un-compressed/packed mods will have very large filesizes, when this could easily be lowered by packing into sdz/sd7

Posted: 09 Mar 2007, 10:20
by KDR_11k
You'd zip it for distribution anyway but I think sdds greatly increase the load time of SpringSP.

Re: How do you get a mod to be a SDZ/sd7?

Posted: 09 Mar 2007, 14:34
by bwansy
zwzsg wrote:"solid archive"
I'm just curious. What does it mean?

Re: How do you get a mod to be a SDZ/sd7?

Posted: 09 Mar 2007, 19:02
by Abokasee
zwzsg wrote:- You zip the mod and renamed it into *.sdz
- You 7-zip the mod and renamed it into *.sd7
So I just put .sdz at the end?

Posted: 09 Mar 2007, 20:16
by rattle
Yeah.

.ZIP = .SDZ
.7Z = .SD7

Wasn't there some other setting spring didn't like about 7zip other than solid archives? I remember having troubles in the past with any compression algorithm other than bzip2. I could be wrong though.

Re: How do you get a mod to be a SDZ/sd7?

Posted: 09 Mar 2007, 22:01
by zwzsg
bwansy wrote:
zwzsg wrote:"solid archive"
I'm just curious. What does it mean?
Presssing F1 in 7-zip wrote:Create Solid archive
Enables or disables solid mode. In solid mode all files will be compressed as one continuous data stream. Usually compressing to solid archive improves compression ratio. You can use this option only for 7z archives. With current version of 7z you can update existing archives only when solid mode is switched off. Updating solid archives also is not supported in current version
But you don't need to know what does "solid archive" actually mean. All you have to know is that Spring doesn't handle solid archives, and so this should be unticked. Other default settings are fine, but "solid" is ticked by default and must be unticked.

Posted: 13 Mar 2007, 14:35
by elliotkr
Actually, I've never had a problem with leaving the solid archive option on. I only get problems if I try to compress the 7z file too much, which is a waste of time anyways, unless you're ziping it for distrobution.

bwansy - A solid archive is an archiving method used in programs like 7zip where, when ziping multiple files, it treats all the files as one single data block. But yeah, if it's giving you problems (you'll see the option when making an archive if you're using 7zip) then just shut it off.