Releases: openzomboid/server-tweaker
Releases · openzomboid/server-tweaker
Release list
v0.6.1
v0.6.0
Fixed
- Fixed panic in
openutils.ObjectLen.
Added
- Added
ConvertTableToJsonandConvertJsonToTable,GetGlobalFunctions,GetRandomElements,CopyObject,DeepCopyObject,ExecAfterTicks,ExecAfterCharacterCreated,GetOrCreateContextOptionWithMenufunctions to sharedopenutils.lua. - Added server sided
openutils.luautils file and addedGetOnlineCharacterFromUsernamefunction to server sidedopenutils.luautils file. - Added client sided
openutils.luautils file and addedGetOnlineCharacterFromUsernamefunction to client sidedopenutils.luautils file. - Added ConsoleLogger shared util. ConsoleLogger implements simple logger to
server-console.txtfile. - 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
FixOptionShowYourUsernameto true in sandbox options.
Changed
- Moved DisableAimOutline, HighlightSafehouse, IncreaseFirearmsSoundRadius, StoreAdminPower, TweakOverlayText functionality to own folders.
- Function
IsPlayerMemmberOfSafehouseinopenutils.luawas deprecated. It will be deleted on next release. Useopenutils.IsUsernameMemberOfSafehouseinstead.
v0.5.1
v0.5.0
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
AllowAdminToolsForGMto 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
FixDestroyCursorInSafehouseto true in sandbox options. - Added protection to extra walls on the south and east sides under Safehouse. To enable this tweak set
ProtectSafehouseExtraLinesto true in sandbox options.
v0.4.1
v0.4.0
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
ContextMenuClickedPlayersInvisibleFixto true in sandbox options. - Added tweak to selecting a player to interact with in the context menu. To enable this tweak set
ContextMenuClickedPlayersSelectionto true in sandbox options.
v0.3.2
v0.3.1
v0.3.0
Added
- Added disabling
Ticketsbutton in client menu. To enable this tweak setHideTicketsFromPlayersto 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
SaveAdminPowerto true in sandbox options. - Added Safehouse to spawn locations and moved it as first location. To enable this tweak set
AddSafehouseToSpawnLocationsto true in sandbox options. - Added allowing for GM (and higher levelled users) to add anyone to safehouse without limits. To enable this tweak set
AdminsFreeAddToSafehouseto 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
TakeSafehouseLimitationsto true in sandbox options.
v0.2.0
Added
- Added Thai translation. Thanks rikoprushka for first PR!
- Added Brazilian Portuguese translation. Thanks BryanXim.
- Added tweak to disable direct trade with players. To enable this tweak set
DisableTradeWithPlayersto true in sandbox options. - Added tweak to disallow to spawn items for Observer. To enable this tweak set
DisallowSpawnItemsForObserversto true in sandbox options.
Removed
- Removed changing the names of books, paints, colored bulbs and seeds.