Version : 42.19.0
Mode : Singleplayer
Save : Created 42.19.0
Mods : None.
Debug : Activated
Description :
ProjectZomboid > media > lua > shared > Translate > EN > ItemName.json
"Base.Mov_PosterOmega" : "Omega Department Painting", possibly should be "Base.Mov_PosterOmega" : "Omega Department Poster",
Version : 42.19.0
Mode : Singleplayer
Save : Created 42.19.0
Mods : None.
Debug : Activated
Description :
Issue(s) :
The Insert Battery context menu icon has a tendency to not be a battery or match the device in question unlike the remove battery context option.
Version : 42.19.0
Mode : Singleplayer
Save : Created 42.19.0
Mods : None.
Debug : Activated
File Location(s) :
ProjectZomboid > media > scripts > generated > items > drainable.txt
Description :
Issue(s) :
Megaphone [Bullhorn] is deleted from the player's inventory upon battery depletion. (Which is due to the next entry on this list.)
Megaphone [Bullhorn] is missing KeepOnDeplete = true,
Megaphone [Bullhorn] is not a valid item for the RemoveBattery craft recipe. (Which is due to the next entry on this list.)
Megaphone [Bullhorn] is missing Tag base:usesbattery.
Megaphone [Bullhorn] does not show battery charge remaining. (Which is due to the next entry on this list.)
Megaphone [Bullhorn] has Tag base:hideremaining.
Megaphone [Bullhorn] is missing a ShoutType & ShoutMultiplier (based upon the Whistle having one, this may not apply to the megaphone as the whistles are instruments.)
Note(s) :
While Adding : KeepOnDeplete = true, & base:usesbattery allows for the batteries to be removed and added as expected without deleting the megaphone it does cause the megaphone to show as "Megaphone (Empty)" upon battery removal.