Jump to content

JIoBu_II_JIIOxy

Member
  • Posts

    24
  • Joined

  • Last visited

Posts posted by JIoBu_II_JIIOxy

  1. Would either of you want to send me a copy of your PBOs and/or server / client logs so I can take a look? I can't seem to reproduce this issue on my end so it's tough for me to figure out. I have looked through the code multiple times and don't see what could be causing this.

     

    Also, I made an update with 1.2.8 that *should* have helped fix it if you haven't tried that yet.

    put the old version of the script 2.6.0, this problem is not lost

  2. Hi guys,

     

    I decided to make my Overpoch Skin chaning public. ( Screenshots on bottom)

     

    Credits to Boyd and BON for making the original Skin trader script.

     

    I release a version for Epoch and Overpoch.

     

     

    The scripts let u right click a clothing and give u a dialog to choose serveral linked skins to that specific skin. It shows you every possible skin you can have with your current inventory. No more trader needed. Make it harder to find a skin! 

     

    You can change skin even when you are wearing a overwatch or arma skin!

     

     

     

    All files + instructions your find on my website:

     

     

     

    http://devzupa.be/#/dayz

     

     

     

    Use this forum to post feedback or ask questions.

     

    Screenshots:

     

    skin1.jpg

    skin3.jpg

    skin2.jpg

    installed your mod and when removing the skin writes Zupa: "These clothes can not be taken!" tell me what to do?

  3. Hello I have a problem with the card and GPS pressing the RMB and selecting Toggle Map Marker You expelled from the games. (BattlEye: Script Restriction #58)

     

    it logs

    17.07.2014 19:17:29: [VTR]P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #58 "ker setMarkerTypeLocal "mil_dot";

    _marker setMarkerTextLocal "you";
    _marker setMarkerColorLocal "ColorGreen";
    } else {
    DZE_SELF_"
  4. please help here are the logs 14.07.2014 22:24:29: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #0 "PVAH_AdminReq" = [1.23457e+006,<NULL-object>]

    14.07.2014 22:29:25: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #0 "PVAH_AdminReq" = [1.23457e+006,<NULL-object>]
    14.07.2014 22:31:31: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #0 "PVAHR_0_789215" = ["P_JI_IOxa","76561198015929553","New Player: ["5",[],[],[0,0,0],true,"1.0.5.1","Survivor2_DZ",true,true,0]"]
    14.07.2014 22:46:22: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #11 "PVAHR_0_263012" = ["P_JI_IOxa","76561198015929553","New Player: ["6",[],[],[0,0,0],true,"1.0.5.1","Survivor2_DZ",true,true,0]"]
    14.07.2014 22:46:23: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #9 "PVAH_AdminReq" = [1.23457e+006,<NULL-object>]
    14.07.2014 22:46:23: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - Value Restriction #77 "PVAH_AdminReq" = [1.23457e+006,<NULL-object>]
    14.07.2014 22:53:16: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #10 "PVAHR_0_759693" = ["P_JI_IOxa","76561198015929553","New Player: ["7",[],[],[0,0,0],true,"1.0.5.1","Survivor2_DZ",true,true,0]"]
    14.07.2014 22:53:16: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - Value Restriction #77 "PVAH_AdminReq" = [1.23457e+006,<NULL-object>]
    14.07.2014 22:58:10: P_JI_IOxa (192.168.0.20:2316) ceaad9cd00c17c267993dad877644da5 - #7 "drn_AskServerDynamicWeatherEventArgs" = [true]
  5.  

    addons\wmod\player_deploy.sqf

     

     

     

    sorry - these are pulled in from the click actions mod that is part of the core. this will change a bit once i combine my addons into one package.

     

    to remove them go into overwrites\click_actions\config.sqf and comment out the 3 lines for the GPS

    ["ItemGPS","Scan Nearby","if(isNil 'DZE_CLICK_ACTIONS_GPS_RANGE') then {DZE_CLICK_ACTIONS_GPS_RANGE = 1500;};DZE_CLICK_ACTIONS_ZOMBIE_COUNT = count ((position player) nearEntities ['zZombie_Base',DZE_CLICK_ACTIONS_GPS_RANGE]); DZE_CLICK_ACTIONS_MAN_COUNT = count ((position player) nearEntities ['CAManBase',DZE_CLICK_ACTIONS_GPS_RANGE]);cutText[format['Within %1 Meters: %2 AI/players, %3 zombies, %4 vehicles',DZE_CLICK_ACTIONS_GPS_RANGE,DZE_CLICK_ACTIONS_MAN_COUNT - DZE_CLICK_ACTIONS_ZOMBIE_COUNT,count ((position player) nearEntities ['zZombie_Base',DZE_CLICK_ACTIONS_GPS_RANGE]),count ((position player) nearEntities ['allVehicles',DZE_CLICK_ACTIONS_GPS_RANGE]) - DZE_CLICK_ACTIONS_MAN_COUNT],'PLAIN DOWN'];","true"],
    ["ItemGPS","Range Up"   ,"if(isNil 'DZE_CLICK_ACTIONS_GPS_RANGE') then {DZE_CLICK_ACTIONS_GPS_RANGE = 1500;};DZE_CLICK_ACTIONS_GPS_RANGE = (DZE_CLICK_ACTIONS_GPS_RANGE + 100) min 2500; cutText[format['GPS RANGE: %1',DZE_CLICK_ACTIONS_GPS_RANGE],'PLAIN DOWN'];","true"],
    ["ItemGPS","Range Down" ,"if(isNil 'DZE_CLICK_ACTIONS_GPS_RANGE') then {DZE_CLICK_ACTIONS_GPS_RANGE = 1500;};DZE_CLICK_ACTIONS_GPS_RANGE = (DZE_CLICK_ACTIONS_GPS_RANGE - 100) max 1000;  cutText[format['GPS RANGE: %1',DZE_CLICK_ACTIONS_GPS_RANGE],'PLAIN DOWN'];","true"],
    
    

    Hello there was a problem with filters Battleye clicking on the GPS map or taggle marker Battleye kicked PublicVariable Restriction #0

×
×
  • Create New...