Project Zomboid

Project Zomboid

Combat Text (B40+B41+B42)
ValerieThePalerie 2024 年 12 月 24 日 下午 8:05
Not Working in Build 42.
I might be missing something but this mod doesn't seem to show up in Build 42 for me.
< >
正在显示第 1 - 11 条,共 11 条留言
Alb3rt_Hmm 2024 年 12 月 25 日 上午 10:33 
yeah me too
Rezistor  [开发者] 2024 年 12 月 25 日 上午 11:41 
Can you check if mod is enabled for save you are playing? If yes, try to unsubscribe and subscribe again to re-download mod
ValerieThePalerie 2024 年 12 月 25 日 下午 4:22 
Yeah, the mod just doesn't show up on the mod list at all, no matter how many times I unsubscribe and resubscribe. It's like the game thinks it's not compatible with Build 42.
最后由 ValerieThePalerie 编辑于; 2024 年 12 月 25 日 下午 4:22
ValerieThePalerie 2024 年 12 月 25 日 下午 6:30 
Nevermind, it shows up now for some reason.
Gabriel 2024 年 12 月 29 日 上午 6:19 
Its just accumulate errors for me
marq 2 月 8 日 上午 11:37 
引用自 Gabriel
Its just accumulate errors for me
yeah this is my problem too
Rezistor  [开发者] 2 月 9 日 上午 2:38 
Hey, just tried fresh save and melee/weapons seems to work correctly, can you try it on fresh save? are you using any other mod?
Horhyzon 2 月 9 日 下午 1:56 
I'm not getting errors on my PC, only on my SteamDeck.
KliDoris[GER] 2 月 20 日 上午 3:43 
Same problem for me too. I also deactivated all other mods but still it wont display the health bar or anything related to the mod (except in the settings menu I do have the options to change some stuff).
Lusive 3 月 10 日 上午 8:00 
引用自 Gabriel
Its just accumulate errors for me

I was getting this too. In the logs I was seeing this error:

attempted index: Fn of non-table: null

It turns out the .lua files are not loading in the correct order for b42 (and this may only be a problem on case-sensitive file name platforms (linux/mac)

The fix:
---------------------------

Edit the lua files in the CombatText mod folder to make sure they load in the correct order


Edit these 3 files:

  • CombatText/42/media/lua/client/CombatText/CombatText.lua
  • CombatText/42/media/lua/client/CombatText/ISCombatTextOptions.lua
  • CombatText/42/media/lua/client/CombatText/ISHealthBarManager.lua


Add these two lines at the top of each file:

require "CombatText/CombatTextBase" require "CombatText/CombatTextCache"


That's it. Fixed.

@Rezistor can you make a fix to the workshop mod?
最后由 Lusive 编辑于; 3 月 10 日 上午 8:00
Rezistor  [开发者] 3 月 23 日 下午 5:06 
@Lusive excellent find, thank you, fix is now included
< >
正在显示第 1 - 11 条,共 11 条留言
每页显示数: 1530 50