Skip to content

offthew/CoromonDecompilator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Coromon Decompilation Tutorial

⚠️ Support the game and buy it ⚠️

If you need help or want to discuss Coromon modding, feel free to join the CoroModding Discord.

This repository provides a script that can be used to decompile Coromon game files. The script works on Windows, Linux, and macOS and requires Python 3.8 or later, Unluac 5.1, Corona Archiver, and Java.

Prerequisites

Getting Started

  1. Download the latest release and unzip it.

  2. Copy resource.car located in SteamPath/steamapps/common/Coromon/Resources to the CoromonDecompilator folder.

  3. Run the script using one of the following methods:

    • Windows: Double-click runMeWin.bat.
    • Linux/macOS: Open a terminal, navigate to the CoromonDecompilation folder, and run ./runMeLinuxMacOS.sh.
  4. The decompiled files will be located in the Decompilated folder.

Credits