Difference between revisions of "User talk:WB3000"
m (moved new comment section to the bottom) |
|||
Line 11: | Line 11: | ||
== NUS Downloader - WADPacker.cs == | == NUS Downloader - WADPacker.cs == | ||
What source did you use as inspiration/help for creating WADPacker.cs? Any useful resources for WAD packing? <span style="padding: 1px; border-bottom: 1px dashed black;"> [[User:Antiaverage|Antiaverage]] <span style="font-size: small;">([[User_talk:Antiaverage|talk]]/[[Special:Contributions/Antiaverage|con]])</span></span> 09:38, 25 November 2009 (UTC) | What source did you use as inspiration/help for creating WADPacker.cs? Any useful resources for WAD packing? <span style="padding: 1px; border-bottom: 1px dashed black;"> [[User:Antiaverage|Antiaverage]] <span style="font-size: small;">([[User_talk:Antiaverage|talk]]/[[Special:Contributions/Antiaverage|con]])</span></span> 09:38, 25 November 2009 (UTC) | ||
+ | :The original code I looked at for creating WAD files was crediar's wadpacker (?) tool. I don't believe I have the source anymore, I'm not even sure if that was what it was called. The basic concept is that you take all the certs, contents, etc. and write them into one file, taking into account proper order and alignment by 64 bytes. The [[WAD Files]] page is probably the best resource. --[[User:WB3000|WB3000]] 15:44, 25 November 2009 (UTC) |
Latest revision as of 17:44, 25 November 2009
Request to be added to Google Code repository for NUSD
Hi, just a request to be added, I'm gb.luke@gmail.com. Basically, I have an update for NUS Downloader and I think I could probably help around a bit. Err, to put it in a short manner, I got all the instances of @"\" (replaced with Path.DirectorySeparatorChar.ToString()) and @"/" (Path.AltDirectorySeparatorChar.ToString()) for Linux compatibility reasons ("\" is not a valid directory escape char under Linux). I also replaced those references for things like cetk and others. --Lukegb 20:15, 8 October 2009 (UTC)
Do you want to be added to the SVN as a committer? --WB3000 14:58, 9 October 2009 (UTC)
Yeah, that'd be great. --Lukegb 17:22, 11 October 2009 (UTC)
NUS Downloader - WADPacker.cs
What source did you use as inspiration/help for creating WADPacker.cs? Any useful resources for WAD packing? Antiaverage (talk/con) 09:38, 25 November 2009 (UTC)
- The original code I looked at for creating WAD files was crediar's wadpacker (?) tool. I don't believe I have the source anymore, I'm not even sure if that was what it was called. The basic concept is that you take all the certs, contents, etc. and write them into one file, taking into account proper order and alignment by 64 bytes. The WAD Files page is probably the best resource. --WB3000 15:44, 25 November 2009 (UTC)