The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

211 lượt đánh giá
[REP] Giantbook and Achievement Display API
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Tags: Lua, Tweaks
Kích cỡ file
Đã đăng
Đã cập nhật
54.012 KB
2 Thg01, 2022 @ 5:51am
25 Thg04, 2022 @ 4:23am
14 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
[REP] Giantbook and Achievement Display API

Mô tả
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 bình luận
Shadow_J 7 Thg08, 2024 @ 3:11pm 
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 30 Thg04, 2024 @ 2:28pm 
по голосу сразу понял что русский
Vd65_63RUS 4 Thg03, 2024 @ 8:31am 
Фить-ХА!
rvsty  [tác giả] 20 Thg02, 2024 @ 10:16am 
@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 8 Thg02, 2024 @ 4:42am 
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  [tác giả] 26 Thg10, 2023 @ 11:46am 
yes
HowYouKnowItsReal 5 Thg10, 2023 @ 4:38am 
Is this mod viable to use still?
rvsty  [tác giả] 22 Thg12, 2022 @ 6:49am 
@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 22 Thg12, 2022 @ 6:46am 
Can I play the sleep animation with your mod ?
Cuerzor 19 Thg12, 2022 @ 6:39am 
Can I integrate this feature into my library?