diff options
| author | kj_sh604 | 2026-05-25 10:44:05 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-25 10:44:05 -0400 |
| commit | 27764545a8e73349929bc9bae8390992a19830c9 (patch) | |
| tree | e3573dbb21d70970c43c3f255986792ecf915d19 /extras/FastSaveLoad | |
| parent | 55a7262afe3cd6f2421fd0c65d21f9c196dacdb7 (diff) | |
refactor: extras/
Diffstat (limited to 'extras/FastSaveLoad')
| -rw-r--r-- | extras/FastSaveLoad/CREDITS.txt | 3 | ||||
| -rw-r--r-- | extras/FastSaveLoad/Directly loads your lastest save at launch the game, just like PS2 | 0 | ||||
| -rw-r--r-- | extras/FastSaveLoad/Extract inside the game folder | 0 | ||||
| -rw-r--r-- | extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.asi | bin | 0 -> 684544 bytes | |||
| -rw-r--r-- | extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.ini | 12 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extras/FastSaveLoad/CREDITS.txt b/extras/FastSaveLoad/CREDITS.txt new file mode 100644 index 0000000..cc13983 --- /dev/null +++ b/extras/FastSaveLoad/CREDITS.txt @@ -0,0 +1,3 @@ +by: ThirteenAG
+
+Link: https://gtaforums.com/topic/602025-iiivcsa-saveloader/
\ No newline at end of file diff --git a/extras/FastSaveLoad/Directly loads your lastest save at launch the game, just like PS2 b/extras/FastSaveLoad/Directly loads your lastest save at launch the game, just like PS2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/extras/FastSaveLoad/Directly loads your lastest save at launch the game, just like PS2 diff --git a/extras/FastSaveLoad/Extract inside the game folder b/extras/FastSaveLoad/Extract inside the game folder new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/extras/FastSaveLoad/Extract inside the game folder diff --git a/extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.asi b/extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.asi Binary files differnew file mode 100644 index 0000000..74cbb70 --- /dev/null +++ b/extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.asi diff --git a/extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.ini b/extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.ini new file mode 100644 index 0000000..593288f --- /dev/null +++ b/extras/FastSaveLoad/scripts/III.VC.SA.SaveLoader.ini @@ -0,0 +1,12 @@ +[MAIN] +LoadSlot = 0 // 0 - auto, 1-128 - available slots(8 shows ingame), 129 - new game. -1 - disable. +SkipIntro = 0 +SkipOutro = 0 // Disables outro screen in VC. +DisableLoadingScreens = 0 // Disables loadscreens in III and VC. Works also as fastloader in SA. +CustomUserFilesDirectoryInGameDir = 0 +// user files will be stored in a specified directory, for example - 'save' (without quotes). Set to 0 to disable. + +[GTASnP.com] +UploadSaves = 0 // When saving the game in 8th slot plugin will upload it to GTASnP.com and save the link here. You can continue the game while save is being uploaded. +DownloadSaves = 0 // Loading save from 8th slot will result downloading it from GTASnP.com. +CopyUrlToClipboard = 0 // After saving the game to 8th slot gtasnp link will be copied to clipboard. |
