Website
Home
Database
News
Submissions queue
Community
Forum
Clubs
Discord
Members
Tools
ROM Patcher
ROM Hasher
Pages
Support us
Learn Romhacking
About
Contact Us
Help & Legal Pages
Guest
Login
Forum
Entries
News
Settings
Community
Tools & Utilities
NESCompress tool
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SpiderDave" data-source="post: 127" data-attributes="member: 1105"><p>I made a tool for NES compression. It's a command line Windows app. Get it from "releases" on the github link.</p><p></p><p>https://github.com/SpiderDave/NESCompress</p><p>[code]</p><p>NESCompress v2024.11.26-alpha by SpiderDave (https://github.com/spiderdave)</p><p></p><p>Compress or decompress data from NES games. Supported formats:</p><p> * Konami RLE compression (as used in Life Force)</p><p> * Kemko RLE compression (as used in Bugs Bunny Crazy Castle)</p><p></p><p>Usage: NESCompress [opts]</p><p></p><p>Options:</p><p> -c, --compress:filename filename to compress</p><p> -d, --decompress:filename filename to decompress</p><p> -m, --method:method compression method</p><p> -a, --ppuaddr:address ppu address (c)</p><p> -o, --outputfile:filename output filename (c)</p><p> -0, --nt0:filename output filename for nametable 0 (d)</p><p> -1, --nt1:filename output filename for nametable 1 (d)</p><p> -2, --nt2:filename output filename for nametable 2 (d)</p><p> -3, --nt3:filename output filename for nametable 3 (d)</p><p> -b, --bkpal:filename output filename for background palette (d)</p><p> -s, --spritepal:filename output filename for sprite palette (d)</p><p> -h, --help Show this help</p><p> -v, --version show detailed version information</p><p></p><p>Items labeled with (d) apply only to decompressing.</p><p>Items labeled with (c) apply only to compressing.</p><p></p><p>Valid compression methods are: [konami, kemko]</p><p></p><p>When specifying filenames, you may also use a colon at the end and add</p><p>a file offset.</p><p></p><p>Examples:</p><p> NESCompress -d:"Castlevania III - Dracula's Curse (USA).nes:0xb580" -0:"nt0.nam"</p><p> NESCompress -c:"uncompressed.nam" -a:0x2000 -o:"compressed.nam"</p><p> NESCompress -c:"custom.nam" -o:"cv3Edit.nes:0xb580"</p><p></p><p>[/code]</p></blockquote><p></p>
[QUOTE="SpiderDave, post: 127, member: 1105"] I made a tool for NES compression. It's a command line Windows app. Get it from "releases" on the github link. https://github.com/SpiderDave/NESCompress [code] NESCompress v2024.11.26-alpha by SpiderDave (https://github.com/spiderdave) Compress or decompress data from NES games. Supported formats: * Konami RLE compression (as used in Life Force) * Kemko RLE compression (as used in Bugs Bunny Crazy Castle) Usage: NESCompress [opts] Options: -c, --compress:filename filename to compress -d, --decompress:filename filename to decompress -m, --method:method compression method -a, --ppuaddr:address ppu address (c) -o, --outputfile:filename output filename (c) -0, --nt0:filename output filename for nametable 0 (d) -1, --nt1:filename output filename for nametable 1 (d) -2, --nt2:filename output filename for nametable 2 (d) -3, --nt3:filename output filename for nametable 3 (d) -b, --bkpal:filename output filename for background palette (d) -s, --spritepal:filename output filename for sprite palette (d) -h, --help Show this help -v, --version show detailed version information Items labeled with (d) apply only to decompressing. Items labeled with (c) apply only to compressing. Valid compression methods are: [konami, kemko] When specifying filenames, you may also use a colon at the end and add a file offset. Examples: NESCompress -d:"Castlevania III - Dracula's Curse (USA).nes:0xb580" -0:"nt0.nam" NESCompress -c:"uncompressed.nam" -a:0x2000 -o:"compressed.nam" NESCompress -c:"custom.nam" -o:"cv3Edit.nes:0xb580" [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Community
Tools & Utilities
NESCompress tool
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Back
Top