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.
- Host: GitHub
- URL: https://github.com/onlyf0ur/s4manager
- Owner: OnlyF0uR
- License: gpl-3.0
- Created: 2025-02-23T19:15:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T19:28:29.000Z (3 months ago)
- Last Synced: 2025-02-23T20:28:19.782Z (3 months ago)
- Topics: manager, mod, mods, sims, sims4, sims4-mod, sims4-tool
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```