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

https://github.com/onlyf0ur/s4manager

Development tool for creating Sims 4 Mods, written in Rust.
https://github.com/onlyf0ur/s4manager

manager mod mods sims sims4 sims4-mod sims4-tool

Last synced: 3 months ago
JSON representation

Development tool for creating Sims 4 Mods, written in Rust.

Awesome Lists containing this project

README

        

# S4Manager

Provides essential functionality for creating and maintaining Sims 4 Mods. Requires Python 3.7.x and uncompyle6 (for decompilation).

### Features

- [x] Compiling Mods (Async)
- [x] Decompilation of standard scripts (Async)
- [x] Decompilation of mods (Async)

### Example

If you want to compile both the example Mod and this Manager use the following:

```bash
cargo run -- compile example_mod
```

If you want to use a binary, then donwload the binary from releases, add it to path and run:

```bash
s4m compile example_mod
```