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
You lose all perks when you die????
If you use the latest version and can identify the missing perk, please contact me.
This is because it was difficult to guess what kind of effect it was from the effect name. Due to the large number of files, only certain effects were disabled.
If you run into problems again, please let me know.
I'll revert to the previous version now and publish it again once I've fixed it.
Thank you for sharing.
Not just that perk, but every perk also. Looks like that turn off player effect on respawn also turns off all perks, too.
Other than that mod works perfectly so thanks for making it. 👍🏻
I'm not playing noita now.
But I'm glad you give me your opinion.
When I return as a mod editor for noita, I will take your suggestions into consideration.
good suggestions --v
1- Move the respawn location closer to the exit, after the altar, so that it keeps the idea that you can't go back into the Holy Mountain once the rocks from the ceiling fall on the altar sealing the exit.
2- Lose the previous respawn location once you enter the next Holy Mountain, that way, you can't go back to the previous Holy Mountain once you enter the next on by suicide.
If you die inside the Holy Mountain, you die.
3- The number of perks you have should also count towards your respawn cost.
So every perk add +1 to your "death count".
Revive_cost = revive_cost * (<your_payment_count> + <perks_count> + 1)
4- Cannot respawn if you have angered the gods, since gods won't bless you.
5- If you somehow destroy the thingy you use to set the respawn, you anger the gods.
6- Add option to drop items and wands, keeping only keybind 1 wand and keybind 5 item after death.
That behavior is correct.
But your suggest is interesting.
Sorry, I do not plan multi language.
the further into the game you are, the more it's going to cost, but it's the same amount until you pick up more perks, 0 perks is 100 gold, each perk is 100 more
That's good idea!
There is no way at the moment.
If you can change file,
1. search this file (steamapps/workshop/content/881100/2680576974/files/scripts/revival/revival_altar_init.lua)
2. change line 9
``` before
return revival_alter_cost * (2 ^ revive_count)
```
```after
return revival_alter_cost * (10 ^ revive_count)
```
However, it may be overwritten by mod updates.
>How do I reinstall it? Is it the same as unsubscribing and subscribing?
Yes
The mod setting should be reflected in the new game.
I tried retesting, but Mod works on my environment.
I changed mod settings now.
please reinstall.
I fixed.
>fix: delete save point when you did it
<3
@SpaceGhost
Thanks for the report!
yes, I know that.
I'm thinking of a fix.