Source files for Creature Isle challenges

Daniels118

New member
Joined
Jul 31, 2023
Messages
14
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!
 

Attachments

  • CreatureIsle_scripts.zip
    202.1 KB · Views: 5
  • CreatureIsle_Eruption_scripts.zip
    119.4 KB · Views: 3
Back
Top