mavrick
(xfire: mavrickmaster)
OBSessed
Posts: 85
01:38 PM 09/11/2010 |
Hi,
I am working on a Promod Custom Ruleset Generator where a user can easily select the options they want in promod then generate their custom ruleset on the fly based on the options and values they have entered into the website. Now the custom ruleset itself is a .gsc file inside a folder contained with an .iwd file.
Using PHP I can use the inbuild compression module to create .zip, .tar, .gz. .zip etc files, it's my understanding that .iwd files follow the same principal however I would like to know if there is or any compression ration on the .iwd files and if using a compression tool would the .iwd files be compatible with Call of Duty 4. Do i need to generate any CRC checking or MD5 checksums to make the .iwd file compatible to work?
Many thanks in advanced and if all goes well I should have the first Promod Custom Ruleset Generator. I have been working with the original developers of promod as well to make sure different versions of promod will be compatible with my ruleset generator.
Many thanks in advanced,
Daniel 'mavrick' Lang http://www.mavrick.id.au/
|
Snakelet
(xfire: snakelet)
OBS Dev
Posts: 1330
08:26 PM 09/11/2010 |
It is my understanding that you can just zip the file as per normal and it will do its normal compression, then you just rename it to iwd. You may want to await further information from somebody more technologically inclined though.
Too bad we are not fans of promod.
|
Falcar
(xfire: seamusthefamous)
OBS Dev
Posts: 526
07:28 AM 10/11/2010 |
I've always used the 7za app that came with ModWarfare, I'll send it to you over xfire
|
mavrick
(xfire: mavrickmaster)
OBSessed
Posts: 85
07:37 PM 18/11/2010 |
Hey I've been talking with the promod developers and yea the .iwd file is based around the .rar compression so i can create .iwd files using php :D
yay, ty for the help Falcar! <3
|