Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jam1garner/gm_data_win

Gamemaker 2 data.win parser written in Rust
https://github.com/jam1garner/gm_data_win

Last synced: 4 days ago
JSON representation

Gamemaker 2 data.win parser written in Rust

Awesome Lists containing this project

README

        

# Game Maker: Studio 2 Modding Tool

GM:S 2 data.win editor/library written in Rust.

## Usage (Rivals of Aether)

### Install

1. Download the zip from the releases
2. Unzip into your Rivals of Aether steam install

### Installing mods

1. Create a `mods` folder inside your Rivals install
2. Place any mods into the `mods/sprites` or `mods/audio` folders
3. Double click `_inject.bat`

### Extracting files

Just double click `_extract.bat`, all the files will now be in the `files` folder

NOTE: the `files` folder and the `mods` folder should have the same structure for your mods to install.

## Build from source

### Requirements
* Have cargo/rustc installed

### Install
```
cargo build --release
````