Skip to content

A suite of modding software for hacking milo engine based games

License

Notifications You must be signed in to change notification settings

ihatecompvir/Mackiloha

 
 

Repository files navigation

Mackiloha Build status

A suite of modding software for hacking milo engine based games. This is still very much a work-in-progress project. So don't expect perfection. Although feel free to submit issues for any bugs found.

The latest build can be found on AppVeyor.

System Requirements

You will need at least .NET Core 3.1 runtime installed and be using an x64 operating system (come on, it's 2019).

Overview

SuperFreq (name not final)

CLI tool for unpacking/packing rnd archives from milo games. These files usually use the extensions: .gh, .kr, .milo, .rnd

  • Publish: dotnet publish -c=Release --self-contained=false -r=win-x64
  • Usage Examples:
    • Extract rnd archive: superfreq milo2dir test.milo_ps2 ext_test --convertTextures --preset=gh2
    • Create rnd archive: superfreq dir2milo ext_test test.milo_ps2 --preset=gh2
      • Note: Any .png files in the "Tex" directory will automatically be converted and serialized to milo encoded textures

About

A suite of modding software for hacking milo engine based games

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Shell 0.2%