Yeah, I guess it is doable. :) I'm actually working on an updated CT for the current v1.0 game version. At this time, all previous CT scripts have been updated, except '+Inf EXP', which I really do not see any reasonable utility (I virtually finished the game in a speedrun :P).
I am really sorry but I will not be able to deliver you a cheat table with more features than what I have previously announced (see my post above). In fact, I have an old 2004 dual core PC (yeah, I know :P ) and this version v1.0 takes full charge of my cpu/ram while I did not have this problem with the first 0.4 version. :(
Sorry for this inconvenience :(
BR
fantomas
[CODE]*Minor fixes to support the game version v1.0
*Added 'Ind Health' script
*Added 'Lock Clock' script
*Added 'Decrease Enemies Dommage (aka No Dammage)' script
Just one question, in version 1.3, everytime i try to activate any of the scripts, CE froze and do nothing.
Can you help me?
PS Sorry for my bad english
I have the same thing - CE froze from a couple of minutes then it starts again. It is why I had difficulty to make this CT. I had that since the first release. Maybe a game bug or like me, you have a poor pc config.
Just one question, in version 1.3, everytime i try to activate any of the scripts, CE froze and do nothing.
Can you help me?
PS Sorry for my bad english
I have the same thing - CE froze from a couple of minutes then it starts again. It is why I had difficulty to make this CT. I had that since the first release. Maybe a game bug or like me, you have a poor pc config.
My pc can handle the game very well, maybe the freezing is because a bug. Question, the 3 last scripts (+inf wishes, +inf health, +inf gold) are working for you? The others are working well, except for those 3. Can't activate then.
the 3 last scripts (+inf wishes, +inf health, +inf gold)
Try to use 1 wish / lose health / win gold then try to activate them. I do not have any specific issue with, maybe once or twice with +inf wishes that sometimes it works as intended and sometimes it works like 'ignore wishes'.
The current CT v1.3.0 works fine with the new update v1.4.0 so there's no need to update the CT.
The game developers added new magic portions, so if you're interested, here the script that alow to have infinitive drink potion use (as long as you drank a potion)
//Game : City of Brass
//Version: 1.4.0 [ CODEX ]
[ENABLE]
COB-Win64-Shipping.AUGMagicPotion::Tick+94+3:
db 83
//F3 0F 11 83 58 04 00 00
//movss [rbx+00000458],xmm0 //--> [ 0 ]
[DISABLE]
COB-Win64-Shipping.AUGMagicPotion::Tick+94+3:
db B3
//F3 0F 11 B3 58 04 00 00
//movss [rbx+00000458],xmm6
//float value
//If the potion max value is 20 (or else), when you drink potion, the value is starting to increase
//from 0 to 20 (or else)
//offset 0x458 --> current increasing value [ 0 -> maxValue ]
//offset 0x368 --> maxValue