Provides essential functionality for creating and maintaining Sims 4 Mods. Requires Python 3.7.x and uncompyle6 (for decompilation).
- Compiling Mods (Async)
- Decompilation of standard scripts (Async)
- Decompilation of mods (Async)
If you want to compile both the example Mod and this Manager use the following:
cargo run -- compile example_mod
If you want to use a binary, then donwload the binary from releases, add it to path and run:
s4m compile example_mod