Skip to content

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

License

Notifications You must be signed in to change notification settings

OnlyF0uR/s4manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S4Manager

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

Features

  • Compiling Mods (Async)
  • Decompilation of standard scripts (Async)
  • Decompilation of mods (Async)

Example

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