The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

696 평점
Unique Items API
3
3
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
1.123 MB
2022년 7월 16일 오후 9시 23분
2022년 8월 9일 오전 8시 46분
변경 사항 4개 ( 보기 )

다운로드 위해 구독하기
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 item 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 dynamically 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, or disable them outright.

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]
댓글 30
Xtrike 2시간 전 
All heil sanio
Sanio  [작성자] 4시간 전 
Big update coming soon! Sorta!!! It doesn't introduce anything new, but the code is being completely overhauled and a million times more optimized. I did really good for my first attempt at solving the "Unique Item" issue many mods had at the time, but I'm not revisiting the code after two more years of experience under my belt. Wiki will be overhauled at some point after the update.

This'll also come with a better save manager that I've built upon from catinsurance's IsaacSaveManager, so no more issues related to save data.
Kirby 2024년 5월 16일 오후 2시 21분 
You're welcome
Sanio  [작성자] 2024년 4월 15일 오후 3시 13분 
cool, nice bug report. I'll be sure to do absolutely everything within my power to fix it with all this helpful information you've given me
Kirby 2024년 4월 15일 오전 10시 31분 
for some reason. this mod just completely breaks my game. idk why or how but it just does lol
scidespy 2024년 3월 30일 오후 10시 03분 
thanks for the suggestion mr sanio sir
Sanio  [작성자] 2024년 3월 30일 오전 11시 47분 
I might push a RGON update though that can resolve this issue but a little lazy to do so lol
Sanio  [작성자] 2024년 3월 30일 오전 11시 46분 
that would be a bit difficult. The reason why only one png is accepted is because the library uses ItemConfig:ReplaceCostumeSprite(), which is bugged and replaces all layers with the same png instead of the specified layer. As such, the library does not support it. Your best option would be creating a costumeSuffix folder for vanilla/modded characters that have one and/or use the UniqueItemsAPI.AddItemModifier to add custom costumes.
scidespy 2024년 3월 30일 오전 4시 39분 
mr sanio, how do i add a path for a costume that requires multiple images like 2spooky which needs a head and body image
Sanio  [작성자] 2023년 7월 21일 오후 5시 11분 
Oh wow, yeah I entirely forgot about that. Might make an update to account for that.