Daniels118
New member
- Joined
- Jul 31, 2023
- Messages
- 16
Hi all,
I have finally completed the decompiler for CHL files for Creature Isle, and I've decompiled the original challenge file.
This not only give us the ability to change the behavior of the game, but also shows the usage of undocumented statements, and a previously unknown feature: passing variable or array references to a script (very similar to pointers in C language).
The decompiled scripts are attached to this post, enjoy!
I have finally completed the decompiler for CHL files for Creature Isle, and I've decompiled the original challenge file.
This not only give us the ability to change the behavior of the game, but also shows the usage of undocumented statements, and a previously unknown feature: passing variable or array references to a script (very similar to pointers in C language).
The decompiled scripts are attached to this post, enjoy!