The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

509 lượt đánh giá
Old Wardrobe +
3
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Kích cỡ file
Đã đăng
Đã cập nhật
255.111 KB
14 Thg06, 2021 @ 7:09am
21 Thg06, 2021 @ 8:56am
6 ghi chú thay đổi ( xem )
Bạn cần DLC để sử dụng vật phẩm này.

Đăng ký để tải xuống
Old Wardrobe +

Mô tả
Old Wardrobe + is an add-on for the mod Old Wardrobe (Repentance only).
The mod allow you to find all the special (null) costumes of the game, for the Advanced Cosmetics Tab of the wardrobe, which will be found in a random room during your journey.
More than 80 costumes can be found this way.
You can also add easily your own mod costumes to the list.




FAQ :

Why did you create a new mod rather than updating the old one?

Because I wasn't sure if people who subscribed to Old Wardrobe wanted to add this feature, which adds one more collectable item (the suitcase) during the game.


Where can I find the suitcase? and when?

If you still have costumes to unlock, the suitcase will appear between level 2 and level 10, in a random normal room. it unlocks only one costume. You can find 2 suitcases during your run.


How can I add my costume, or the costume of my mod, to the list?

On your mod, on a function with a callback MC_POST_GAME_STARTED, simply put this lines :

if WardrobePlus ~= nil then OWRP.AddNewCostume("idname", "Costume_name", "gfx/characters/my_costume",false,true) end

Where :
  • "idname" : code of your costume, must be unique and 8 caracters long, case sensitive, caracters and numbers only.
  • "Costume_name" : name of your costume which will be visible in the list (ex: "Purple hair"), 20 caracters max.
  • "gfx/..." : full location of the anm2 file of your costume, same as in the file costume2.xml
  • parameter 4 : true if this is a flying costume, false if not
  • parameter 5 : true if the costume must be found to be unlocked, false if your want it to be directly in the list
Thảo luận nổi bật Xem tất cả (2)
2
13 Thg04, 2024 @ 4:00am
It doesn't appear anymore (PLEASE HELP)
Melshroomz
0
10 Thg10, 2023 @ 4:59pm
Transferring and Unlocking Costumes. Step-by-Step.
mc_j
108 bình luận
Bungus2Fungus 9 Thg12, 2024 @ 10:26pm 
Rep+?
mc_j 10 Thg10, 2023 @ 4:46pm 
@lewigit Go to the mod's folder, open "main_costumes.lua" and change the fifth parameter in every costume to be "false".
animal overlord 9 Thg10, 2023 @ 3:39am 
any way to just spawn the suitcase ang get all the costumes easily without a grind?
Using the debug console doesnt work so dunno
VyutheX 26 Thg07, 2023 @ 8:25pm 
How to transfer my unlocks ? I can't load them on my steam deck
Mae Day 7 Thg05, 2023 @ 1:04am 
Any means of just forcing the unlocks, since there is quite a lot to unlock?
zymosan99 8 Thg02, 2023 @ 4:18pm 
for some reason the beautiful lilith costume doesn't work, none of the other costumes are broken.
Filleis 27 Thg01, 2023 @ 9:12am 
Just want to check as I personally dont like to use gameplay-affecting mods.
Does the suitcase replace a pickup that would have been there instead OR is it just an additional pickup that doesnt interact with other droptables etc etc
howdyelijah 17 Thg01, 2023 @ 12:53pm 
doodoofart:steamhappy:
Doggodude 17 Thg11, 2022 @ 9:57pm 
is there a way to get costumes withing constant grinding
ConTron 26 Thg10, 2022 @ 4:45pm 
For whatever reason, I'm unable to remove the "default costume" for t.samson (that would be his hair). Whenever I exit the starting room, the hair just reappears. It works fine for every other character, so I don't know what makes t.samson special.