Jump to content

Theassassinzz

Member
  • Content Count

    46
  • Joined

  • Last visited

  • Medals

Community Reputation

7 Neutral

About Theassassinzz

  • Rank
    Lance Corporal

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. So I am having an issue where my Arma 3 servers are no longer showing on the browser but they can be connected to using direct connect. I have no idea when this started happening as my server members thought I did it on purpose so no one told me. here is my server.cfg // // server.cfg // // GLOBAL SETTINGS hostname = "Gryphons Antistasi"; password = ""; passwordAdmin = "redacted"; serverCommandPassword = "redacted"; admins[] = {"there are a few in here"}; motd[] = { "" }; motdInterval = 5; maxPlayers = 50; kickDuplicate = 1; verifySignatures = 0; equalModRequired = 0; allowedFilePatching = 0; // VOTING voteMissionPlayers = 1; voteThreshold = 500; // INGAME SETTINGS disableVoN = 0; vonCodec = 1; vonCodecQuality = 30; persistent = 1; timeStampFormat = "short"; BattlEye = 1; allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; // TIMEOUTS disconnectTimeout = 30; maxDesync = 150; maxPing= 500; maxPacketLoss= 50; kickClientsOnSlowNetwork[] = { 0, 0, 0, 0 }; kickTimeout[] = { {0, -1}, {1, 180}, {2, 180}, {3, 180} }; votingTimeOut[] = {60, 90}; roleTimeOut[] = {90, 120}; briefingTimeOut[] = {60, 90}; debriefingTimeOut[] = {45, 60}; lobbyIdleTimeout = 300; // SCRIPTING ISSUES onUserConnected = ""; onUserDisconnected = ""; doubleIdDetected = ""; // SIGNATURE VERIFICATION onUnsignedData = "kick (_this select 0)"; onHackedData = "kick (_this select 0)"; onDifferentData = ""; class Missions { class TestMission01 { template = A3_Antistasi_Altis_Public.Altis; difficulty = "Easy"; class Params {}; }; }; And here is my Config line -port=2302 "-config=D:\A3_Tester\configs\server1.cfg" "-profiles=D:\A3_Tester\serverprofile" "-bepath=D:\A3_Tester\battleye" "-servermod=@arametrics;" -loadMissionToMemory "-mod=" I use Arma Remote Admin to start and stop my servers and have been since before my servers disappeared from the list. My server tower has porting for ports 2300-2322 on UDP and TCP
  2. Hello! I am loving PO4 but I am having lots of issues with the revive system in it. Is there any way to disable that system from being used?
  3. Theassassinzz

    Points system

    Thank you @gokitty1199 I'll test this out!! This should work just fine for what I need to do!
  4. Theassassinzz

    Points system

    I was looking at it and the EH "HandleScore" Could make it very easy to make a score system using the default. Seeing as how it returns the object that triggered the score change. Just need to mess around with it, something that could be useful in the future.
  5. Theassassinzz

    Points system

    So I'm trying to decide if making a points system from scratch is better than using the default system. I'm trying to track PvP kills, PvE kills, and an entity kill, all having different points values. I'm just looking for some input as to which way you all think would be better.
  6. So I have a script that spawns a Cargo drop out of a plane. It has commands in it that only get used once or twice through out my system. My question is: Is it worth it to make these into functions that are just called, or should I just keep these commands inside the script?
  7. Theassassinzz

    3den Enhanced

    @R3vo I have a function that can log all items in a certain area and turn them into and SQF to use in a spawning script. I was wondering if you would want to see it and include it or something like it in another update of 3den Enhanced!!
  8. Theassassinzz

    Broken Zeus causing crashes

    @Auntystatic @kerozen It is produced if you select the units through the map and delete. If you delete them through the entities list there shouldn't be that many crashes
  9. Theassassinzz

    Editing Help

    So this isn't the usual "Cry for help" I am actually looking for some people to help edit a biweekly article that I will be writing called "[Into The {Code}] A look into the the coding of Arma" As I am not the most skilled scripter/coder I will need to professional help on editing it to make sure the info that I am putting out there is correct. If there is anyone interested in helping out just reply, like the post, or PM me!! Thank You all for your time, TRC_Theassassinzz
  10. Theassassinzz

    Can't get default PAA's to load ingame

    So I got it working Now I just need to get it to load onto a server through server side mods . . . . .
  11. So I am trying to make an addon that allows me to use some default A3 icons in editor and zeus but I am getting this error Warning Message: Picture \a3\addons\ui_f_data\map\vehicleicons\pictureheal_ca.paa not found and when loaded through mod form Warning Message: Cannot load texture a3\addons\ui_f_data\map\vehicleicons\pictureheal_ca.paa. This is the mod version of this Any help would be great here!! Thank you
  12. Theassassinzz

    Trigger Creation Troubles

    @Larrow Would it be simpler to spawn the Data Terminal in the script also? That way it has the variable in there? And then say have an array of positions and spawn one at each?
  13. Theassassinzz

    Trigger Creation Troubles

    Basically what happens is, a player walks near the data terminal. It gets animated and opens up and a 3D text/picture pops up above it. Then they get a set of actions added to them that allows them to teleport to one of the FOB's placed on the map. I am trying to make it so that instead of addAction's it will open up their map and if they click near a proper FOB then they will teleport there. So, using your method nothing happens BUT I also don't get any errors about it. I am trying to have it all work from scripts so that I can also implement this easily on our Exile server later on with other things. Do you suggest any better way to do this? There will also be multiple of these on the map too. Thank You for your time!!
  14. So I am trying spawn a trigger through a script that then runs other scripts. I can get the trigger to spawn WITHOUT my scripts in the Act/DeAct fields, so I am just stumped on how to get this to work. Here is the script And here is the line I am using to run it Thank you for any help!!
  15. I upgraded my PC to all 2016 products . . . . except the 7 year old HDD that I used for my OS xD
×