 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
fable520 Newbie cheater
Reputation: 0
Joined: 26 May 2011 Posts: 24 Location: chinese
|
Posted: Fri Jun 10, 2011 5:21 am Post subject: I Found CE v6.1.0.1538 BUG |
|
|
| 6.1 版,主界面的“数据类型”那堆什么“4 Bytes”都是因为,但是汉化包里面是中文的,为什么汉化不了呢?会不会是BUG? |
|
| Back to top |
|
 |
SER[G]ANT Expert Cheater
Reputation: 10
Joined: 29 Dec 2005 Posts: 215 Location: Russia
|
Posted: Fri Jun 10, 2011 4:09 pm Post subject: |
|
|
It's not a bug. Not all strings included in lang file. _________________
rzndsa |
|
| Back to top |
|
 |
Aids Expert Cheater
Reputation: 16
Joined: 13 Jun 2008 Posts: 197
|
Posted: Fri Jun 10, 2011 7:11 pm Post subject: |
|
|
| Quote: | Chinese - detected to English translation
6.1 Version, the main interface of the "data type " stack of what "4 Bytes" because of, but the finished package which is in Chinese, why can not finished it? Will not be bug? |
Better than nothing I suppose. |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25832 Location: The netherlands
|
Posted: Fri Jun 10, 2011 7:22 pm Post subject: |
|
|
For some reason comboboxes and other items with a stringlist never get saved
but if you REALLY have to change that you can use a lua script to change that
| Code: |
mf=getMainForm()
VTCombobox=component_findComponentByName(mf, "VarType")
VTItems=combobox_getItems(VTCombobox)
strings_setString(VTItems, 0, 'bit(s)')
strings_setString(VTItems, 1, '8-bit')
strings_setString(VTItems, 2, '16-bit')
strings_setString(VTItems, 3, '32-bit')
strings_setString(VTItems, 4, '64-bit')
strings_setString(VTItems, 5, '32-bit Floating Point')
strings_setString(VTItems, 6, '64-bit Floating Point')
strings_setString(VTItems, 7, 'Gibberish')
strings_setString(VTItems, 8, 'AOB')
strings_setString(VTItems, 9, '8 to 64-bit including FP')
|
and then tell people to put this in main.lua. Or just put main.lua in your archive and tell to extract to the base of the cheat engine folder _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|