Page 1 of 21

Clair Obscur: Expedition 33

Posted: Thu Apr 24, 2025 10:50 pm
by cfemen


Please don't request any features, it's very annoying to work on this game coz the developers maybe coded like only 5% of this game with real code :mellow:

Table Options:

Auto Parry
as title says, in a battle all player characters will auto. parry attacks.
after disabling this option you maybe have to press the parry button 1x ingame to make sure it's a full reset!

Auto Dodge
as title says, in a battle all player characters will auto. dodge attacks.
after disabling this option you maybe have to press the dodge button 1x ingame to make sure it's a full reset!

Easy Kills
enemies will have only 1 healthpoint.

Outgoing Damage Scaling x?
if enabled you can set the x? to any number you want to multiple the damage to enemies, a too high number ( 999+ ) can cause issues/crashes!

Ignore Damage
as title says, in a battle the player characters won't get any damage.

Inf. AP
gives you lots of AP that will never decrease in a battle.

Inf. Jumps
gives you infinite jumps for exploring the world ( outside the battle )

Get Character Stats
populates pointers so you can edit the attribute/stats of your characters, the game might resets them after some time!
edit them while a battle will not have any effect!

Add XP +x?
each time you click on this script you get the specified XP amount ( the x? child record ) to all of your characters, it will trigger a correct level up if you get enough XP.

Inventory Reader
populates pointer to all the items in your inventory, so you can edit the amount, don't change amount from weapons/pictos!

Pointer To The Gold

That's it, in case you like my work and you want to support me -> I made a script that allows to spawn weapons,pictos,outfits and haircuts that's currently on my patreon, it's available even for the lowest tier!
(patreon table also contains a script for attribute/skill points + relationship increase + that raft beach mini-game)

Code: Select all

https://www.patreon.com/cfemen
Happy playing and cheating!

Edit:
-reuploaded the table coz I fixed a bug in the Inventory Reader!
-uploaded a version with a fix for the Add XP script, so it does not delete mem-recs anymore ( thanks to @acecel for the info ) + another fix for the Inventory Reader!
+a experimental auto. jump script and a flag that you an set to 1 to become invisible to enemies!

Table V4 uploaded - it contains now a easy kill script!

Table V5 contains a damage multiplier ( Outgoing Damage Scaling x? )

Re: Clair Obscur: Expedition 33

Posted: Thu Apr 24, 2025 11:07 pm
by UnknownGamer
Great work as always buddy

Re: Clair Obscur: Expedition 33

Posted: Thu Apr 24, 2025 11:10 pm
by Exory
100% droprate would be a nice addon! Thank you for this!

Re: Clair Obscur: Expedition 33

Posted: Thu Apr 24, 2025 11:57 pm
by muffinsmash
Very nice. Thank you!

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 12:12 am
by Ninomae Tako'nis
Great table!

Is there something that has to be done to get the stat pointers to update the actual stats? Like if you raise Vitality, your HP doesn't actually go up. It does change if you put another point in legitimately, but the point system seems to break afterwards. If I try to add another point into Vitality, it will jump up by 7. Then If I try to remove a point, it will jump up another 10 instead. Resetting puts it in the negatives.

I'm going to try pinning down the attribute points in the meantime. Hopefully raising stats with those will have less negative effects than directly editing the attributes themselves.

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 12:16 am
by jonaaa
Ninomae Tako'nis wrote:
Fri Apr 25, 2025 12:12 am
Great table!

Is there something that has to be done to get the stat pointers to update the actual stats? Like if you raise Vitality, your HP doesn't actually go up. It does change if you put another point in legitimately, but the point system seems to break afterwards. If I try to add another point into Vitality, it will jump up by 7. Then If I try to remove a point, it will jump up another 10 instead. Resetting puts it in the negatives.

I'm going to try pinning down the attribute points in the meantime. Hopefully raising stats with those will have less negative effects than directly editing the attributes themselves.
Attribute Points are strictly related to your character's level. I tried changing the attributes with save editing but inside the save i couldn't locate anything related to the "attribute points", so i presume it's directly related with your level, also, let's say you are level 1 and change every attribute to 10, it will revert back to zero because you can only change the stats three times.

I guess if you want something for attribute points, the character level is the first step.

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 12:28 am
by KS212
Thanks for the table, just for this I've subbed to your patreon. 👍

Small suggestion... rather than outright auto parry/auto dodge, would it be possible to make it so that you have to hold the respective button to make it parry/dodge? That way both can be enabled 'on demand'.

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 1:21 am
by acecel
Amazing work and ridiculously fast, thank you.

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 1:36 am
by Sauce
I think there is still a bug in the inventory reader, if you try to collapse it, or do anything with it (other than edit values), it just loads it up again and duplicates the whole inventory list.

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 1:42 am
by iKingPR
You sir are a legend thank you !!!!!!!!!!!!!!

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 2:03 am
by acecel
Sauce wrote:
Fri Apr 25, 2025 1:36 am
I think there is still a bug in the inventory reader, if you try to collapse it, or do anything with it (other than edit values), it just loads it up again and duplicates the whole inventory list.
For me it doesn't activate at all (and i have the inventory opened before trying to use it), so yeah there is something wrong.\

My error :
<<Lua error in the script at line 1:[string "local syntaxcheck,memrec=......"]:8: attempt to perform bitwise operation on a nil value>>

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 2:05 am
by antiadvocate
If you level up too much and you get to the curator then the curator has what feels like, an infinite life bar. Is there a way to weaken enemies?

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 2:33 am
by acecel
Bug :

The [DISABLE] part of the script Add XP +x? remove all children nodes of the Get Character Stats: script if its also activated and maybe other scripts children too :mrgreen:

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 2:35 am
by UnknownGamer
antiadvocate wrote:
Fri Apr 25, 2025 2:05 am
If you level up too much and you get to the curator then the curator has what feels like, an infinite life bar. Is there a way to weaken enemies?
just boost your Attack Stats to 99999 to make insane damage

Re: Clair Obscur: Expedition 33

Posted: Fri Apr 25, 2025 2:37 am
by zhenle1994
so this is for steam and epic version only and doesn't work on gamepass, correct?