Removes the black "loading" screen when moving in and out of structures like Sheds, Mud Huts, etc.
Can greatly speed up entering and exiting structures.
See comparison video here: https://youtu.be/HMODoLlpwf4
This section describes how to manually install the mod.
If using the Vortex mod manager from NexusMods, these steps are not needed.
This mod requires the BepInEx mod loader.
If BepInEx has already been installed, skip this section.
Download BepInEx from https://github.com/BepInEx/BepInEx/releases/download/v5.4.21/BepInEx_x64_5.4.21.0.zip
-
Extract the contents of the BepInEx zip file into the game's directory:
<Steam Directory>\steamapps\common\Card Survival Tropical IslandImportant: The .zip file must be extracted to the root folder of the game. If BepInEx was extracted correctly, the following directory will exist:
<Steam Directory>\steamapps\common\Card Survival Tropical Island\BepInEx. This is a common install issue. -
Run the game. Once the main menu is shown, exit the game.
-
In the BepInEx folder, there will now be a "plugins" directory.
-
Download the InstantTransition.zip.
- If on Nexumods.com, download from the Files tab.
- Otherwise, download from https://github.com/NBKRedSpy/CardSurvival-InstantTransition/releases/
-
Extract the contents of the zip file into the
BepInEx/pluginsfolder. -
Run the Game. The mod will now be enabled.
This resets the game to an unmodded state.
Delete the BepInEx folder from the game's directory
<Steam Directory>\steamapps\common\Card Survival Tropical Island\BepInEx
This method removes this mod, but keeps the BepInEx mod loader and any other mods.
Delete the InstantTransition.dll from the <Steam Directory>\steamapps\common\Card Survival Tropical Island\BepInEx\plugins directory.
Safe to add and remove from existing saves.
Fast icons created by Freepik - Flaticon
- Changed mod to modify the GraphicsManager.SetLoading return value instead of replacing the original function. Should not affect anything, but will be a less intrusive patch.
- Initial Release