[RELEASE] DayZ Lite Menu

SASDayZ

New Member
This is a lite mod that enables simple key features for your server, Well optimized and less lag produced by the original mods.
This modification contains a simple debug monitor, Suicide script and modified name tags and is relatively easy to install.

This is a fully customization script, allowing players to toggle each feature, and allowing admins to set the default state of each mod and the choice of whether or not you would like to add each modification or not. All features and states are on by default.

Currently working on 1.8.1 Chernarus.

How to install:

1: Unpack your "dayz_mission.pbo",
2: Move "mods" into the root of the dayz_mission folder,
3: Open your "init.sqf" file using notepad that is located in the root of the "dayz_mission.pbo",
4: place this line of code at the very bottom of the "init.sqf" file (Below everything else):

Code:
[] execVM "mods\action_menu\init.sqf";

5: Pack the "dayz_mission" folder and upload, restart your server.

1: Open "AHConfig.sqf" in notepad and find this piece of code:

Code:
"BTC_Hud"

2: Change that code to:

Code:
"BTC_Hud","#USER:suicide_menu"

How to configure:

1: Open "mods\action_menu\init.sqf" using notepad, you will see:

Code:
dayz_suicide = true;    //True to use Suicide script
dayz_debug = true;    //True to use debug monitor
dayz_tags = true;    //True to use Name Tags

customdebug = true;    //True to enable Debug Monitor by default
nametags = true;    //True to enable Name Tags by default

2: The top 3 (dayz_suicide, dayz_debug and dayz_tags) represent the initialization of the scripts, if they are false
the that feature will not be added to your server.

3: the bottom 2 (customdebug and nametags) represent the default state of both of the modifications, if they are false
then that feature will be turned off by default, but users can toggle between on/off states.

 
Last edited:
Back
Top