Address list color themes

A forum dedicated to use and support LUA for Cheat Engine.


Post Reply
User avatar
mece
Table Maker
Table Maker
Apprentice Hacker
Apprentice Hacker
Posts: 61
Joined: Sat Jul 23, 2022 9:21 am
Answers: 0
x 83
Contact:

Address list color themes

Post by mece »

I have two problems with my tables:

  1. MemoryRecords need to be colored manually. It's time consuming and slowing down table making but I can't stop using colors.

  2. Different CE users prefere different CE colors (dark/light) and colored records can have weird looking with 'wrong' CE theme. I don't like the idea of using universal colors good looking in every circumstances.

The solution of both problems is using LUA script or CE extension that quickly applies suitable color theme.

Here is a prototype of the solution:
Image

How to play with the prototype :

  1. Place [ic]themes.rar[/ic] contents into the CE-autorun path. Usually it looks like: [ic]C:\Program Files\Cheat Engine 7.4\autorun[/ic]

  2. Run the .CT and it's lua script.

  3. Tick different themes under the "Theme selector" record



How it works:
LUA script reads colors from VSCode color theme files (*.json) and then applies them to AddressList panel and all memory records.
Using OnPaint event provides opportunity for further automation.

Attachments

[The extension rar has been deactivated and can no longer be displayed.]

Colorizer.CT
2022-05-03
(14.52 KiB) Downloaded 312 times

Post Reply