File information

Last updated

Original upload

Created by

computerfan

Uploaded by

computerfan97

Virus scan

Safe to use

About this mod

Shows card status and progress related details in the tooltip. 显示卡牌状态和进度详情。

Permissions and credits
Mirrors
Changelogs
This mod shows card status and progress related details in tooltip.
It helps to find the specific causes of impact on grow rate, evaporation rate, etc.
Hover the cursor on a card with status icons (which can be wound, crop plot, bee skep, equipment, etc.) to show the tooltip.

Usage
This mod works as a plug-in of BepInEx framework.
If BepInEx has not been installed, just download the archive with withBepInEx5 in the filename, and extract to the root folder of the game.
Or you can install manually following the below steps.
It should be noted that currently BepInEx 5 and 6 are not compatible. BepInEx 5 is recommended for compatibility with other mods.

You can now just use Vortex to install and manage mods, see Card Survival Tropical Island - Vortex Support.

Install BepInEx
To install BepInEx manually, see https://docs.bepinex.dev/v5.4.21/articles/user_guide/installation/index.html

Install Mod
  • Download latest archive.
  • Extract CstiDetailedCardProgress.dll to <game folder>/BepInEx/plugins folder.

Uninstall Mod
  • Remove CstiDetailedCardProgress.dll from <game folder>/BepInEx/plugins folder.

Settings (Optional)
The configuration file can be found at <game folder>/BepInEx/config/CstiDetailedCardProgress.cfg

NameDefaultDescription
EnabledtrueIf set to true, will show the details tooltips
HotKeyF2The key to enable and disable the tool tips
WeatherCardInspectabletrueIf true, the weather card on the left side of the clock can be clicked to inspect.
RecipesShowTargetDurationfalseIf true, traps will show exact cooking duration instead of a range.
HideImpossibleDropSettrueIf true, impossible drop sets will be hidden.
TooltipNextPageHotKeyRightBracketThe key to show next page of the tool tip.
TooltipPreviousPageHotKeyLeftBracketThe key to show previous page of the tool tip.
AdditionalEncounterLogMessagefalseIf true, shows additional tips in the message log of combat encounter.
ForceInspectStatInfosfalseIf true, stats like Bacteria Fever are forced to be inspectable.

Toggle Note: When using the hotkey to enable/disable the detailed tooltips, the tooltips will not be updated until the user moves the mouse off of a card.

Source code is available on Github.

Change Log
1.0.2
  • Now it shows detailed weight of items and stats of character.
1.0.3
  • Adds enable/disable hotkey (Default: F2; By @NBKRedSpy).
  • Shows action staleness on character stats.
  • Adds up rate modification from cooking recipe.
1.0.4
  • Shows probabilities for results of actions in events.
  • Shows weight of placed containers.
1.0.5
  • Shows trap duration and drop probability.
  • Adds up stacking passive effects of multiple cards.
  • Adds Simplified Chinese localization.
1.0.6
  • Shows liquid spoilage.
  • No longer shows stat modifiers from unknown sources.
1.1.0
  • Shows StatModifier and CardStateChange for DismantleCardActions (e.g. changes in satiation when eating food).
  • Shows card drop, transform or destroy by DismantleCardActions.
  • Minor bug fix (see Bug tab).
1.1.1
  • Long tootip texts can now be shown in multiple pages, use [ and ] keys to turn pages.
  • Shows changes made by CardOnCardAction (e.g. results of fishing with a fishing rod).
  • Shows possible results of scene exploration.
  • New config entry HideImpossibleDropSet. Set to false to show all card drops even with a chance of %0.
1.1.2
  • Fix hold text and bar not displaying when have a card interaction.
  • Show state changes when build or deconstruct blueprints.
  • Should work safely with game version 1.04.
1.1.3
  • Resolved tooltip title overlap issue.
  • New config entry "WeatherCardInspectable". Enabled by default to inspect weather card.
  • Shows OnFull/Zero action details when card stats change.
1.1.4
  • Shows tooltip in the combat encounter (by @DreamPrism).
  • New config entry ForceInspectStatInfos (by @DreamPrism).
  • New config entry AdditionalEncounterLogMessage.
  • Fix ignored possible same weather.
  • Shows actions of liquid containers.
  • Minor bug fix.