Project Zomboid

Project Zomboid

Server Tweaker
12件中 1-10 を表示
< 1  2 >
更新: 2024年12月15日 @ 11時59分

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

更新: 2024年12月12日 @ 12時06分

## [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.

更新: 2024年6月15日 @ 17時43分

## [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.

更新: 2024年5月10日 @ 18時18分

## [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.

更新: 2023年12月27日 @ 17時01分

## [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.

更新: 2023年12月20日 @ 19時00分

## [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.

更新: 2023年5月9日 @ 4時52分

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

更新: 2023年5月2日 @ 13時42分

## [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.

更新: 2023年4月29日 @ 19時14分

## [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.

更新: 2023年3月28日 @ 19時13分

## [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.