Home / Marketplace / Gmod Scripts / Zworld - Gamemode Single, Multiplayer & Server / Wiki & F.A.Q


🔹 WIKI & F.A.Q

Wiki of Zworld - Gamemode Single, Multiplayer & Server

All your questions about the use of Zworld - Gamemode Single, Multiplayer & Server can be found here, they are translated in 2 languages.


Zworld - Gamemode Single, Multiplayer & Server

En 🇬🇧 : English Wiki & F.A.Q
Fr 🇫🇷 : Wiki Français & F.A.Q

En 🇬🇧 WIKI EN

☰ 1. How reset the databases of the server or Gmod?
To reset the databases of the server or Gmod :
1- Delete the folder DATA:
/Steam/steamapps/common/GarrysMod/garrysmod/data

2- And sv.db:
/Steam/steamapps/common/GarrysMod/garrysmod/sv.db
☰ 2. Installation: What are the requirements?
You need Garry's Mod on Steam.
Zworld is compatible on a Gmod server but it can also be installed on your PC in offline Solo and Multiplayer. There is no DRM.
Do not install anything else that could break the good functioning of Gmod. Zworld runs without any addon.
☰ 3. Gamemode Installation: How to install a gmod gamemode like Zworld?
Unzip the downloaded file and put the zworld folder in the gamemodes folder
Path: GarrysMod / garrysmod / gamemodes
☰ 4. Gamemode Installation: How do I run Zworld gamemode on my PC?
If you have installed it on your PC, the gamemode will appear in the GMod home menu at the bottom right.
☰ 5. Gamemode Installation: How do I run Zworld gamemode on my server?
Once the upload is finished. Before starting your server.
To launch the Zworld gamemode on the server, use the file: autoexec.cfg
Path: GarrysMod / cfg / autoexec.cfg
And add the line: gamemode zworld
☰ 6. Configuration file: Where is the configuration file?
The configuration file is called: zworld_setting_server.lua
Path : zworld/gamemode/configuration/zworld_setting_server.lua
☰ 7. Configuration file: How to change the number of players displayed in the different player ranking tables, for example Top 30 becomes Top 10?
To change the number of players displayed in the Top30 players ranking, find the variable: cfg.topsetting
cfg.topsetting = 30
☰ 8. Configuration file: How to add/remove a role, or modify it?
Find the variable: cfg.roles_list in the configuration file.
You will see that each role has a numerical index. This is the order of importance. This number is the access level of a rank. For example:
For perma ban players the level is 0: [0]={"Perma Banned",Color(255,0,0)},
For default players: [10]={"User",Color(255,255,255),1}, 10 is the level of a normal player.
VIPs [14]={"VIP",Color(0,200,0),1},
And the SuperAdmin is the level: [50]={"SuperAdmin",Color(255,0,0),1},
As an Owner you don't need to do any manipulation to be an admin it's automated. Join and you will already have your superadmin rank.
You can change the names of the ranks without any impact on its role since the access levels are configured according to the level of the rank. The name is only an indicator and does not matter. This means that if you change the name all players with that rank will have their rank name changed without having to place them in a new rank.
☰ 9. Configuration file: How to configure access levels in the administration and management system?
Have fun with the variable: cfg.Rank_Power_Access in the configuration file.
You will be able to limit point by point each administrative and management interaction by access level in relation to the rank level. For example 50 means that only superadmin and above can do this action.
cfg.Rank_Power_Access={
competition_panel_access = 10, --From which rank on a user can see the competition panel.
staff_panel_access = 20, --From what rank is a user considered a staff member?
grant_to_kick = 50, --From which rank a user can kick.
grant_to_ban = 50, --From what rank can a user ban?
grant_no_limit_npcs = 50, -- From what rank can a role create more npcs than the limit applied to the configuration file?
grant_explosion_tools = 50, -- Can use explosion tools
grant_spawnmenu_vehicle = 39, -- Can produce vehicles from the Zworld spawnmenu
grant_can_cleanup = 39, -- Can clean up the server
can_use_constructions_slot = 39, -- Can save constructions to slots and load them.
can_delete_perma_ent_admineye = 50, -- Can delete the permanent entity
can_use_spectator_mod = 50, -- Can use Spectator mod
can_kill = 50, -- Can kill with admin power
grant_use_weapon_adminmod = 50, -- At what level a role can use a weapon in creator mode
adminmod_can_openinvenotry = 50, -- At what level a role can use a weapon in creator mode
can_administrate_from_scoreboard = 50, -- Can administer from the scoreboard (without F2)
can_spawn_entity_with_admineye = 50, -- Can spawn an entity with the Zworld Toolgun (AdminEye)
can_spawn_entity_with_spawnmenu = 40, -- Can use the spawn menu to spawn items.
can_use_creator_mod = 50, -- Can use the creator mod
can_customise_the_map = 50, -- Can customize the map
can_give_money = 50, -- Can give money with the admin function
access_weather_panel = 50, -- Can change the weather, seasons and time of day.
access_server_setting = 30, -- Can set the server from the admin panel
can_launch_link_of_music = 30, -- Can launch music from a link
can_set_svloadingurl = 50, -- Can edit the svloadingurl
can_change_the_map = 50, -- Can change the server map and restart on the same map
can_set_server_configuration = 30, -- Can set the server configuration
can_place_makers_on_map = 30, -- Can place markers on the map (Users will see these points on their paper map and HUD)
can_reloot_furnitures = 30, -- Can force reloot of all furniture
can_restore_tree = 30, -- Can force regeneration of all trees
can_edit_users_database = 50, -- Can modify the users database
can_use_teleportation = 30, -- Can use the administration's teleportation system
can_use_undercover = 30, -- Can use undercover
can_send_hord = 30, -- Can send a horde on a player
can_use_force_model = 30, -- Can force user to select a new game model
can_use_search_in_database = 50, -- Can use the search function of the database.
}
☰ 10. Configuration file: How to disable the custom escape menu?
Find the variable: cfg.zworld_custom_escapemenu in the configuration file.
1 = Enable Zworld escape menu. 0 = Gmod escape menu
☰ 11. Configuration file: How to change Karma rank names (Super Bandit / Bandit / Neutral / Friendly / Hero)
Find the variable: cfg.karma_list in the configuration file.
The number indicates the levels in karma points to be ranked in an orientation.
cfg.karma_list={
{"Super Bandit",0},
{ "Bandit",250},
{ "Neutral",500},
{ "Friendly",750},
{"Hero",1000},
}
☰ 12. Configuration file: Change the different default links to those of the server community?
Replace the original links with your own:
cfg.your_forum_link = "https://originahl-scripts.com/gmod-scripts/3945/zworld-gamemode-single-multiplayer"
cfg.your_discord_link = "https://discordapp.com/invite/y3rUCTG"
cfg.your_website_link = "https://originahl-scripts.com/gmod-scripts/page-1"
cfg.community_facebook_page = "https://www.facebook.com/zworld.afterlife"
cfg.community_steam_group = "https://steamcommunity.com/groups/zworld-afterlife"
☰ 13. Configuration file: How to customize the background images?
Replace the default image links with your own
cfg.banner_titlescreen1 = "https://i.imgur.com/tqMh34d.png"
cfg.banner_titlescreen2 = "https://i.imgur.com/tbpBP2o.png"
cfg.banner_titlescreen3 = "https://i.imgur.com/zA43OYW.jpg"
☰ 14. Configuration file: Disable fog effects in the titlescreen menu and the home menu.
cfg.enable_fog_titlescreen1 = 1 -- Enable Norda fog movement system on the titlescreen 1
cfg.enable_fog_titlescreen2 = 1 -- Enable Norda fog movement system on the titlescreen 2
1 = ON, 0 = OFF
☰ 15. Configuration file: How to replace the music of the title screen and the home menu?
cfg.music_title_screen = "zworldmusic/zworld_homescreen.mp3"
cfg.snd_title_call = "zworldeffect/titlecalling2.mp3"
☰ 16. Configuration file: How to enable and disable in-game credits (Zcoins)
If you don't want to display the credits and suppress their use find the variable cfg.Enable_Zcoin_Store
cfg.Enable_Zcoin_Store = 1
1 = ON, 0 = OFF
☰ 17. Configuration file: How to put the link of the community store on the server?
If you have your own online credit purchasing system set the link of your shop. to the variable: cfg.Link_Credit_Store.
cfg.Link_Credit_Store = "https://www.google.com/"
☰ 18. File configuration: How to add maps in the F2 menu on Zworld?
In a few examples: The first variable is the friendly name of the map.
cfg.zw_map_list={
{"Test Map","", "nordahl_workspace"},
{"Fork","","gm_fork"},
{ "Unioncity","", "rp_unioncity_day"},
{ "Southside","", "rp_southside_day"},
}
☰ 19. Configuration file: How to set up automatic upload of Gmod maps to the Zworld server?
Each map on the workshop has an ID in the link of its page. Put the name of the map and the id. If there are several packs you can add them. This will make the map's package download automatically to the one who connects.
cfg.zworld_map_workshop={
nordahl_workspace={"2467492958"},
gm_fork={"326332456"},
rp_unioncity_day={"1681190843"},
rp_southside_day={"2099209435"},
}
☰ 20. Configuration file: Modify the news banners that are displayed on the home screen of Gmod.
Find the variable: cfg.ingame_news
You will find there a table that you can modify. The link of the images, the clickable link and the title displayed on the banner.
☰ 21. Configuration file: Modify the rules of your server.
Find the variable: cfg.txrule you will see the default server rules. Put it in your own way.
☰ 22. Configuration file: Modify the starter packs after character creation.
Find the variable: cfg.character_starter_pack
You will have the possibility to make free and paid starter packs. The name of the items are minified to limit the weight on the network. In the spawn menu its minified name are displayed on the image of each oblet.
Some examples:
{nom="Alone",inv={},skill=5,zcoin=0},
{nom="Destroyer of Z",inv={{"vtm47",31};{"zhf2",101};{"kevlar",10};{"casq1",100};{"hg_de",8};{"a50",60}; {"tw_kni",201};{"tw_bin",1};{"sw_m249",101};{"n556",300};{"tw_rl",2};{"rc",5}},skill=40,zcoin=240},
name = The name of the pack displayed in game.
inv = The starting inventory.
skill = The number of skill points to assign at startup.
zcoin = The count in credits. 0 = Free.
☰ 23. Problem: Why are people in T position on the Gmod server?
This happens when you have addons that override the default animations of Half Life 2's cityen models. As I said in the first line, don't install anything other than Zworld.
☰ 24. Server command: How to add a staff by server command?
zw_cmd set_role steamid64 role_id
steamid64 = The SteamID64 of the account that receives the role per command.
role_id = You can find the list of roles in the variable cfg.roles_list in the configuration file. Replace role_id by 50 for superadmin for example: zw_cmd set_role steamid64 50. 30 for admin and 20 for moderator if you have not changed the configuration.
☰ 25. Server command: How to add a VIP rank by server command?
zw_cmd set_vip steamid64 14
steamid64 = The SteamID64 of the account that should become VIP
14 = 14 do not change this number if you have not touched the cfg.roles_list variable in the configuration file. This is the index of the VIP rank.
☰ 26. Server command: How to give credits to a player by server command?
The server command to give Zcoins to the account of a user who has purchased them from your site your donation system must be able to return this command in RCON mode to your server:
zw_cmd give_zcoin steamid64 number
steamid64 = The SteamID64 of the account that should receive the purchased Credits.
number = The quantity.
☰ 27. Server command: How to add/remove a user from the server whitelist by command?
zw_cmd set_whitelist steamid64 bol
steamid64 = The SteamID64 of the account to add to the whitelist.
bol = 1 to put in the whitelist, 0 to remove from the whitelist
☰ 28. Server command: How to ban/unban a user from the server by command?
You can ban and un-ban from the F2 menu by clicking on a simple button.
Here are the console commands you are looking for to ban:
zw_cmd set_ban steamid64 time_index "the_reason"
time_index = cfg.ban_duration_list in the configuration file for perma ban it will be line 11 so: zw_cmd set_ban steamid64 11 "He ate my yogurt"
steamid64 = The SteamID64 of the account to ban.
To unban: zw_cmd set_unban steamid64
☰ 29. Server command: How to reboot the server map while saving by command?
The server command: changemap, allows you to reboot the server by initializing the saves of the progress of the connected players but also of the objects, vehicles and constructions. After the reboot players can click on continue to continue what they were doing. Depending on the size of the map and the navmesh the reboot can be more or less fast.
☰ 30. Donation Systems: How do I add a VIP rank and credits per Rcon command?
See line 26 and 27.
☰ 31. In-game administration tools: How does the player teleportation system work?
You will have the ability to teleport to a player but also to make them come to you. The return function allows you to send the player back to his pre-teleport position. You can find the teleport button in the Scoreboard or in the F2 menu by right-clicking on the line showing the player's info.
☰ 32. In-game administration tools: How to give money to a player?
Sometimes you will have the possibility to give money to players for an event or to compensate a player for a handling error. To do this click on Give Money from the Scoreboard or from the F2 menu right click on the line showing the player's info.
☰ 33. In-game administration tools: Send the wiki link in the user's chat when requested
It may happen that a player asks for a lot of information, the only way you can do your job and take care of everyone is to invite him to read the wiki. Even for your own staff. Instead of explaining everything to them send them to read the official wiki. You will save time.
From the Scoreboard or from the F2 menu right click on the line showing the player info.
☰ 34. In-game administration tools: How to activate the creator mode to use the AdminEye (which is a kind of toolgun of Zworld)?
Click on the Ruby CreatorMod you will hear a noise if your rank allows it. You will be half invisible which allows you to manage and animate the server discreetly. From the Scoreboard or from the F2 menu right click on the line displaying the player's info.
☰ 35. In-game administration tools: How to have AdminEye and Physgun in the weapon selection menu?
Switch to creator mode, the tools are given and you will see them in the weapon selection menu. Once the mode is deactivated the tools are removed from the inventory. This is a security against abuse but also a form of optimization, we do not give anything unnecessary.
☰ 36. In-game administration tools: What is the Undercover and how to activate it?
As a staff you sometimes want to play with the players and blend in. So you can provide a discreet administration or a discreet moderation. This option will hide your steamid64, your image will be randomly generated and your steam name too. In short it means Undercover.
From the Scoreboard or from the F2 menu right click on the line showing the player info.
☰ 37. In-game administration tools: How to force the player to rename his character when he chooses a not serious RP name?
To invite the player to have a Roleplay name click on Force Rename, after giving a warning.
From the Scoreboard or from the F2 menu right click on the line displaying the player info.
☰ 38. In-game administration tools: How to change a player's Survivor Playermodel?
To invite the player to change their playermodel click on Force Model.
From the Scoreboard or from the F2 menu right click on the line showing the player's info.
☰ 39. In-game administration tools: How do I enable Spectator mode?
To watch players act through their eyes while you eat Pop korn. Click on Spectator. A menu will open with everyone's names displayed as a button. Click on the names to switch from one player to another.
From the Scoreboard or from the F2 menu right click on the line showing the player's info.
☰ 40. In-game administration tools: How to send a horde of infected on a player?
To liven up the server sometimes you will have to send hordes to players or to yourself for fun. To do this click on Send Horde in the Scroll menu.
From the Scoreboard or from the F2 menu right click on the line of the concerned player.
☰ 41. In-game administration tools: Command to kill a player?
Sometimes you may need to use the kill function for experimental purposes.
From the Scoreboard or from the F2 menu right click on the line showing the player info.
☰ 42. F2 administration menu: The management of your Zworld server users.
You can manage users from the scoreboard but also from the F2 admin menu. Once you are on the "Online Player" page, click on the line of the user in question to see all possible actions:
☰ 43. F2 administration menu: Database management of the physical and non-physical environment of your map.
On the database page you will have the possibility to Set role, Ban, Give VIP rank, Set Karma, Give Credits, Add to whitelist, Rename account, Edit bank currency, Change IP, Delete line from database.
☰ 44. Admin menu F2: How to change the weather? For example I want to change from day to night and vice versa?
From the F2 interface go to: Server Setting and Server Weather. Go to the Time of Day line and drag the time of day to the time you want.
☰ 45. F2 Admin Menu: How do I change the seasons?
From the F2 interface go to: Server Setting and Server Weather. Go to the Seasons line and click on the season you want.
☰ 46. F2 Admin Menu: How to change the map while saving the server status and player progress?
Don't use the changelevel command, it's brutal and the saves won't be made. Use the F2 menu and click on one of the maps in your list.
☰ 47. F2 admin menu: On Zworld there is no spawnmenu in the gmod sandbox. How to spawn items?
From the F2 interface click on the magic hat (spawnmenu) you will have a whole list of categories, when you click on it you will see all the items in the category, for example: Medical will show all the medical items, click on these items and they will appear in front of you. Use it for experimentation purposes but also to compensate or reward your players.
☰ 48. F2 Administration Menu: The Zworld Server Cleanup Menu.
From the spawnmenu and Cleanup interface click on the button to cleanup associated items, for example the creature button will remove all creatures from the map.
The categories are: Creatures, Merchands, Humans, Vehicles, Items, Tree, Persistents(These are constructs), Ghost Entity(Entities that are not on the network without physics like grass)
☰ 49. Admin menu F2: Enable disable player damage?
From the Server Settings page go to the line: Options and check the line: Player Damage Active (PvE / PvP)
☰ 50. Admin menu F2: Disable the ability to use credits from merchants to buy equipment?
From the Server Settings page go to the line: Options and check the line: Can use Zcoin in merchands menu.
☰ 51. Administration menu F2: Enable the possibility to access merchants' stores from the escape menu? This option allows you to buy and sell from anywhere?
Yes, from the Server Settings page go to the line: Options and check the line: Merchands shop Access in escape menu
☰ 52. Admin menu F2: How to disable the automatic horde system?
From the Server Settings page go to the line: Options and check the line: Hord System
☰ 53. Administration menu F2: How to enable the server whitelist so that only staff and people in the whitelist can connect?
From the Server Settings page go to the line: Options and check the line: Access Whitelist
☰ 54. Administration menu F2: How do I change the name of the gmod server?
From the Server Settings page go to the line: Current Server Name write the name of the server you want to display in the Gmod server list and in the scoreboard and press Enter to validate.
☰ 55. Administration menu F2: How to put the link of a loading screen from the interface? Can it also be a picture link?
Yes you can also just put a picture link. From the Server Settings page go to the line: LoadingScreen Link place your link and press enter to confirm.
☰ 56. Administration menu F2: How to change the maximum number of zombies on the server and their respawn frequency?
From the Server Settings page go to the line: Setting and drag the slider (Zombies Maximum Amount) to the value you want. And the delay between respawns in seconds.
☰ 57. Admin menu F2: How to force the user to wait a certain time before respawn?
From the Server Settings page go to the line: Setting and drag the slider (Player Respawn Time)
☰ 58. Admin menu F2: How to change the loot rate of the server to have more or less loot?
From the Server Settings page go to the line: Setting and drag the slider (Loot Rate) to the value you want.
☰ 59. Admin Menu F2: How do I change the amount of Npcs that can spawn on the server and the respawn frequency?
From the Server Settings page go to the line: Setting and drag the slider (Animals Maximum Amount) to the value you want. And the delay between respawns in seconds.
☰ 60. Admin menu F2: How to have only slow zombies?
From the Server Settings page go to the line: Level of Difficulty and click on "Only Zombies".
☰ 61. Administration menu F2: How to have only infected on the server.
From the Server Settings page go to the line: Level of Difficulty and click on "Only Infected".
☰ 62. Administration menu F2: How to have zombies by day and infected by night on GMod?
From the Server Settings page go to the line: Level of Difficulty and click on "Afterlight".
☰ 63. Administration menu F2: How do I force a furniture reloot?
From the Server Settings page go to the line: Tools and click on the cabinet "Reloot Funitures".
☰ 64. Administration menu F2: How to force respawn of cut trees?
From the Server Settings page go to the line: Tools and click on the tree "Tree Regen".
☰ 65. Administration menu F2: Reboot the server while taking backups of what is in progress.
In the list of maps click on the current one. This will initialize a backup and the server will reboot the map.
☰ 66. Administration menu F2: Why does the server automatically reboot with the maintenance message? How to disable it?
There is a performance problem specific to Gmod where it is better to change the map to solve it every 6h, I have created an option that allows to reboot automatically and choose this delay in hours. 0 = OFF. It is set to 2h by default.
☰ 67. Administration menu F2: How to launch a music on the server with a Youtube video link?
From the F2: Music Event Launcher interface put the link of a Youtube music for example Press Enter and it is launched. Players will be able to turn it off if it's a bother to their bandwidth from their F1 menu.
☰ 68. Where can the player find the rules?
You can find the rules you have edited on the home screen, in the scoreboard and in the F2 menu.
☰ 69. Zworld AdminEye (ToolGun): What is the purpose of the Zworld AdminEye and how do I get it?
The AdminEye is Zworld's Toolgun. No entities, no weapons, no models and no effects. Press the Reload key to open on menu.
With this tool you will be able to build the map, place spawns, remove the positioning of entities from the database.
☰ 70. Toolgun: How do I go into remover mode to remove what I'm aiming at with the AdminEye (the toolgun)?
Once you have the toolgun in hand to open the toolgun menu press the reload key.
☰ 71. Toolgun: How to delete permanent entities with the AdminEye directly on the map and not from the F2 menu? Because when I delete them after a reboot they come back.
Activate the editor mode of the concerned category, the item will be displayed and you can delete it.
☰ 72. Toolgun: How do I get the AdminEye in hand?
Simply activate the Creator Mod and the AdminEye will be visible from your weapon selection menu.
☰ 73. Toolgun: How to build the map with the AdminEye.
Once you have the AdminEye press the reload key to open its menu and select map Build. You will be able to build the game environment with everything you see in it sorted by subcategory.
☰ 74. Toolgun: How do I see the spawn points of each entity on my HUD?
Once you have AdminEye press the reload key to open its menu and select map Build. Click on a subcategory, for example lootables, you will see that the Mod editor is set to OFF by default. To see all the points of all the lootables click on ON. This will have the effect of downloading all the points at once. This allows you to see even those that are far away and those that have a non-networked status.
☰ 75. Toolgun: Why do the vehicle spawn points sometimes have no car in that location after a reboot?
Because the car is in good condition somewhere on the map. Once it is destroyed in the next reboot the destroyed car will disappear and a new one will replace it at its spawn point. Cars are persistent and you will find it in the same state after each reboot as long as it has life points.
☰ 76. Toolgun: What are the markers I can place with the AdminEye?
Markers allow you to display locations on the paper map, and are an item that players can loot in game. Once they look at the map they see all the places of interest on the map. They are also discreetly visible at the top of the HUD which shows the distance in meters between the survivor and the location.
☰ 77. Toolgun: How do I place new spawn points and remove them?
Still in map Build but in the sub-category All Spawns: Activate the Mod editor to have access to the points already placed and to be able to delete them. You will be able to place the initial point, which is the point where the player spawns when he is in the home menu.
☰ 78. Toolgun: What is a Ghost Entity?
Ghost Entity is one of my optimization methods, for everything that is physically useless and that serves as a scenery the entities do not exist on the server only on the client it aims to optimize the server, the bandwidth too and to reduce the number of entity on the server side. The NPCs are positively impacted in terms of optimization because they are objects that do not exist in their field of view, and therefore you make them save a huge number of calculations per second.
☰ 79. Toolgun: Animate and control creatures on the map and send them to a point.
Hey yes, you can select creatures in groups and send them to the point you clicked. This is a more advanced form of animation and the control is unobtrusive.
☰ 80. Toolgun: Teleport to where I click.
The teleportation option in the reload menu of the admineye allows you to teleport to where you click. It's an optimized and fast way to travel. Instead of flying through a long map.
☰ 81. Toolgun: What is auto click?
The Auto Click option in the AdminEye reload menu allows you to spawn the click by holding down the left mouse button. Useful when you want to spawn several zombies at once.
☰ 82. Toolgun: What is the Mod Client Light?
Sometimes you will have to animate in the dark or build the map in dark areas. The Client Light allows you to create a light only for yourself that others cannot see. This light follows you everywhere. If you disable the Creator Mod the Client Light will automatically turn off.
☰ 83. Toolgun: The Invisibility Mod as Admin.
The invisible in the reload menu of the admineye makes you completely invisible, you also disappear from the scoreboard.
☰ 84. Toolgun: The ESP Admin.
The ESP Admin option in the reload menu of the admin eye allows you to see the position of players on the server, creatures and other entities in real time.
☰ 85. Toolgun: Get a global view of your custom map with a counter
When the editor mode is activated with the admineye you see the entire build of the game environment you have built on your map. This gives you an overview.
☰ 86. Competition: How to access the menu of the players rankings?
There are several buttons that allow you to open it in game, otherwise it will be the F2 Menu, so the F2 key.
☰ 87. Competition: 9 types of TOP 30 player rankings in which players can compete to be in the top?
Players who are not Admins can still open the F2 menu, unlike a member of your staff who will only see the 9 types of rankings and the server rules.
The rankings are as follows:
1. TOP SURVIVAL: Survival time: This is the main ranking and tells you where you are. The position is also visible on the scoreboard.
2. Most zombies killed in one life.
3. The total number of zombies killed since the player has been playing with you.
4. The amount of time you have played: Here the players are ranked by the one who has played the most.
5. The longest distance covered in a single lifetime.
6. TOP Level: The highest level reached
7. TOP PvP: The number of players killed.
8. This is the money stored in the bank.
9. Fishing Ranking: Whoever catches the biggest fish in his category takes the places. There are 9 types of fish so a player can be displayed as many times.
☰ 88. Compétition: Comment modifier le TOP 30 pour avoir un TOP 10 ou un TOP 50?
Voir la ligne 7.
☰ 89. F1 User Options Panel: What is the F1 menu?
The F1 menu is a configuration panel on the user's side, the settings are specific to the Zworld system, it allows to increase the comfort of the game like choosing the volume of the background music, configuring the shadows, choosing the type of HUD or disabling it, activating the cliping which allows to reduce the viewing distance for small configurations, etc... The player will just have to press the F1 menu and it will open. If he presses it again the menu option will close automatically. No need to click on crosses to close a window in Zworld.

All lines in this wiki starting with : User Options Panel F1 - deals with this topic
☰ 90. User Options Panel F1: How to change the volume of background music or even turn off the music?
Menu F1 section Audio Uncheck Automatic Playback to disable music, drag the Volume slider to get the level you want.
Speed modifies the speed of the music.
☰ 91. User Options Panel F1: I have bad bandwidth how do I disable event music from youtube?
From the F1 menu in Audio you will see the video appear, just delete it.
☰ 92. F1 User Options Panel: Reduce the grass display distance to optimize fps on gmod.
Grass Display Distance in the F1 menu allows you to configure this distance.
☰ 93. User Options Panel F1: Choose the style of the HUD on Zworld.
There are 4 HUD styles in Zworld. 1 The bars like in the beginning when my project was still called Zmod.
2 and 3 are circular HUD's and the 4th just shows the values in percentages without any superfluous.
You can even disable the HUD in the Show HUD line for an immersive RP mode or for making screenshots.
☰ 94. User Options Panel F1: What is the Comics Books Mod? ON | OFF
This is a Self-Shading Filter.
☰ 95. User Options Panel F1: What is the Foliage Sway used for? ON | OFF
It allows you to activate the movement of the grass and the leaves of the trees.
☰ 96. User Options Panel F1: Show / Hide death messages in chat system.
In the menu F1 Show death in chat category: System. Allows you to be informed about deaths on the server.
☰ 97. User Options Panel F1: What is Dynamics Light in Zworld?
The Dynamics Light in Zworld allows you to have a nice light depending on the time of day, it's the color of the sun that is projected on the map, so at the end of the day the shadows of the map cover the map and the colors are faithful to reality, the color codes are taken from the colors of the pixels on my sunset pictures. It's a 100% client-side system that has no impact on the server, its only limit is the graphic card of the user who wants to activate it. The detailed and dynamic shading is greedy. I'm still thinking about doing better.
☰ 98. User Options panel F1: Optimize FPS with Dynamics Light enabled by reducing shadow quality.
In the F1 menu in the Graphics Shadows Distance section you can reduce the quality and distance of the shadows. By default this value is set to 2.
☰ 99. User Options Panel F1: How do I change the view mode? For example FPS, Thirdperson and Static Camera?
Zworld has 3 camera systems, FPS mode, 3rd person view and Static mode a la Resident Evil or Silent Hill. These are my references.
☰ 100. User Options Panel F1: Customize the position of the Static Camera to make screenshots?
When the camera is in static mode more options are displayed in the Camera menu. These are variables that allow you to move the angle of view and position.
☰ 101. Preset map system and save your map build.
A system of map presets has been created since version 2.0 of Zworld (March 2023)

Map presets are installed in: zworld/gamemode/addons/map_preset

The file has the name of the map and the extension .lua or .txt

To generate them you just have to type the command: build_map_preset

The command: build_map_preset will launch the creation of a template of the configuration of the map you have built, this will allow you for example to share your build or to migrate your build on another server without starting over.

It also gives you a backup that you can store elsewhere.

Presets are generated in the file, for example if you are on the rp_southside_day map: data/zworld_map_preset/rp_southside_day.txt

You could take the rp_southside_day.txt file from the data/zworld_map_preset file and rename it to rp_southside_day.lua then upload it to the gamemode addon folder:

zworld/gamemode/addons/map_preset/rp_southside_day.lua

In the F2 (Admin) menu at the top right you can load the preset of the map in question. The content will then be saved in the database which you can then manipulate as you wish with the management tools.
☰ 102. Server command: How can I integrate zcoins into my donation system?
Your donation system should be able to send a command to your server.

You will be able to experiment manually in your server console with this command to allocate Zcoins to an existing account:

If you want give 5 zcoins to 76561198033784269:

zw_cmd give_zcoin "76561198033784269" 5
Fr 🇫🇷 WIKI FR

☰ 1. Comment réinitialiser les bases de données du serveur ou de Gmod?
Pour réinitialiser les bases de données du serveur ou de Gmod:
1- Supprimé le dossier data:
/Steam/steamapps/common/GarrysMod/garrysmod/data

2- Et sv.db:
/Steam/steamapps/common/GarrysMod/garrysmod/sv.db
☰ 2. Installation: Quel sont les pré-requis?
Il vous faut Garry's Mod sur Steam.
Zworld est compatible sur un serveur Gmod mais il peut aussi être installé sur votre PC en Solo hors ligne et en Multijoueurs. Il n'y a pas de DRM.
N'installez rien d'autre qui puisse casser le bon fonctionnement de Gmod. Zworld tourne sans aucun addon.
☰ 3. Gamemode Installation: Comment installer un gamemode gmod comme Zworld?
Décompressez le fichier téléchargé et placez le dossier zworld dans le dossier gamemodes
Chemin: GarrysMod / garrysmod / gamemodes
☰ 4. Gamemode Installation: Comment lancer le gamemode Zworld sur mon PC?
Si vous l'avez installé sur votre PC, le gamemode apparait dans le menu d'accueil de GMod en bas à droite.
☰ 5. Gamemode Installation: Comment lancer le gamemode Zworld sur mon serveur?
Une fois l'upload terminé. Avant de démarrer votre serveur.
Pour lancer le gamemode Zworld sur le serveur de le fichier : autoexec.cfg
Chemin: GarrysMod / cfg / autoexec.cfg
Et ajoutez la ligne : gamemode zworld
☰ 6. Fichier configuration: Où se trouve le fichier de configuration?
Le fichier de configuration ce nomme : zworld_setting_server.lua
Chemin d'accès : zworld/gamemode/configuration/zworld_setting_server.lua
☰ 7. Fichier configuration: Comment modifier le nombre de joueur affiché dans les différents tableau de classement des joueurs, par exemple Top 30 devient Top 10?
Fichier configuration: Comment modifier le nombre de joueur affiché dans les différents tableau de classement des joueurs, par exemple Top 30 devient Top 10?
Pour modifier le nombre d'affichage du classement des joueurs Top30, trouvez la variable : cfg.topsetting
cfg.topsetting = 30
☰ 8. Fichier configuration: Comment ajouter/supprimer un rôle, ou le modifier?
Trouvez la variable : cfg.roles_list dans le fichier configuration.
Vous y verrez que chaque rang a un index numérique. Il s'agit de l'ordre d'importance. Ce chiffre est le niveau d'accès d'un rang. Par exemple:
Pour les joueurs perma ban le level est de 0: [0]={"Perma Banned",Color(255,0,0)},
Pour les joueurs par défaut : [10]={"User",Color(255,255,255),1}, 10 est le niveau d'un joueur normal.
Les VIP [14]={"VIP",Color(0,200,0),1},
Et les SuperAdmin est le niveau : [50]={"SuperAdmin",Color(255,0,0),1},
En tant que Owner vous n'avez pas besoin de faire la moindre manipulation pour être admin c'est automatisé. Rejoigné et vous aurez déjà votre grade de superadmin.
Vous pouvez modifier les noms des rangs sans aucune incidence sur son role puisque les niveaux d'accès sont configuré en fonction du niveau du rang. Le nom n'est qu'un indicateur sans importance. Cela signifie que si vous changez de nom tout les joueurs avec ce rang auront son nom de rang modifié sans devoir les placer dans un nouveau rang.
☰ 9. Fichier configuration: Comment configurer des niveaux d'accès dans le système d'administration et de gestion?
Régalez vous avec la variable : cfg.Rank_Power_Access dans le fichier configuration.
Vous pourrez limiter point par point chaque interaction administrative et de gestion par niveau d'accès par rapport au niveau d'un rang. Par exemple 50 signifie que seul les superadmin et au dessus peuvent faire cette action.
----- Accès Rôles Niveau -----
cfg.Rank_Power_Access={
competition_panel_access = 10, --Depuis à partir de quel rang un utilisateur peut voir le panneau de compétition.
staff_panel_access = 20, --Depuis quel rang un utilisateur est considéré comme membre du personnel ?
grant_to_kick = 50, --Depuis de quel rang un utilisateur peut donner un coup de pied.
grant_to_ban = 50, --De quel rang un utilisateur peut-il bannir ?
grant_no_limit_npcs = 50, -- A partir de quel niveau un rôle peut-il créer plus de npcs que la limite appliquée au fichier de configuration ?
grant_explosion_tools = 50, -- Peut utiliser des outils d'explosion
grant_spawnmenu_vehicle = 39, -- Peut produire des véhicules à partir du spawnmenu de Zworld
grant_can_cleanup = 39, -- Peut nettoyer le serveur
can_use_constructions_slot = 39, -- Peut enregistrer sur les slots les constructions et les charger.
can_delete_perma_ent_admineye = 50, -- Peut supprimer l'entité permanente
can_use_spectator_mod = 50, -- Peut utiliser le mod Spectator
can_kill = 50, -- Peut tuer avec le pouvoir de l'administrateur
grant_use_weapon_adminmod = 50, -- A partir de quel niveau un rôle peut utiliser une arme en mode créateur
adminmod_can_openinvenotry = 50, -- A partir de quel niveau un rôle peut utiliser une arme en mode créateur
can_administrate_from_scoreboard = 50, -- Peut administrer depuis le tableau d'affichage (sans F2)
can_spawn_entity_with_admineye = 50, -- Peut spawn une entité avec le Zworld Toolgun (AdminEye)
can_spawn_entity_with_spawnmenu = 40, -- Peut utiliser le menu de spawn pour spawn des éléments.
can_use_creator_mod = 50, -- Peut utiliser le mod créateur
can_customise_the_map = 50, -- Peut personnaliser la carte
can_give_money = 50, -- Peut donner de l'argent avec la fonction d'administration
access_weather_panel = 50, -- Peut changer le temps, les saisons et l'heure du jour.
access_server_setting = 30, -- Peut configurer le serveur depuis le panneau d'administration
can_launch_link_of_music = 30, -- Peut lancer les musiques à partir d'un lien
can_set_svloadingurl = 50, -- Peut éditer le svloadingurl
can_change_the_map = 50, -- Peut changer la carte du serveur et redémarrer sur la même carte
can_set_server_configuration = 30, -- Peut définir la configuration du serveur
can_place_makers_on_map = 30, -- Peut placer des marqueurs sur la carte (Les utilisateurs verront ces points sur leur carte papier et leur HUD)
can_reloot_furnitures = 30, -- Peut forcer le reloot de tous les meubles
can_restore_tree = 30, -- Peut forcer la régénération de tous les arbres
can_edit_users_database = 50, -- Peut modifier la base de données des utilisateurs
can_use_teleportation = 30, -- Peut utiliser le système de téléportation de l'administration
can_use_undercover = 30, -- Peut utiliser l'undercover
can_send_hord = 30, -- Peut envoyer une horde sur un joueur
can_use_force_model = 30, -- Peut forcer l'utilisateur à sélectionner un nouveau modèle de jeu
can_use_search_in_database = 50, -- Peut utiliser la fonction Search de la base de données.
}
☰ 10. Fichier configuration: Comment désactiver le custom escape menu?
Trouvez la variable : cfg.zworld_custom_escapemenu dans le fichier configuration.
1 = Activer le menu escape de Zworld. 0 = Menu escape de Gmod
☰ 11. Fichier configuration: Comment modifier les noms de rangs Karma? (Super Bandit / Bandit / Neutre / Friendly / Hero)
Trouvez la variable : cfg.karma_list dans le fichier configuration.
Le chiffre indique les paliers en points de karma pour être rangé dans une orientation.
cfg.karma_list={
{"Super Bandit",0},
{"Bandit",250},
{"Neutral",500},
{"Friendly",750},
{"Hero",1000},
}
☰ 12. Fichier de configuration : Changer les différents liens par défaut pour ceux de la communauté du serveur ?
Remplacez les liens d'origine par les vôtres :
cfg.your_forum_link = "https://originahl-scripts.com/gmod-scripts/3945/zworld-gamemode-single-multiplayer"
cfg.your_discord_link = "https://discordapp.com/invite/y3rUCTG"
cfg.your_website_link = "https://originahl-scripts.com/gmod-scripts/page-1"
cfg.community_facebook_page = "https://www.facebook.com/zworld.afterlife"
cfg.community_steam_group = "https://steamcommunity.com/groups/zworld-afterlife"
☰ 13. Fichier configuration: Comment customiser les images de fond?
Remplacez les liens d'images par défaut par les vôtres
cfg.banner_titlescreen1 = "https://i.imgur.com/tqMh34d.png"
cfg.banner_titlescreen2 = "https://i.imgur.com/tbpBP2o.png"
cfg.banner_titlescreen3 = "https://i.imgur.com/zA43OYW.jpg"
☰ 14. Fichier configuration: Désactiver les effets de brouillard dans les menu écran titre et le menu d'accueil.
cfg.enable_fog_titlescreen1 = 1 -- Enable Norda fog movement system on the titlescreen 1
cfg.enable_fog_titlescreen2 = 1 -- Enable Norda fog movement system on the titlescreen 2
1 = ON, 0 = OFF
☰ 15. Fichier configuration: Comment remplacer la musique de l'écran titre et du menu d'accueil?
cfg.music_title_screen = "zworldmusic/zworld_homescreen.mp3"
cfg.snd_title_call = "zworldeffect/titlecalling2.mp3"
☰ 16. Fichier configuration: Comment Activer et Désactiver les crédits en jeu? (Les Zcoins)
Si vous ne voulez pas afficher les crédits et en supprimer l'usage trouvez la variable cfg.Enable_Zcoin_Store
cfg.Enable_Zcoin_Store = 1
1 = ON, 0 = OFF
☰ 17. Fichier configuration: Comment mettre le lien de la boutique de la communauté sur le serveur?
Si vous avez votre propre système d'achat de crédits en ligne mettez le lien de votre shop. à la variable : cfg.Link_Credit_Store.
cfg.Link_Credit_Store = "https://www.google.com/"
☰ 18. Fichier configuration: Comment Ajouter des maps dans le menu F2 sur Zworld?
En quelques exemples: La première variable est le nom friendly de la map.
cfg.zw_map_list={
{"Test Map","","nordahl_workspace"},
{"Fork","","gm_fork"},
{"Unioncity","","rp_unioncity_day"},
{"Southside","","rp_southside_day"},
}
☰ 19. Fichier configuration: Comment mettre en place le téléchargement automatique des maps de Gmod sur le serveur Zworld?
Chaque map sur le workshop a un ID dans le lien de sa page. Mettez le nom de la map et l'id. S'il y a plusieurs packs vous pouvez les ajouter. Cela fera télécharger le pack de la map automatiquement à celui qui se connect.
cfg.zworld_map_workshop={
nordahl_workspace={"2467492958"},
gm_fork={"326332456"},
rp_unioncity_day={"1681190843"},
rp_southside_day={"2099209435"},
}
☰ 20. Fichier configuration: Modifier les bannières de news qui s'affiche à l'écran d'accueil de Gmod.
Trouvez la variable : cfg.ingame_news
Vous y trouverez une table que vous pouvez modifier. Le lien des images, le liens clickable et le titre affiché sur la bannière.
☰ 21. Fichier configuration: Modifier les règles de votre serveur.
Trouvez la variable : cfg.txrule vous y verez le règlement par défaut du serveur. Mettez le à votre sauce.
☰ 22. Fichier configuration: Modifier les packs d'items de démarrage après la création d'un personnage.
Trouvez la variable : cfg.character_starter_pack
Vous aurez la possibilité de faire des pack de démarrage gratuit et payant. Le nom des objets sont minifié pour limiter le poids sur le réseau. Dans le spawn menu ses nom minifié sont affiché sur l'image de chaque oblet.
Quelques Exemples:
{nom="Alone",inv={},skill=5,zcoin=0},
{nom="Destroyer of Z",inv={{"vtm47",31};{"zhf2",101};{"kevlar",10};{"casq1",100};{"hg_de",8};{"a50",60};{"tw_kni",201};{"tw_bin",1};{"sw_m249",101};{"n556",300};{"tw_rl",2};{"rc",5}},skill=40,zcoin=240},
nom = Le nom du pack affiché en jeu.
inv = L'inventaire de démarrage.
skill = Le nombre de points de compétence à attribuer au démarrage
zcoin = Le count en Crédits. 0 = Gratuit.
☰ 23. Problème: Pourquoi les gens sont en position T sur le serveur Gmod?
Cela arrive lorsque vous avez des addons qui écrasent les animations par défaut des modèles de cityen d'Half Life 2.
☰ 24. Commande serveur: Comment ajouter un staff par commande serveur?
zw_cmd set_role steamid64 role_id
steamid64 = Le SteamID64 du compte qui recevoir le role par commande.
role_id = Vous trouverez la liste des roles à la variable cfg.roles_list dans le fichier configuration. Remplacez role_id par 50 pour superadmin par exemple : zw_cmd set_role steamid64 50. 30 pour admin et 20 pour modérateur si vous n'avez pas modifié la configuration.
☰ 25. Commande serveur: Comment ajouter un grade VIP par commande serveur?
zw_cmd set_vip steamid64 14
steamid64 = Le SteamID64 du compte qui doit devenir VIP
14 = 14 ne changez pas ce chiffre si vous n'avez pas touché à la variable cfg.roles_list dans le fichier configuration. Il s'agit de l'index du rang VIP.
☰ 26. Commande serveur: Comment attribuer des Crédits à un joueur par commande serveur?
La commande serveur pour donner des Zcoins sur le compte d'un utilisateur qui les a acheté sur votre site votre système de donation doit être capable de renvoyer cette commande en mode RCON sur votre serveur:
zw_cmd give_zcoin steamid64 number
steamid64 = Le SteamID64 du compte qui doit recevoir les Crédits acheté.
number = La quantité.
☰ 27. Commande serveur: Comment ajouter/retirer un utilisateur de la whitelist du serveur par commande?
zw_cmd set_whitelist steamid64 bol
steamid64 = Le SteamID64 du compte à ajouter dans la whitelist.
bol = 1 pour mettre dans la whitelist, 0 pour retirer le la whitelist
☰ 28. Commande serveur: Comment bannir/dé-bannir un utilisateur du serveur par commande?
Vous avez la possibilité de bannir et de dé-bannir depuis le menu F2 en cliquant sur de simple bouton.
Voici les commandes console que vous cherchez pour bannir:
zw_cmd set_ban steamid64 time_index "the_reason"
time_index = cfg.ban_duration_list dans le fichier configuration parexemple pour perma ban ce sera la ligne 11 donc: zw_cmd set_ban steamid64 11 "Il a mangé mon yaourt"
steamid64 = Le SteamID64 du compte à bannir.
Pour débannir: zw_cmd set_unban steamid64
☰ 29. Commande serveur: Comment rebooter la map du serveur tout en sauvegardant par commande?
La commande serveur : changemap, permet de rebooter le serveur en initialisant les sauvegardes de la progression des joueurs connecté mais aussi des objets, vehicules et constructions. Après le reboot les joueurs peuvent cliquer sur continuer pour continuer ce qu'ils faisaient. En fonction de la taille de la map et du navmesh le reboot peut être plus ou moins rapide.
☰ 30. Systèmes de donation: Comment ajouter un rang VIP et des Crédits par commande Rcon?
Voir la ligne 26 et 27.
☰ 31. Outils d'administration en jeu: Comment fonctionne le système de téléportation des joueurs?
Vous aurez la possibilité de vous téleporter sur un joueur mais aussi de le faire venir à vous. La fonction retour permet de renvoyer le joueur à sa position pré-téléportation. Vous trouverez le bouton de téléportation depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 32. Outils d'administration en jeu: Comment donner de l'argent à un joueur?
Parfois vous aurez la possibilité de récompenser des joueurs par rapport à un event ou pour dédommager un joueur suite à une erreur de manipulation. Pour se faire cliquez sur Give Money depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 33. Outils d'administration en jeu: Envoyer le lien du wiki dans le chat de l'utilisateur lorsqu'il le demande
Il se peut qu'un joueur demande beaucoup d'information, la seule façon pour vous de faire votre travail et de vous occuper de tout le monde c'est de l'inviter à lire le wiki. Voir même pour votre propre staff. Au lieu de tout leur expliquer envoyez les lire le wiki officiel. Vous gagnerez du temps.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 34. Outils d'administration en jeu: Comment activer le mode créateur pour utiliser l'AdminEye (Qui est une sorte de toolgun de Zworld)?
Cliquez sur le Ruby CreatorMod vous allez entendre un bruit si votre rang l'autorise. Vous serez à moitié invisible ce qui permet de gérer et animer discrètement le serveur. Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 35. Outils d'administration en jeu: Comment avoir l'AdminEye et le Physgun dans le menu de sélection des armes?
Passez en mode créateur (Voir ligne 35) les outils sont alors give et vous les verrez dans le menu de sélection d'arme. Une fois le mode désactivé les outils sont supprimé de l'inventaire. C'est une sécurité anti abus mais aussi une forme d'optimisation, on ne give rien d'inutile.
☰ 36. Outils d'administration en jeu: Qu'est ce que l'Undercover et comment l'activer?
En tant que staff parfois vous avez envie de jouer avec les joueurs et de vous fondre dans la masse. Ainsi vous pouvez apporter une administration discrete ou une modération discrète. Cette option va cacher votre steamid64, votre image sera généré aléatoirement et votre nom steam également. En bref ça veut dire Sous Couverture.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 37. Outils d'administration en jeu: Comment Forcer le joueur à renommer son personnage lorsqu'il choisi un nom RP pas sérieux?
Pour inviter le joueur à avoir un nom Roleplay cliquez sur Force Rename, après avoir donné un avertissement.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 38. Outils d'administration en jeu: Comment Modifier le Playermodel de survivant d'un joueur?
Pour inviter le joueur à changer de Playermodel cliquez sur Force Model.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 39. Outils d'administration en jeu: Comment activer le mode Spectator?
Pour regarder les joueurs agir à travers leurs yeux pendant que vous mangez des Pop korn. Cliquez sur Spectator. Un menu s'ouvrira avec les nomsde tout le monde affiché sous forme de bouton. Cliquez sur les noms pour switcher d'un joueur à un autre.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 40. Outils d'administration en jeu: Comment envoyer une horde d'infecté sur un joueur?
Outils d'administration en jeu: Comment envoyer une horde d'infecté sur un joueur?
Pour animer le serveur parfois vous serez amené à envoyer des hordes sur des joueurs ou sur vous même pour vous amuser. Pour se faire cliquez sur Send Horde dans le menu Déroulant.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne du joueur concerné.
☰ 41. Outils d'administration en jeu: Commande pour kill un joueur?
Il se peut que parfois vous aillez besoin de la fonction kill à des fins d’expérimentation.
Depuis le Scoreboard ou depuis le menu F2 cliquez droit sur la ligne affichant les infos du joueur.
☰ 42. Menu d'administration F2: La gestion des utilisateurs de votre serveur Zworld.
Vous avez la possibilité d'administrer depuis le scoreboard mais aussi depuis le menu admin F2. Une fois sur la page "Online Player" Cliquez sur la ligne de l'utilisateur en question pour voir afficher toute les actions possible:
☰ 43. Menu d'administration F2: La gestion de la database de l'environnement physique et non physique de votre map.
Sur la page database vous aurez la possibilité de Set un role, bannir, Give le rang VIP, Set le Karma, Donner des Crédits, Ajouter à la whitelist, Renommer le compte, Edit la monnaie en banque, Changer l'IP, supprimer la ligne de la database.
☰ 44. Menu d'administration F2: Comment modifier la météo? Par exemple je veux passer de jour à nuit et inversement?
Depuis l'interface F2 allez sur: Server Setting et Server Weather. Allez à la ligne Time of Day faite glisser l'heure du jour à l'heure que vous souhaitez.
☰ 45. Menu d'administration F2: Comment changer les saisons?
Depuis l'interface F2 allez sur: Server Setting et Server Weather. Allez à la ligne Seasons et cliquez sur la saison que vous souhaitez.
☰ 46. Menu d'administration F2: Comment changer de map tout en sauvegardant l'état du serveur et la progression des joueurs?
N'utilisez pas la commande changelevel c'est brutal et les sauvegardes ne seront pas fait. Utilisez le menu F2 et cliquez sur l'une des maps de votre liste.
☰ 47. Menu d'administration F2: Sur Zworld il n'y a pas le spawnmenu de la sandbox de gmod. Comment spawn les items?
Depuis l'interface F2 cliquez sur le chapeau magique (spawnmenu) vous aurez toute une liste de catégories, lorsque vous cliquerez dessus s'afficheront alors tout les objets de la catégorie, par exemple: Médical afficheront tout les objets médicaux, cliquez sur ses objets et ils apparaitront devant vous. Utilisez le à des fins d'expérimentation mais aussi pour dédommager ou récompenser vos joueurs.
☰ 48. Menu d'administration F2: Le Menu Cleanup du serveur de Zworld.
Depuis l'interface spawnmenu et Cleanup cliquez sur le bouton pour cleanup les éléments associer, par exemple le bouton créature supprimeront toutes les créatures de la map.
Les catégories sont: Créatures, Merchands, Humans, Vehicles, Items, Tree, Persistents(Il s'agit des constructions), Ghost Entity(Les entités qui ne sont pas sur le réseau sans physique comme l'herbe)
☰ 49. Menu d'administration F2: Activer désactiver les dégâts entre joueurs?
Depuis la page Server Settings allez à la ligne: Options et vérifiez la ligne: Player Damage Active (PvE / PvP)
☰ 50. Menu d'administration F2: Désactiver la possibilité d'utiliser des crédits chez les marchands pour acheter des équipements?
Depuis la page Server Settings allez à la ligne: Options et vérifiez la ligne: Can use Zcoin in merchands menu.
☰ 51. Menu d'administration F2: Activer la possibilité d'accéder aux boutiques des marchands depuis le menu échappe? Cette option permet d'acheter et de vendre depuis n'importe où?
Oui, depuis la page Server Settings allez à la ligne: Options et vérifiez la ligne: Merchands shop Access in escape menu
☰ 52. Menu d'administration F2: Comment désactiver le système de horde automatique?
Depuis la page Server Settings allez à la ligne: Options et vérifiez la ligne: Hord System
☰ 53. Menu d'administration F2: Comment activer la whitelist du serveur pour que uniquement le staff et les gens dans whitelist peuvent se connecter?
Depuis la page Server Settings allez à la ligne: Options et vérifiez la ligne: Access Whitelist
☰ 54. Menu d'administration F2: Comment modifier le nom du serveur gmod?
Depuis la page Server Settings allez à la ligne: Current Server Name écrivez le nom du serveur que vous souhaitez afficher dans la liste des serveurs Gmod et dans le scoreboard et faite Entrée pour valider.
☰ 55. Menu d'administration F2: Comment mettre le lien d'un loading screen depuis l'interface? Cela peut autre aussi un lien d'image?
Oui vous pouvez aussi juste mettre un lien d'image. Depuis la page Server Settings allez à la ligne: LoadingScreen Link placez votre lien et faite la touche Entrée pour valider.
☰ 56. Menu d'administration F2: Comment modifier le nombre de zombie max sur le serveur et leur fréquence de respawn?
Depuis la page Server Settings allez à la ligne: Setting et faite glisser le slider (Zombies Maximum Amount) sur la valeur que vous souhaitez. Et le délai entre les respawn en secondes.
☰ 57. Menu d'administration F2: Comment forcer l'utilisateur à attendre un temps avant de pouvoir respawner?
Depuis la page Server Settings allez à la ligne: Setting et faite glisser le slider (Player Respawn Time)
☰ 58. Menu d'administration F2: Comment modifier le loot rate du serveur pour avoir plus ou moins de loot?
Depuis la page Server Settings allez à la ligne: Setting et faite glisser le slider (Loot Rate) sur la valeur que vous souhaitez.
☰ 59. Menu d'administration F2: Comment modifier la quantité d'animaux Npcs qui peuvent spawner sur le serveur et la fréquence de respawn?
Depuis la page Server Settings allez à la ligne: Setting et faite glisser le slider (Animals Maximum Amount) sur la valeur que vous souhaitez. Et le délai entre les respawn en secondes.
☰ 60. Menu d'administration F2: Comment avoir uniquement des zombies lent?
Depuis la page Server Settings allez à la ligne: Level of Difficulty et cliquez sur "Only Zombies".
☰ 61. Menu d'administration F2: Comment avoir seulement des infectés sur le serveur.
Depuis la page Server Settings allez à la ligne: Level of Difficulty et cliquez sur "Only Infected".
☰ 62. Menu d'administration F2: Comment avoir des zombies le jour et des infectés la nuit sur GMod?
Depuis la page Server Settings allez à la ligne: Level of Difficulty et cliquez sur "Afterlight".
☰ 63. Menu d'administration F2: Comment forcer le reloot des meubles?
Depuis la page Server Settings allez à la ligne: Tools et cliquez sur le meuble "Reloot Funitures".
☰ 64. Menu d'administration F2: Comment forcer le respawn des arbres coupé?
Depuis la page Server Settings allez à la ligne: Tools et cliquez sur l'arbre "Tree Regen".
☰ 65. Menu d'administration F2: Reboot le serveur tout en prenant les sauvegardes de ce qui est en cour.
Dans la liste des maps cliquez sur la même actuel. Cela initialisera une sauvegarde et le serveur relancera la map.
☰ 66. Menu d'administration F2: Pourquoi le serveur reboot automatiquement avec le message de maintenance? Comment le désactiver?
Il existe un problème de performance propre à Gmod dont lequel il est préférable de changer de map pour le résoudre toute les 6h, j'ai créé une option qui permet de reboot automatiquement et de choisir ce délai en heure. 0 = OFF. Il est réglé sur 2h par défaut.
☰ 67. Menu d'administration F2: Comment lancer une musique sur le serveur avec un lien de vidéo Youtube?
Depuis l'interface F2: Music Event Launcher mettez le lien d'une musique Youtube par exemple Appuyez sur Entrée et c'est lancé. Les joueurs pourront la couper si c'est une gène pour leur bande passante depuis leur menu F1.
☰ 68. Où le joueur peut trouver le règlement?
Vous trouverez le règlement que vous avez édité à l'écran d'accueil, dans le scoreboard et dans le menu F2.
☰ 69. Zworld AdminEye (ToolGun) : À quoi sert le l'AdminEye de Zworld comment l'avoir?
L'adminEye est le Toolgun de Zworld. Pas d'entité, pas d'armes, ni modèle ni effet. Appuyez sur la touche Reload pour ouvrir on menu.
C'est avec cet outils que vous aller pouvoir build la map, placer des spawns, supprimer le positionnement des entités de la database.
☰ 70. Toolgun: Comment je passe en mode remover pour supprimer ce que je vise avec le l'AdminEye (Le toolgun)?
Une fois le toolgun en main pour ouvrir le menu du toolgun appuyez sur la touche reload.
☰ 71. Toolgun: Comment supprimer des entités permanent avec l'AdminEye directement sur la map et non depuis le menu F2? Car quand je les supprime après un reboot ils reviennent.
Activez le mode Editor de la catégorie concerné, le point s'affichera et vous pourrez faire la suppression.
☰ 72. Toolgun: Comment avoir l'AdminEye en main?
Il vos suffit d'activer le Creator Mod et l'AdminEye sera visible depuis votre menu de sélection d'armes.
☰ 73. Toolgun: Comment build la map avec l'AdminEye.
Une fois l'AdminEye en main appuyez sur la touche reload pour ouvrir son menu et sélectionnez map Build. Vous pourrez build l'environnement de jeu avec tout ce sur vous y verrez classé par sous catégorie.
☰ 74. Toolgun: Comment voir les points de spawn de chaque entité sur mon HUD?
Une fois l'AdminEye en main appuyez sur la touche reload pour ouvrir son menu et sélectionnez map Build. Cliquez sur une sous catéogie, par exemple les lootables vous verez que l'editor Mod est sur OFF par defaut. Pour voir tout les points de tout les lootable cliquez sur ON. Cela va avori pour effet de télécharger tout les points d'un coup. ça permet de voir même ceux qui sont loin et ceux qui ont le status non-networked.
☰ 75. Toolgun: Pourquoi les points de spawn des véhicules parfois il n'y a pas de voiture à cette emplacement après un reboot?
Parce que la voiture estr en bonne états quelque part sur la map. Il fois qu'elle sera détruite au prochain reboot la détruite disparaitra et une nouvelle la remplacera à son point de spawn. Les voitures sont persistantes et vous la retrouvez dans l'état après chaque reboot temps qu'elle a des points de vie.
☰ 76. Toolgun: Qu'est ce que les Markers que je peux placer avec l'AdminEye?
Les markers permet d'afficher des lieux sur la map papier, c'est un objet que les joueurs peuvent looter en jeu. Une fois qu'ils regardent la carte ils voient tout les lieux d'interet de la map. Ils sont aussi discrètement visible en haut de l'HUD qui indique la distance en mètre entre le survivant et la position.
☰ 77. Toolgun: Comment placer les nouveaux points des spawns et en supprimer?
Toujours dans map Build mais dans la sous catégorie All Spawns: Activez l'éditor Mod pour avoir accès aux points déjà placé et pour pouvoir les supprimer. Vous pourrez placer le point initial, qui est le point où le joueur spawn quand il est dans le menu d'accueil.
☰ 78. Toolgun: Qu'est ce que les Ghost Entity?
Les Ghost Entity est une de mes méthodes d'optimisation, pour tout ce qui est inutile physiquement et qui sert de décor les entités n'existent pas sur le serveur seulement sur le client ça a pour but d'optimiser le serveur, la bande passante aussi et de réduire le nombre d'entité du coté serveur. Les NPCs se trouvent impacté positivement en terme d'optimisation car ce sont des objets qui n'existent pas dans leur champs de vision, et donc vous leur faite économiser un énorme nombre de calcul à la seconde.
☰ 79. Toolgun: Animer et contrôler les créatures sur la map et les envoyer à un point.
Héé oui vous avez la possibilité de selectionner des créatures par groupe et de les faire avancer là où vous avez cliqué. C'est une forme d'animation plus poussé et le contrôle est discret.
☰ 80. Toolgun: Se téléporter là où je clique.
L'option téléportation dans le menu reload de l'admineye permet de se téléporter là où vous cliquez. C'est un moyen de déplacement optimisé et rapide. Au lieu de voler à travers une longue map.
☰ 81. Toolgun: Qu'est ce que l'auto click?
L'option Auto Click dans le menu reload de l'admineye permet de spawn le click en restant appuyé sur le clic gauche de la sourie. Utile quand voulez spawn plusieurs zombies d'un coup.
☰ 82. Toolgun: Qu'est ce que le Mod Client Light?
Parfois vous serez amené à animer dans le noir ou de build la map dans des zones sombre. Le Client Light permet de créer une lumière seulement pour vous que les autres ne peuvent pas voir. Cette lumière vous suit partout. Si vous désactivez le Créator Mod le Client Light s'éteint automatiquement.
☰ 83. Toolgun: Le Mod invisibilité en tant que Admin.
Le invisible dans le menu reload de l'admineye permet de e vous rendre totalement invisible, vous disparaissez aussi du scoreboard.
☰ 84. Toolgun: L'admin ESP.
L'option Admin ESP dans le menu reload de l'admineye permet de voir la position des joueurs sur le serveur, des créatures et autres entités en temps réel.
☰ 85. Toolgun: Avoir une vue global de votre map custom avec un compteur
Lorsque le mode éditor est activé avec l'admineye vous voyez l'ensemble du build de l'environnement de jeu que vous avez construit sur votre map. Cela vous permet d'avoir une vue d'ensemble.
☰ 86. Compétition: Comment accéder au menu des classements des joueurs?
Il y a divers bouton qui permet de l'ouvrir en jeu autrement ce sera le Menu F2 donc la touche F2.
☰ 87. Compétition: 9 types de classement TOP 30 des joueurs dans lequel les joueurs pourront s'acharner pour être dans le top?
Les joueurs qui ne sont pas Admin peuvent quand même ouvrir le menu F2, à la différence d'un membre de votre staff lui verra seulement les 9 types de classements et les règles du serveur.
Les classements sont les suivants:
1. TOP SURVIE: Temps de survie: Est le classement principal c'est lui qui dit à quel place est le joueur. La position est aussi visible sur le scoreboard.
2. Le plus de zombie tué en une seule vie.
3. Le nombre total de zombie tué depuis que le joueur joue chez vous.
4. Le temps de jeu accumulé chez vous: Ici les joueurs sont classé par celui qui a le plus joué.
5. La plus longue distance parcouru en une seul vie.
6. TOP Level: Le level le plus atteint
7. TOP PvP: Le nombre de joueur tué.
8. Il s'agit de l'argent stocké en banque.
9. Classement de pêche: Celui qui pèche les plus gros poisson de sa catégorie prend les places. Il y a 9 types de poissons donc un joueur peut être affiché autant de fois.
☰ 88. Compétition: Comment modifier le TOP 30 pour avoir un TOP 10 ou un TOP 50?
Voir la ligne 7.
☰ 89. Panneau Options utilisateur F1: Qu'est ce que le menu F1?
Le menu F1 est un panneau de configuration coté utilisateur, les settings sont propre au système de Zworld, il permet d'augmenter son confort de jeu comme choisir le volume des musiques d'ambiances configurer les ombrages, de choisir le type d'HUD ou de le désactiver, d'activer le cliping qui permet de réduire la distance de vue pour les petites configurations, ect... Le joueur aura juste à appuyer sur le menu F1 et il s'ouvrira. Si il appuie à nouveau le menu option se fermera automatiquement. Pas besoin de cliquer sur des croix pour fermer une fenêtre dans Zworld.

Tout les lignes dans ce wiki commençant par : Panneau Options utilisateur F1 - traite ce sujet
☰ 90. Panneau Options utilisateur F1: Comment modifier le volume de la musique d'ambiance voir même couper les musiques?
Menu F1 section Audio Décochez Automatic Playback pour désactiver la musique, faite glisser le slider Volume pour obtenir le niveau que vous désirez.
Speed modifie la vitesse d’exécution de la musique.
☰ 91. Panneau Options utilisateur F1: J'ai une mauvaise bande passante comment désactiver les musiques d'event qui viennent de youtube?
Depuis le menu F1 dans Audio vous verrez la vidéo s'afficher il suffira de la supprimer.
☰ 92. Panneau Options utilisateur F1: Réduire la distance d'affichage des herbes pour optimiser les fps sur gmod.
Grass Display Distance dans le menu F1 permet de configurer cette distance.
☰ 93. Panneau Options utilisateur F1: Choisir le style de l'HUD sur Zworld.
Il y a 4 Styles de HUD dans Zworld. 1 Les barres comme dans ses débuts quand monprojet s'appelait encore Zmod.
Le 2 et le 3 son des HUD circulaire et le 4ème indique juste les valeurs en pourcentages sans superflue.
Vous pourrez désactiver même le HUD à la ligne Show HUD pour un être en mode RP immersif ou pour faire des screenshots.
☰ 94. Panneau Options utilisateur F1: Qu'est ce que le Mod Comics Books? ON | OFF
Il s'agit d'un Filtre Self-Shading.
☰ 95. Panneau Options utilisateur F1: à quoi sert le Foliage Sway? ON | OFF
Il permet d'activer le mouvement des herbes et des feuilles des arbres.
☰ 96. Panneau Options utilisateur F1: Afficher / Masquer les messages des morts dans le chat system.
Dans le menu F1 Show death in chat category: System. Permet d'être informé des morts sur le serveur.
☰ 97. Panneau Options utilisateur F1: Qu'est ce que le Dynamics Light dans Zworld?
Le Dynamics Light de Zworld permet d'avoir une jolie lumière en fonction du moment de la journée, c'est la couleur du soleil qui est projeté sur la map, donc en fin de journée les ombres de la map tapisse la map et les couleurs sont fidèle à la réalité, les codes couleurs sont tiré des couleurs des pixels sur mes photos de couché de soleil. C'est un système 100% clientside il n'a aucun impact sur le serveur sa seul limite et la carte graphique de l'utilisateur qui souhaite se l'activer. L'ombrage détaillé et dynamique c'est gourmand. Je suis toujours entrain de méditer pour faire mieux.
☰ 98. Panneau Options utilisateur F1: Optimiser les FPS avec le Dynamics Light activé en réduisant la qualité des ombres.
Dans le menu F1 dans la section Graphics Shadows Distance permet de réduire la qualité et la distance des ombres. Par défaut cette valeur est sur 2.
☰ 99. Panneau Options utilisateur F1: Comment changer de mode de vue? Par exemple FPS, Thirdperson et Caméra statique?
Zworld est doté de 3 systèmes de caméra, le mode FPS, vue à la 3ème personne et le mode Statique à la Resident Evil ou à la Silent Hill. Ce sont mes références.
☰ 100. Panneau Options utilisateur F1: Customiser la position de la Caméra statics pour faire des screenshots?
Lorsque la caméra est en mode statique plus d'options s'affiche dans le menu Camera. Il s'agit des variables vous permettant de déplacer l'angle de vue et la position.
☰ 101. Système de preset des maps et de sauvegarde du build de votre map.
Un système de maps Presets a été créé depuis la version 2.0 de Zworld (mars 2023)

Les presets des maps s'installent dans : zworld/gamemode/addons/map_preset

Le fichier a le nom de la map et en extension .lua ou .txt

Pour les générer il suffit de taper la command: build_map_preset

La commande : build_map_preset va lancer la création d'un template de la configuration de la map que vous avez buildé, cela vous permettra par exemple de partager votre build ou de migrer votre build sur un autre serveur sans recommencer.

Cela vous fait aussi une sauvegarde de sécurité que vous pourrez stocker ailleurs.

Les Presets sont généré dans le fichier, par exemple si vous êtes sur la map rp_southside_day : data/zworld_map_preset/rp_southside_day.txt

Vous pourrez prendre le fichier rp_southside_day.txt dans le fichier data/zworld_map_preset et le renommer en rp_southside_day.lua puis l'uploader dans le dossier addon du gamemode:

zworld/gamemode/addons/map_preset/rp_southside_day.lua

Dans le menu F2 (Admin) en haut à droite vous pourrez charger le Preset de la map en question. Le contneu sera alors enregistré dans la database que vous pourrez ensuite manipuler à votre guise avec les outils de gestion.
☰ 102. Commande serveur: Comment puis-je intégrer les zcoins dans mon système de donation ?
Votre système de donation doit être en mesure d'envoyer une commande à votre serveur.

Vous pourrez faire l'expérience manuellement dans la console de votre serveur avec cette commande pour attribuer des Zcoins à un compte existant:

Si vous voulez donner 5 zcoins à 76561198033784269 :

zw_cmd give_zcoin "76561198033784269" 5
Gmod Addons



📥 Download 2.5


🎫 Open Ticket
⛔️ Sorry, you are not connected
Script Information

Reviews :

★★★★★

5.00/5 based on 4 reviews

Sales :

40

Published :

3 months

Last update :

Version :

version 2.5

DRM :

No DRM


Categories :

Gmod addons

Requierements :

Garry's Mod Server

Languages :

🇬🇧 🇫🇷 🇨🇳

Author :

Norda

Tags :


Donation Gameplay Gamemode
Product author
avatar-76561198033784269

Norda

76561198033784269
🎨 Creator

Scripts