Jump to content

Cabrero

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Cabrero

  1. using the if (isServer) will not make the ai spawn if you want a veh to spawn just make another script where the car will spawn on the maker and use if (!isServer) exitwith {}; up the top then that will spawn the veh server side aslong as its in the veh arry it will save when the server restarts. 

  2. As i said on my git.

    "I take no credit for this as it was given to me to try get working server side.

    As it stands it will only run client side.

    You can run is using a HC and it will stop some lag but at then end of the day it is stall shit LOL.

    At some stage i will upload my mission system for epoch what work server side and spawns ai that stay i am just stall testing/tweeking some things."

     

    as for be filters who the fuck uses them lol. I will post up my mission system tonight what will include the workaround for the clean up. also some more things.  

  3. ya its fine im the one who has been posting in the ai mission post for days trying to help people. where goatboy was also posting lol I wasn't going to try and keep it to myself I just think its funny how even the hint messages are the same didn't change anything well im gald people are getting a use out of it because really it was my firs attempt at making any script from ground up and thought I was doing a horrible and in efficient job at it but hey if people are taking it and using, that's cool turned out better than I thought.

    You did an all good job with it for starting out you have to start somewhere as thy say. The dev's don't like me lol (goatboy_ #$ Its more fun trolling than helping people theses days.

    I don't even run any server anymore got sick of the fucking kids like fuck me where the hell do thy all come from. 

     

    Anyway must be that time of day. The time of day to go eat some baby's 

  4. I suppose he also has my treasure hunt mission system too so when he posts that as well you all know where that came from lol

    if it is in your mission pbo then its prob on a shit load of servers by now lol. Always hide ya shit server side if you do not want other people using it. 

  5. ya im sure they just pulled it off my server. like look in the missions 1-9 how it goes from line to line then when I calls the crates it skips a line between the crate calls that's because I copied and pasted if from my other not working sqf and how there is 9 missions and 7 crates and all the call_mission and missions missions2 missions3 are all how I have mine named that's not a coincidence lol that random naming and crappy scripting is from me and not knowing what im doing at all. that is the first script I have made and im not that great. But how did they get it off of my server?

    Did you have it in your mission pbo if so then that is how lol. 

     

    Yeah true but this is like line for line almost. even the calls are to the same directory type.. I mean i dont care really. I have a pretty modded up server atm so people have been pulling stuff from it a lot lately, and if they make some of it better, then so be it. ill just pull it right back =) team effort and so forth.

     

    but if u mod someone elses code, you might as well just say so to avoid the confusion or those out there that do get butthurt over such things.

    You are right but hey this is arma lol people take code and don't even change it and say its theirs. cof cof poc devs LOL. 

    Ill say bye now as that there will prob get me another ban lol.

  6. I got it given to me this morning by someone asking if i could get it to run server side for them. When i first looked at it i was like ...... lol it is a fucked up way lol of doing shit lol. may as well put it out there as all it does is nothing lol apart from lags your server out You can run it with HC but stall shit. as it says on my git once i have fin tweeking my mission system i will post up the info but more then likely it will get deleted off here as the dev's will not like how i got it all to work :P 

    I will post up some info and pixs on how it works soon and maybe a video if i get time.

  7.  

    Hi,

     

     

     thx for sharing this! :)

     

    i tried to do what you wrote but when starting the bat i got this :

     

     Player headlessclient connecting

    >You vannot pla/edit this mission; it is dependent on downloadable content that has been deleted.A3_epoch_config

     

    no idea why - checked your instructions severall times to what i have done .. i dont find the error :(

     

    My epochserver is dedicated and runs (tested) 

     

     

    UPDATE : gotit running .. you have to connect with a real player first then start Headless.bat. But anyway the Headlessclient is kicked direct :

     

    13:25:17 NetServer: users.get failed when sending to 751779052
    13:25:17 Message not sent - error 0, message ID = ffffffff, to 751779052 (headlessclient)
     
    InGame the client is kicked with this message:
     
    Steam ticket fail (null)

     

    try

    arma3server.exe -client -connect=127.0.0.1 -mod=@epoch

  8. /* 
    
    Finds random spot in radius of center map, bla bla bla marker 
    @FileOverlordCreatorofAllMasterCommanderAlphandtheOmega: Defent
    
    */
    	private ["_pos","_centerPos"];
    	
    	_centerPos = getArray(configFile >> "CfgWorlds" >> worldName >> "centerPosition");
    	_pos = [getMarkerPos "center",4000,20000,10,0,25,0] call BIS_fnc_findSafePos;
    	DMS_Cords = _pos;
    	diag_log format ["DMS: Pos found at: [%1] - markers spawning!",_pos];
    	// wait with script till pos is found
    	waitUntil {_pos};
    	DMS_Main = createMarker ["DMS_Main", DMS_Cords];
    	DMS_Main setMarkerColor "ColorRed";
    	DMS_Main setMarkerShape "ELLIPSE";
    	DMS_Main setMarkerBrush "Grid";
    	DMS_Main setMarkerSize [150,150];
    	diag_log format ["DMS: Mission starting at %1",_pos];
    	sleep 4;
    	
    	publicVariable "DMS_Cords";
    	_aispawn = [DMS_Cords,80,6,6,1] execVM "Scrip\path\to\file.sqf";//AI Guards
    	
    

    Here is my marker script, it also finds a random spot. If you're interested in how works. I will change this a lot since it's not optimized and it does not have any timers.

     

    I might share the rest of my (4) files if I feel like it. Who knows when that is.

     

    I think everyone has that part made lol 

  9. MGT was removed from the official host list because none of us can connect to the server due to being blacklisted in the there AH. Official servers are held to a higher standard and if we cannot join them how we cannot make sure everything functioning as it should.

     

    About unofficial/approved community servers, If we cannot connect to your server then we cannot validate the server to allow it to be advertised on our site.

    You could of asked them to delete them out for you. Hey you don't see me getting all upset about my id in the blacklist. What yous have done to MGT is just fucked sorry.  

×
×
  • Create New...