Jump to content

freeze HP/MP in any Lua games


CyrA
 Share

Recommended Posts

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.

  • Submitter
  • Submitted
    12/26/18
  • Category

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.