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
Specifically, in the "I Am..." page, there's an achievement that has a description called "Unlock 339 Secrets". The achievement that this description belongs to in your mod is the "Just Stop!" achievement, or 1000000%.
The 1001% achievement description is correct, but for 1000000%, you don't unlock it after getting 339 secrets.
Rather, you unlock it after having 402 achievements AND having at least 510 items in your collections page.
I previously attempted to do Fiend Folio, but I couldn't wrap my head around the way the unlocks code worked (i am very dumb and bad at reading code that isn't mine)
Some scripts, such as the one in charge of hiding spoilers would also ahve to be edited for this
(usando tradução automática, peço desculpas)
Este menu é visível no menu “segredos” do jogo, porém existem alguns requisitos.
1. Tenha o Repentogon instalado, ele deve ser baixado em uma página separada online. A instalação é fácil
2. Não ter Repentance+ DLC instalado
If you're curious enough, you can look through the files to see a completed version of it with all the tainted portraits together
I'll most likely add support once the changes are better documented
Either way, if you'll copy the mod and reupload it to the workshop with new sprites; as long as you credit me, I won't mind
If I interpreted something incorrectly tell me!!
If you're ok with what you have, then fine, it's still a cool mod. Many thanks
You could also check the documentation on the general PersistentGameData class since that's where everything that needs to be "remebered" is stored.
For now, you can check how many times you defeated ??? if you check your stats I believe
I want to see how many times I still need to defeat '???' to unlock A Secret Exit.
Nothing indicates it'll be a jump like from afterbirth to repentance, so I think it'll be alright
I don't know if this was intentional, but I think it would be a nice feature to have, as I think most people use arrow keys when navigating the menu.
I was able to use the arrow keys locally by adding an or Input.IsActionTriggered(ButtonAction.ACTION_SHOOT(DIRECTION), Kindex) next to the original check
the checks are at line:
779
796
816
870
973
979
985
991
Hope this helps!