Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition - new vehicle ownership submod out!
141개 중 81~90개 표시 중
< 1 ... 7  8  9  10  11 ... 15 >
업데이트: 2022년 6월 27일 오전 7시 46분

PARPChat:
- changed how the item removal from vending machines containers works
- fixed setting vending machine prices when multi selecting from one stack, not multiple stacks at once
- lowered time required to tag a price on articles

업데이트: 2022년 6월 26일 오전 8시 48분

PARPChat:
- added vending machine ownership (set by admins on the vending machine)
- added vending machine transfer block for non owners / admins (= no stealing)
- vending machine prices can be set by the owner / admins in the item context menu
- people can buy stocked stuff from vending machines. VAT is applied.
- fix for tab not always appearing after tunein (desync issue)
- tuning out of a channel should not show your own tune out message as "faint activity" anymore
- added callback registering and handling functions for asynchronous operations
- performance improvements for chat window
- more preparation for chat and economy separation
- code refactoring

업데이트: 2022년 6월 20일 오전 10시 05분

PARPChat:
- vending machines are container tiles now (need to push to live server to begin working on the mechanics)
- added a check for invalid rp names to the "get last rpname of username" function

업데이트: 2022년 6월 19일 오후 12시 01분

PARPChat:
- /exchange command now also respects the "can be done at the ATM" sandbox option
- improved the atm object detection performance, marking them with a moddata flag
- changed some internal things around the "rp name to username" (and reverse) logic

PARPCurrencyExample:
- added starter kits example in shared/StarterKits.lua

업데이트: 2022년 6월 17일 오전 11시 26분

Update 2022-06-17

PARPChat:
- added sandbox option to allow zombie kill bounties (off by default)
- added sandbox options for chance, min and max amount of bounty payments

업데이트: 2022년 6월 14일 오전 9시 45분

PARPChat:
- reorganized the sandbox options, changed some descriptions
- added valuables exchange to atm context menu

업데이트: 2022년 6월 13일 오전 8시 05분

PARPEconomy:
- added this empty mod as placeholder for smooth transition. the economy stuff (banking, atm tile definitions etc) will be migrated into this mod and made standalone, so if you are using the eco features of the chat, just enable this mod too (after the chat) and you're good when i push the change

PARPChat:
- migrated starter kit related code here (sandbox option, needs player relog when changed)
- migrated starter kit item list logic to the server side
- changed PARP.Chat.Compensation["kitCars"] to PARP.Chat.Compensation["kitVehicles"]

PARPWeird:
- removed starter kit definitions, left notes in PARPChat/media/lua/shared/StarterKits.lua
- removed starter kit related code

업데이트: 2022년 6월 12일 오전 10시 00분

PARPWeird:
- wipe preparation stuff, do not use this submod, i can't stress that enough

업데이트: 2022년 6월 10일 오전 6시 18분

PARPChat:
- skipping taxes and / or fees on money transfers added as parameter, adjusted logic for atm based taxes and fees

업데이트: 2022년 6월 9일 오후 1시 45분

PARPChat:
- withdraw, deposit and wire will now only apply bank fees, not taxes
- reverted server side clock in until further notice