Page 2 of 2

Re: Card Survival - Tropical Island

Posted: Wed Oct 26, 2022 8:36 pm
by letrefique
In the version v1.00w game already have an embeded cheat console. You can force the game to open it.
This is how you do;
1-) download dnspy
2-) locate your assembly-csharp.dll file
under the Card Survival Tropical Island/Managed folder
Image[Link]
3-)open dll file with dnspy then locate Assembly-CSharp.dll
Image[Link]
4-)find empty bracets under the references
Image[Link]
5-)scroll down find CheatsManager
Image[Link]
6-)right click and hit edit class for CheatsManager
Image[Link]
7-)in the opening window find "public bool CheatsActive" & "public void SetCheatsActive(bool _Active)" classes then change the RETURN values to TRUE
Image[Link]
after changes hit compile
8-)open your game (or saved game) press "c" and ta-daaa :D

Re: Card Survival - Tropical Island

Posted: Wed Oct 26, 2022 8:38 pm
by letrefique
In the version v1.00w game already have an embeded cheat console. You can force the game to open it.
This is how you do;
1-) download dnspy
2-) locate your assembly-csharp.dll file
under the Card Survival Tropical Island/Managed folder
Image
3-)open dll file with dnspy then locate Assembly-CSharp.dll
Image
4-)find empty bracets under the references
Image
5-)scroll down find CheatsManager
Image
6-)right click and hit edit class for CheatsManager
Image
7-)in the opening window find "public bool CheatsActive" & "public void SetCheatsActive(bool _Active)" classes then change the RETURN values to TRUE
Image
after changes hit compile
8-)open your game (or saved game) press "c" and ta-daaa :D

Re: Card Survival - Tropical Island

Posted: Sun Nov 06, 2022 11:35 am
by Indie004090
cant see the image

Re: Card Survival - Tropical Island

Posted: Sun Nov 06, 2022 11:37 am
by Indie004090
letrefique wrote:
Wed Oct 26, 2022 8:38 pm
In the version v1.00w game already have an embeded cheat console. You can force the game to open it.
This is how you do;
1-) download dnspy
2-) locate your assembly-csharp.dll file
under the Card Survival Tropical Island/Managed folder
Image
3-)open dll file with dnspy then locate Assembly-CSharp.dll
Image
4-)find empty bracets under the references
Image
5-)scroll down find CheatsManager
Image
6-)right click and hit edit class for CheatsManager
Image
7-)in the opening window find "public bool CheatsActive" & "public void SetCheatsActive(bool _Active)" classes then change the RETURN values to TRUE
Image
after changes hit compile
8-)open your game (or saved game) press "c" and ta-daaa :D
what happen to the image :?:

Re: Card Survival - Tropical Island

Posted: Wed Nov 09, 2022 11:48 am
by dandan550
Hello, I'm trying to figure out how to unlock the console but without the image it's hard to do it.

Re: Card Survival - Tropical Island

Posted: Mon Dec 05, 2022 6:33 am
by kraken12138
letrefique wrote:
Wed Oct 26, 2022 8:36 pm
In the version v1.00w game already have an embeded cheat console. You can force the game to open it.
This is how you do;
1-) download dnspy
2-) locate your assembly-csharp.dll file
under the Card Survival Tropical Island/Managed folder
Image[Link]
3-)open dll file with dnspy then locate Assembly-CSharp.dll
Image[Link]
4-)find empty bracets under the references
Image[Link]
5-)scroll down find CheatsManager
Image[Link]
6-)right click and hit edit class for CheatsManager
Image[Link]
7-)in the opening window find "public bool CheatsActive" & "public void SetCheatsActive(bool _Active)" classes then change the RETURN values to TRUE
Image[Link]
after changes hit compile
8-)open your game (or saved game) press "c" and ta-daaa :D
I followed the steps and stuck at step 7. I hit compile, and things I don't understand showed up.
CODE: CS0149, CS0201, CS0161, CS0649......

Re: Card Survival - Tropical Island

Posted: Mon Dec 05, 2022 10:52 am
by BabyGroot

Code: Select all

Game Name: 					Card Survival - Tropical Island
Game Process : 					Card Survival - Tropical Island.exe
Game Release date: 				17 Sep, 2022
CE Version : 					7.4
Version Game / Build Id / Date Patch:  		v1.01r / 10020147 / 26 November 2022
Check build Id / Date Patches : [Link]


Notes
1. After the game is open, click directly on [Activate] on the cheat table.
Table will auto attach to process Game
Options Table
Image
Show GUI Active
Image
Video

Re: Card Survival - Tropical Island

Posted: Tue Dec 06, 2022 6:09 am
by Beraias
I love this. But I am a bit lost on how to make it work? How do you get the Gui to show, etc?

Re: Card Survival - Tropical Island

Posted: Tue Dec 06, 2022 8:49 am
by BabyGroot
Beraias wrote:
Tue Dec 06, 2022 6:09 am
I love this. But I am a bit lost on how to make it work? How do you get the Gui to show, etc?
Check picture, "Show GUI set to Yes/On/Enabled.
And the console will appear

Re: Card Survival - Tropical Island

Posted: Wed Dec 07, 2022 7:19 am
by Beraias
I figured out how to make it work.. before it wasn't letting me even turn on cheats at all. It was just a glitch on my end, fixed and now I can enjoy cheats. TY!

Re: Card Survival - Tropical Island

Posted: Fri Jan 13, 2023 7:15 am
by CannonFodder
I made a Card Survival Tropical Island Cheat Plugin.
Tested on game version 1.02f, should be compatible with other versions.

Need BepInEx5 to run.
[Link]

Every option togglable by config file.
If you want a GUI in game to change plugin config rather than config file, use ConfigurationManager.
[Link]

Options:

ActionTimeNoMoreThan15Min
All action time cost more than 15 minutes will be reduced.

FastExplorationProgress
Explore once to progress 100%.

ZeroWeight
Carry weight and environment weight set to 0.
If carry weight is not set 0, disable this, put down everything you carry, enable this again.

FastBlueprintResearch
Blueprints will be researched in 15 minutes.

MaxDurability
Max durability for Spoilage, Usage, Fuel, Progress, Liquid.

Update1(v1.1):
Fixed bug in durability cheat

Update2 (v1.3):
Add sleep time setting.
Fleshed skin become cured in 15 min.
10000 times portable containers Max Capacity

Update3 (v1.3.2):
StoneHut, MudHut, Shed, Cellar Always clean

Update4 (v1.3.3):
Fixed almond trees and the like's grow message popup, by set durability a bit smaller than max.

Update5(v1.3.4)
Fixed a bug where wounds can't be cleaned by washing. Now they will be cleaned by washing instantly.
CSTICheatPlugin.zip
Update5
(6.06 KiB) Downloaded 273 times

Re: Card Survival - Tropical Island

Posted: Sun Jan 29, 2023 8:55 am
by sherlock_ji
CannonFodder wrote:
Fri Jan 13, 2023 7:15 am
I made a Card Survival Tropical Island Cheat Plugin.
Tested on game version 1.02f, should be compatible with other versions.

Need BepInEx5 to run.
[Link]

Every option togglable by config file.
If you want a GUI in game to change plugin config rather than config file, use ConfigurationManager.
[Link]

Options:

ActionTimeNoMoreThan15Min
All action time cost more than 15 minutes will be reduced.

FastExplorationProgress
Explore once to progress 100%.

ZeroWeight
Carry weight and environment weight set to 0.
If carry weight is not set 0, disable this, put down everything you carry, enable this again.

FastBlueprintResearch
Blueprints will be researched in 15 minutes.

MaxDurability
Max durability for Spoilage, Usage, Fuel, Progress, Liquid.

Update1(v1.1):
Fixed bug in durability cheat

Update2 (v1.3):
Add sleep time setting.
Fleshed skin become cured in 15 min.
10000 times portable containers Max Capacity

Update3 (v1.3.2):
StoneHut, MudHut, Shed, Cellar Always clean

Update4 (v1.3.3):
Fixed almond trees and the like's grow message popup, by set durability a bit smaller than max.

CSTICheatPlugin.zip
Thanks for the plugin. it works fine, except the sleep time. could u check it on game version 1.02m?

Re: Card Survival - Tropical Island

Posted: Tue Jan 31, 2023 12:38 am
by CannonFodder
I tested on 1.02m, nothing wrong, what happened to your sleep time?

Re: Card Survival - Tropical Island

Posted: Wed Feb 01, 2023 9:20 am
by sherlock_ji
CannonFodder wrote:
Tue Jan 31, 2023 12:38 am
I tested on 1.02m, nothing wrong, what happened to your sleep time?
My bad, I thought sleep time could be run separately.