Project Zomboid

Project Zomboid

1,067 ratings
Starlit Library
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
426.032 KB
Dec 4, 2024 @ 6:28pm
Sep 25 @ 6:52am
12 Change Notes ( view )

Subscribe to download
Starlit Library

In 2 collections by albion
Albion's PZ Mods
16 items
Mods using Starlit Library
13 items
Description
Starlit Library is a dependency for other mods to use, it doesn't do anything on its own. As an end user, you don't have any reason to install this unless a mod you use requires it.
Developers: see the docs[demiurgequantified.github.io] for more information.
Anyone can use Starlit Library as a dependency, but do NOT copy the files into your mod. You cannot redistribute any part of the library without express permission.

View on GitHub[github.com]

Workshop ID: 3378285185
Mod ID: StarlitLibrary
Mod ID: StarlitLibrary
Popular Discussions View All (7)
5
Sep 8 @ 2:18am
Errors with tooltips
TnT4u
111 Comments
albion  [author] 35 minutes ago 
If you are having errors in 42.12, make sure the mod has updated to v1.4.4
To force a mod update:
- close the game
- unsubscribe from the mod
- wait until the bottom bar of your steam window says 'Downloads - X of X Items Complete' (the exact number does not matter)
- subscribe to the mod again

You can see your mod version in the in-game mod list.
Max Payne Aug 23 @ 12:06pm 
Got it, thank you
albion  [author] Aug 23 @ 11:55am 
probably, yeah
Max Payne Aug 23 @ 11:53am 
Yeah, I already figured this out. So when b42 comes to stable, it'll be like this?
albion  [author] Aug 23 @ 9:51am 
the game automatically sizes progress bars to match the length of the longest value (second column in the tooltip): they've shrunk because the Item Report text has been removed
Max Payne Aug 23 @ 7:31am 
Hello Albion
I've been using Show Wall Health and after 42.11 came out I ran into a small issue: SWH uses your dependency to remove the debug text from item descriptions (ItemReport:...) which causes the boredom, stress and unhappiness bars to shrink a lot like here https://imgur.com/a/KvzNs3H (in some cases they are even smaller). Could something be added to preserve the size of those bars or is it unfixable?
aether Aug 11 @ 2:32pm 
got it, thanks
albion  [author] Aug 11 @ 1:36pm 
this error is caused by broken clothing mods, it would still happen without starlit
aether Aug 11 @ 1:20pm 
zombie.gameStates.IngameState.render(IngameState.java:1406)
zombie.gameStates.GameStateMachine.render(GameStateMachine.java:28)
zombie.GameWindow.renderInternal(GameWindow.java:468)
zombie.GameWindow.frameStep(GameWindow.java:940)
zombie.GameWindow.mainThreadStep(GameWindow.java:628)
zombie.MainThread.mainLoop(MainThread.java:76)
java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: unknown location "Pants_Skinny"
zombie.characters.WornItems.BodyLocationGroup.getLocationNotNull(BodyLocationGroup.java:29)
zombie.characters.WornItems.BodyLocationGroup.isExclusive(BodyLocationGroup.java:61)
zombie.inventory.types.Clothing.DoTooltip(Clothing.java:247)
zombie.inventory.InventoryItem.DoTooltipEmbedded(InventoryItem.java:986)
zombie.inventory.InventoryItem.DoTooltip(InventoryItem.java:718)
... 24 more
aether Aug 11 @ 1:20pm 
se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:70)
se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:191)
se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:851)
se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:174)
se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1826)
se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1668)
se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:38)
zombie.ui.UIElement.render(UIElement.java:2009)
zombie.ui.UIManager.render(UIManager.java:419)
zombie.gameStates.IngameState.renderFrameUI(IngameState.java:1331)
zombie.gameStates.IngameState.renderframeui(IngameState.java:1317)
zombie.gameStates.IngameState.renderInternal(IngameState.java:1456)