The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

209 평점
[REP] Giantbook and Achievement Display API
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Tags: Lua, Tweaks
파일 크기
게시일
업데이트일
54.012 KB
2022년 1월 2일 오전 5시 51분
2022년 4월 25일 오전 4시 23분
업데이트 노트 14개 (보기)
이 아이템을 사용하려면 DLC가 있어야 합니다.

다운로드 위해 구독하기
[REP] Giantbook and Achievement Display API

설명
VIDEO GUIDE WAS MADE FOR OLDER VERSION OF THE MOD. NOW INSTEAD OF JUST "playGiantBook" YOU SHOUD TYPE "GiantBookAPI.playGiantBook"
-----
Using this mod you can make game play giantbook animations with custom popup and colors.
-----
New Update: you can now add additional argument to the function with the sound id, and the game will automatically play it
-----
New Update: you can now play an achievement big paper animation.
Put your .png file in "gfx/ui/achievements/" folder, and add this to your code:
GiantBookAPI.ShowAchievement("myAchievement.png")
-----
New update: you can play your custom animations now! (jsut be sure to keep them exactly at 32 frames and put the files to giantbook folder). the function responsible for this is:
GiantBookAPI.playCustomGiantAnimation(_fileName, _animName, _soundName)
댓글 21
Shadow_J 2024년 8월 7일 오후 3시 11분 
For some reason this mod always displays a secondary Giant Berkano animation on top of any other Big Book animation by calling "GiantBookAPI.playGiantBook" when used with the Bael mod. Like I have I only have this mod and the Bael mod installed and "GiantBookAPI.playGiantBook" works as it should when the Bael mod is disabled. When its enabled, there's always a Berkano animation on top of the desired one. I also tried updating/reinstalling both mods with no luck so its seems to be a conflict between the mods.
Panzerkampfwagen 2024년 4월 30일 오후 2시 28분 
по голосу сразу понял что русский
Vd65_63RUS 2024년 3월 4일 오전 8시 31분 
Фить-ХА!
rvsty  [작성자] 2024년 2월 20일 오전 10시 16분 
@Crashpunk
if some other mod does similar trick to what's used there internally without adding compatibility to this mod that's most likely the reason why this happens
before releasing this mod I contacted all mods creators that used the same thing to add compat and they did so, but after that a lot of other mods released and ig that's what causing the issue
try looking through your mod library and check mods that have their own giantbook animations for something, they might be causing the trouble
Crashpunk 2024년 2월 8일 오전 4시 42분 
Trying to get this to work. But instead of my animation playing, it just plays Berkano.

Do I just need to write GiantBookAPI.playCustomGiantAnimation into my item for it to work?
rvsty  [작성자] 2023년 10월 26일 오전 11시 46분 
yes
HowYouKnowItsReal 2023년 10월 5일 오전 4시 38분 
Is this mod viable to use still?
rvsty  [작성자] 2022년 12월 22일 오전 6시 49분 
@Muda-san
if it's shorter than 32 frames frames, you can recreate it and play as a custom animation
so technically yes
Muda-san 2022년 12월 22일 오전 6시 46분 
Can I play the sleep animation with your mod ?
Cuerzor 2022년 12월 19일 오전 6시 39분 
Can I integrate this feature into my library?