Jump to content

flow0815

Member
  • Posts

    618
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Like
    flow0815 got a reaction from Tech_Support in [HOWTO] Kill command for specific arma3server.exe   
    Hey guys,
     
    maybe you can use this. I had the problem with running 2 arma3servers and some day i decided to have different restart cycles.
    If you kill your arma3server.exe with taskkill, probably both servers are killed because only using "arma3server.exe" as kill value.
     
    With this line you can kill a specific arma server. Just adjust the port as you need it. Was it does is, that it will find out which program id uses the specific port and kills the program. Tested and works fine.
     
    WINDOWS VERSION of course ;)
    FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :2302') DO taskkill /F /PID %%P Cheers
     
    Flow
  2. Like
    flow0815 got a reaction from Ghostrider-GRG in [HOWTO] Kill command for specific arma3server.exe   
    Hey guys,
     
    maybe you can use this. I had the problem with running 2 arma3servers and some day i decided to have different restart cycles.
    If you kill your arma3server.exe with taskkill, probably both servers are killed because only using "arma3server.exe" as kill value.
     
    With this line you can kill a specific arma server. Just adjust the port as you need it. Was it does is, that it will find out which program id uses the specific port and kills the program. Tested and works fine.
     
    WINDOWS VERSION of course ;)
    FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :2302') DO taskkill /F /PID %%P Cheers
     
    Flow
  3. Like
    flow0815 got a reaction from hellboy12332 in [Non Issue] Unable to get file version size   
    How did you fix? Always give infos back to the community
  4. Like
    flow0815 got a reaction from Nic in blockedArea   
    it is not a community based thinking about asking a question, get the solution and then do not post your way how you solved it. If any other have that problem, they have no solution. So just write HOW you solved it, please :)
  5. Like
    flow0815 reacted to Scorpi in blockedArea   
    example
     
    description.ext



    Altis.hpp



  6. Like
    flow0815 got a reaction from kayzee in blockedArea   
    it is not a community based thinking about asking a question, get the solution and then do not post your way how you solved it. If any other have that problem, they have no solution. So just write HOW you solved it, please :)
  7. Like
    flow0815 got a reaction from Xzempt in [0.3.2] Needed battleye filters that are not in exception ATM   
    I took the filter included and added some of mine. So no problem. If you are talking about scripts.txt -> empty it out. Will not challange with that sh*t :D
  8. Like
    flow0815 got a reaction from vbawol in Linux server - fully automatically installation   
    Hey there,
     
    i wrote a little bash script so you can fully install an arma 3 epoch server on any debian based operating system (like Debian or Ubuntu)
    It is all done by the script. If scripty is finished you only have to edit your game configs as you like them.
     
    Tested it several times and runs without any problems. But i am not responsible for any damage you may take of using it (there is non but to be said).
     
    Save this script in a file and call it whatever you like. Chmod +x the file and run it.
     
    ATTENTION: As mentioned in the script a existing user called "steam" and its home directory will be deleted. You have to insert "understand" to run the script.
     
    So have fun saving time ;)
     
    ATTENTION: If you have a user "steam" he will be deleted. Also /home/steam (because it will install absolute fresh including non-root steam user) !! You are warned in script, also!
     
    http://pastebin.com/Jy2J93ze
     
    PS: The script should always work (also with newer epoch files) as long steam does not change steamcmd url and epoch guys dont change githup repo or workshop.
  9. Like
    flow0815 got a reaction from IM_A_FAT_BREAD in "Epoch: Version mismatch! Current: Needed: 0.3.1.0"   
    You mixed up client and serverfiles with different versions. Reinstall it and be sure to use the right files for epoch and epochhive. Must be exact same version
  10. Like
    flow0815 got a reaction from Richie in Possible Chainsaw Bug   
    You are right. I think i mixed something up because i specated them and they could. I told what they need to chop trees. Maybe its realy random related. But i saw it. I tested it for you today and i don't find a tree which can't be chopped. So just forget it. :)
     
    If something will pop up, i will check back.
     
    Sorry for that.
     
    Regards
  11. Like
    flow0815 reacted to Halvhjearne in Taru pods utilization mod / script   
    fixed, sorry
    i thought i was using the same version, but aparently i forgot to update it last i changed something.
  12. Like
    flow0815 got a reaction from KiloSwiss in Need Help setting up server   
    Server Setup Help:
     
    http://www.epochmod.com/forum
     
    and the best which helped me a lot:
     
    http://bfy.tw/1IZa
     
    Serious i don't buy a car and then ask anybody how to drive. If you have absolute no idea and no motivation to search for yourself (as it seems) just cancel server subscription or hire somebody who will administrate your server for money....
  13. Like
    flow0815 got a reaction from Richie in Need Help setting up server   
    Server Setup Help:
     
    http://www.epochmod.com/forum
     
    and the best which helped me a lot:
     
    http://bfy.tw/1IZa
     
    Serious i don't buy a car and then ask anybody how to drive. If you have absolute no idea and no motivation to search for yourself (as it seems) just cancel server subscription or hire somebody who will administrate your server for money....
  14. Like
    flow0815 reacted to vbawol in Increase vehicle lock time beyond reboots?   
    The idea was that if it was like we did in A2, eventually most vehicles you find would be locked and nothing sucks more than running 2k for a vehicle that is locked. That said we could add a feature to allow the locking mechanism to last for longer than a restart and potentially for days if set that way. How many of you are interested in that?
  15. Like
    flow0815 reacted to SadBoy1981 in Spawn a non persistent vehicle on same place   
    yep, they going to be deleted on restart and respawn same place as new.
  16. Like
    flow0815 got a reaction from READTHESCROLL in Spawn a non persistent vehicle on same place   
    Do the vehicle stay after resatart or just spawned new? they are not saved to hive i guess? This was the solution i was thinking about. You could use that with macas custom pbo for example
  17. Like
    flow0815 got a reaction from BoleParty in Military Base Terminal Altis Airfield   
    Beautiful. Thanks a lot. Have implemented it to our server
  18. Like
  19. Like
    flow0815 got a reaction from RC_Robio in Max Vehicle Limit?   
    First use search function because this question was answered several times. Set up your per vehicle limit in epochconfig.hpp
  20. Like
    flow0815 got a reaction from lowrey in Max Vehicle Limit?   
    First use search function because this question was answered several times. Set up your per vehicle limit in epochconfig.hpp
  21. Like
    flow0815 reacted to Brian Soanes in Infistar desync?   
    Put the badvar#2 check to false.
  22. Like
    flow0815 got a reaction from fishmooney in VPS help choosing one   
    Do not buy a vps because will never go happy with it. Imagine you set up everything and you notice player coming to your server. Then you will have to switch to another server which makes the ip change and you will loose a lot of them. DO NEVER EVER USE A VPS FOR ARMA
     
    Cheers
  23. Like
    flow0815 reacted to DirtySanchez in [REQUEST] Add forums heading for Maps and subforums   
    Hey Devs and Mods,

    With the recent barrage of new supported maps and plenty more to come.
    Could we get another Forum Heading for Supported Maps and a subforum for each map.
    Would be very organized for those wanting help or looking for answers concerning a specific map.


    Thanks in advance regardless if you do it or not.


    ie.
    FORUM HEADING- A3 Epoch Supported Maps
    SUBFORUMS:
    -Altis
    -Stratis
    -Chernarus
    -Esseker
    -Australia
    -NAPF

    etc etc
  24. Like
    flow0815 got a reaction from Tophi in BI fix attempt for 1.48   
    Client Fps are fine with some little drops but Server Fps is at 13 with 55 player. I Wonder if Simulation handler can be turned off again
  25. Like
    flow0815 got a reaction from unerground2 in BI fix attempt for 1.48   
    Would be nice if a dev or moderator will open a pinned Topic about current state. Would be much better to handle one thread for arma performance problems and updates. What do you mean?
×
×
  • Create New...