hambeast Posted December 5, 2014 Report Share Posted December 5, 2014 Then this means? I'm just curious, i thought it meant we had to take it upon our selves to single out our servers from one and other, which i thought was kinda cool. that means you can't make your own epoch release and distribute it without permissions Link to comment Share on other sites More sharing options...
Uriziel Posted December 5, 2014 Report Share Posted December 5, 2014 But he isn't modding the Epoch Mod, he use the Mission files as I understand, in another thread the developer said that modifiying the mission pbo is allowed. So it's all green Link to comment Share on other sites More sharing options...
oSoDirty Posted December 5, 2014 Report Share Posted December 5, 2014 that means you can't make your own epoch release and distribute it without permissions Gotcha, like repacks n such? Link to comment Share on other sites More sharing options...
_SAM_ Posted December 5, 2014 Report Share Posted December 5, 2014 I have scripts missions and other things, but I need help with the battle eye ProtossMaster 1 Link to comment Share on other sites More sharing options...
loki-hellhole Posted December 5, 2014 Report Share Posted December 5, 2014 could you share the scripts dude :) Link to comment Share on other sites More sharing options...
Goatboy Posted December 5, 2014 Report Share Posted December 5, 2014 I have scripts missions and other things, but I need help with the battle eye Are just needing be filters made? I have a mission system made and working but stall the ai get cleaned up lol starting to fuck me off lol. Link to comment Share on other sites More sharing options...
ProtossMaster Posted December 5, 2014 Report Share Posted December 5, 2014 I have scripts missions and other things, but I need help with the battle eye publicvariable restrictions? publicVariable.txt example // A3Wasteland - publicVariable.txt BattlEye filters by AgentRev // Config variables 5 "A3W_buildingLoot" 5 "A3W_startHour" 5 "A3W_moonLight" 5 "A3W_missionsDifficulty" 5 "A3W_serverMissions" 5 "A3W_serverSpawning" 5 "A3W_boxSpawning" 5 "A3W_boatSpawning" 5 "A3W_heliSpawning" 5 "A3W_planeSpawning" 5 "A3W_baseBuilding" 5 "A3W_baseSaving" 5 "PDB_ServerID" // Spawning variables 5 "currentStaticHelis" 5 "civilianVehicles" 5 "lightMilitaryVehicles" 5 "mediumMilitaryVehicles" 5 "waterVehicles" 5 "objectList" 5 "staticWeaponsList" 5 "staticHeliList" 5 "vehicleWeapons" 5 "vehicleAddition" 5 "vehicleAddition2" 5 "MissionSpawnMarkers" // Admin variables 5 "lowAdmins" 5 "highAdmins" 5 "serverOwners" 5 "moderators" 5 "administrators" 5 "serverAdministrators" // Other variables 5 "ahSetupDone" 5 "AntiAntiHack" 5 "bannedPlayerNames" 5 "currentDate" 5 "drn_DynamicWeatherEventArgs"; 5 "drn_DynamicWeather_DebugTextEventArgs" 5 "drn_var_DynamicWeather_Rain"; 5 "drn_var_DynamicWeather_ServerInitialized" 5 "horde_jumpmf_var_jumping" 5 "spawnActionHandle" 5 "storePurchaseHandle" 5 "storeSellingHandle" publicval example // A3Wasteland - publicVariableVal.txt BattlEye filters by AgentRev 5 "createMine" 5 "createUnit" 5 "createVehicle" 5 "BIS_fnc_3Dcredits" 5 "BIS_fnc_AAN" 5 "vChecksum" 5 "vehicleChecksum" You will essentially need to build them yourself if you are getting battleye kicks.. But i'm not sure why an AI mission will kick you out of the server since the server is spawning the mission. However I am VERY RUSTY on this subject so I can be very wrong.. If I was in your shoes I would test the missions with battleye disabled then work on filters. Link to comment Share on other sites More sharing options...
horbin Posted December 6, 2014 Report Share Posted December 6, 2014 the mission.sqm in the mpmissions folder appears to still have a CRC on it. Is this intended? Link to comment Share on other sites More sharing options...
drsubo Posted December 6, 2014 Report Share Posted December 6, 2014 Got the AI spawns to work... just the markers freakin me off ^^so have you gotten the ai to spawn and work on a dedi server or just a mission you tested in the editor or something like that because mine works fine in editor but once I take it live ai still disappear. If so any hints on how to make them stay because simply spawning them in will not work. they get cleaned up. I figured out a call to keep the vehicles there but ai is a diff story. Also whats wrong with your makers. should be a easy fix id think. Link to comment Share on other sites More sharing options...
Creep Posted December 6, 2014 Report Share Posted December 6, 2014 I have got the Ai to spawn by scripts, not by editor, the only thing thats problematic is that idk if its allowed to use the Groupleaderbrain.fsm to workaround the cleanup... if it is its fine if not another workaround is needed.. There isnt any problem with battleye left, since I edited the rules to fetch the right code fragment exceptions. The markers and vehicles (including boxes) are having the cleanup problem. they simply get removed after 10 secs or something. Link to comment Share on other sites More sharing options...
drsubo Posted December 6, 2014 Report Share Posted December 6, 2014 I have got the Ai to spawn by scripts, not by editor, the only thing thats problematic is that idk if its allowed to use the Groupleaderbrain.fsm to workaround the cleanup... if it is its fine if not another workaround is needed..There isnt any problem with battleye left, since I edited the rules to fetch the right code fragment exceptions. The markers and vehicles (including boxes) are having the cleanup problem.they simply get removed after 10 secs or something.hmmm that's weird about the markers I have no problem with markers just create them with script as normal. What script are you using to create them. Also groupleaderbrain.fsm? where is this located? do you mind explaining how you implemented that to make the ai stay? I have crates and markers staying just fine on my server maybe we could share some scripts and get a mission working good Link to comment Share on other sites More sharing options...
Creep Posted December 6, 2014 Report Share Posted December 6, 2014 well the groupleaderbrain is called within the ai spawn script that is called by the drones when detecting players I only tryed to call it on my local pc, still a dedicated session though. worked out well but without that its a bit complicated.. I create the markers just by using: _marker= createMarker["name",_position] Link to comment Share on other sites More sharing options...
drsubo Posted December 6, 2014 Report Share Posted December 6, 2014 hmmm that's weird about the markers I have no problem with markers just create them with script as normal. What script are you using to create them. Also groupleaderbrain.fsm? where is this located? do you mind explaining how you implemented that to make the ai stay? I have crates and markers staying just fine on my server maybe we could share some scripts and get a mission working goodhmm I use this_marker = createMarker ["Marker1",[20340.3,6569.2]];_marker setMarkerType "mil_objective";are you setting marker type that might be your problem. could you explain where to locate the ai spawn script so I could take a look at it. I've looked everywhere to see what they use and cant find anything. in here? eserverfiles\a3_epoch_server\compile\epoch_antagonists?I see that's where the event is triggered but cant find where the actual script is that is used when it is triggered Link to comment Share on other sites More sharing options...
Goatboy Posted December 6, 2014 Report Share Posted December 6, 2014 hmm I use this _marker = createMarker ["Marker1",[20340.3,6569.2]]; _marker setMarkerType "mil_objective"; are you setting marker type that might be your problem. could you explain where to locate the ai spawn script so I could take a look at it. I've looked everywhere to see what they use and cant find anything. in here? eserverfiles\a3_epoch_server\compile\epoch_antagonists? I see that's where the event is triggered but cant find where the actual script is that is used when it is triggered you need to look in the a3_epoch_code.pbo in there you will find EPOCH_supportCopter.sqf and EPOCH_unitSpawn.sqf well the groupleaderbrain is called within the ai spawn script that is called by the drones when detecting players I only tryed to call it on my local pc, still a dedicated session though. worked out well but without that its a bit complicated.. I create the markers just by using: _marker= createMarker["name",_position] this is how i set my markers. "goatMarker" setmarkerpos (position goatlove); "goatMarker" setmarkertext "Love Goat's"; "goatMarker" setmarkercolor "ColorRed"; "goatMarker" setMarkerAlpha 1; "goatMarker" setmarkerType "mil_dot"; Link to comment Share on other sites More sharing options...
drsubo Posted December 6, 2014 Report Share Posted December 6, 2014 hmm I use this_marker = createMarker ["Marker1",[20340.3,6569.2]];_marker setMarkerType "mil_objective";are you setting marker type that might be your problem. could you explain where to locate the ai spawn script so I could take a look at it. I've looked everywhere to see what they use and cant find anything. in here? eserverfiles\a3_epoch_server\compile\epoch_antagonists?I see that's where the event is triggered but cant find where the actual script is that is used when it is triggeredya same as mine and I don't have problem with markers? wonder whats causing it for him?also thanks I was looking around in the server files forever n didn't even think of epoch code ha Link to comment Share on other sites More sharing options...
Defent Posted December 6, 2014 Report Share Posted December 6, 2014 Ha, nice to see others be working on this too. Here is a sneak peak from my part. I wonder what is hiding at this marker ;) Pro tip: external PBO > ExecVM from mission folder Link to comment Share on other sites More sharing options...
Mr.XXX Posted December 6, 2014 Report Share Posted December 6, 2014 Pro tip: external PBO > ExecVM from mission folder Could you make a tutorial Link to comment Share on other sites More sharing options...
SKS.Goliath Posted December 6, 2014 Report Share Posted December 6, 2014 very nice, from when you get the ai missions? Link to comment Share on other sites More sharing options...
Defent Posted December 6, 2014 Report Share Posted December 6, 2014 Could you make a tutorial I got inspiration from another person. I will have to ask for permission before posting it. very nice, from when you get the ai missions? Made it myself. Link to comment Share on other sites More sharing options...
Mr.XXX Posted December 6, 2014 Report Share Posted December 6, 2014 It would be nice if you could share it with us Link to comment Share on other sites More sharing options...
SKS.Goliath Posted December 6, 2014 Report Share Posted December 6, 2014 Do I have the AI mission Link to comment Share on other sites More sharing options...
horbin Posted December 6, 2014 Report Share Posted December 6, 2014 anyone know the variable that needs to be set to keep server cleanup from removing AI you spawn? Link to comment Share on other sites More sharing options...
drsubo Posted December 6, 2014 Report Share Posted December 6, 2014 anyone know the variable that needs to be set to keep server cleanup from removing AI you spawn?+1 I cant figure out how to make them stay, if anyone could help that would be great. I have markers, vehicles, crates all working spawning at random pos at random times and saving on server but the ai just wont. if we could figure out how to make them stay there would actually be a good mission. Its the last missing part needed. Link to comment Share on other sites More sharing options...
henriquefirewall Posted December 6, 2014 Report Share Posted December 6, 2014 I'm trying to run a mission, but the AI players disappear in seconds on start server. Their shots do not cause damage as well. Any idea? Link to comment Share on other sites More sharing options...
PetuniaEpoch Posted December 6, 2014 Report Share Posted December 6, 2014 If you can share what you have so far I can try to help with the AI spawns later this weekend if you like? Might not be able to sort it - but will do my utmost! I've got a few ideas ;) +1 I cant figure out how to make them stay, if anyone could help that would be great. I have markers, vehicles, crates all working spawning at random pos at random times and saving on server but the ai just wont. if we could figure out how to make them stay there would actually be a good mission. Its the last missing part needed. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now