[REQ] Sovereign Syndicate

Ask about cheats/tables for single player games here
Locked
zhenle1994
Novice Cheater
Novice Cheater
Posts: 15
Joined: Mon Dec 04, 2017 5:05 am
Reputation: 4

[REQ] Sovereign Syndicate

Post by zhenle1994 »

Game Name: Sovereign Syndicate
Game Engine: Unity
Game Version: 1.0.19
Options Required: All cards unlocked
Steam Website:
Other Info:

RodWarrior
Cheater
Cheater
Posts: 31
Joined: Fri Mar 03, 2017 12:00 am
Reputation: 15

Re: [REQ] Sovereign Syndicate

Post by RodWarrior »

also, would like max stats / character editor / always sucess cards

spraypaint295
Novice Cheater
Novice Cheater
Posts: 18
Joined: Sat Sep 19, 2020 2:18 am
Reputation: 1

Re: [REQ] Sovereign Syndicate

Post by spraypaint295 »

+1

zhenle1994
Novice Cheater
Novice Cheater
Posts: 15
Joined: Mon Dec 04, 2017 5:05 am
Reputation: 4

Re: [REQ] Sovereign Syndicate

Post by zhenle1994 »

RodWarrior wrote:
Tue Jan 16, 2024 5:56 pm
also, would like max stats / character editor / always success cards
I actually managed to get all stats 99 for all 3 characters using saveeditonline, it can also edit currency, 99999 is more than enough.
Keep in mind that even all stats 99 it's not 100% success during checks, though you can get at least 94%.

User avatar
Ash06
Expert Cheater
Expert Cheater
Posts: 246
Joined: Wed Oct 09, 2019 2:34 pm
Reputation: 117

Re: [REQ] Sovereign Syndicate

Post by Ash06 »

Save can be found in "C:/Users/%USERPROFILE%/AppData/LocalLow/Crimson Herring Studios/Sovereign Syndicate/" (.savj)
This is a json and this can be deserialized with this code if you want to make an save editor
Spoiler

Code: Select all

 Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse);
 public class Root
{
        [JsonProperty("m_Version")]
        public int MVersion { get; set; }

        [JsonProperty("m_ACSaveString")]
        public string MACSaveString { get; set; }

        [JsonProperty("m_TarotDeckDataSerialized")]
        public string MTarotDeckDataSerialized { get; set; }

        [JsonProperty("m_ViewedTutorialList")]
        public List<int> MViewedTutorialList { get; set; }

        [JsonProperty("m_StatDataSerializedAtticus")]
        public string MStatDataSerializedAtticus { get; set; }

        [JsonProperty("m_StatDataSerializedClara")]
        public string MStatDataSerializedClara { get; set; }

        [JsonProperty("m_StatDataSerializedTeddy")]
        public string MStatDataSerializedTeddy { get; set; }

        [JsonProperty("m_StatDataSerializedOtto")]
        public string MStatDataSerializedOtto { get; set; }

        [JsonProperty("m_JournalsSerialized")]
        public object MJournalsSerialized { get; set; }

        [JsonProperty("m_InventoriesSerialized")]
        public string MInventoriesSerialized { get; set; }

        [JsonProperty("m_PortraitState")]
        public int MPortraitState { get; set; }

        [JsonProperty("m_ChapterNumber")]
        public int MChapterNumber { get; set; }

        [JsonProperty("m_CurrentSceneName")]
        public string MCurrentSceneName { get; set; }

        [JsonProperty("m_SingleUseHotspotList")]
        public List<object> MSingleUseHotspotList { get; set; }

        [JsonProperty("m_SingleUseTriggerList")]
        public List<object> MSingleUseTriggerList { get; set; }

        [JsonProperty("m_TrackedTasksSerialized")]
        public string MTrackedTasksSerialized { get; set; }

        [JsonProperty("m_ChaptersStartedSerialized")]
        public string MChaptersStartedSerialized { get; set; }
}
You can edit with a text editor (ex with Atticus)

Code: Select all

"m_StatDataSerializedAtticus":"
{
	\"m_CurrentHope\":35,
	\"m_MaxHope\":100,
	\"m_HumourValues\":
	{
		\"Black_Bile\":0,
		\"Blood\":0,
		\"Phlegm\":2,
		\"Yellow_Bile\":0
	},
	\"m_BrainRegionValues\":
	{
		\"Animal_Instinct\":18,
		\"Wit\":12,
		\"Spryness\":15,
		\"Self_Discipline\":10
	},
	\"m_BrainRegionLevels\":
	{
		\"Animal_Instinct\":1,
		\"Wit\":1,\"Spryness\":1,
		\"Self_Discipline\":1},
		\"m_ArchetypeTrait\":null,
		\"m_SkillTraits\":[],
		\"m_QualityTraits\":[],
		\"m_TemporaryTraits\":[],
		\"m_OnChapterEndSequences\":[]
	}",
	...
If you prefer using cheat engine, get this exemple for PlayerStatManager pointer
Sovereign Syndicate.CT
(2.67 KiB) Downloaded 340 times

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 200

Re: [REQ] Sovereign Syndicate

Post by sanitka »

Work in progress ;).

Current Character / All Characters
- Coins
- Gears
- Humor (progress, level)

Add / Remove Item Script
Gin IDs
McGradyGin, OldTom, JonathanSilverGin, PinkGin, JeremiahGin, LadyBraxtonGin, TroublesomeGin
Fan IDs
ChineseFan, AriFan, GoldFan, ArtFan, MechFan, MythFan, TexasFan, CheapFan
Level up all the time
To level up all the time, lock humor values at 9
v 0.2
- fixed wrong humor level names

v 0.3
- added humor names

v 0.4
- add / remove item script
- fan hints
- gin hints

Moving to tables
Last edited by sanitka on Sat Jan 20, 2024 3:01 pm, edited 3 times in total.

User avatar
Ash06
Expert Cheater
Expert Cheater
Posts: 246
Joined: Wed Oct 09, 2019 2:34 pm
Reputation: 117

Re: [REQ] Sovereign Syndicate

Post by Ash06 »

This game use Adventure Creator Toolkit
According to the lib, if you can get GameEngine in AC.KickStarter:Initialize(), you get the whole game (see Properties section on this link)
[Link]

Edit :
I check :
AC.KickStarter:SetGameEngine() result = null
AC.KickStarter:Initialize() is fine and append when you load a save

RodWarrior
Cheater
Cheater
Posts: 31
Joined: Fri Mar 03, 2017 12:00 am
Reputation: 15

Re: [REQ] Sovereign Syndicate

Post by RodWarrior »

sanitka wrote:
Fri Jan 19, 2024 12:07 am
Work in progress ;).

Current Character / All Characters
- Coins
- Gears
- Humor (progress, level)

v 0.2
- fixed wrong humor names
sadly this doesn't work for me. :(

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 200

Re: [REQ] Sovereign Syndicate

Post by sanitka »

RodWarrior wrote:
Fri Jan 19, 2024 12:11 pm
sanitka wrote:
Fri Jan 19, 2024 12:07 am
Work in progress ;).

Current Character / All Characters
- Coins
- Gears
- Humor (progress, level)

v 0.2
- fixed wrong humor names
sadly this doesn't work for me. :(
Would you mind elaborating ? What does not work, what are the symptoms, what game version you have, what CE version you have ...

RodWarrior
Cheater
Cheater
Posts: 31
Joined: Fri Mar 03, 2017 12:00 am
Reputation: 15

Re: [REQ] Sovereign Syndicate

Post by RodWarrior »

It was not activating the script, giving "error Player(somestuff...) = null" or something on the script. Tried to replicate now to print it, but as i was loading the game it somehow worked? Don't know why it didnt work before, maybe because it was a save from the beginning of the game? I have no idea, but this time it loaded apparently.

DoctorEricBerg
Noobzor
Noobzor
Posts: 5
Joined: Wed Oct 12, 2022 11:58 pm
Reputation: 0

Re: [REQ] Sovereign Syndicate

Post by DoctorEricBerg »

sanitka wrote:
Fri Jan 19, 2024 12:14 pm
RodWarrior wrote:
Fri Jan 19, 2024 12:11 pm
sanitka wrote:
Fri Jan 19, 2024 12:07 am
Work in progress ;).

Current Character / All Characters
- Coins
- Gears
- Humor (progress, level)

v 0.2
- fixed wrong humor names
sadly this doesn't work for me. :(
Would you mind elaborating ? What does not work, what are the symptoms, what game version you have, what CE version you have ...
It worked for me. I just had to attach CE, check off the first option and THEN enter inventory. It's a little bit tricky. You might also have to save and load game to be able to use the money

User avatar
sanitka
Expert Cheater
Expert Cheater
Posts: 455
Joined: Sat Aug 22, 2020 5:40 am
Reputation: 200

Re: [REQ] Sovereign Syndicate

Post by sanitka »

Moving the table to tables forum

Locked

Who is online

Users browsing this forum: AmazonBot, Google Adsense [Bot], hisvileness, iskyline