Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition - new vehicle ownership submod out!
Viser 101-110 af 138 forekomster
< 1 ... 9  10  11  12  13  14 >
Opdatering: 24. maj 2022 kl. 12:22

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

Opdatering: 24. maj 2022 kl. 8:14

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]

Opdatering: 19. maj 2022 kl. 13:37

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

Opdatering: 15. maj 2022 kl. 12:33

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

Opdatering: 15. maj 2022 kl. 10:16

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

Opdatering: 14. maj 2022 kl. 10:32

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

Opdatering: 14. maj 2022 kl. 4:06

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

Opdatering: 12. maj 2022 kl. 11:24

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

Opdatering: 11. maj 2022 kl. 10:51

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

Opdatering: 10. maj 2022 kl. 11:17

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