About this mod
This mod adds HP bars to enemy display - the bar appears on top of enemy sprite and is only shown when the enemy is selected or taking damage.
- Permissions and credits
This mod adds HP bars to enemy display - the bar appears on top of enemy sprite and is only shown when the enemy is selected or taking damage.
In technical terms this mod is just a configured plugin, so all credits for actual programming go to TheoAllen, a prolific RPG Maker script and plugin creator.
Installation:
- Copy "js" folder from mod's folder and paste into Look Outside game's main folder.
- In LookOutside game folder go to "js" folder and open "plugins.js" file.
- Copy and paste next line (INCLUDING comma at the start) before the "]" at the end of the document:
,{"name":"Theo_EnemyHPGauge","status":true,"description":"v1.0.1 - Theo Enemy HP Gauge | Visual HP gauge for the enemies","parameters":{"option":"","pos":"Top","defeat":"false","alwaysShown":"false","prop":"","width":"82","height":"11","animeDur":"45","displayDur":"25","border":"1","segments":"1","gaugecolor":"","lcolorindex":"18","rcolorindex":"10","bcolorindex":"40","aftImage":"19","aftAlpha":"200"}}
If you want to remove the mod, then:
- EITHER: in the string you pasted change from "status":true to "status":false - this will disable the mod.
- OR: delete the string you copied and pasted.
- OR: Verify game files.
The first way to remove the mod is better, because it allows you to reenable the mod by simply changing it back to "status":true.
NOTE: Game updates will rewrite plugins.js, removing the changes - this means that you'll need to repeat points 2 and 3
(or completely reinstalling the mod if just repeating 2 and 3 doesn't work) every time the game updates.