The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

801 ψήφοι
[REP/REP+] Unique Items API
3
3
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Μέγεθος αρχείου
Αναρτήθηκε
Ενημερώθηκε
1.188 MB
16 Ιουλ 2022, 21:23
16 Δεκ 2024, 12:03
8 σημειώσεις αλλαγών ( προβολή )
Δεν απαιτούνται DLC για τη χρήση αυτού του αντικειμένου.

Συνδρομή για λήψη
[REP/REP+] Unique Items API

ΠΕΡΙΓΡΑΦΗ
Create your own Unique Item with ease!

This mod does nothing on its own! The items shown above are examples of what the API can do when applied to some pre-existing mods. Make your own or find a mod that makes use of the API. Below is a list of mods that are known to do so, and will be updated over time if I'm made aware of it:

Supported Mods

Many "Unique Item" mods on the workshop follow an unfortunate base for their code, leading to the same common issues and the lack of modded character compatibility unless explicitely added by the mod creator. This API aims to solve that issue.

Features
  • For any character, make a unique sprite for any item, familiar, or knife.
  • Unique collectible sprites are set to look at the first player only, whlie familiars and knives look to the player that owns them
  • Modded character support
  • Many different options for modders
  • Sprites are automatically updated to always continue matching your current character
  • Dynamic Mod Config Menu support. Switch between several mods of the same unique item for each character made available for that item, disable them outright, or even randomize between several different options if available.

Want to learn how to use this API? Click the link below for the GitHub page below that contains a wiki for the mod

UNIQUE ITEMS API WIKI[github.com]
60 σχόλια
Hmmyesbirb (She/Her) 27 Ιαν, 16:57 
Despite reinstalling the mod, it does give a error

"MC_POST_SAVESLOT_LOAD" from "Unique Items API" failed: resources/scripts/json.lua:125: Unterminated JSON encoded object found at position in []
Stack Traceback:
in method assert
resources/scripts/json.lua:125: in function 'decode'
...ue_items_api_2836316643/uniqueitems_src/save_manager.lua:582: in function 'Load'
...ue_items_api_2836316643/uniqueitems_src/save_manager.lua:1137: in function at line 1130
Benny  [Δημιουργός] 25 Δεκ 2024, 11:21 
Thats. Odd. There's very little room for why that would be the case so I'd have to work closer with you to get some explanation on why that's happening at all. If you're able to replicate it and give some more context (when it happened, what mods you have, etc) then I could look further into it. Otherwise, I can't do much with the error itself.
cadetpirx 24 Δεκ 2024, 19:33 
I got an error regarding this mod:
"MC_POST_PICKUP_INIT" from "Unique Items API" failed: ...ue_items_api_2836316643/uniqueitems_src/save_manager.lua:259: attempt to concatenate a nil value (local 'name')
Stack Traceback:
...ue_items_api_2836316643/uniqueitems_src/save_manager.lua:259: in function 'GetSaveIndex'
...ue_items_api_2836316643/uniqueitems_src/save_manager.lua:806: in function at line 804
JakeHawkMan 17 Δεκ 2024, 15:25 
░░░░░░▄▄▄░░▄██▄░░░
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄███████░░░░░░░
░░░█▀███████░░
░░░▌░███████░░ THIS IS PAPYRUS
▄░▐░░░▀████▀ ░░
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN BECOME A MEMBER
░░░░░░░▀█████░▄░░OF THE ROYAL GUARD
░░░░░░▐▌▀███▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
Flying chadman 26 Νοε 2024, 0:39 
Sure, thanks for answering:cuphead:
Benny  [Δημιουργός] 25 Νοε 2024, 11:14 
no clue and I'm not touching Rep+ till its not a beta
Flying chadman 25 Νοε 2024, 10:52 
does this work in repentace+ ?
Benny  [Δημιουργός] 18 Νοε 2024, 6:12 
thank you for the valuable feedback
PeePeeEveryday 17 Νοε 2024, 21:41 
broke
Benny  [Δημιουργός] 9 Νοε 2024, 5:30 
Do you have the latest version? I remember before the update from a few days ago there was an issue with the save manager that happened if you tried to enter a continued run, but that line in the code right now just leads to the detectLuamod function. That error doesn't really tell me anything else. The main.lua file should say "VERSION 1.2.1" at the top