Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition
Showing 91-100 of 135 entries
< 1 ... 8  9  10  11  12 ... 14 >
Update: 1 Jun, 2022 @ 3:48am

PARPChat:
- corrected the "am i at an ATM" check to account for the new sprite names. forgot that part.
- fixed the "ATM as alternative to bank" parameter not working sometimes
- ATMs, vending machines or any "ki5_" prefixed sprites for that matter can't be picked up

Update: 31 May, 2022 @ 11:18am

PARPChat:
- important tile changes. if you had an ATM placed it could be invisible now and needs to be sledged / rebuilt
- added vending machine tiles made by KI5
- code cleanup

Update: 31 May, 2022 @ 2:55am

PARPChat:
- added new parameter "removeQuotes" for PARP.Chat:registerCommand to automatically prune the entered text. i don't use quotes for my commands.
- the following commands now remove quotes: /rpname, /identify, /whois, /channels, /tuneradio, /tunein, /tuneout, /forgetradio, /muteradio, /unmuteradio, /ignore, /ignorechannel, /mute, /unmute, /valuables, /withdraw, /deposit, /jail, /maze, /power, /water, /creative, /catch, /release

Update: 29 May, 2022 @ 12:40pm

PARPChat:
- added sandbox option to allow faction chat eavesdropping

Update: 28 May, 2022 @ 11:13am

PARPChat:
- you can now also eavesdrop on faction messages, like with the radio chat

PARPBase:
- additional safeguards for filenames on the server side
- always override ".." with "." in filenames

Update: 26 May, 2022 @ 8:13am

PARPChat:
- fixed faction chat log filenames ending with dots producing invalid file handles
- changed valuables grouping method, added item id to logged exchange
- fixed creating faction chat tab on chinese language throwing errors. all utf-8 translated languages will use "Faction" instead of translated versions until i found a more permanent solution

PARPBase:
- added fallback for a variety of possibly broken chars in filenames. if you still get errors, send me the server side Zomboid/Lua/parp_error.log

Update: 25 May, 2022 @ 7:20am

PARPBase:
- added logging for failed file write operations under /Zomboid/Lua/parp_error.log

Update: 24 May, 2022 @ 12:22pm

PARPChat:
- hopefully restored the faction tab logic again
- increased performance of /pricelist command when the list is large

Update: 24 May, 2022 @ 8:14am

PARPChat:
- added the chat formatting as translatable strings so the form can be adjusted
- the function to get the rp name being used everywhere now respects the sandbox option for rp commands. if off, it returns the username instead of rp / full name
- bought vehicles now come with half a tank of gas and a full battery on the house
- additional check for rpname to account for broken rpnames and returning username instead of the broken string
- the /catch command now forces players to exit their vehicle
- fixed /shout and /yell printing [CMD]

Update: 19 May, 2022 @ 1:37pm

PARPChat:
- checked dice rolling logic, made sure they can roll their max. value
- tinkered with the player catch / release command
- corrected translation for the /wire command use case
- generalized the "not enough money" error message
- generalization from "Permissions" to "Access", rewrite of functions to allow for custom restrictions soon