You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ feel free to use it yourself
6
6
7
7
Main Credits:<br>
8
8
Pyinstaller - used to make .exe versions of the script so that it can be run without having to get python or uesave<br>
9
-
uesave - https://github.com/trumank/uesave-rs, all credit for this goes to trumank, this is a program made in rust but compiled to .exe , allows translating Unreal Engine .sav files to json and back again<br>
10
-
ChatGPT - used for some comments and code snippets, i am still learning about python after all<br>
9
+
afkaf - made a sav converter in python, this reduces overhead and makes the program much faster when converting sav files, it also means the program won't make any temp json files like it did with uesave, he made it into pypi, you can find it here https://pypi.org/project/SavConverter/<br>
10
+
ChatGPT - used for some comments and code snippets, i am still learning about python after all<br>
11
11
12
12
# Install:
13
13
download the program and then run it
14
14
### Windows:
15
15
[Executable download (.exe)](https://github.com/O2theC/CrabChampionSaveManager/releases/latest/download/CrabChampionSaveManager.exe) - do this if you don't know what to do
@@ -50,5 +50,5 @@ A: this is not malware or a virus , check it on virustotal (it has been known to
50
50
<br>
51
51
<br>
52
52
Some other projects that are kind of similar to this one, in no particular order<br><br>
53
-
a web-based save converter to turn your .sav to JSON and back - https://afkaf.github.io/Crab-Champion-Save-Manager/ - https://github.com/afkaf/Crab-Champion-Save-Manager<br>
53
+
a web-based save converter to turn your .sav to JSON and back - https://afkaf.github.io/Crab-Champion-Save-Manager/ - https://github.com/afkaf/Crab-Champion-Save-Manager - credit to afkaf for making a python sav converter for CCSM<br>
54
54
item wiki for the game - https://crabchampions.info
0 commit comments