mirror of
https://github.com/tonytins/s2pk.git
synced 2025-04-30 15:21:40 -04:00
Why This Exists and Example sections
This commit is contained in:
parent
0b265c7768
commit
13455f0d45
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
S2PK, or Sims 2 Package Manager, aims to provide a simple cross-platform solution to package management.
|
S2PK, or Sims 2 Package Manager, aims to provide a simple cross-platform solution to package management.
|
||||||
|
|
||||||
|
💡 Why This Exists
|
||||||
|
|
||||||
|
S2PK was created to address the need for a reliable and efficient cross-platform package management system for The Sims 2 on Linux and macOS. Players on these platforms often face challenges in managing mods due to the lack of a unified solution that their Windows counterparts solved a long time ago.
|
||||||
|
|
||||||
## 🛣️ Project Roadmap
|
## 🛣️ Project Roadmap
|
||||||
|
|
||||||
| Phase | Goal | Status |
|
| Phase | Goal | Status |
|
||||||
|
@ -17,6 +21,16 @@ S2PK, or Sims 2 Package Manager, aims to provide a simple cross-platform solutio
|
||||||
- System.CommandLine for CLI parsing (no external libraries)
|
- System.CommandLine for CLI parsing (no external libraries)
|
||||||
- Pure backend logic (no UI planned)
|
- Pure backend logic (no UI planned)
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
```shell
|
||||||
|
s2pkg pack -s ./mods -o output.s2pk
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
s2pkg unpack -p ./output.s2pk -d "%USERPROFILE%\Documents\EA Games\The Sims 2\Downloads"
|
||||||
|
```
|
||||||
|
|
||||||
## 🗓️ Update Cycle
|
## 🗓️ Update Cycle
|
||||||
|
|
||||||
| Type | Frequency | Notes |
|
| Type | Frequency | Notes |
|
||||||
|
|
Loading…
Add table
Reference in a new issue