Project Zomboid

Project Zomboid

[B41 MP only] bikinitools: Server Edition
Showing 61-70 of 135 entries
< 1 ... 5  6  7  8  9 ... 14 >
Update: 14 Aug, 2022 @ 12:39pm

Maintenance release for some assets.

PARPChat:
- switched the translation texts for ATM "firmware upgrade" -> allow paycheck / exchange. the options had the reverse names
- new vending machine: fridge/freezer. will be added to the build tool later, as the freezer isn't added properly when constructing
- refined the most recent logging option a bit

Update: 11 Aug, 2022 @ 11:21am

PARPBase:
- numerous code cleanups and improvements
- added convenience method to protect sprites from tampering: PARP.Movables:registerProtectedSprite(spriteName)

PARPQOL:
- added a new logging option (last entry in sandbox logging tab)

Update: 9 Aug, 2022 @ 9:22am

PARPChat:
- replaced /commands output with a hint remarking about the commands guide
- /mergeaccounts does not move the bank account number to the target account anymore

PARPQOL:
- added sandbox option to disable towing of cars in unowned safezones / safehouses (excludes staff members)

Update: 6 Aug, 2022 @ 9:54am

PARPChat:
- admin ranked players can bypass the vending machine container protection
- when a vending machine does not have an owner set it will forbid item transfers (prevents stealing when moddata is desynced)
- moved vending machine admin options to "firmware update" submenu
- allow for admins to set vending machine currency in both directions (default: cash -> earnings), so you could transform event currency to normal earnings. existing values will be migrated
- added option for vending machine to not apply taxes
- added option for vending machine to set a different tax receiver
- vending machines now inform users about the currency being used in the context menu
- the "set online user as owner" context menu of vending machines now shows the username behind the rpname
- admins can now set the currency ATMs will use as bank account (default: primary) and will show the currency used for this in the context menu
- when banking commands or the ATM context menu are used and the closest ATM has a different currency defined, this currency is used instead of the normal bank account. this means wire, deposit, withdraw, paycheck and exchange
- added a new sandbox option to define additional currencies that should accrue interest
- added new "Commands" button top left on the chat window to show available commands by group and see use case / example
- reorganized a few commands into other command groups
- added a build menu for the PARP economy objects. the ones built via this method will be indestructible, the ones spawned as movable items will not be.
- added new staff command to handle light bulbs: /lightbulb replace|remove|replacewhite|randomizewhite, mostly with parameters xy50 (square area around player, 50 side length, 10 default), "off" for to switch them off after change, and a full type beginning with "Base.LightBulb..." for the default bulb item. refer to command examples included
- added "/valuables list" example to this command's description
- /flipvehicle command now automatically tries to enter the vehicle after flipping, to send the new physics to the server (to transmit it flipped upright)
- added sandbox option for enabling/disabling loadout dumps
- "loadout dumped as..." message on death removed
- fixed an issue with /loadout list and spaces in usernames

PARPQOL:
- new submod to bundle up a few things useful for admins. includes afk timer, special generator features and a possibility to define which buttons of the admin ui are inaccessible to non admins

PARPAdjustments:
- removed admin ui restrictions (now in PARPQOL)

Update: 21 Jul, 2022 @ 8:21am

PARPChat:
- added /loadout command. every time a player dies the full inventory loadout is dumped to a file on the server. available loadouts can be checked via /loadout list username and can be restored to the player with /loadout restore 3 (= the index gotten from list) username
- added /flipvehicle command
- added admin ATM context menu to allow paycheck and exchange for the specific machine despite the function being turned off in sandbox options
- only one "do you want to buy this item" window can now be open at a time
- internal code optimization and fixes for niche cases

Update: 17 Jul, 2022 @ 9:37am

PARPChat:
- added checks to /prunevehicles command. in addition to the vehicle being in a safehouse it now checks for passengers, the current player in the vehicle and valhalla vehicle ownership
- moved the "pack things into vending machines after tagging a price" action to the end of the process. i can't tell the game to transmit the item moddata i store the price in, so it has to be in inventory for a bit.

Update: 14 Jul, 2022 @ 10:43am

PARPChat:
- new admin command /prunevehicles which accepts a condition in percent and a radius around the player (ex.: /prunevehicles 25% r50)
- if an ATM is inside the bank main office, the paycheck and exchange options become available in its context menu
- remove double spaces when setting /rpname

Update: 9 Jul, 2022 @ 12:39pm

PARPChat:
- added sandbox var to enable global item shop at vending machines
- if enabled, you can use those commands at the vending machines: `/buy item` and `/pricelist`
- added context menu for the global item shop to the vending machine (sandbox vars, off by default)
- added sandbox var for maximum distance to vending machine to access global item shop

Update: 8 Jul, 2022 @ 1:24pm

PARPChat:
- added some fallbacks for possible load order issues in lua/server/Commands/CommandHelpers

Update: 7 Jul, 2022 @ 8:23am

PARPChat:
- added sandbox option for bank account number prefix, defaults to PA
- added sandbox option for bank account digit count (default: 6)
- the /wire command now also accepts a bank account number instead of a username, which enables offline transactions: /wire PA123456 100
- you can now view your bank account number with /balance
- when getting a user account balance for the first time, an account number is attached to the account
- added ATM context menu option to wire to an account number
- added ATM context menus for printing valuables exchange list and a list of valuables on your person
- restructured ATM context menu
- added method of reverse lookup for account number to username
- when moving money the last rpname of users is automatically found out, if not present at the time of transaction
- fixed rare error when getting rp names
- fixed wrong command hint in item shop printout