Skip to content

Latest commit

 

History

History
107 lines (74 loc) · 2.64 KB

README.md

File metadata and controls

107 lines (74 loc) · 2.64 KB

JUSToolkit

Romhacking tools for Jump Ultimate Stars! (NDS) MIT License

Features

Done ✔️ To test / with issues ⚠️ Not done 🛑

Containers

  • Pack .aar ALAR3 ✔️
  • Unpack .aar ALAR3 ✔️
  • Pack .aar ALAR2 ✔️
  • Unpack .aar ALAR2 ✔️

Graphics

  • Extract ALMT + DIG ✔️
  • Import ALMT + DIG ✔️
  • Extract DTX ✔️
  • Import DTX 🛑

Texts

  • Extract and import ✔️

Batch Features

  • Extract every .dig from any .aar (ALAR2/ALAR3) to PNG ✔️
  • Import multiple PNGs to an .aar ALAR3 container ✔️

Scripts

  • beta.sh: generates a new beta translation rom if you have access to the Translation repo.
  • copy_text_format: generates a new text format.
  • The rest are testing scripts for devs.

Tinke

You can use Tinke by PleoNex to unpack containers and view .dig files.

Build

The project requires to build .NET Core 8.0.

How To Use

./JUS.CLI jus [type] [feature] [args]

  • graphics
    • export-dtx
    • export-dig
    • import-dig
  • containers
    • export-alar3
    • import-alar3
    • export-alar2
    • import-alar2
    • import
    • export
  • batch
    • export-alar-png
    • import-png-alar3
  • game
    • import

To get the arguments of a feature you can use: ./JUS.CLI jus [type] [feature] -h

Examples: ./JUS.CLI jus containers export-alar3 --container test.aar --output myDirectory ./JUS.CLI jus containers export-alar3 -h

Documentation

Documents

You can find these documents in our docs/dev folder:

Videos

PleoNex did some research on Streaming:

Stack

Credits

Special thanks to PleoNex for his help, for Yarhl and PleOps.Cake. Thanks to TraduSquare for the inspiration and support. Thanks to the Jump Ultimate Stars! devs for this amazing game.