Project Zomboid

Project Zomboid

Server Tweaker
Showing 1-10 of 12 entries
< 1  2 >
Update: Dec 15, 2024 @ 11:59am

## [v0.6.1] - 2024-12-15
Fixed
- Hided "See OpenDB" button from admin panel if no one databases created.

Update: Dec 12, 2024 @ 12:06pm

## [v0.6.0] - 2024-12-12
Fixed
- Fixed panic in `openutils.ObjectLen`.

Added
- Added `ConvertTableToJson` and `ConvertJsonToTable`, `GetGlobalFunctions`, `GetRandomElements`, `CopyObject`, `DeepCopyObject`, `ExecAfterTicks`, `ExecAfterCharacterCreated`, `GetOrCreateContextOptionWithMenu` functions to shared `openutils.lua`.
- Added server sided `openutils.lua` utils file and added `GetOnlineCharacterFromUsername` function to server sided `openutils.lua` utils file.
- Added client sided `openutils.lua` utils file and added `GetOnlineCharacterFromUsername` function to client sided `openutils.lua` utils file.
- Added ConsoleLogger shared util. ConsoleLogger implements simple logger to `server-console.txt` file.
- Added server-sided json-based database.
- Added suicide command to chat with confirmation window. The character will immediately die after entering this command and confirmation.
- Added fix in main options to enable show your username option. To enable this tweak set `FixOptionShowYourUsername` to true in sandbox options.

Changed
- Moved DisableAimOutline, HighlightSafehouse, IncreaseFirearmsSoundRadius, StoreAdminPower, TweakOverlayText functionality to own folders.
- Function `IsPlayerMemmberOfSafehouse` in `openutils.lua` was deprecated. It will be deleted on next release. Use `openutils.IsUsernameMemberOfSafehouse` instead.

Update: Jun 15, 2024 @ 5:43pm

## [v0.5.1] - 2024-06-16
Fixed
- Fixed the ability for the administrator to interact with a vehicle that is in another player’s safehouse. Switch Vehicles Mechanics cheat to turn it on or off.

Added
- Added more functions to shared openutils.

Update: May 10, 2024 @ 6:18pm

## [v0.5.0] - 2024-05-11
Fixed
- Added translation to Coordinates block on characters detail view.

Changed
- Renamed OpenUserStorage to OpenCache.

Added
- Added new features to admins in the vehicle mechanics window. Now admins can reset truck repairs count and can change engine quality. Thanks Di-Crash for basic implementation!
- Added allowing for GM (and higher levelled users) to change character's stats. To enable this tweak set `AllowAdminToolsForGM` to true in sandbox options.
- Added for GM (and higher levelled users) "Change recording" function to VHS.
- Added fix for destroy cursor in safehouses. Now you cannot destroy stuff inside last lines of Safehouses. To enable this tweak set `FixDestroyCursorInSafehouse` to true in sandbox options.
- Added protection to extra walls on the south and east sides under Safehouse. To enable this tweak set `ProtectSafehouseExtraLines` to true in sandbox options.

Update: Dec 27, 2023 @ 5:01pm

## [v0.4.1] - 2023-12-28
Fixed
- Fixed "attempted index: item of non-table: null" error in MapSpawnSelect.lua. It blocked a respawn option for single player game.

Update: Dec 20, 2023 @ 7:00pm

## [v0.4.0] - 2023-12-21
Fixed
- Fixed function getSpawnRegions when file server_spawnregions.lua returns nothing.
- Fixed function TweakISSafehouseAddPlayerUI.drawPlayers when option AdminsFreeAddToSafehouse is false. Thanks DaNiG for report and fix.

Changed
- Default value of option "Add Safehouse to spawn locations" sets to false.

Added
- Added tweak to hide trade option and medical check option with invisible players. To enable this tweak set `ContextMenuClickedPlayersInvisibleFix` to true in sandbox options.
- Added tweak to selecting a player to interact with in the context menu. To enable this tweak set `ContextMenuClickedPlayersSelection` to true in sandbox options.

Update: May 9, 2023 @ 4:52am

## [v0.3.2] - 2023-05-09
Fixed
- Fixed TweakWorldObjectContextMenu for Joypads.

Update: May 2, 2023 @ 1:42pm

## [v0.3.1] - 2023-05-02
Fixed
- Fixed "attempted index: addOption of non-table" on TweakISAdminPowerUI #2[github.com]. Thanks to Redison for helping with testing.

Update: Apr 29, 2023 @ 7:14pm

## [v0.3.0] - 2023-04-30
Added
- Added disabling `Tickets` button in client menu. To enable this tweak set `HideTicketsFromPlayers` to true in sandbox options.
- Added storage for admin powers. The values of the checkboxes in the admin powers window are saved and powered user does not need to change options after rejoining the server. Also adds "Show admin tag" option to Admin Powers checkboxes. To enable this tweak set `SaveAdminPower` to true in sandbox options.
- Added Safehouse to spawn locations and moved it as first location. To enable this tweak set `AddSafehouseToSpawnLocations` to true in sandbox options.
- Added allowing for GM (and higher levelled users) to add anyone to safehouse without limits. To enable this tweak set `AdminsFreeAddToSafehouse` to true in sandbox options.
- Added limits to take Safehouse function. It's include Safehouse area limit, intersection with another Safehouses and dead zone between Safehouses. To enable this tweak set `TakeSafehouseLimitations` to true in sandbox options.

Update: Mar 28, 2023 @ 7:13pm

## [v0.2.0] - 2023-03-29
Added
- Added Thai translation. Thanks rikoprushka[github.com] for first PR!
- Added Brazilian Portuguese translation. Thanks Xim.
- Added tweak to disable direct trade with players. To enable this tweak set `DisableTradeWithPlayers` to true in sandbox options.
- Added tweak to disallow to spawn items for Observer. To enable this tweak set `DisallowSpawnItemsForObservers` to true in sandbox options.

Removed
- Removed changing the names of books, paints, colored bulbs and seeds.