Page 1 of 1
Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Mon Jul 25, 2022 1:22 am
by bbfox
zh-TW: 蘇菲的鍊金工房2 ~不可思議夢的鍊金術士~ (修改器)
ja-JP: ソフィーのアトリエ2 ~不思議な夢の錬金術士~ (チートエンジン エディター)
Cheat Engine / Cheat table scripts:
□Compact mode
□Init. (v1.08) <==== Enable after load save
□Turn battle scripts On/Off
□All scripts off
□Static values+
□Difficulty : Easy, Normal, Hard, Very Hard, Charisma, Legend
□Time
□Hunter rank : C, B, A, S
□Reputation / 名声
□Basket size
□Cole / コール
□Hunting certificates / 討伐証明書
□Alchemy Lv - Sophie / ソフィー / 蘇菲
□Alchemy Lv - Plachta / プラフタ / 普拉芙妲
□Alchemy EXP - Sophie / ソフィー / 蘇菲
□Alchemy EXP - Plachta / プラフタ / 普拉芙妲
□AP+
□Chars+ (non-battle)
□Sophie / ソフィー / 蘇菲
□Plachta / プラフタ/ 普拉芙妲
□Ramizel / ラミゼル / 拉米潔兒
□Alette / アレット / 阿蕾特
□Olias / オリアス / 奧利亞斯
□Diebold / ディーボルト / 迪伯爾德
□Item Editor (choose one)
□Item editor / 日本語 (to use: open container / equip / basket)
□Item editor / English (to use: open container / equip / basket)
□Item editor / 繁體中文 (啟用:打開材料箱 / 裝備 / 籃子)
□Battle+
□Damage control
□MP does not decrease
□Faster TP grow
□Slower TP down
□EXP multiplier
□Cole multiplier
□Fast aura break
□Fast dual gauge
□No weather control item # decrease
□Container, Basket & drop item+
□Set Container item usage count to 90 (if >=2)(v1.08)
□Set Container items quality
□Set Basket items quality
□Synthesis / 調合+
□Remove syn. LV limit & max level
□#1: Fire, Ice, Lightning (火/冰/雷)
□#2: Wind, Light (風 / 光)
□Adjust elements level
□Recover HP/MP after battle
□Alchemy EXP multiplier
□Unlimited item use
□Min. hunting certificates
□Walk/Run speed hack
□AP use reduction
□Fast party quests / recipe ideas complete
□Major gathering spots (大採取) - Good result
Old releases
Latest Release
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Fri Jun 20, 2025 8:04 pm
by hugoz12

Im sorry it didnt work for me, can you tell me what did i do wrong because im still new at Cheat Engine
Thankyou
Cheat Engine Ver. 7.6
Game Version 1.8
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Sat Jun 21, 2025 2:47 am
by bbfox
hugoz12 wrote: Fri Jun 20, 2025 8:04 pm
Im sorry it didnt work for me, can you tell me what did i do wrong because im still new at Cheat Engine
Thankyou
Cheat Engine Ver. 7.6
Game Version 1.8

It's working.
Table will not working if you refuse to execute "Table: Lua scripts" in CE after loading this table.
At least you have to set to "always ask"

Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Sat Jun 21, 2025 9:31 pm
by hugoz12

Sorry Still Didn't Work
do i have to change something in the settings?
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Mon Jun 23, 2025 6:31 am
by bbfox
hugoz12 wrote: Sat Jun 21, 2025 9:31 pm
Sorry Still Didn't Work
do i have to change something in the settings?
I'm not sure because it's working in my machines.
Maybe you can right click on "init (v1.08)" item. it may show some error messages in popup menu there in the first row.
At least in Lua Engine window, a message "Init. (v1.08) <==== Enable after load save" should be shown, but I do not see it in your screenshot.
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Wed Jun 25, 2025 4:53 am
by Clicido
The exact same problem has emerged here for me.
The error message as “[string "local syntaxcheck,memrec =….."]:63: attempt to perform arithmetic on a nil value> >”
On the line 16 of the code
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Wed Jun 25, 2025 5:52 am
by bbfox
Clicido wrote: Wed Jun 25, 2025 4:53 am
The exact same problem has emerged here for me.
The error message as “[string "local syntaxcheck,memrec =….."]:63: attempt to perform arithmetic on a nil value> >”
On the line 16 of the code

Line 16 is the start of lua code block
The first line is:
g_containerBaseAddress = getAddressSafe("Atelier_Sophie_2.exe")+0x18778C0
attempt to perform arithmetic on a nil value:
Lua script cannot add nil to a numeric value because getAddressSafe() returns nil.
Possible problem(s):
-
A cracked / illegal game binaries. (or a loader named Atelier_Sophie_2.exe, but the real cracked/running one is another)
-
Executable name is not Atelier_Sophie_2.exe
Table does not work on any non-official Steam version because I use some fixed address values.
This "init" script still may not work even a cracked version with un-changed filename "Atelier_Sophie_2.exe" -- fixed address values may become illegal.
Some scripts may work (like battle scripts). But I never tested any non official game version so I do not sure.
Expand the script and make a try maybe.
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Thu Dec 04, 2025 8:48 am
by zhancc
I also saw the error message: "[string "local syntaxcheck,memrec =….."]:63: attempt to perform arithmetic on a nil value> >".I expanded the scripts and confirmed that the scripts under the Battle section, such as Damage Control, MP Does Not Decrease, Faster TP Grow, and Slower TP Down, work. However, Static Values, Item Editor (choose one), Container, Basket & Drop Item+ do not work.
Re: Atelier Sophie 2: The Alchemist of the Mysterious Dream (v1.08)
Posted: Thu Dec 04, 2025 9:26 am
by bbfox
zhancc wrote: Thu Dec 04, 2025 8:48 am
I also saw the error message: "[string "local syntaxcheck,memrec =….."]:63: attempt to perform arithmetic on a nil value> >".I expanded the scripts and confirmed that the scripts under the Battle section, such as Damage Control, MP Does Not Decrease, Faster TP Grow, and Slower TP Down, work. However, Static Values, Item Editor (choose one), Container, Basket & Drop Item+ do not work.
I reinstall the game and do a test, all ok...

