Asterigos: Curse of the Stars

Upload your cheat tables here (No requests)
CELover
Noobzor
Noobzor
Posts: 10
Joined: Wed Jul 24, 2019 1:22 am
Reputation: 0

Re: Asterigos: Curse of the Stars

Post by CELover »

Is the script updated to work with the latest version?

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

chrisreddot3
Expert Cheater
Expert Cheater
Posts: 452
Joined: Sun Mar 24, 2019 1:38 am
Reputation: 80

Re: Asterigos: Curse of the Stars

Post by chrisreddot3 »

update pls

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

Re: Asterigos: Curse of the Stars

Post by sanitka »

chrisreddot3 wrote:
Sun Feb 26, 2023 12:59 am
update pls
Why you do not try it yourself ?

In this case it is quite easy as everything works but first set of pointers.
Hint 1
find pointer to any value (for example Current Experience Points)
Hint 2
calculate the difference between your and the original pointer (for example 0x1238 and 0x1230; 0x1238 - 0x1230 = 8)
Hint 3
add the difference to every pointer in the first section (ie. first one should be A8+8)
Hint 4
you do not have to calculate it, you can just add '+8' to the last pointer (ie. A8+8)
Good luck ;)

User avatar
Uhuru N'Uru
Cheater
Cheater
Posts: 45
Joined: Tue Jan 30, 2018 2:44 pm
Reputation: 11

Re: Asterigos: Curse of the Stars

Post by Uhuru N'Uru »

sanitka wrote:
Fri Feb 24, 2023 10:40 pm
You seem to be close to the solution as, based on inno install script used to deploy the pre-ordered pack, there is noting else built but .hashdb and .info, plus couple of lines written to the registry

Code: Select all

Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\2125000806"; ValueName: "buildId"; ValueType: String; ValueData: "56229006409457217"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\2125000806"; ValueName: "ver"; ValueType: String; ValueData: "1.06 (rc3)"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\2125000806"; ValueName: "lang_code"; ValueType: String; ValueData: "{code:getLangCode|}"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
Root: HKLM; Subkey: "SOFTWARE\GOG.com\Games\2125000806"; ValueName: "osbit"; ValueType: String; ValueData: "64"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
That's again just GOG Management entries, it's having these for the game, without the game being present that allowed me to install just the DLC files.

It may be checking for the Build Data, and the new Asterigos: Call of the Paragons DLC, is doing same thing, looks like the contents been added to the game (v1.06).

Looks like for GOG it's the GameID, and for management purposes, that essentially anything that requires a seperate offline installer so even DLC have a unique GameID, and then list a RootGameID=1125601806

This is what I got so far
Asterigos - Pre-Order Bonus Pack (GOG) - GameID=2125000806 - Memory Viewer
Image

Asterigos - Call Of The Paragons (GOG) - GameID=2002301113 - Memory Viewer
Image
I now suspect it's a registry check rather than file. just adding the Registry Info may be enough.
I will have to test that (Note: I'm making the post as I do these steps.
Test Method: Delete SymLink (or Rename) Game Folder for fully patched game.
Reason: Registry Entries remain, install Base Game.
Result: No DLC present, Registry Check eliminated.

Damn, try moving all the DLC files across, and
Asterigos - It's one, or all of the files
Image
Oh look a new "Paragon" Outfit, and the Preorder one behind.
It's these files, left Icons in Deleted Pre-order .HashDB, and DLC .Info
Only Preorder survived.
Pre-Order
goggame-2125000806.info

DLC
goggame-2002301113.info

Next test, lets see if just naming a blank file works (Could be content, but worth a shot
That fired a blank, but looking more closely at that memory info Looks just like the contents.

Got the bugger, Uhuru is a happy girl, I can now "Pirate" content I already have (Not Piracy if already in the base game though).
No Code hacking needed, just knowing the right information.
if someone with just the base GOG game adds these two files.
Manually created Plain text files renamed.
Encoding is ANSI if it matters, usually that's default on windows, but it might not be for you.

Pre-Order Filename
goggame-2125000806.info
Content

Code: Select all

{
    "buildId": "56229006409457217",
    "clientId": "55527939497609229",
    "gameId": "2125000806",
    "language": "English",
    "languages": [
        "en-US"
    ],
    "name": "Asterigos: Pre-order Bonus Pack",
    "osBitness": [
        "64"
    ],
    "playTasks": [],
    "rootGameId": "1125601806",
    "version": 1
}
DLC Filename
goggame-2002301113.info
Content

Code: Select all

{
    "buildId": "56229006409457217",
    "clientId": "55527939497609229",
    "gameId": "2002301113",
    "language": "English",
    "languages": [
        "en-US"
    ],
    "name": "Asterigos: Call of the Paragons",
    "osBitness": [
        "64"
    ],
    "playTasks": [],
    "rootGameId": "1125601806",
    "version": 1
}
Forgot to mention, if you use Galaxy. You may not know where the files go. It's where you install the game, so:
<Game Folder>/goggame-2125000806.info
<Game Folder>/goggame-2002301113.info

That's it if someone with just the a GOG Base Game version wants to test this out.
Steam might be different, but I doubt it, it's likely just figuring out the right text "Info" file.
I suggest trying the Games AppManifest_1731070.acf, as similar DLC Info gets added into that if you own it.

chrisreddot3
Expert Cheater
Expert Cheater
Posts: 452
Joined: Sun Mar 24, 2019 1:38 am
Reputation: 80

Re: Asterigos: Curse of the Stars

Post by chrisreddot3 »

nothing works anymore.sad

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: Asterigos: Curse of the Stars

Post by Akira »

chrisreddot3 wrote:
Mon May 29, 2023 2:45 pm
nothing works anymore.sad
Well first of, what do you mean by "nothing works"?
There's more than one table in this thread and I'm most certain that there are multiple scripts within my table that can not break through any normal game updates.

hiroyukki
Noobzor
Noobzor
Posts: 6
Joined: Fri Aug 11, 2017 3:29 pm
Reputation: 0

Re: Asterigos: Curse of the Stars

Post by hiroyukki »

can you update to V1.07 pls , i want to max that new GIFT OF THE NEXUS thingy without having to play forever

Ponyflare
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Apr 14, 2021 4:42 pm
Reputation: 0

Re: Asterigos: Curse of the Stars

Post by Ponyflare »

Akira wrote:
Mon May 29, 2023 8:37 pm

Well first of, what do you mean by "nothing works"?
There's more than one table in this thread and I'm most certain that there are multiple scripts within my table that can not break through any normal game updates.
For me, at least, the script only works properly on a new game as long as I don't quit.
On reloading, Inf. Health no longer activates and the PlayerNamePrivate and DisplayName are no longer detected. I don't know what other effects this may have.

Also a note that when using Activation there's a popup that tells me "Mono is not usable in target" beside your "made by Akira Fudo" popup.

MurderInc
Noobzor
Noobzor
Posts: 8
Joined: Wed Apr 26, 2017 10:19 am
Reputation: 1

Re: Asterigos: Curse of the Stars

Post by MurderInc »

Is there a way to unlock all outfits?
Finding all chests is quite a hassle.

Puzzled_Job
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Aug 08, 2019 5:56 am
Reputation: 8

Re: Asterigos: Curse of the Stars

Post by Puzzled_Job »

hiroyukki wrote:
Fri Jun 16, 2023 8:19 pm
can you update to V1.07 pls , i want to max that new GIFT OF THE NEXUS thingy without having to play forever
The updated table is locked behind an overpriced membership sadly.

kellcooz
Cheater
Cheater
Posts: 44
Joined: Thu Apr 19, 2018 11:39 am
Reputation: 7

Re: Asterigos: Curse of the Stars

Post by kellcooz »

Puzzled_Job wrote:
Fri Nov 10, 2023 2:14 pm
hiroyukki wrote:
Fri Jun 16, 2023 8:19 pm
can you update to V1.07 pls , i want to max that new GIFT OF THE NEXUS thingy without having to play forever
The updated table is locked behind an overpriced membership sadly.
That's exactly what I've been saying before... gotta PAY to get it.

TZO_GameHobbyist
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Feb 03, 2024 7:27 pm
Reputation: 0

Re: Asterigos: Curse of the Stars

Post by TZO_GameHobbyist »

Akira wrote:
Sat Oct 08, 2022 4:26 pm
Made a table for it 2 weeks ago or so but for some reason only uploaded it in my discord server lol.
Here ya go

If you like my work then please rate this post positive, it's easy, just hit the "Post reputation" button at the top right.
If you want to share the table then share the link to this post but do not upload this table anywhere else.
HOLY SHIT, thank you for this, I went through too many hoops to use the cheat engine, yet the mod for this game doesn't even work (GoG Version) But your table sure as hell did, thanks for posting; I only regret that I cannot rate this up 200 more times! ;^)

User avatar
Cosmic74
Noobzor
Noobzor
Posts: 13
Joined: Tue Oct 12, 2021 11:40 pm
Reputation: 1

Re: Asterigos: Curse of the Stars

Post by Cosmic74 »

Game been updated to 1.09 so none of the tables work. I registered with cheat engine and table was for 1.05. Waste of time. I bought the game and gear on special. Worth it.

Post Reply

Who is online

Users browsing this forum: admantx, EpicBirdi, galipop, GenieBer, Google [Bot], Google Adsense [Bot], paristeta, SilverPaladin156, Sunny, thsdss