Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
@weezy You can cut off your hand?!?
I had no idea this was a thing. Are you using a mod for this? You are correct, the gun does need to be in the main hand due to how animations and the game's code works. If there's a way around it, I don't know how to handle it yet. BUT, I could look into new ways to suicide. I've been trying to learn animation and it's very hard for me, I am a programmer. It will probably be a while until I could add a new suicide with a new animation but I really hope I get there one day.
- Added new sandbox option, "Show Confirmation Modal". Defaults to true. Enables/disables suicide confirmation popup.
- Added "Suicide" option to the firearm radial menu
I confess that I made an internal change to disable the "do you really want to?" confirmation.
Would it be nice to have this natively in the mod, as a sandbox option perhaps?
I change all function "promptSuicideConfirmation" on "ImmersiveSuicideClient.lua" to:
local function promptSuicideConfirmation(playerObj, item, type)
if type == "ONE_HANDED" then
performOneHandedSuicide(playerObj, item)
elseif type == "TWO_HANDED" then
performTwoHandedSuicide(playerObj, item)
end
end
- Fixed Build 42 bug where newly introduced parameter was not being passed into ISReloadWeaponAction.canShoot
If you are positive the mod is enabled on your individual save, please submit a bug report on the Discussions page. Include your build version, a list of mods, and the name of the two guns you have tried that aren't working.
Sorry for the troubles but we'll get to the bottom of it.