Grants how many extra lives you want! Hitting zero health will trigger an instant revive! Can choose to gain additional extra lives on X amount of kills.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version v1.02
Added the ability to gain additional extra lives on X amount of kills! Can be customized in the mod's settings!
Version v1.01
If you are in a multiplayer game that wasn't hosted by you the mod wasn't working correctly. You were entering the downed state while still being healed but not revived. In the latest update I've made it so that when you die in a multiplayer game you that wasn't hosted by you you can press the E button to revive yourself and consume one of your extra lives.
Grants how many extra lives you want! Hitting zero health will trigger an instant revive! Can choose to gain additional extra lives on X amount of kills.
In singleplayer you're gonna get revived automatically as well as in multiplayer but only if you are the one hosting the game.
Press the E button when in a multiplayer game that wasn't hosted by you to revive yourself and consume one of your Extra Lives.
Notes
If you are in a multiplayer game that wasn't hosted by you the mod wasn't working correctly. You were entering the downed state while still being healed but not revived. In the latest update I've made it so that when you die in a multiplayer game you that wasn't hosted by you you can press the E button to revive yourself and consume one of your extra lives.
Setttings
Open the mods main.lua file with Notepad to find:
So for example if you want to have 10 extra lives you do:
--Quantity of extra lives ExtraLives = 10 --Change "3" to whatever value you want
You can also set "Extra Lives" to 0 so that you start with 0 extra lives but gain additional when killing enemies.