Please update, I NEED this mod! Also, a suggestion: make it possible to subscribe to insurance via V's computer. The in-game internet has a literal website advertising it.
check out Life Insurance, is a similar system that from reading looks to work on 2.12. It and the other mod part of this series Vehicle Insurance, heavily leans into highlighting that night city is a debt-ridden hellscape
Hiya everybody.. i fixed this mod for me to use ((personal use only)) and made alot of changes but i have one problem since 1.3
Logs spam = (( attempt to index field 'healthEvent' (a nil value) )) Code looks = local currentHealthPercentage = player.healthStatListener.healthEvent.value
other than that script works 100% if i just ignore log spams :/
anybody know how to fix it? i've tried all i know on that :(
^YES^ -- Got it to work in 1.52 Exactly what @majorsap stated. Let me help clarify for those having problems.
1.) Navigate to where ever your game is installed "\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\Death Alternative" 2.) Open the "init.lua" file -- (I used Notepad++ because it has an easy Find/Replace options) 3.) Replace the |Pipe| symbol separators "|" with the "+" symbol for the following: Line 151 = ImGui.Begin("DeathScreen", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.AlwaysAutoResize + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoMove + ImGuiWindowFlags.NoBringToFrontOnFocus) Line 156 = ImGui.Begin("PopUp", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.AlwaysAutoResize + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoMove) Line 218 = if ImGui.Begin("ActiveLifePack", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.NoMove + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoScrollbar) then Line 244 = if ImGui.Begin("BuyLifePack", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.AlwaysAutoResize + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoMove) then
NOTE: There is a Find and Replace ALL "|" with "+" ......DO NOT DO THIS....there is another line in the .lua file that has the |Pipe| symbol, although I think it is only for version echo display. Better to be safe than sorry though. Just replace those lines individually.
4.) Save and Close the "init.lua" file -- (cannot load mod if this file is still open) 5.) Open/Run Cyberpunk 6.) Open the Cyber Engine Tweaks menu - Console tab-->Clear Output (to make easier to see - Optional) I actually did this while the game was running and it was OK - Console tab-->Reload All Mods - Look for the "Death Alternative loaded !" notification - Bindings tab-->Hotkeys subtab - Death Alternative-->Exit Hotel = <Bind Key> (I used "F" like the default to open doors) 7.) Save changes in Cyber Engine Tweaks (CET)
This mod is cool, and good with immersion, but it could be better. The Menu to Select Your Package, you need to open up your CET menu tabs for all those mod consoles, and when you die, the same menu is displayed in order to get mouse control for those menus you need to be in a CET type environment. Would be nice is someone could improve upon this Mod. Hope this long winded explanation helps getting it loaded and working for some.
hi 3nvy, can you make it Usable for gamepads plz ? old gamers buy BIG 8K TV , a sofa.. and use only gamepad xBox or SteamDeck or SteamOS , NO keyboards no mouse... 1000 THX if you can help us : bored to die...
72 comments
https://www.nexusmods.com/cyberpunk2077/mods/10569
Logs spam = (( attempt to index field 'healthEvent' (a nil value) ))
Code looks = local currentHealthPercentage = player.healthStatListener.healthEvent.value
other than that script works 100% if i just ignore log spams :/
anybody know how to fix it? i've tried all i know on that :(
Or even just the code to change manually please.
not sure if it works with 1.61 patch
Don't forget to bind a key to exit the hotel once the mod is up and running
Exactly what @majorsap stated. Let me help clarify for those having problems.
1.) Navigate to where ever your game is installed "\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\Death Alternative"
2.) Open the "init.lua" file -- (I used Notepad++ because it has an easy Find/Replace options)
3.) Replace the |Pipe| symbol separators "|" with the "+" symbol for the following:
Line 151 = ImGui.Begin("DeathScreen", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.AlwaysAutoResize + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoMove + ImGuiWindowFlags.NoBringToFrontOnFocus)
Line 156 = ImGui.Begin("PopUp", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.AlwaysAutoResize + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoMove)
Line 218 = if ImGui.Begin("ActiveLifePack", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.NoMove + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoScrollbar) then
Line 244 = if ImGui.Begin("BuyLifePack", true, ImGuiWindowFlags.NoResize + ImGuiWindowFlags.AlwaysAutoResize + ImGuiWindowFlags.NoTitleBar + ImGuiWindowFlags.NoMove) then
NOTE: There is a Find and Replace ALL "|" with "+" ......DO NOT DO THIS....there is another line in the .lua file that has the |Pipe| symbol, although I think it is only for version echo display. Better to be safe than sorry though. Just replace those lines individually.
4.) Save and Close the "init.lua" file -- (cannot load mod if this file is still open)
5.) Open/Run Cyberpunk
6.) Open the Cyber Engine Tweaks menu
- Console tab-->Clear Output (to make easier to see - Optional) I actually did this while the game was running and it was OK
- Console tab-->Reload All Mods
- Look for the "Death Alternative loaded !" notification
- Bindings tab-->Hotkeys subtab - Death Alternative-->Exit Hotel = <Bind Key> (I used "F" like the default to open doors)
7.) Save changes in Cyber Engine Tweaks (CET)
This mod is cool, and good with immersion, but it could be better. The Menu to Select Your Package, you need to open up your CET menu tabs for all those mod consoles, and when you die, the same menu is displayed in order to get mouse control for those menus you need to be in a CET type environment. Would be nice is someone could improve upon this Mod. Hope this long winded explanation helps getting it loaded and working for some.