0 of 0

File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

Tags for this mod

About this mod

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.

Requirements
Permissions and credits
Changelogs
Donations
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.


Installation:

  • Download UE4SS-RE/RE-UE4SS xinput version. Direct download link: UE4SS_Xinput_v2.5.1
  • Drop its files in \Returnal\Binaries\Win64.
  • Download https://github.com/UE4SS-RE/RE-UE4SS/archive/refs/heads/Release.zip
  • Open it and go to CustomGameConfigs/Returnal and copy UE4SS_Signatures and paste it in \Returnal\Binaries\Win64.
  • Download the mod and drop it in \Returnal\Binaries\Win64\Mods.
  • Go to UE4SS-settings.ini in \Returnal\Binaries\Win64 and change:

[EngineVersionOverride]
MajorVersion =
MinorVersion = 

to this:

[EngineVersionOverride]
MajorVersion = 4
MinorVersion = 25