The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

296 คะแนน
yetanother's External Item Descriptions
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Tags: Lua, Items, Graphics
ขนาดไฟล์
โพสต์
อัปเดต
71.020 KB
23 ก.ย. 2017 @ 2: 27pm
11 พ.ค. 2018 @ 5: 54am
17 หมายเหตุการเปลี่ยนแปลง ( ดู )
คุณจำเป็นต้องมีเนื้อหาดาวน์โหลดเพื่อใช้ผลงานนี้

สมัครสมาชิกเพื่อดาวน์โหลด
yetanother's External Item Descriptions

คำอธิบาย
yetanother's External Item Descriptions


This mod does NOT have external descriptions by default!
You must install description packs or rely on mod authors to use the API to add them!
Base + More (English)
Base Game (English)

An alternative to Wofsauge's External Item Descriptions that supports modded items.

If you'd like to use the API to add descriptions to your modded items or to simply create a translation, read the guide, send a message, start a discussion, or check out the basic documentation at the bottom!

Full documentation and code examples found in the guide

Features
  • Can describe Items, Pills, Cards, and Trinkets
  • Supports multiple languages (through workshop mods)
  • Supports images as descriptions
  • API for other mod developers to add descriptions for their custom items
  • Toggle cheating (Ignore Curse of the Blind, Check shop items, unidentified pills)
  • Automatic description fallback for missing definitions (using the game's base descriptions)
  • Local mode for showing descriptions by the item (with separate text scaling)
  • Item highlighting
  • Text scaling
  • Line colour coding
  • Custom font support
  • Console support
  • etc...

Configuration
To make changes, use the console (` key) and the commands found below.

yaeid set option_name new_value ...

For Booleans, value can be true, false, flip, 1, 0, or !
For String, any text can be used
For Numbers, any real number can be used

For example, to turn Local Mode off, open the console and type
yaeid set LocalMode false

To set text Transparency to 50%
yaeid set Transparency 0.5

Valid options and their types:
  • Alignment: Number
  • CenterMetadata: Boolean
  • DefaultFallback: Boolean
  • Font: String
  • HandleCollectibles: Boolean
  • HandleGenerics: Boolean
  • HandlePills: Boolean
  • HandlePocket: Boolean
  • HandleTrinkets: Boolean
  • HighlightTarget: Boolean
  • Language: String
  • LineBreakSize: Number
  • LineSpacing: Number
  • LocalAlignment: Number
  • LocalFont: String
  • LocalMode: Boolean
  • LocalScale: Number
  • MaxDistance: Number
  • PillCheat: Boolean
  • RenderScale: Number
  • RenderTextShadow: Boolean
  • RenderTextShadowTransparency: Number
  • RenderX: Number
  • RenderY: Number
  • ShowAdvancedInfo: Boolean
  • ShowAlways: Boolean
  • ShowBaseDescriptions: Boolean
  • ShowExtraInfo: Boolean
  • ShowIDs: Boolean
  • ShowNames: Boolean
  • ShowTyping: Boolean
  • SixthSense: Boolean
  • Transparency: Number
  • WindowShopper: Boolean

yaeid blacklist target
Blacklists the currently targetted entity so the description won't show

yaeid blacklist add entityType entityVariant entitySubType
Blacklist a specific entity. Use -1 in place of entityType, entityVariant, or entitySubType to blacklist all entities in that branch.

For example,
` yaeid blacklist 6 -1 -1
blacklists all slot type entities.

yaeid blacklist remove entityType entityVariant entitySubType
Remove an entity from the blacklist

yaeid blacklist list
List all blacklist entries (entityType.entityVariant.entitySubType)

Basic Example

Registering a description is very simple. Here is the code for a barebones mod that adds a description to the Magic Mushroom item:

local MOD = RegisterMod( "YAEID: Example", 1 ) function Register() YAEID:RegisterCollectibles({ {CollectibleType.COLLECTIBLE_MAGIC_MUSHROOM,"A really good item! Pick it up!"} }) end YAEID_QUEUE = YAEID_QUEUE or {} YAEID_QUEUE["example_descriptions"] = Register if YAEID ~= nil then Register() end

yatboim
กระดานสนทนายอดนิยม ดูทั้งหมด (2)
0
11 พ.ค. 2018 @ 5: 57am
API Documentation Guide
goki_dev
0
24 ก.ย. 2017 @ 9: 11pm
yaEID Chinese
goki_dev
61 ความเห็น
victoria.kaho 15 ก.ย. 2023 @ 12: 58am 
Hey Im on mac and have downloaded this mod but for some reason its not showing up in game?
godkvkr 23 ส.ค. 2023 @ 10: 29pm 
if don't work off pc and on pc
doublewraith 18 ก.พ. 2022 @ 2: 33pm 
why does it just say the item name, then " '[Item_Name]_Description' "
please help, i really want this mod to work
eliseyfake 3 ก.พ. 2022 @ 9: 55am 
not work :steamthumbsdown:
lemonboi33 2 ม.ค. 2022 @ 6: 45am 
how do i apply it
JAJA270706 18 ส.ค. 2021 @ 9: 04am 
How can I enable the cheats to see items in the curse of the blind
даун 8 ก.ค. 2021 @ 4: 19am 
is that have russifier?
the jillo 11 มิ.ย. 2021 @ 10: 48pm 
im assuming this mod is no longer maintained? itd be neat if it was updated for repentance though, with the new horse pills and golden pills and birthright and whatnot, along with Color() fixes. id be happy to create a repentance version myself, though
Spokk 13 มิ.ย. 2020 @ 12: 35pm 
prevents the game of completing challenges when i use it
okyo 7 ม.ค. 2020 @ 5: 05pm 
Hey, sorry to be a bother but how do you hide IDs? ( yaeid set ShowIDs false isn't working)