Skip to content

a45s67/Sequel-Blight-CT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sequel Blight CT

Tirma

Sometimes the battle takes too much time. I just want to get into the scenes quickly...

For detailed analyzing process of this game, please check my blog post 如何修改 RPG 遊戲 - Sequel Blight 角色的各項數值.

Features

  • Character status in map
    • Move speed control
    • Through mode
  • Tirma's status
    • Additional HP
    • Additional damage

Note

The real values of most player data store in memory are 2*val + 1. Besides, it's 0 for false, 2 for true as for boolean value.

Example

If you want to change additional HP from 0 to 100.
The original value stored in memory is 2*0+1 = 1, after changing it would be 2*100+1 = 201.

TODO

  • Rabi, Uula, Nyx 's status affected by items.
  • Show exp for each character.

Comfirmed Compatible version

  • Ver 2.10[簡中版]

About

Cheat Engine Table (.CT) for Sequel Blight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages