Jump to content

SLooP

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    SLooP reacted to vbawol in Players kicked for moving safes   
    Hey guys, I rewrote the filter for deleteVehicle.txt if you can please test it and report back:
    https://github.com/EpochModTeam/Epoch/blob/38fd40ec37739e56ad861299712bf62f729e4422/Server_Install_Pack/sc/BattlEye/deleteVehicle.txt
    Note that I changed the format for these exceptions as they actually have a number in front of them hence the "2:1497" in front of GroundWeaponHolder. The idea with the new filter is to match the preceding space just before the classname and I use $ to match it to the end of the string. Also, when testing I found that vehicles that are owned by the player do not get filtered via deleteVehicle.txt at all, might be a bug or a feature so I am confirming with BI.
  2. Like
    SLooP reacted to vbawol in 0.3.8 and CUP   
    Hey Guys, if people are getting banned due to not having the mods enabled try adding them to the mission files addons[] array, this should prevent the player from joining and give them a message about the missing mods. This sort of ban can happen when the server and client mods don't match.
    https://github.com/EpochModTeam/Epoch/blob/master/Sources/mpmissions/epoch.Chernarus/mission.sqm#L22-L26
    It should look something like this if you have CBA and CUP weapons + vehicles:
    addons[]= { "A3_epoch_config", "cup_chernarus_config", "cba_main_a3", "CUP_WheeledVehicles_Core", "CUP_Weapons_WeaponsCore" };  
×
×
  • Create New...