Jump to content

mrConfused

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by mrConfused

  1. Does anyone know of anything in particular that would cause sudden server lag? Nothing has not actually been added since it started, it began around Friday/Saturday, I bought all the vehicles from the trader and added them back to the map, this caused quite bad performance and possible desync, so sold them all back to fix the issue, but it is persisting. The vehicle amounts are less than before the issue and I would guess that there is also less on the map than before, so any help would be great. Spoke to the hosting company, they can not see the issue, the pings are all fine, quite lost. Thanks.

     

    I do run some missions and other scripts, but again, no new one's have been added, base building doesn't seem to have increased too much either on the map, and I removed one mission script to be sure it was not AI related.

  2. Loving the script, but one little annoyance, I am not able to pick up any of the clothes from the mission, is this intended? Is there a way to fix this. Thanks in advance and thanks for the mission!

  3. I know the answer is probably somewhere on the thread but haven't seen it yet, once the trucks spawn, how do I limit the number on the map? I have 5/6 already people have claimed within like 4 hours and I have staggered my missions a lot more than default, will they eventually be removed?

     

    Secondly, the AI bodies seem to disappear either instantly or quickly once killed, is there a way to stop that? Thanks in advance.

  4. Hey all,

     

    I started a new server for Epoch in the UK, I added all the scripts and such myself, got it up and running properly and it has become reasonably popular, peaked tonight at 55 out of 80. Now I think I have taken on more than I first expected, was new to Arma servers and spent a lot of time tinkering and getting it to work, learning the process, from you guys so thanks for that. I want to keep it running but it is taking up far too much of my time, I need a rethink on a few things and decide whether I want to start a community for it. If anyone had a server or knows the technicalities of setting up Arma 3 Epoch servers/and or communities and is interested in helping with this, admin wise, adding mods etc, drop me a message and we can talk.

     

    Just to make it clear, I don't need help setting it up as such or establishing it, just a hand now improving it and taking an active role so I can free up some time and improve it for the people that play there. 

  5. When I first installed this mission system, way back in its infancy, there was a time I spent about half a day killing all the AI in each location to get kicked, and add the exception. It happens because the weapons have the added scopes, and aren't vanilla epoch weapons. Once you ad all those to your addWeaponCargo.txt file, you should be all good.

     

    You will find mine attached, and I no longer get kicks.

     Thanks I will test it tomorrow when I have a bit more time and server is dead! :)

  6. Am writing as I test, so apologies if I miss something, I can't seem to get both the SEM and this working concurrently, I moved it down below the statusbar etc, that got those working, but my SEM were not spawning at all, so I have now moved this below SEM (0.8) or whichever is newest, now none are loading, if things change I will update this. EDIT: will inbox you with my init.sqf so I don't clog this thread up.

  7. Hey not sure if this has been covered, got the script on, I haven't actually tried it yet, but to get my server to run I also had to change a few things around the line 41 mark, they can be found in the BE filters you uploaded though, so copied that (deletemarker, setmarker and createmarker). Also, in my init.sqf, I had to put this under my status bar and intro messages otherwise they would not load, not sure why. 

  8. Hey thanks for the help, I am not entirely sure I am in the right place, am using a hosted, serverip/SC/Users/SC/SC.Arma3Profile. Opened the document, looks like my VonID is already on.

     

     

    version=2;

    viewDistance=3000;
    preferredObjectViewDistance=3000;
    terrainGrid=12.5;
    activeKeys[]=
    {
    };

    class Difficulties
    {
    class veteran
    {
    class Flags
    {
    Armor=0;
    FriendlyTag=1;
    EnemyTag=0;
    MineTag=0;
    HUD=1;
    HUDWp=1;
    HUDWpPerm=1;
    HUDGroupInfo=1;
    AutoSpot=0;
    WeaponCursor=1;
    ClockIndicator=1;
    3rdPersonView=1;
    UltraAI=0;
    CameraShake=0;
    DeathMessages=1;
    NetStats=1;
    VonID=1;
    ExtendetInfoType=0;
    };
    skillFriendly=0.6;
    skillEnemy=0.6;
    precisionFriendly=0.28;
    precisionEnemy=0.28;
    };
    class mercenary
    {
    class Flags
    {
    HUD=1;
    AutoSpot=0;
    WeaponCursor=0;
    DeathMessages=1;
    NetStats=1;
    VonID=1;
    };
    skillFriendly=0.6;
    skillEnemy=0.6;
    precisionFriendly=0.28;
    precisionEnemy=0.28;
    };
    };

    difficulty="veteran";

  9. Thanks for the reply, I should of made it more clear, I think I have them right, as in one of the vehicles works, just not the other two, here is what I added, not at bottom of the list (hence the comma) and the second two do not work;

     

    {"O_MRAP_02_F",3},
    {"O_UGV_01_F",3},
    {"I_MRAP_03_F",3},
  10. Hey guys, quick question, I have side chat up for players to talk in, but the name does not come up when they speak, I did try google and have failed to come up with the solution or where it is in the files, for epoch anyway. Anyone have an ideas? Finding it hard to work out who is spamming voice in the side channel. Thanks.

  11. Hi guys, quick question, is there I managed to get one vehicle to work, the Ifrit, I also tried the Strider (I_MRAP_03_F) and UGV stomper (I_UGV_01_F).  Do some of the vehicles not actually work, or am I just doing something wrong, it is really easy and I deleted a good portion of vehicles off the map so can't see where the mistake could be in something so simple. 

     

    Secondly, I added an exception for the smoke grenade in createvehicles.txt to stop me from getting kicked, now I don't get kicked but the smoke feature is in red and unusable, is there away around it? Apologies if if both things were covered, I didn't see it when I read. Thanks.

×
×
  • Create New...