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
Copy file name to clipboardExpand all lines: README.md
+7-24Lines changed: 7 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,24 @@
1
1
# DeltaruneSaveConverter
2
2
3
-
A C#.NET command line tool to convert DELTARUNE Chapter 1 & 2 save files between PC and console editions of the game. This tool can also, in theory, be used to extract and pack UNDERTALE save files between consoles.
3
+
A C#.NET command line tool to convert DELTARUNE save files between PC and console editions of the game.
4
4
5
-
This program is a work in progress and may not work in all situations - this has only been tested converting 1 file from the Nintendo Switch version of DELTARUNE to the PC version and back.
6
-
7
-
I am not responsible if you lose any progress if using this tool.
5
+
This program is a work in progress and may not work in all situations - this has not been extensively tested. I am not responsible if you lose any progress if using this tool.
- Converts the PC save file ./pcsave/filech1_0 into console format and saves it into /consolesave/filech1_0
46
30
```
47
31
48
32
**Notice:** When converting from Chapter1&2 DEMO, you will still be converting `deltarune_ch1.sav` to get your Chapter 2 saves. **The other .sav files must be ignored.**
@@ -55,10 +39,9 @@ Compiling the program requires the [.NET 8.0 SDK](https://dotnet.microsoft.com/d
55
39
56
40
(in no particular order)
57
41
58
-
-Chapter 3/4 support - Chapter 3 seems to be identical to Chapter 2.
42
+
-Properly test Chapter 4
59
43
- Test conversion between PS4/PS5 and PC.
60
44
- Test making sure "weird route"/"SideB"(?) information is preserved.
0 commit comments