Jump to content

He-Man

Developer
  • Posts

    808
  • Joined

  • Last visited

  • Days Won

    63

Reputation Activity

  1. Like
    He-Man got a reaction from RC_Robio in A3 Epoch v1.3.2 Update   
    Arma 3 Epoch 1.3.2 has been released!

    Server Files:
    https://github.com/EpochModTeam/Epoch

    Gamemode File Changes:
    https://github.com/EpochModTeam/Epoch/pull/1008/files

    Release Notes:
    https://epochmod.com/forum/topic/46253-a3-epoch-v132-update/

    Full Changelog:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client Files:
    http://steamcommunity.com/sharedfiles/filedetails/?id=421839251
    http://www.moddb.com/mods/epoch/downloads/epoch
    http://www.armaholic.com/page.php?id=27245
     
    (Optional)
    Server Files are available here: 
    https://steamcommunity.com/sharedfiles/filedetails/?id=1642000412
    Note: this is meant for updates only as there is no DB folder and all configs appended with "-example". The first-time install would need this -example part removed from the file name and the DB folder from Server Files on GitHub. Other than that it should just override and update the server pbo's and mission files and dll's .
     
    Added
    Non Lethal Weapons Make opponents unconscious with special weapons Unconscious players can be woken up by a MultiGun with Heal Player attachment after a random timer (60-180 seconds) Paint Garages (with optional map markers) around the map for painting Vehicles Park your Vehicle in / on the Garage and hold Space (DynaMenu) on the Terminal Costs: 500 Krypto (Configurable by Admins) https://plays.tv/video/5d5d721191c8f06d14 Player / Server Statistics (within the E-Pad) Times connected / Playtime (hours) / Max Alivetime (hours) / Distance Walked (Km) Objects Looted / Trades at Trader / Placed Buildings / Crafted Items Karma / Player Revived / Tradermissions Player Kills / AI Kills / Antagonist Kills / Zombie Kills Deaths by Player / Deaths by AI / Suicides K/D PvP / K/D PvE https://plays.tv/video/5d5d716b0b171855fe Hint in Inventory for Heal / Revive / Repair to be used as MultiGun Attachment Item description to Trader items https://cdn.discordapp.com/attachments/474595539107971072/622554669830373399/unknown.png UAV Backpacks - Assemble and then use via DynaMenu (SpaceMenu) Animated Heli Crash (with scattered loot) https://plays.tv/video/5d8a717407926fbfc2 Some Chinese translations (thx to @CHL198011) Fixed
    Players could instant get killed on contact with new placed BaseBuilding Parts Players Glasses (Goggles) were not correctly added on login / revive Some Building Parts where falling down on build (also when snapped correctly) Texture for Solar Generator / Charger was broken Changed
    Weapon attachments are no longer dismounted within containers on restarts Clothings (BackPacks / Vests / Uniforms) in storages will no longer get unpacked on restarts Vehicle / Storage Lock Colorized Vehicle / Storage Lock messages Hint how long your Vehicle will stay locked on lock Vehicles locked inside your own PlotPole-Range have now a longer Locktime Inside your PlotPole-Range: 3 days Outside your PlotPole-Range: 30 minutes https://plays.tv/video/5d5d71d2137413ba08 Increased UAV sounds Changed Taru / Huron / Mohawk Door Sounds (more decent sound) changed unarmed jump animation UAV-Support (AI's) will now spawn a bit more away from your Position Changed / Fixed some Epoch asset models Reduced Rain by default Hunger / Thirst / Alcohol loss no longer depends on time multiplier by default Reworked Looting function (Epoch furnitures + additional ground Loot) Server Owners
    Added an option to force the Gender for Players on Spawn / Respawn with "ForceGender" in cfgEpochClient.hpp Added the FastNights Epoch Event by default to epochconfig.hpp Added Compatibility to Lythium and Livonia Map Added a MultiMap compatibility Make it possible to run also not official supported maps Use the mission.sqm within the epoch._ChangeMe folder Spawn (Debug-Box) is set to [0,0] and spawn positions are random created on restarts Custom Textures (e.g. from Paintshop) can now be saved to the Database set "UseCustomTextures" in epochconfig.hpp to "true" force saving Vehicles after painting by: Client side Scripts: _vehicle call EPOCH_interact; Server side Scripts: _vehicle call EPOCH_server_save_vehicle; To adjust the new BaseLock-Time, use "vehicleLockTimeHome" in epochconfig.hpp Configs for the Painting Garage (available colors / Costs) can be found in CfgPainting.hpp SetUnitLoadout has been replaced by an Epoch function. To simply strip and reload Inventory, use "call EPOCH_ReloadLoadout"; Player Login Mass-Check Another fix to prevent login issues If you still have issues, make sure these positions are very close in your mission.sqm: respawn_east respawn_west all VirtualMan_EPOCH Entities Players playtimes are now shown in the Playerlist in Adminmenu https://cdn.discordapp.com/attachments/474595539107971072/613059969943601208/unknown.png Added a function to jump up for Admins in Adminmenu Admin Teleport on mapclick now use ALT instead of CTRL (prevent creating Linemarkers) Added an option "EnablePhysicsOnBuild" to cfgEpochClient.hpp to disable physics while Building Changed syntax in cfgServicePoints to allow inherits from other Vehicle Classes Some more infos can be found here: https://epochmod.com/forum/topic/34454-repair-rearming-script/?do=findComment&comment=307310 Added a config for the already available FastNight Event to epochconfig.hpp New Weapons + Mags: pvcrifle_01_F NL_pvc_bb_mag -> Knockout nl_Shotgun NL_shot_bb_mag -> Knockout nl_auto_xbow xbow_mag_bolt -> Kill xbow_mag_tranq -> Knockout xbow_mag_exp -> small explosion -> Kill hgun_Pistol_tranq_01 tranq_dart_mag -> Knockout If you run Infistar lower then v260 (not published for now), you have to change this inside your Infistar files! A3AH: 1
    Search for: "_addCaseHDMG = 0;" add a new line behind it with: "_addCaseHDMG = player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" 2
    Search for: "if(_addCaseHDMG == _roundRandomNumberHDMG)then" change it to: "if(_addCaseHDMG == (_roundRandomNumberHDMG+1))then" 3
    Search for: "player addEventHandler ['HandleDamage',''];" change it to: "player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" A3AT: 1 Search for: "player addEventHandler ['HandleDamage',{}];" replace it with: "if (infiSTAR_MOD == 'Epoch') then {player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];}else {player addEventHandler ['HandleDamage',{}];};"  
  2. Like
    He-Man got a reaction from TheStainlessSteelRat in A3 Epoch v1.3.2 Update   
    Arma 3 Epoch 1.3.2 has been released!

    Server Files:
    https://github.com/EpochModTeam/Epoch

    Gamemode File Changes:
    https://github.com/EpochModTeam/Epoch/pull/1008/files

    Release Notes:
    https://epochmod.com/forum/topic/46253-a3-epoch-v132-update/

    Full Changelog:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client Files:
    http://steamcommunity.com/sharedfiles/filedetails/?id=421839251
    http://www.moddb.com/mods/epoch/downloads/epoch
    http://www.armaholic.com/page.php?id=27245
     
    (Optional)
    Server Files are available here: 
    https://steamcommunity.com/sharedfiles/filedetails/?id=1642000412
    Note: this is meant for updates only as there is no DB folder and all configs appended with "-example". The first-time install would need this -example part removed from the file name and the DB folder from Server Files on GitHub. Other than that it should just override and update the server pbo's and mission files and dll's .
     
    Added
    Non Lethal Weapons Make opponents unconscious with special weapons Unconscious players can be woken up by a MultiGun with Heal Player attachment after a random timer (60-180 seconds) Paint Garages (with optional map markers) around the map for painting Vehicles Park your Vehicle in / on the Garage and hold Space (DynaMenu) on the Terminal Costs: 500 Krypto (Configurable by Admins) https://plays.tv/video/5d5d721191c8f06d14 Player / Server Statistics (within the E-Pad) Times connected / Playtime (hours) / Max Alivetime (hours) / Distance Walked (Km) Objects Looted / Trades at Trader / Placed Buildings / Crafted Items Karma / Player Revived / Tradermissions Player Kills / AI Kills / Antagonist Kills / Zombie Kills Deaths by Player / Deaths by AI / Suicides K/D PvP / K/D PvE https://plays.tv/video/5d5d716b0b171855fe Hint in Inventory for Heal / Revive / Repair to be used as MultiGun Attachment Item description to Trader items https://cdn.discordapp.com/attachments/474595539107971072/622554669830373399/unknown.png UAV Backpacks - Assemble and then use via DynaMenu (SpaceMenu) Animated Heli Crash (with scattered loot) https://plays.tv/video/5d8a717407926fbfc2 Some Chinese translations (thx to @CHL198011) Fixed
    Players could instant get killed on contact with new placed BaseBuilding Parts Players Glasses (Goggles) were not correctly added on login / revive Some Building Parts where falling down on build (also when snapped correctly) Texture for Solar Generator / Charger was broken Changed
    Weapon attachments are no longer dismounted within containers on restarts Clothings (BackPacks / Vests / Uniforms) in storages will no longer get unpacked on restarts Vehicle / Storage Lock Colorized Vehicle / Storage Lock messages Hint how long your Vehicle will stay locked on lock Vehicles locked inside your own PlotPole-Range have now a longer Locktime Inside your PlotPole-Range: 3 days Outside your PlotPole-Range: 30 minutes https://plays.tv/video/5d5d71d2137413ba08 Increased UAV sounds Changed Taru / Huron / Mohawk Door Sounds (more decent sound) changed unarmed jump animation UAV-Support (AI's) will now spawn a bit more away from your Position Changed / Fixed some Epoch asset models Reduced Rain by default Hunger / Thirst / Alcohol loss no longer depends on time multiplier by default Reworked Looting function (Epoch furnitures + additional ground Loot) Server Owners
    Added an option to force the Gender for Players on Spawn / Respawn with "ForceGender" in cfgEpochClient.hpp Added the FastNights Epoch Event by default to epochconfig.hpp Added Compatibility to Lythium and Livonia Map Added a MultiMap compatibility Make it possible to run also not official supported maps Use the mission.sqm within the epoch._ChangeMe folder Spawn (Debug-Box) is set to [0,0] and spawn positions are random created on restarts Custom Textures (e.g. from Paintshop) can now be saved to the Database set "UseCustomTextures" in epochconfig.hpp to "true" force saving Vehicles after painting by: Client side Scripts: _vehicle call EPOCH_interact; Server side Scripts: _vehicle call EPOCH_server_save_vehicle; To adjust the new BaseLock-Time, use "vehicleLockTimeHome" in epochconfig.hpp Configs for the Painting Garage (available colors / Costs) can be found in CfgPainting.hpp SetUnitLoadout has been replaced by an Epoch function. To simply strip and reload Inventory, use "call EPOCH_ReloadLoadout"; Player Login Mass-Check Another fix to prevent login issues If you still have issues, make sure these positions are very close in your mission.sqm: respawn_east respawn_west all VirtualMan_EPOCH Entities Players playtimes are now shown in the Playerlist in Adminmenu https://cdn.discordapp.com/attachments/474595539107971072/613059969943601208/unknown.png Added a function to jump up for Admins in Adminmenu Admin Teleport on mapclick now use ALT instead of CTRL (prevent creating Linemarkers) Added an option "EnablePhysicsOnBuild" to cfgEpochClient.hpp to disable physics while Building Changed syntax in cfgServicePoints to allow inherits from other Vehicle Classes Some more infos can be found here: https://epochmod.com/forum/topic/34454-repair-rearming-script/?do=findComment&comment=307310 Added a config for the already available FastNight Event to epochconfig.hpp New Weapons + Mags: pvcrifle_01_F NL_pvc_bb_mag -> Knockout nl_Shotgun NL_shot_bb_mag -> Knockout nl_auto_xbow xbow_mag_bolt -> Kill xbow_mag_tranq -> Knockout xbow_mag_exp -> small explosion -> Kill hgun_Pistol_tranq_01 tranq_dart_mag -> Knockout If you run Infistar lower then v260 (not published for now), you have to change this inside your Infistar files! A3AH: 1
    Search for: "_addCaseHDMG = 0;" add a new line behind it with: "_addCaseHDMG = player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" 2
    Search for: "if(_addCaseHDMG == _roundRandomNumberHDMG)then" change it to: "if(_addCaseHDMG == (_roundRandomNumberHDMG+1))then" 3
    Search for: "player addEventHandler ['HandleDamage',''];" change it to: "player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" A3AT: 1 Search for: "player addEventHandler ['HandleDamage',{}];" replace it with: "if (infiSTAR_MOD == 'Epoch') then {player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];}else {player addEventHandler ['HandleDamage',{}];};"  
  3. Like
    He-Man reacted to ReDBaroN in ESVP - Extended Safezones with Vehicle Protection   
    @He-Man Perfect again, thank you. All working and clean reports both on client and server.
  4. Like
    He-Man reacted to ReDBaroN in ESVP - Extended Safezones with Vehicle Protection   
    Thanks @He-Man will try as soon as I get home this evening
  5. Thanks
    He-Man got a reaction from Tarabas in ESVP - Extended Safezones with Vehicle Protection   
    I think BI have changed the behavior for waituntil loops with the latest update.
    I do not know this scripts, but you could try the following:
    Replace this line:
    waitUntil{if({if(cursorTarget isKindOf _x)exitWith{1}}count['Car','Air','Motorcycle','Tank','Ship'] == 0)then{uiSleep .2;false};if(({if(cursorTarget isKindOf _x)exitWith{1}}count['Car','Air','Motorcycle','Tank','Ship'] == 1) || !isESVP)then{true}}; with:
    waituntil {{cursorTarget isKindOf _x} count ['Car','Air','Motorcycle','Tank','Ship'] > 0 || !isESVP};  
     
    And replace this line:
    waitUntil{if(locked cursorTarget isEqualTo 0)then[{uiSleep .2;false},{if((locked cursorTarget isEqualTo 1) || !isESVP)then{true}}]}; with:
    waitUntil {(locked cursorTarget isEqualTo 1) || !isESVP};  
  6. Thanks
    He-Man got a reaction from ReDBaroN in ESVP - Extended Safezones with Vehicle Protection   
    I think BI have changed the behavior for waituntil loops with the latest update.
    I do not know this scripts, but you could try the following:
    Replace this line:
    waitUntil{if({if(cursorTarget isKindOf _x)exitWith{1}}count['Car','Air','Motorcycle','Tank','Ship'] == 0)then{uiSleep .2;false};if(({if(cursorTarget isKindOf _x)exitWith{1}}count['Car','Air','Motorcycle','Tank','Ship'] == 1) || !isESVP)then{true}}; with:
    waituntil {{cursorTarget isKindOf _x} count ['Car','Air','Motorcycle','Tank','Ship'] > 0 || !isESVP};  
     
    And replace this line:
    waitUntil{if(locked cursorTarget isEqualTo 0)then[{uiSleep .2;false},{if((locked cursorTarget isEqualTo 1) || !isESVP)then{true}}]}; with:
    waitUntil {(locked cursorTarget isEqualTo 1) || !isESVP};  
  7. Thanks
    He-Man got a reaction from ReDBaroN in ESVP - Extended Safezones with Vehicle Protection   
    Try this:
    Replace the first line in https://github.com/SPKcoding/A3_Epoch_ESVP/blob/master/%40epochhive/addons/epoch_SPK_ESVP/fn_initESVP_server.sqf
    with:
    waitUntil{missionNamespace getVariable  ['EPOCH_SERVER_READY',false]};
  8. Like
    He-Man got a reaction from Helion4 in A3 Epoch v1.3.2 Update   
    Arma 3 Epoch 1.3.2 has been released!

    Server Files:
    https://github.com/EpochModTeam/Epoch

    Gamemode File Changes:
    https://github.com/EpochModTeam/Epoch/pull/1008/files

    Release Notes:
    https://epochmod.com/forum/topic/46253-a3-epoch-v132-update/

    Full Changelog:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client Files:
    http://steamcommunity.com/sharedfiles/filedetails/?id=421839251
    http://www.moddb.com/mods/epoch/downloads/epoch
    http://www.armaholic.com/page.php?id=27245
     
    (Optional)
    Server Files are available here: 
    https://steamcommunity.com/sharedfiles/filedetails/?id=1642000412
    Note: this is meant for updates only as there is no DB folder and all configs appended with "-example". The first-time install would need this -example part removed from the file name and the DB folder from Server Files on GitHub. Other than that it should just override and update the server pbo's and mission files and dll's .
     
    Added
    Non Lethal Weapons Make opponents unconscious with special weapons Unconscious players can be woken up by a MultiGun with Heal Player attachment after a random timer (60-180 seconds) Paint Garages (with optional map markers) around the map for painting Vehicles Park your Vehicle in / on the Garage and hold Space (DynaMenu) on the Terminal Costs: 500 Krypto (Configurable by Admins) https://plays.tv/video/5d5d721191c8f06d14 Player / Server Statistics (within the E-Pad) Times connected / Playtime (hours) / Max Alivetime (hours) / Distance Walked (Km) Objects Looted / Trades at Trader / Placed Buildings / Crafted Items Karma / Player Revived / Tradermissions Player Kills / AI Kills / Antagonist Kills / Zombie Kills Deaths by Player / Deaths by AI / Suicides K/D PvP / K/D PvE https://plays.tv/video/5d5d716b0b171855fe Hint in Inventory for Heal / Revive / Repair to be used as MultiGun Attachment Item description to Trader items https://cdn.discordapp.com/attachments/474595539107971072/622554669830373399/unknown.png UAV Backpacks - Assemble and then use via DynaMenu (SpaceMenu) Animated Heli Crash (with scattered loot) https://plays.tv/video/5d8a717407926fbfc2 Some Chinese translations (thx to @CHL198011) Fixed
    Players could instant get killed on contact with new placed BaseBuilding Parts Players Glasses (Goggles) were not correctly added on login / revive Some Building Parts where falling down on build (also when snapped correctly) Texture for Solar Generator / Charger was broken Changed
    Weapon attachments are no longer dismounted within containers on restarts Clothings (BackPacks / Vests / Uniforms) in storages will no longer get unpacked on restarts Vehicle / Storage Lock Colorized Vehicle / Storage Lock messages Hint how long your Vehicle will stay locked on lock Vehicles locked inside your own PlotPole-Range have now a longer Locktime Inside your PlotPole-Range: 3 days Outside your PlotPole-Range: 30 minutes https://plays.tv/video/5d5d71d2137413ba08 Increased UAV sounds Changed Taru / Huron / Mohawk Door Sounds (more decent sound) changed unarmed jump animation UAV-Support (AI's) will now spawn a bit more away from your Position Changed / Fixed some Epoch asset models Reduced Rain by default Hunger / Thirst / Alcohol loss no longer depends on time multiplier by default Reworked Looting function (Epoch furnitures + additional ground Loot) Server Owners
    Added an option to force the Gender for Players on Spawn / Respawn with "ForceGender" in cfgEpochClient.hpp Added the FastNights Epoch Event by default to epochconfig.hpp Added Compatibility to Lythium and Livonia Map Added a MultiMap compatibility Make it possible to run also not official supported maps Use the mission.sqm within the epoch._ChangeMe folder Spawn (Debug-Box) is set to [0,0] and spawn positions are random created on restarts Custom Textures (e.g. from Paintshop) can now be saved to the Database set "UseCustomTextures" in epochconfig.hpp to "true" force saving Vehicles after painting by: Client side Scripts: _vehicle call EPOCH_interact; Server side Scripts: _vehicle call EPOCH_server_save_vehicle; To adjust the new BaseLock-Time, use "vehicleLockTimeHome" in epochconfig.hpp Configs for the Painting Garage (available colors / Costs) can be found in CfgPainting.hpp SetUnitLoadout has been replaced by an Epoch function. To simply strip and reload Inventory, use "call EPOCH_ReloadLoadout"; Player Login Mass-Check Another fix to prevent login issues If you still have issues, make sure these positions are very close in your mission.sqm: respawn_east respawn_west all VirtualMan_EPOCH Entities Players playtimes are now shown in the Playerlist in Adminmenu https://cdn.discordapp.com/attachments/474595539107971072/613059969943601208/unknown.png Added a function to jump up for Admins in Adminmenu Admin Teleport on mapclick now use ALT instead of CTRL (prevent creating Linemarkers) Added an option "EnablePhysicsOnBuild" to cfgEpochClient.hpp to disable physics while Building Changed syntax in cfgServicePoints to allow inherits from other Vehicle Classes Some more infos can be found here: https://epochmod.com/forum/topic/34454-repair-rearming-script/?do=findComment&comment=307310 Added a config for the already available FastNight Event to epochconfig.hpp New Weapons + Mags: pvcrifle_01_F NL_pvc_bb_mag -> Knockout nl_Shotgun NL_shot_bb_mag -> Knockout nl_auto_xbow xbow_mag_bolt -> Kill xbow_mag_tranq -> Knockout xbow_mag_exp -> small explosion -> Kill hgun_Pistol_tranq_01 tranq_dart_mag -> Knockout If you run Infistar lower then v260 (not published for now), you have to change this inside your Infistar files! A3AH: 1
    Search for: "_addCaseHDMG = 0;" add a new line behind it with: "_addCaseHDMG = player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" 2
    Search for: "if(_addCaseHDMG == _roundRandomNumberHDMG)then" change it to: "if(_addCaseHDMG == (_roundRandomNumberHDMG+1))then" 3
    Search for: "player addEventHandler ['HandleDamage',''];" change it to: "player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" A3AT: 1 Search for: "player addEventHandler ['HandleDamage',{}];" replace it with: "if (infiSTAR_MOD == 'Epoch') then {player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];}else {player addEventHandler ['HandleDamage',{}];};"  
  9. Thanks
    He-Man got a reaction from ReDBaroN in A3 Epoch v1.3.2 Update   
    Arma 3 Epoch 1.3.2 has been released!

    Server Files:
    https://github.com/EpochModTeam/Epoch

    Gamemode File Changes:
    https://github.com/EpochModTeam/Epoch/pull/1008/files

    Release Notes:
    https://epochmod.com/forum/topic/46253-a3-epoch-v132-update/

    Full Changelog:
    https://github.com/EpochModTeam/Epoch/blob/release/changelog.md

    Client Files:
    http://steamcommunity.com/sharedfiles/filedetails/?id=421839251
    http://www.moddb.com/mods/epoch/downloads/epoch
    http://www.armaholic.com/page.php?id=27245
     
    (Optional)
    Server Files are available here: 
    https://steamcommunity.com/sharedfiles/filedetails/?id=1642000412
    Note: this is meant for updates only as there is no DB folder and all configs appended with "-example". The first-time install would need this -example part removed from the file name and the DB folder from Server Files on GitHub. Other than that it should just override and update the server pbo's and mission files and dll's .
     
    Added
    Non Lethal Weapons Make opponents unconscious with special weapons Unconscious players can be woken up by a MultiGun with Heal Player attachment after a random timer (60-180 seconds) Paint Garages (with optional map markers) around the map for painting Vehicles Park your Vehicle in / on the Garage and hold Space (DynaMenu) on the Terminal Costs: 500 Krypto (Configurable by Admins) https://plays.tv/video/5d5d721191c8f06d14 Player / Server Statistics (within the E-Pad) Times connected / Playtime (hours) / Max Alivetime (hours) / Distance Walked (Km) Objects Looted / Trades at Trader / Placed Buildings / Crafted Items Karma / Player Revived / Tradermissions Player Kills / AI Kills / Antagonist Kills / Zombie Kills Deaths by Player / Deaths by AI / Suicides K/D PvP / K/D PvE https://plays.tv/video/5d5d716b0b171855fe Hint in Inventory for Heal / Revive / Repair to be used as MultiGun Attachment Item description to Trader items https://cdn.discordapp.com/attachments/474595539107971072/622554669830373399/unknown.png UAV Backpacks - Assemble and then use via DynaMenu (SpaceMenu) Animated Heli Crash (with scattered loot) https://plays.tv/video/5d8a717407926fbfc2 Some Chinese translations (thx to @CHL198011) Fixed
    Players could instant get killed on contact with new placed BaseBuilding Parts Players Glasses (Goggles) were not correctly added on login / revive Some Building Parts where falling down on build (also when snapped correctly) Texture for Solar Generator / Charger was broken Changed
    Weapon attachments are no longer dismounted within containers on restarts Clothings (BackPacks / Vests / Uniforms) in storages will no longer get unpacked on restarts Vehicle / Storage Lock Colorized Vehicle / Storage Lock messages Hint how long your Vehicle will stay locked on lock Vehicles locked inside your own PlotPole-Range have now a longer Locktime Inside your PlotPole-Range: 3 days Outside your PlotPole-Range: 30 minutes https://plays.tv/video/5d5d71d2137413ba08 Increased UAV sounds Changed Taru / Huron / Mohawk Door Sounds (more decent sound) changed unarmed jump animation UAV-Support (AI's) will now spawn a bit more away from your Position Changed / Fixed some Epoch asset models Reduced Rain by default Hunger / Thirst / Alcohol loss no longer depends on time multiplier by default Reworked Looting function (Epoch furnitures + additional ground Loot) Server Owners
    Added an option to force the Gender for Players on Spawn / Respawn with "ForceGender" in cfgEpochClient.hpp Added the FastNights Epoch Event by default to epochconfig.hpp Added Compatibility to Lythium and Livonia Map Added a MultiMap compatibility Make it possible to run also not official supported maps Use the mission.sqm within the epoch._ChangeMe folder Spawn (Debug-Box) is set to [0,0] and spawn positions are random created on restarts Custom Textures (e.g. from Paintshop) can now be saved to the Database set "UseCustomTextures" in epochconfig.hpp to "true" force saving Vehicles after painting by: Client side Scripts: _vehicle call EPOCH_interact; Server side Scripts: _vehicle call EPOCH_server_save_vehicle; To adjust the new BaseLock-Time, use "vehicleLockTimeHome" in epochconfig.hpp Configs for the Painting Garage (available colors / Costs) can be found in CfgPainting.hpp SetUnitLoadout has been replaced by an Epoch function. To simply strip and reload Inventory, use "call EPOCH_ReloadLoadout"; Player Login Mass-Check Another fix to prevent login issues If you still have issues, make sure these positions are very close in your mission.sqm: respawn_east respawn_west all VirtualMan_EPOCH Entities Players playtimes are now shown in the Playerlist in Adminmenu https://cdn.discordapp.com/attachments/474595539107971072/613059969943601208/unknown.png Added a function to jump up for Admins in Adminmenu Admin Teleport on mapclick now use ALT instead of CTRL (prevent creating Linemarkers) Added an option "EnablePhysicsOnBuild" to cfgEpochClient.hpp to disable physics while Building Changed syntax in cfgServicePoints to allow inherits from other Vehicle Classes Some more infos can be found here: https://epochmod.com/forum/topic/34454-repair-rearming-script/?do=findComment&comment=307310 Added a config for the already available FastNight Event to epochconfig.hpp New Weapons + Mags: pvcrifle_01_F NL_pvc_bb_mag -> Knockout nl_Shotgun NL_shot_bb_mag -> Knockout nl_auto_xbow xbow_mag_bolt -> Kill xbow_mag_tranq -> Knockout xbow_mag_exp -> small explosion -> Kill hgun_Pistol_tranq_01 tranq_dart_mag -> Knockout If you run Infistar lower then v260 (not published for now), you have to change this inside your Infistar files! A3AH: 1
    Search for: "_addCaseHDMG = 0;" add a new line behind it with: "_addCaseHDMG = player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" 2
    Search for: "if(_addCaseHDMG == _roundRandomNumberHDMG)then" change it to: "if(_addCaseHDMG == (_roundRandomNumberHDMG+1))then" 3
    Search for: "player addEventHandler ['HandleDamage',''];" change it to: "player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];" A3AT: 1 Search for: "player addEventHandler ['HandleDamage',{}];" replace it with: "if (infiSTAR_MOD == 'Epoch') then {player addEventHandler ['HandleDamage',(['CfgEpochClient', 'HandleDamage', ''] call EPOCH_fnc_returnConfigEntryV2)];}else {player addEventHandler ['HandleDamage',{}];};"  
  10. Like
    He-Man got a reaction from Schalldampfer in Custom Spawn Dialog with Gear & HALO Selection, moving Map, Credits, Custom spawns and more ...   
    Try the mission.sqm from the experimental files. 
    This should fix the issue
    https://github.com/EpochModTeam/Epoch/tree/experimental/Sources/mpmissions/epoch.Tanoa
  11. Like
    He-Man reacted to Vistor in DMG Problem in Base   
    As he-man said in the post, changing from 1 to 0, not 0 to 1 fixes it! misread it or something
  12. Like
    He-Man reacted to MizukiScarletLove in [Pc][NO KOS] Dusk Of Mankind!   
    We're a friendly server with a lot of great people! Great event's held every so often with great rewards!
    Server Features
    -Six hour restarts
    -4x increased speed acceleration
    -30 minute night cycle
    -Active Admins!
    -Custom Bridge leading to Prison Island and our custom Skalisty Island Military zone
    New groups!
    With a 3+ faction made we will give you a small base building kit to get started!
    We're currently a 60 slot dayz server looking for more players! We have multiple traders scattered around along with custom milly zones to add more areas to explore. (Suggestions are welcome!)
    Discord - https://discord.gg/nbaGtRa
    Server IP: 192.140.78:2702
    Hope to see you there!
  13. Like
    He-Man got a reaction from Sneer in Repair & Rearming script   
    @Sneer
    I had to rework the script again and added some more infos.
    The "old" variant has added turrets with more than 1 count of mags multiple. So I have added a merge for it.
    Now it also works with the stable and experimental branch (I had to change the config for cfgServicePoint).
    If there are questions, we can also discuss it in Discord. Would be a bit easier and faster than in a forum.
  14. Thanks
    He-Man reacted to Ghostrider-GRG in 2019 New Server Manager help   
    Definitely take a look at the status bar / earplugs / other cool things in He-Man's github at: https://github.com/Ignatz-HeMan
    For missions you have a few choices.
    for traditional styles of missions SEM by Kiloswiss is nice (and grahame or He-Man may have an updated one), and I have been developing blckeagls for some time.
    https://github.com/Ghostrider-DbD-/blckeagles-revisited-RC/tree/Experimental-6.94
    Vampire has made a very nice town invasion / base attack system that was updated a while ago.
    Finally, if you like roaming AI, A3EAI has been working well for me.
    I can send you a dropbox link if you like.
  15. Like
    He-Man got a reaction from Sneer in Repair & Rearming script   
    @Sneer
    I have changed the script, so it can also be used in Editor.
    - Run you Epoch Mission file in Editor
    - Place all Vehicles you want to configure for the ServicePoint
    - Run this Script in console
    - Read out the Variable "NewVehiclesAndAmmo"
    - Paste the array you get from the variable into an empty file
    - Replace all [ by {
    - Replace all ] by }
    - Replace all 999999 by the price you want for the Ammo
    - Add it to cfgservicepoint
     
    Sure, you have to add some line breaks, to make it a bit easier to get an overview. But in general, you get a final config (with the above changes)
  16. Like
    He-Man reacted to Brian Soanes in MGT Epoch Altis   
    Added: Advanced Urban Rappelling
  17. Like
    He-Man reacted to Vistor in MGT Epoch Altis   
    Features
    Black Market Traders with every in-game item available for purchase
    Loot++
    Spawn Cars++
    BLCKEagles Mission
    Cap Points
    WAI Mission (customised by DB)
    Militarized 
    Cinder bases are indestructible
    friendly staff and players willing to help
    Contact DLC items
    R3F Towing/Lifting/Loading
    Players are genuinely listened to and changes are implemented quickly
    500 part base limit
    FPS++
    Spawn and pack quad/jetski through dyna menu
    Battleye and infiSTAR protected
     
    Reduced weapon recoil and sway
     
    Use DLC vehicles without owning DLC (you will still get prompts to buy the DLC)
     
    Halvs spawn select system
     
    Vehicles stay locked for 24 hours
     
    JSRS, Dragonfyre, Blastcore, Dynamic Soundscape, Dyna Sound and Enhanced Soundscape mods allowed
    New traders
    Custom Safezones
    Pay check system
    Remote garage door opener
    Vehicle flip option
    Virtual Garage
    Incoming missile warning
    Safe hacking
    Adjustable view distance via dyna menu
     
     
    Server IP: 164.132.207.106:2302
     
  18. Like
    He-Man reacted to salival in [Release] Virtual Garage [Updated for 1.0.7]   
    The latest VG update *should* fix this: https://github.com/oiad/virtualGarage/commit/83d8bc65d858a3f40dfa157d978fa7a31213aef0
    Previously deletes were client side, so the player could store the vehicle, dc straight away and bypass the delete stuff
  19. Like
    He-Man reacted to L Medic L in The UnInfected Community Xbox   
    The UnInfected Community Xbox
    Welcome to our server. We are always looking for players
     
    Server Rules
     
    Rules For The Server
     
    1 Inside any mility base is a pvp area so enter at your own risk.
    2 No kos outside of fenced millitary places.
    3 No dupeing or meatballing or anykind.
    4 Rading bases is fair game
    5 Do not give out the server password.
    6 Saturdays and Sundays are pruge nights all pvp is open.
    7 Do not message the admins ingame only use discord.
     
     
    if you want to join us here are discord info for password
     
    https://discord.gg/ZtTQm8r
  20. Thanks
    He-Man reacted to vbawol in New Mod based on Epoch?   
    You can use our released sources on GitHub to build a new Mod. Please use another name than Epoch for your mod, give proper credit and keep the same license: https://www.bohemia.net/community/licenses/dayz-mod-license-share-alike for A2 and https://www.bohemia.net/community/licenses/arma-public-license-share-alike for A3
    Also, If released to the public you need to also share your work in the same way it was shared to you (GitHub).
    If you want to include assets that are not available on the GitHub you may need to ask for further permissions.
  21. Like
    He-Man reacted to Grahame in Repair & Rearming script   
    Excellent @He-Man Looks like I migrate to the service points then
  22. Thanks
    He-Man got a reaction from Grahame in Repair & Rearming script   
    @Grahame
    You can use this script to find all Vehicles on the map with weapons, but not currently in the default Epoch ServicePoint.
    This Script will give you the needed config entries for cfgServicePoint.cfg but you have to sort it a bit and change the price from 999999 to what you want.
     
    _allveh = allmissionobjects "landvehicle" + allmissionobjects "ship" + allmissionobjects "Air"; NewVehiclesAndAmmo = []; _AlreadyFound = []; _AmmoConfig = (missionconfigfile >> "CfgServicePoint" >> "VehiclesAndAmmo"); _VehiclesWithAmmo = ("true" configClasses _AmmoConfig) apply {configname _x}; _VehiclesWithAmmo = _VehiclesWithAmmo + ((getarray (missionconfigfile >> "CfgServicePoint" >> "VehiclesAndAmmo")) apply {_x select 0}); { _type = typeof _x; { if ((tolower _type) == (tolower _x)) exitwith { _AlreadyFound pushback _type; }; } foreach _VehiclesWithAmmo; if !(_type in _AlreadyFound) then { _AlreadyFound pushback _type; _magsturrets = (magazinesAllTurrets _x); if !(_magsturrets isequalto []) then { _entry = [_type,[]]; _tmp = []; _cnts = []; { _find = -1; _curmagturret = _x; { if (str _curmagturret isEqualTo str _x) exitwith { _find = _foreachindex; }; } foreach _tmp; if (_find == -1) then { _tmp pushback _x; _cnts pushback 1; } else { _cnts set [_find, (_cnts select _find) + 1]; }; } foreach _magsturrets; { (_entry select 1) pushback []; (_entry select 1 select _foreachindex) pushback (_x select 0); (_entry select 1 select _foreachindex) pushback (_x select 1); (_entry select 1 select _foreachindex) pushback (_cnts select _foreachindex); (_entry select 1 select _foreachindex) pushback 999999; (_entry select 1 select _foreachindex) pushback (_x select 2); } foreach _tmp; NewVehiclesAndAmmo pushback _entry; }; }; } foreach _allveh;  
    Edit: I have changed the Script, so it is compatible to Epoch 1.3.1 and also the upcoming Epoch 1.3.2.
     
    The Output is an Array like this:
    [["B_G_Offroad_01_armed_EPOCH",[["100Rnd_127x99_mag_Tracer_Yellow",[0],4,999999,100]]],["B_HMG_01_high_F",[["FakeWeapon",[-1],1,999999,1],["100Rnd_127x99_mag_Tracer_Red",[0],4,999999,100]]],["O_UAV_01_F",[["Laserbatteries",[0],1,999999,1]]]]  
    Add some linebreaks and tabs for a better overview like this:
    [ [ "B_G_Offroad_01_armed_EPOCH", [ ["100Rnd_127x99_mag_Tracer_Yellow",[0],4,999999,100] ] ], [ "B_HMG_01_high_F", [ ["FakeWeapon",[-1],1,999999,1], ["100Rnd_127x99_mag_Tracer_Red",[0],4,999999,100] ] ], [ "O_UAV_01_F", [ ["Laserbatteries",[0],1,999999,1] ] ] ]  
    Replace the 999999 by the price for this kind of magazine, like you want.
    Then you should be able to add the Vehicles to the cfgServicePoint. Do not copy / paste it, but add new entries with the same syntax like others already in the cfg
  23. Like
    He-Man reacted to Ghostrider-GRG in Custom Spawn Dialog with Gear & HALO Selection, moving Map, Credits, Custom spawns and more ...   
    post your spawnlocations.sqf and i'll show you how to edit it to make all locations available.
  24. Thanks
    He-Man got a reaction from Tarabas in Deployable Sleeping Bags as Spawn Points   
    _jammers = nearestObjects[_CheckLocation, ["PlotPole_EPOCH","SleepingBagGreen_EPOCH","SleepingBagBlue_EPOCH","SleepingBagBrown_EPOCH"], 6]; This should still work.
    "call EPOCH_JammerClasses" is only needed, when you have defined other types than the default Jammers as PlotPoles.
    But you can also use:
    _jammers = nearestObjects[_CheckLocation, call EPOCH_JammerClasses + ["SleepingBagGreen_EPOCH","SleepingBagBlue_EPOCH","SleepingBagBrown_EPOCH"], 6]; @Tarabas
  25. Like
    He-Man reacted to Grahame in Contact Class Names   
    In case anyone wants it... Here are the classnames from the Contact mod - specifically uniforms, rifles, handguns, launchers, helmets, vests, backpacks, etc. No vehicles
     
×
×
  • Create New...