Jump to content

Asian Kid

Member
  • Posts

    330
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    Asian Kid got a reaction from unrealPANDA in New spawn server info board and welcome message 1.0.6.1   
    What the does?
    - Make a info board like the trader menu
      - displays info on your server or anything you want, such as rules
     
    How can I edit it?
    - Open the spawn.sqf and there is a config part only mess with that and the info board part.
     
     
    Photos
    Info Board!!!!

    Then turns into a temp debug the turns off god mode

    TO INSTALL
     
    Find this in the init.sqf
     
    3 fadeSound 1; 3 fadeMusic 1; endLoadingScreen; Add this under
     
    [] execVM "scripts\spawn.sqf";  Now download the spawn.sqf and place it in the main mission folder
     
    repack the pbo and upload it
     
    DONE hope you enjoy and report bugs and other problems.
     
    spawn.sqf 
     
     
    private [ "_Message","_Time""_Ending","_TimeL"]; /*          Start up menu made my Asian Kid          plz credit me when needed */ /*  *********** CONFIG START ***********                (%1 is the players name don't change) */ _Message = format["Change me %1 ",format["%1", name player]];//Welcome message after the menu pops up  _Ending = format["Change me %1 ",format["%1", name player]];//end message after god mode is off _Time = 20; //Time before the welcome message pop up, and the time it takes before god mode is off _TimeL = 6; //Time between the welcome message to the end message servername = "Change me"; //You server name mess = true; //Show message when god mode is off /*  *********** CONFIG END *********** */ //God mode Start waitUntil {!isNil "dayz_animalCheck"}; player_zombieCheck = {}; player_fired = {}; fnc_usec_damageHandler = {}; thePlayer removeAllEventHandlers "handleDamage"; thePlayer addEventHandler ["handleDamage", {false}]; thePlayer allowDamage false; sleep 4; /*         YOU CAN EDIT HERE         Make sure to edit in the >xxxx< */ "Dayz Epoch" hintC parseText format [" <t size='1.25' shadow='1'align='left' color='#ff8800'>Welcome to %1</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>www.dayzfallendead.tk/</t><br/>", (servername)]; sleep _Time;  cutText [_Message, "PLAIN DOWN"]; if ( mess ) then { systemChat ( "God mode off" ); }; player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; player_fired = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_fired.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageHandler.sqf"; thePlayer addEventHandler ["handleDamage", {true}]; thePlayer removeAllEventHandlers "handleDamage"; thePlayer allowDamage true; sleep _TimeL;  cutText [_Ending, "PLAIN DOWN"];
  2. Like
    Asian Kid got a reaction from dayzgreywolf in New spawn server info board and welcome message 1.0.6.1   
    What the does?
    - Make a info board like the trader menu
      - displays info on your server or anything you want, such as rules
     
    How can I edit it?
    - Open the spawn.sqf and there is a config part only mess with that and the info board part.
     
     
    Photos
    Info Board!!!!

    Then turns into a temp debug the turns off god mode

    TO INSTALL
     
    Find this in the init.sqf
     
    3 fadeSound 1; 3 fadeMusic 1; endLoadingScreen; Add this under
     
    [] execVM "scripts\spawn.sqf";  Now download the spawn.sqf and place it in the main mission folder
     
    repack the pbo and upload it
     
    DONE hope you enjoy and report bugs and other problems.
     
    spawn.sqf 
     
     
    private [ "_Message","_Time""_Ending","_TimeL"]; /*          Start up menu made my Asian Kid          plz credit me when needed */ /*  *********** CONFIG START ***********                (%1 is the players name don't change) */ _Message = format["Change me %1 ",format["%1", name player]];//Welcome message after the menu pops up  _Ending = format["Change me %1 ",format["%1", name player]];//end message after god mode is off _Time = 20; //Time before the welcome message pop up, and the time it takes before god mode is off _TimeL = 6; //Time between the welcome message to the end message servername = "Change me"; //You server name mess = true; //Show message when god mode is off /*  *********** CONFIG END *********** */ //God mode Start waitUntil {!isNil "dayz_animalCheck"}; player_zombieCheck = {}; player_fired = {}; fnc_usec_damageHandler = {}; thePlayer removeAllEventHandlers "handleDamage"; thePlayer addEventHandler ["handleDamage", {false}]; thePlayer allowDamage false; sleep 4; /*         YOU CAN EDIT HERE         Make sure to edit in the >xxxx< */ "Dayz Epoch" hintC parseText format [" <t size='1.25' shadow='1'align='left' color='#ff8800'>Welcome to %1</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>www.dayzfallendead.tk/</t><br/>", (servername)]; sleep _Time;  cutText [_Message, "PLAIN DOWN"]; if ( mess ) then { systemChat ( "God mode off" ); }; player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; player_fired = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_fired.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageHandler.sqf"; thePlayer addEventHandler ["handleDamage", {true}]; thePlayer removeAllEventHandlers "handleDamage"; thePlayer allowDamage true; sleep _TimeL;  cutText [_Ending, "PLAIN DOWN"];
  3. Like
    Asian Kid got a reaction from DJbeast11 in New spawn server info board and welcome message 1.0.6.1   
    What the does?
    - Make a info board like the trader menu
      - displays info on your server or anything you want, such as rules
     
    How can I edit it?
    - Open the spawn.sqf and there is a config part only mess with that and the info board part.
     
     
    Photos
    Info Board!!!!

    Then turns into a temp debug the turns off god mode

    TO INSTALL
     
    Find this in the init.sqf
     
    3 fadeSound 1; 3 fadeMusic 1; endLoadingScreen; Add this under
     
    [] execVM "scripts\spawn.sqf";  Now download the spawn.sqf and place it in the main mission folder
     
    repack the pbo and upload it
     
    DONE hope you enjoy and report bugs and other problems.
     
    spawn.sqf 
     
     
    private [ "_Message","_Time""_Ending","_TimeL"]; /*          Start up menu made my Asian Kid          plz credit me when needed */ /*  *********** CONFIG START ***********                (%1 is the players name don't change) */ _Message = format["Change me %1 ",format["%1", name player]];//Welcome message after the menu pops up  _Ending = format["Change me %1 ",format["%1", name player]];//end message after god mode is off _Time = 20; //Time before the welcome message pop up, and the time it takes before god mode is off _TimeL = 6; //Time between the welcome message to the end message servername = "Change me"; //You server name mess = true; //Show message when god mode is off /*  *********** CONFIG END *********** */ //God mode Start waitUntil {!isNil "dayz_animalCheck"}; player_zombieCheck = {}; player_fired = {}; fnc_usec_damageHandler = {}; thePlayer removeAllEventHandlers "handleDamage"; thePlayer addEventHandler ["handleDamage", {false}]; thePlayer allowDamage false; sleep 4; /*         YOU CAN EDIT HERE         Make sure to edit in the >xxxx< */ "Dayz Epoch" hintC parseText format [" <t size='1.25' shadow='1'align='left' color='#ff8800'>Welcome to %1</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>www.dayzfallendead.tk/</t><br/>", (servername)]; sleep _Time;  cutText [_Message, "PLAIN DOWN"]; if ( mess ) then { systemChat ( "God mode off" ); }; player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; player_fired = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_fired.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageHandler.sqf"; thePlayer addEventHandler ["handleDamage", {true}]; thePlayer removeAllEventHandlers "handleDamage"; thePlayer allowDamage true; sleep _TimeL;  cutText [_Ending, "PLAIN DOWN"];
  4. Like
    Asian Kid got a reaction from Nakama Mind in New spawn server info board and welcome message 1.0.6.1   
    Take this part
     
    "Dayz Epoch" hintC parseText format [" <t size='1.25' shadow='1'align='left' color='#ff8800'>Welcome to %1</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>www.dayzfallendead.tk/</t><br/>", (servername)]; Make another sqf file 
    Then add this to the key you want it to be bidden to
    [] execVM "XXXX\Info.sqf"; 
     
    EX
     
    if (_dikCode == 210) then { []EvecVM "XXXX\Info.sqf"; };
  5. Like
    Asian Kid got a reaction from Darihon in [WiP] Server Easter Egg/Event Bank Robbery   
    I know I can do this with my bunker easter egg I made before.
    Can be found here



    This is going to be on Cherno
    Just wounder if you guys would like it 

    Whats is it?
    Well you need to get the bank code from a guy to get in the vault
    Kill the guards
    get away with the money

    Probably going to be more than this
  6. Like
    Asian Kid got a reaction from Styx in [Resources] - DayZ Epoch Additions   
    Hello everyone this is everything for Epoch 1.0.1.5, such as scripts, map add-ons and much more. I hope this help you from trying the scripts that won't work and help you from jumping all over the forums.
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     
    Last updated Aug 6 2013
     
    KEY
    $ - Working
    * - Not Working
    # - May not work/needs testing/re coded
     
    Format Example
    $ Script/addon- Author
    Small description
     
    Before you start I recommend to get these
    Notepad++ (Highly recommend)
    Squint
    Arma Edit Update
    ArmaScript Recoded
    More to be added later
     
    Class Names
    Arma 2
    Arma 2 OA
    Dayz
    Epoch Class Names
     
    Links to check out
    Dayz Epoch Wiki
    SQL server clean up
     
    NEED HELP??

     
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  7. Like
    Asian Kid got a reaction from Styx in [Resources] - DayZ Epoch Additions   
    Epoch Mission PBO addons
    Not fully done
    Tested something PM
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $ Sarge AI Framework - Sarge
    Adds AI into your server
     
    $ Self Booldbag - Krixes
    Lets you give yourself a bloodbag
     
    $ Tent Healing - Krixes
    Heals you when you sleep in a tent
     
    $Auto refuel - muddr
    Make fuel pumps work at gas stations
    Update for epoch (refuel trucks)
     
    * Fast Rope - Kind-Sir
    Lets you repel from a chopper
     
    $ Debug Monitor with toggleable function - Matt L
    On/Off Debug Monitor
     
    $ Custom map markers -lazyink
    Lets you add custom markers on the map
     
    # Color Correction - Tiger
    Changes the color tones
     
    $ Towing/lift - swampfox424
    Lets you tow and lift vehicles
     
    $Dayz House Lights - axeman
    Add lights inside buildings
     
    $Dayz Illumination Tower Lights -axeman
    Add lights to light towers
     
    $ Street Lights - axeman
    Adds lights to the streets
     
    # Cannibalism - seaweeduk
    Allows you to gut and eat players
     
    # Headshot Suicide - Grafzhl
    Lets you kill yourself
     
    $ Adding custom map markers the easy way - Asian Kid
    Adds markers to the map
     
    $ Weapon cache - Jack Marslow
    Adds weapons creates in the map
     
    # Safe Zones with godmode - kris
    Protects you in the radius
     
    $ Knockout - PLayer2
    Lets you knock people
     
    # Ground Fog - Andrew_s90
    Adds fog to the ground of the map
     
    # Snow - Audio Rejectz
    Adds snow to the ground of the map
     
    $ Excelsior Bridge v1.2 - Excelsior
    Adds a bridge to Skalisty
     
    $ Booby Trap - Matt L
    A trap that explodes when you get close
     
    $ Remove skins  - Churchie
    Lets you take off peoples skins (example ghillie suit)
     
    $ Safe Zone - ghostphntom172
    Stops gunfire in the radius
     
    $ Halo Jump  - Unkinhead
    Adds sky diving into your server
     
    # Halo Jump At Spawn - Unkinhead
    Skydiving when you spawn
     
    * Custom Death Screen - xeonon
    Adds different death screen
  8. Like
    Asian Kid got a reaction from Styx in [Resources] - DayZ Epoch Additions   
    Epoch Server PBO addons
    Not fully done
    Tested something PM
    ///////////////////////////////////////////////////////////////////////////////////
     
    # Base Building - daimyo21
    Lets you build things in dayz
     
    # Base Building improvements - kikyou2
    Add/changes things to base building
     
    $ DZAI Lite - Buttface
    Adds AI through the server pbo
     
    $ Anti hack - x00
    Xoo is a fake steals from infiSTAR new link goes to infiSTAR webpage.
     
    # Anti-combat logging - superlub
    Stops combat loggers from leaving
     
    # Random Clothing Parcels - seaweeduk
    Adds more skins
     
    #Animated Heli Crashes - grafzah
    Make heil crashes more real
     
    # Animated C130 crashes - Grosy
    Make C130 crashes more real
     
    # Wardrobe - Freaking Fred
    Scrollwheel menu to change clothing 
     
    $ Dayz Mission System - Lazyink
    Adds missions like wasteland
  9. Like
    Asian Kid got a reaction from icey in New spawn server info board and welcome message 1.0.6.1   
    This is not right 
    _Message = format[Welcome to Braindeath-Gaming, %1 ",format["%1", name player]];//Welcome message after the menu pops up _Ending = format["Good Luck, %1 ",format["%1", name player]];//end message after god mode is off Need to be
    _Message = format["Welcome to Braindeath-Gaming %1 ",format["%1", name player]];//Welcome message after the menu pops up _Ending = format["Good Luck %1 ",format["%1", name player]];//end message after god mode is off
  10. Like
    Asian Kid got a reaction from NateDaBeast in Alpha-Zeta Bandit camp Addons   
    What this is?
    Added a little mission for the original Alpha-Zeta Bandit camp
     
    ADDS
    -Keypad to get in the bunker
    -New FOB and camp widely place around the map
    -Lights at the bunker
    -Custom humanity settings to get the codes
    -Bride the Ai to get the codes
    -A scroll menu to the traders to start the quest (Its the story dialogue) 
    -Safe zone to the bunker
    -Backpacks are near the box (default 1 large gun bag)
    -Plot poles around the new buildings (able to turn off and on)
    -Zed shield (able to be turned off and on)
    -Health regeneration
    - Admins get code instantly
     
    Changes
    -Redid some of the original bunker map
    -Added a wall and other items so people cant just drive up to the bunker
    -Changed the AI system to DZAI
    -Changed the loot in the in box
     
     
    Fixes
    -The hole in the bunker
      -Also added more rocks around the bunker just in case
     
    Removed
    -Heil patrols around the bunker
    -Paratroops
    -TWS weapons except the Scar H TWS SD
    -Markers for the bunker and camp
     
    TIps 
    Don't tell players where the locations of the FOB and the Camps are
    The traders help players get started
     
    Pictures
    LINK
    May not be up to date
     
    The quest 
    - Find out what's in the bunker
     
    Story dialogue 
    MAN: Hey, did you hear about that bunker down south?
    ME:   No, there is a bunker on this island?
    MAN: Yea, I saw it on the way here. Looked like it was well guarded. I have been asking around about it, and supposedly some guy up north knows the code for it. 
    MAN: People say we are part of the operation. Then he left and became a rebel against the soldiers. 
    ME:   Well, now that you spoken of this. I kinda want to know what's inside, and why they are keeping us out.
    MAN: I can take you up north if you like?
    ME: Nah, I know my way around here. 
     
    Upcoming change log
    - Sound to the the keypad when you press the button
     
    How to install
    Just look in the readme files
     
    DOWNLOAD!!!!
    Link
    -Its on google drive 
    -Look on the bottom right side
     
    //###########################################
    Anti hack system?
    Add this to the CMDMenus  
     
    "USER:bunker","#USER:FOB"
    //###########################################

    Part one



    Part two
  11. Like
    Asian Kid got a reaction from Friendly in Custom Suicide script 5/1/14   
    This is a simple suicide script that adds right click to the pisoals to execute the suicide.
     
    How is this different?

     Add scream before death no extra sound file need. You can add your own sound or sounds in the script Over kills the player so die if they have a SD weapon Fixed it so the pistol sound is shot not the primary  Easy custom config to change the sound and message This script is still not done so please let me know what is not working. 
    Installation guide
     
    skip this if you are running epoch
    Not running epoch well you have to add this to the self actions at the bottom.



     
    Step one
    Install right click addon/script and add this to it
    Thanks to @Turtle and @FriendlyPA



     
    Step 2
    The script
    Place this script in custom folder and name it suicide.sqf



     
    Report any errors and enjoy
  12. Like
    Asian Kid got a reaction from TheSZIMRE in [HowTo] add Chernarus-Spawnselection   
    Yea I saw it but the file was not there.
  13. Like
    Asian Kid got a reaction from Rythron in AI recruitment for epoch   
    Easier way must add it to a menu.
    http://opendayz.net/threads/server-menu-script-for-dayz-interested.17907/
     
    Install this and you can remove everything and add this below or just add whats below
     
    IN the server menu.sqf
    add this before 
    s_player_servermenuCancel = player addAction ["close","custom\functions\server_menuClose.sqf","",-1,false,false,"", ""]; Add this
    s_player_servermenu13 = player addAction [("<t color=""#01DF01"">" + ("AI Recruitment") +"</t>"),"bon_recruit_units\open_dialog.sqf","",-1,false,false,"", ""]; In the server menu close
    Add
    player removeAction s_player_servermenu13; Do that same in the self actions
  14. Like
    Asian Kid got a reaction from Creep in Weapon customization   
    What it does
    Adds SD to weapons Adds Red Dots to Weapons Adds Flash flights Adds NVG to weapons Adds Scopes Add grenade launchers laser Acogs scopes All the attachments can be removed.
     
    All you have to do is right click the compatible gun no mods needed
     
    Release will be this week or next
    Fixing bugs and add most combinations for weapons.
  15. Like
    Asian Kid reacted to Asian Kid in Weapon customization   
    What it does
    Adds SD to weapons Adds Red Dots to Weapons Adds Flash flights Adds NVG to weapons Adds Scopes Add grenade launchers laser Acogs scopes All the attachments can be removed.
     
    All you have to do is right click the compatible gun no mods needed
     
    Release will be this week or next
    Fixing bugs and add most combinations for weapons.
  16. Like
    Asian Kid got a reaction from Friendly in Weapon customization   
    What it does
    Adds SD to weapons Adds Red Dots to Weapons Adds Flash flights Adds NVG to weapons Adds Scopes Add grenade launchers laser Acogs scopes All the attachments can be removed.
     
    All you have to do is right click the compatible gun no mods needed
     
    Release will be this week or next
    Fixing bugs and add most combinations for weapons.
  17. Like
    Asian Kid got a reaction from MrPredatorr in Weapon customization   
    What it does
    Adds SD to weapons Adds Red Dots to Weapons Adds Flash flights Adds NVG to weapons Adds Scopes Add grenade launchers laser Acogs scopes All the attachments can be removed.
     
    All you have to do is right click the compatible gun no mods needed
     
    Release will be this week or next
    Fixing bugs and add most combinations for weapons.
  18. Like
    Asian Kid got a reaction from Rythron in GOD mode for fast rope   
    Change the fastrope init to this

    #include "=BTC=_functions.sqf" BTC_fast_rope_h = 40; BTC_AI_fast_rope_on_deploy = 1; BTC_roping_chopper = [ "CH47_base_EP1","Mi17_base","Mi24_Base","UH1H_base","UH1_Base","UH60_Base","MV22","BAF_Merlin_HC3_D","Ka60_Base_PMC","Mi24_Base"]; { _rope = _x addaction [("<t color=""#ED2744"">") + ("Deploy rope") + "</t>","=BTC=_fast_roping\=BTC=_addAction.sqf",[[],BTC_deploy_rope],7,true,false,"","player == driver _target && format [""%1"",_target getVariable ""BTC_rope""] != ""1"" && ((getPos _target) select 2) < BTC_fast_rope_h && speed _target < 2"]; _rope = _x addaction [("<t color=""#ED2744"">") + ("Cut rope") + "</t>","=BTC=_fast_roping\=BTC=_addAction.sqf",[[],BTC_cut_rope],7,true,false,"","player == driver _target && format [""%1"",_target getVariable ""BTC_rope""] == ""1"""]; _out = _x addaction [("<t color=""#ED2744"">") + ("Fast rope") + "</t>","=BTC=_fast_roping\=BTC=_addAction2.sqf",[[player],BTC_fast_rope],7,true,false,"","player in (assignedCargo _target) && format [""%1"",_target getVariable ""BTC_rope""] == ""1"""]; } foreach (nearestObjects [[3000,3000,0], BTC_roping_chopper, 50000]); And add this file called =BTC=_addAction2.sqf 

    _array = _this select 3; _param = _array select 0; _code = _array select 1; _spawn = _param spawn _code; titleText ["God on.","PLAIN DOWN"]; titleFadeOut 3; playsound "fastrope";//take out if you dont have the sound file player_zombieCheck = {}; fnc_usec_damageHandler = {}; _thePlayer removeAllEventHandlers "handleDamage"; _thePlayer addEventHandler ["handleDamage", {false}]; _thePlayer allowDamage false; sleep 8; player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageHandler.sqf"; _thePlayer addEventHandler ["handleDamage", {true}]; _thePlayer removeAllEventHandlers "handleDamage"; _thePlayer allowDamage true; titleText ["God off.","PLAIN DOWN"]; titleFadeOut 3; For the sound add this to the description.ext
    class CfgSounds { sounds[] = {fastrope}; class fastrope { name="fastrope"; sound[]={"fastrope.ogg",0.9,1}; titles[] = {}; }; }; for the sound filehttps://www.mediafire.com/?o5dqyu6yjdm7cda
  19. Like
    Asian Kid reacted to Asian Kid in Alpha-Zeta Bandit camp Addons   
    What this is?
    Added a little mission for the original Alpha-Zeta Bandit camp
     
    ADDS
    -Keypad to get in the bunker
    -New FOB and camp widely place around the map
    -Lights at the bunker
    -Custom humanity settings to get the codes
    -Bride the Ai to get the codes
    -A scroll menu to the traders to start the quest (Its the story dialogue) 
    -Safe zone to the bunker
    -Backpacks are near the box (default 1 large gun bag)
    -Plot poles around the new buildings (able to turn off and on)
    -Zed shield (able to be turned off and on)
    -Health regeneration
    - Admins get code instantly
     
    Changes
    -Redid some of the original bunker map
    -Added a wall and other items so people cant just drive up to the bunker
    -Changed the AI system to DZAI
    -Changed the loot in the in box
     
     
    Fixes
    -The hole in the bunker
      -Also added more rocks around the bunker just in case
     
    Removed
    -Heil patrols around the bunker
    -Paratroops
    -TWS weapons except the Scar H TWS SD
    -Markers for the bunker and camp
     
    TIps 
    Don't tell players where the locations of the FOB and the Camps are
    The traders help players get started
     
    Pictures
    LINK
    May not be up to date
     
    The quest 
    - Find out what's in the bunker
     
    Story dialogue 
    MAN: Hey, did you hear about that bunker down south?
    ME:   No, there is a bunker on this island?
    MAN: Yea, I saw it on the way here. Looked like it was well guarded. I have been asking around about it, and supposedly some guy up north knows the code for it. 
    MAN: People say we are part of the operation. Then he left and became a rebel against the soldiers. 
    ME:   Well, now that you spoken of this. I kinda want to know what's inside, and why they are keeping us out.
    MAN: I can take you up north if you like?
    ME: Nah, I know my way around here. 
     
    Upcoming change log
    - Sound to the the keypad when you press the button
     
    How to install
    Just look in the readme files
     
    DOWNLOAD!!!!
    Link
    -Its on google drive 
    -Look on the bottom right side
     
    //###########################################
    Anti hack system?
    Add this to the CMDMenus  
     
    "USER:bunker","#USER:FOB"
    //###########################################

    Part one



    Part two
  20. Like
    Asian Kid got a reaction from Styxx in [Resources] - DayZ Epoch Additions   
    Hello everyone this is everything for Epoch 1.0.1.5, such as scripts, map add-ons and much more. I hope this help you from trying the scripts that won't work and help you from jumping all over the forums.
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     
    Last updated Aug 6 2013
     
    KEY
    $ - Working
    * - Not Working
    # - May not work/needs testing/re coded
     
    Format Example
    $ Script/addon- Author
    Small description
     
    Before you start I recommend to get these
    Notepad++ (Highly recommend)
    Squint
    Arma Edit Update
    ArmaScript Recoded
    More to be added later
     
    Class Names
    Arma 2
    Arma 2 OA
    Dayz
    Epoch Class Names
     
    Links to check out
    Dayz Epoch Wiki
    SQL server clean up
     
    NEED HELP??

     
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  21. Like
    Asian Kid got a reaction from adrianna in New spawn server info board and welcome message 1.0.6.1   
    What the does?
    - Make a info board like the trader menu
      - displays info on your server or anything you want, such as rules
     
    How can I edit it?
    - Open the spawn.sqf and there is a config part only mess with that and the info board part.
     
     
    Photos
    Info Board!!!!

    Then turns into a temp debug the turns off god mode

    TO INSTALL
     
    Find this in the init.sqf
     
    3 fadeSound 1; 3 fadeMusic 1; endLoadingScreen; Add this under
     
    [] execVM "scripts\spawn.sqf";  Now download the spawn.sqf and place it in the main mission folder
     
    repack the pbo and upload it
     
    DONE hope you enjoy and report bugs and other problems.
     
    spawn.sqf 
     
     
    private [ "_Message","_Time""_Ending","_TimeL"]; /*          Start up menu made my Asian Kid          plz credit me when needed */ /*  *********** CONFIG START ***********                (%1 is the players name don't change) */ _Message = format["Change me %1 ",format["%1", name player]];//Welcome message after the menu pops up  _Ending = format["Change me %1 ",format["%1", name player]];//end message after god mode is off _Time = 20; //Time before the welcome message pop up, and the time it takes before god mode is off _TimeL = 6; //Time between the welcome message to the end message servername = "Change me"; //You server name mess = true; //Show message when god mode is off /*  *********** CONFIG END *********** */ //God mode Start waitUntil {!isNil "dayz_animalCheck"}; player_zombieCheck = {}; player_fired = {}; fnc_usec_damageHandler = {}; thePlayer removeAllEventHandlers "handleDamage"; thePlayer addEventHandler ["handleDamage", {false}]; thePlayer allowDamage false; sleep 4; /*         YOU CAN EDIT HERE         Make sure to edit in the >xxxx< */ "Dayz Epoch" hintC parseText format [" <t size='1.25' shadow='1'align='left' color='#ff8800'>Welcome to %1</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>xxxxxxxxxxxxxxxxxxxxxxxxxx</t><br/> <t size='.7' shadow='1'align='left' color='#FFFFFF'></t><br/> <t size='1.1' shadow='1'align='left' color='#FFFFFF'>www.dayzfallendead.tk/</t><br/>", (servername)]; sleep _Time;  cutText [_Message, "PLAIN DOWN"]; if ( mess ) then { systemChat ( "God mode off" ); }; player_zombieCheck = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieCheck.sqf"; player_fired = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_fired.sqf"; fnc_usec_damageHandler = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageHandler.sqf"; thePlayer addEventHandler ["handleDamage", {true}]; thePlayer removeAllEventHandlers "handleDamage"; thePlayer allowDamage true; sleep _TimeL;  cutText [_Ending, "PLAIN DOWN"];
  22. Like
    Asian Kid reacted to peipo118 in New spawn server info board and welcome message 1.0.6.1   
    Hmm did not work for me at all.. i have implemented a spawn cam into the script but it should have shown the screen anyways though..
  23. Like
    Asian Kid got a reaction from JohnesNumb in Anyone want to start a clan?   
    I want to start a clan but I want people to join now befor its made.
  24. Like
    Asian Kid got a reaction from th3c0re in [HOW TO] Adding Color effects to your server!   
    Need to give credit to the people who did make it
  25. Like
    Asian Kid reacted to Achmed in [HowTo] add InfectedCamps   
    Anyone else have login problems with it?
×
×
  • Create New...