Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition - new vehicle protection submod out!
Showing 101-110 of 137 entries
< 1 ... 9  10  11  12  13  14 >
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

Update: 15 May, 2022 @ 12:33pm

PARPChat:
- added sandbox option so vehicle sales do not need to happen outside anymore
- try to automatically revert transaction if vehicle could not be spawned

Update: 15 May, 2022 @ 10:16am

PARPChat:
- added experimental command /catch and /release to stop players in their tracks. restricted to staff

PARPAdjustments:
- added requirement for PARPBase
- bikinitools "cell wide vehicle remover" restricted to admin only again (vs. currently gm+)
- added sandbox option to restrict admin ui buttons you want to exclusively to admin rank

Update: 14 May, 2022 @ 10:32am

PARPChat:
- added 3 custom ATM tiles and spawnable movable items made by KI5
- added parameter for payments to substitute bank area for ATM in sandbox configured distance
- allowed /wire, /withdraw and /deposit at ATM
- fixed cause of rpname reporting error
- changed translation keys for pay and wire, for more accurate example output on empty
- lifted admin restrictions on /pricelist and /buy
- added sandbox settings for vehicle and item shop areas. will be expanded upon down the line
- /buy|pricelist [vehicle|item] now needs to be at the sandbox defined area
- unified area check and highlight functions
- added /areas on|off to highlight sandbox defined areas

Update: 14 May, 2022 @ 4:06am

PARPChat:
- fixed an error with /wire command
- fixed faction logging to only log /faction specific chat

Update: 12 May, 2022 @ 11:24am

PARPChat:
- added sandbox option for forbidden words. suppresses the message and logs in a separate file
- added sandbox option to automatically mute people who use forbidden words
- added sandbox options to separate tax revenue and earnings to a separate currency category (disabled by default)
- the /paycheck command now converts revenue and earnings to bank account currency
- added sandbox option for additional logging of faction chats on the server side
- if user mute themselves (auto mute, i know it's weird), suppress the confirmation message
- bank area now supports different z-levels
- "get player faction" code is now faster
- unified number rounding in currencies
- added a few shortcut functions and one for sending commands to server (here's hoping it doesn't break something)
- moved some code around
- /buy now removes double quotes for category and name
- new functions for highlighting and checking areas in multiple z-levels

Update: 11 May, 2022 @ 10:51am

PARPChat:
- admins can no longer spend more money than they have. added new command for that. usage: /createmoney currency amount
- new command /pricelist to replace /buy list
- corrected output of /pricelist
- added support for title in price list being translatable when they begin with "IGUI_"
- improvements and checks for the server side of the buy command
- potential fix for uninitialized permissions array related issues
- restricted PARP:log to debug mode again
- if users do not enter a command payload there is now a check for command name specific translation strings. if one is found, it is returned instead. useful for two different commands in one like /withdraw and /deposit

PARPCurrencyExample:
- updated example items

Update: 10 May, 2022 @ 11:17am

PARPCurrencyExample:
- new submod with well documented examples. load the things based off these examples after the PARPChat mod. i did this because i could imagine people being interested in adding and using custom currencies and letting users trade in / buy stuff they want. this is the CLEAN way to go along with that.
- \media\lua\client\CustomCommands\Example.lua: how to declare custom commands and custom currencies
- \media\lua\shared\ValuesAndPrices.lua contains the list of things valuable to be exchanged with /exchange at your local bank office

PARPChat:
- changed the types of messages sent to fee payer / receiver
- moved /whisper and /all overrides into radio commands file, because they are not rp
- unified the whole "pay an amount" procedure in an easy to use function
- the /valuables command now accepts the parameter "list" to show the currently defined exchange list. to check what is valuable, use /valuables list
- new command /buy (currently restricted to admins for testing)
- to list what is available use /buy list
- to buy stuff use /buy category name
- refer to \PARPCurrencyExample\media\lua\shared\ValuesAndPrices.lua for pricing and example

Update: 8 May, 2022 @ 10:48am

PARPChat:
- sandbox option for "enable/disable" money commands is now working properly
- corrected the translations for taxes/fees
- PARP:log function will now temporarily log without debug mode active