Skip to content

Releases: openzomboid/server-tweaker

v0.6.1

Choose a tag to compare

@outdead outdead released this 15 Dec 19:58

Fixed

  • Hided "See OpenDB" button from admin panel if no one databases created.

v0.6.0

Choose a tag to compare

@outdead outdead released this 12 Dec 20:02

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.

v0.5.1

Choose a tag to compare

@outdead outdead released this 16 Jun 00:08

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.

v0.5.0

Choose a tag to compare

@outdead outdead released this 11 May 00:51

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.

v0.4.1

Choose a tag to compare

@outdead outdead released this 27 Dec 21:17

Fixed

  • Fixed "attempted index: item of non-table: null" error in MapSpawnSelect.lua.

v0.4.0

Choose a tag to compare

@outdead outdead released this 21 Dec 03:02

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.

v0.3.2

Choose a tag to compare

@outdead outdead released this 09 May 14:38

Fixed

  • Fixed TweakWorldObjectContextMenu for Joypads.

v0.3.1

Choose a tag to compare

@outdead outdead released this 02 May 20:39

Fixed

  • Fixed "attempted index: addOption of non-table" on TweakISAdminPowerUI #2. Thanks to Redison for helping with testing.

v0.3.0

Choose a tag to compare

@outdead outdead released this 29 Apr 22:34

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.

v0.2.0

Choose a tag to compare

@outdead outdead released this 29 Mar 02:12

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