Jump to content

CyrA

Members
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Files posted by CyrA

  1. freeze HP/MP in any Lua games

    -- Script to search and freeze up to 5 decreasing values (eg: hp, mp, etc.)
    -- in games written also in Lua language.
    -- This script use the fact that lua numbers are always stored as double
    -- and followed by 3D, cf. src/lua.h in its source code.
    -- Sometimes you won't find the exact value your are looking for (eg: there are  different way to write the same double value or the value displayed is truncated).
    -- Then you can also set a margin for each one of the 5 values.
     
    How to use:
    look for the values you would like to freeze (eg. health points or mana points indicated in your game) pause the game (u may use autopause from the game guardian's main menu) store these values through the edit menu restart the script and select search and freeze. Once the search are finished go back to your game and play : script will auto detect and freeze the values you registered before.

    6,023 downloads

       (1 review)

    1 comment

    Updated

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.