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
- Second, here's the big problem: Nicalis made it so that removing an item removes its contribution toward a transformation. Even worse, removing an item can UNDO a transformation if you no longer have the necessary items. But they also made it so that having multiple copies of an item makes the item count multiple times, and there's a bug (I think it's a bug?) that we might be able to exploit (unless Nicalis patches it... hopefully they won't): As long as you have at least one of an item, the "points" you get toward a transformation are only lost when you lose ALL copies of an item. In other words, if you give yourself three Dead Doves, you only lose the transformation if you remove ALL THREE of them (and even then, you get the transformation back upon getting one more Dead Dove).
Your best approach here would likely be to give the player multiple copies of an item they already have, get the transformation, then remove the extra copies.
I just ran into a similar issue with my Transformation API. Here's what I've found:
- First, change the last argument in your AddCollectible() calls to true. It seems that Repentance made it so that the AddConsumables argument determines whether or not an item counts toward a transformation. To test this yourself, try running this line three times in console:
lua Isaac.GetPlayer(0):AddCollectible(CollectibleType.COLLECTIBLE_DEAD_DOVE, 0, false)
It won't give you Seraphim; but if you change the last argument to true, it will.
when i pick up Transformer (without having any other item that counts towards X transformation)
it inmediately gives me the "One makes you larger" and Puberty effect with those ugly hair strands, which is really annoying and aesthetically unpleasant, could you fix this please?? i would thank you very much
i really like this item, but getting these effects is unnecesary
Incidentally, in investigating this issue I also encountered (and now fixed) a bug with loading old games, so thanks for that! :)
Either way, you can now get all 14 transformations in one run by picking up 3 Transformers.
And Isaac looks pretty freaky when you do it xD
@pimhazeveld It just works with the 14 vanilla transformations (though I will update it to include any modded transformations that might get added in future booster packs)