Thanks to visit codestin.com
Credit goes to github.com

Skip to content

durangoretro/rescomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rescomp

Java CI with Maven

Rescomp is a java application Based on SGDK's rescomp. This Java Based tool allows to generate all the binary information to import any resource (image, sprite...) also, this tool allows you to sign any ROM created for Durango using the C programming language.

To Run rescomp you can use the next approach.

java -jar rescomp.jar -n name - i file.png -o out.h -m BACKGROUND

Where the options are:

  • -n name: Resource Name.

  • -i inputfile: Input File.

  • -o outputfile: Output File.

  • -m MODE: Mode; to select the operation Mode:

    • BACKGROUND: Background mode; for generate a binary from a background Image.
    • SPRITESHEET: Sprite Sheet mode; for generate binary from a Sprite Sheet and cut each frame.
    • SCREENSHOT: Generate information for a screenshot.
    • BINARY: Allow to store Binary Information.
    • FONT: Allow to generate information from a Font in a Image File.
    • SIGNER: Allow to Sign a Durango Rom.
    • STAMP: Allow to STAMP a Durango Rom.
    • MUSIC: Allow to convert Music XML file to Durango Binary.
  • -w width: set the Sprite Frame With.

  • -h height: set the Sprite Frame Height.

  • -t title:set the Title Information for signer.

  • -d description: set the Description Information for Signer.

About

Durango Binary Resource Compiler

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •