From e035a0701b590aaf8e604632b0ec8cadd3c30042 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 24 May 2026 19:04:15 -0400 Subject: refactor: Extras/ --- Extras/Fast Save Load/CREDITS.txt | 3 +++ ...your lastest save at launch the game, just like PS2 | 0 Extras/Fast Save Load/Extract inside the game folder | 0 Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.asi | Bin 0 -> 684544 bytes Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.ini | 12 ++++++++++++ 5 files changed, 15 insertions(+) create mode 100644 Extras/Fast Save Load/CREDITS.txt create mode 100644 Extras/Fast Save Load/Directly loads your lastest save at launch the game, just like PS2 create mode 100644 Extras/Fast Save Load/Extract inside the game folder create mode 100644 Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.asi create mode 100644 Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.ini (limited to 'Extras/Fast Save Load') diff --git a/Extras/Fast Save Load/CREDITS.txt b/Extras/Fast Save Load/CREDITS.txt new file mode 100644 index 0000000..cc13983 --- /dev/null +++ b/Extras/Fast Save Load/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/Fast Save Load/Directly loads your lastest save at launch the game, just like PS2 b/Extras/Fast Save Load/Directly loads your lastest save at launch the game, just like PS2 new file mode 100644 index 0000000..e69de29 diff --git a/Extras/Fast Save Load/Extract inside the game folder b/Extras/Fast Save Load/Extract inside the game folder new file mode 100644 index 0000000..e69de29 diff --git a/Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.asi b/Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.asi new file mode 100644 index 0000000..74cbb70 Binary files /dev/null and b/Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.asi differ diff --git a/Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.ini b/Extras/Fast Save Load/scripts/III.VC.SA.SaveLoader.ini new file mode 100644 index 0000000..593288f --- /dev/null +++ b/Extras/Fast Save Load/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. -- cgit v1.2.3