Home / Gmod Scripts / Zworld - Gamemode Single, Multiplayer & Server / Changelog


🔨 Changelog

Changelog of Zworld - Gamemode Single, Multiplayer & Server

All updates to the "Zworld - Gamemode Single, Multiplayer & Server" addon listed here.

📅 Version 3.2 Released 1710623526 ago

🚀 Add
Add in the config file: zworld_setting_server.lua

-- Admin Tool (AdminEyes)
cfg.tool_ia_max = 800 -- Maximum AI limit that can be spawned with the admin tool

⚡ Optimization
Optimization by removing a permanent HUDPaint hook.
Optimized Zworld Context Menu.

✔️ Patch
Fixed buggy Context Menu.

🧱 Improved
Improved C Menu icon resolution.
Improved the vehicle HUD, It no longer overlaps the hand icon at bottom right., and slightly modified the graphics to make it prettier and less greedy.
📅 Version 3.1 Released 1708074799 ago

✔️ Patch
Corrects voice chat display. It was written "nil" instead of Karma status (Neutral, Friendly, Bandit).
📅 Version 3.0 Released 1706047286 ago

✔️ Patch

Fixes the ranking issue where all players are displayed as 1st on the Scoreboard, a glitch that occurred after a few GMod updates. This correction also includes an optimization of the function responsible for handling this.
Resolves a duplication bug that occurs when players spam objects on the ground with the new optimized object handling system.
Addresses the Lua error displayed in the Scoreboard when a player disconnects while it is open.
Eliminates the weapon selection menu blockage that occurs when reloading a weapon and activating admin mode during weapon reload.
Fixed the problem that sometimes freezes the scoreboard. This forced players to log out.


📁 List of files modified in this Zworld 3.0 update:

sv_management_system.lua
cl_init.lua
cl_scoreboard.lua
sv_spawnmenu_and_crafting.lua
📅 Version 2.9 Released 1696255341 ago

🚀 Added in the config file
Allows you to set the speed at which hunger and thirst progress.

-- Zworld Alteration of states
cfg.hunger_thirst_cycle=2 -- Cycle in seconds. 2 seconds by defaults.
📅 Version 2.8 Released 1689691336 ago

🚀 Added :
Addition of a client-side language selection menu in the F1 client-side menu.

Lua Files edited for this update:
zworld/gamemode/configuration/language.lua
zworld/gamemode/cl_init.lua
📅 Version 2.7 Released 1686932454 ago

🚀 Added:
Added variable to disable automatic spawn of boss. 1 = ON by default, 0 = OFF

cfg.boss_spawn = 1
📅 Version 2.6 Released 1685906236 ago

✔️ Patched:
New problems have arisen following the GMod update. All server commands no longer generate a nil when issued from the console, but a NULL at the player's location. As a result, !player no longer filters, since player==NULL.

This update fixes all functionality related to the command: zw_cmd

This meant that zcoins distributed from your online stores, for example, could no longer function properly.

Where to set a rank from the server console.
📅 Version 2.5 Released 1685862925 ago

✔️ Patched the Lua Error:
[ERROR] */zworld_setting_server.lua:32: attempt to call method 'SteamID64' (a nil value)

File edited:
📁 zworld/gamemode/sv_management_system.lua
📅 Version 2.4 Released 1683815385 ago

✔️ Patched Lua Errors :
gamemodes/zworld/gamemode/cl_scoreboard.lua:64: attempt to perform arithmetic on a nil value
1. unknown - gamemodes/zworld/gamemode/cl_scoreboard.lua:64
2. unknown - lua/includes/modules/concommand.lua:54

gamemodes/zworld/gamemode/vtm/vtm_cl.lua:898: attempt to concatenate field 'nom' (a nil value)
1. unknown - gamemodes/zworld/gamemode/vtm/vtm_cl.lua:898
2. unknown - lua/includes/modules/concommand.lua:54
📅 Version 2.3 Released 1683389405 ago

You can now donate Zcoins via a donation system. The donation system must be able to send commands to your server.

List of commands added:

76561198033784269 = the steamid64 of the user, the mine in this example:

zw_cmd set_role "76561198033784269" rank_id_of_staff_rank
zw_cmd set_vip "76561198033784269" role_id_of_vip_rank
zw_cmd set_ban "76561198033784269" time_index "the_reason"
zw_cmd set_unban "76561198033784269"
zw_cmd set_zcoin "76561198033784269" number_of_zcoin
zw_cmd give_zcoin "76561198033784269" number_of_zcoin
zw_cmd set_whitelist "76561198033784269" (1 or 0)

You can upload only the file sv_management_system.lua instead of uploading everything. The file that has been edited: zworld/gamemode/sv_management_system.lua
📅 Version 2.2 Released 1680302913 ago

✔️ Patched:
Patch automatic reboot system when set on OFF.

🚀 Added:
+ Addition of variables allowing you to disable the Zworld post processing and Zworld fog system.
In the config file: zworld_setting_server.lua

-- Zworld Postprocessing
cfg.zworld_Postprocessing = 1
cfg.zworld_Fog = 1
📅 Version 2.1 Released 1679740567 ago

✔️ Patched:
+ Imgur Deathscreen red message.
+ The shortcut stored in the inventory leads to a misunderstanding. They are removed from the sleeping bag since they should not be stored in the inventory but in the backpack.

🚀 Added :
+ Addition of variables allowing you to customize the image of your deathscreeen.

-- Zworld Death Screen Images link
cfg.deathsceen_image_link = "https://i.imgur.com/FtxTZe4.jpg"
cfg.deathsceen_image_color_alpha = 175 -- 0 = Invisible (Minimum) > 255 = More visible (Maxi)


+ You can change the link of your maps collection on the workshop. Be careful not to insert broken addons.
Variable added is: workshop_button_download_map
-- Zworld Death Screen Images link
cfg.workshop_button_download_map="https://steamcommunity.com/sharedfiles/filedetails/?id=108212613"


🧱 Improved:
+ Some translation added.
+ When the spectator mode is activated you cannot open the inventory. This avoids to make the mouse disappear. By some means the mouse disappears, the inventory button will make it appear again during the spectator mode user.
📅 Version 2.0 Released 1679318913 ago

🚀 Added:
Added a variable to disable the option: Your news in the home screen and context menu
cfg.enable_ingame_news=1 --1=ON | 0=OFF

Add preset System for the maps.
Add in the wiki about how work the preset system: Line 101

⚡ Optimization:
Optimisation that Multiply by 5 the ability to place ghost entities on the map. You can go from 1000 ghost entities, to 5000 ghost entities now.
📅 Version 1.9 Released 1677763262 ago

🚀 Added :
Possibility to see all persistent objects related to the gameplay in the F2 menu classified by category and displaying the distance. You can teleport to one of them or delete it directly from the F2 menu. This concerns all the categories.
📅 Version 1.8 Released 1677686998 ago

✔️ Patched :
Patch Lua [ERROR] /cl_init.lua:486: attempt to concatenate field 'karmarep' (a nil value)

This error apparently happens when one player aims at another.
📅 Version 1.7 Released 1677530018 ago

🧱 Improved :
Replacement of the links of the ranking on the site by the opening of the ranking of the server.

✔️ Patched :
Patch Lua error - cl_management_system.lua:2045: attempt to index global 'z0' (a nil value)
This error appeared when you open the "F2" panel and click on the gear on the top right of the panel
📅 Version 1.6 Released 1676075951 ago

🧱 Improved :
When you are flat on the ground, if the creatures come at you, you will be caught.
📅 Version 1.5 Released 1676064817 ago

✔️ Patched :
Patch the access of the skin dealer
📅 Version 1.4 Released 1676064177 ago

✔️ Patched :
The vehicles are maintained in the state after a restart. The vehicles are maintained in the state after a restart. Minus the wear points at each reboot.

🧱 Improved :
Ranks are listed in order of importance in the administration panel.
📅 Version 1.3 Released 1675974956 ago

🚀 Added :
Translation in Chinese Added. Thank you 柔情战神冷无双
📅 Version 1.2 Released 1675924898 ago

🧱 Improved :
The content of the zw_cmd command is displayed in its entirety in the server console.
📅 Version 1.1 Released 1675867381 ago

The script owner is automatically added to the staff. You will have to reinitialize the database because it is at the time of the creation of the user account at its first connection that it is effective.
📅 Version 1.0 Released 1675818078 ago

Initial version
Gmod Addon



📥 Download 3.2


🎫 Open Ticket
⛔️ Sorry, you are not connected
Script Information
Creator : Norda Scripts
Sales :89
Published :1 year
Last update :
Version :version 3.2
DRM :No DRM
Categories : Gmod addons
Requierements : Garry's Mod Server
Languages : 🇬🇧 🇫🇷 🇨🇳
Tags :
Donation Gameplay Gamemode