Jump to content

viper.cless

Member
  • Content Count

    66
  • Joined

  • Last visited

  • Medals

Everything posted by viper.cless

  1. viper.cless

    The Crate 2 - an Armed Assault movie project

    Added Mirror: the_crate_2_the_sahrani.torrent
  2. viper.cless

    The 5-Minute Mission Maker

    IIRC it should be like nul=[this,"Alpha","RANDOM","MIN:",2,"MAX:",8,"TRACK"] execVM "scripts\ups.sqf"
  3. viper.cless

    Arma dedicated server

    IMHO your router is blocking/not answering ICMP Echo Requests on the WAN interface.
  4. viper.cless

    Deadfast's Translations

    Thanks a lot Deadfast.
  5. viper.cless

    Widescreen

    Me too. It seems even greater when using TrackIR. :cool:
  6. viper.cless

    T-Virus mod

    Kaspersky Anti-Virus 2009
  7. viper.cless

    T-Virus mod

    The linked homepage seems to contain a malicious script. My virus scanner detects a Trojan-Clicker.HTML.IFrame.
  8. viper.cless

    Server VS Ace Mod

    "signature checks" is what you are looking for. Just don't install the key for ACE. Works like a charm on my server to prevent player connecting with arbitrary addons. http://community.bistudio.com/wiki/ArmA:_Addon_Signatures
  9. viper.cless

    Devastation: mission pack

    Great news, thank you. Server updated. NetStats=0; Scores doesn't matter if your team wins
  10. viper.cless

    Voice over net and 1.14

    http://community.bistudio.com/wiki/ArmA:_Multiplayer#VOIP_support
  11. viper.cless

    custom sounds

    http://community.bistudio.com/wiki/Multiplayer_Custom_Sounds_Tutorial
  12. viper.cless

    ArmA-Spy

    Me too. I would appreciate if tools like this are released as open source
  13. viper.cless

    Autokick non-signed addons

    You need to add <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">onUnsignedData="kick (_this select 0)"; to your server.cfg too
  14. viper.cless

    DediCated Servers Crash

    It seems so for me. I had several crashes too, mostly a short time after a player using a lot of addons connected. Since I enabled signature checks and the server is kicking for unsigned data, it didn't crash anymore. I am allowing only few mods like ArmaEffects or some sound mods. The downside is indeed that the server isn't as crowed as before. Hopefully it's not the lower player count which prevents the server crashes
  15. viper.cless

    ArmA 1.14 Linux Dedicated Server Public

    If you follow the installation instruction of durg's it will create a patched plants.pbo in it's mod folder. But I am not sure if its wise to replace the plants.pbo in the arma addons folder. I never gave it a try
  16. viper.cless

    ArmA 1.14 Linux Dedicated Server Public

    Eda, I can't figure out where you see that the server only needs 300 MB. My addons subdirectory has well over 4 GB in it and it all looks like basic ArmA stuff. The only additional mod that I have loaded is Durg's Vegetation Fix and that's only 8.5 MB. Sigh. It looks like I'm going to have to figure out what I can delete from that partition to make enough room to copy over most of the ArmA subdirectory. Oh, well. Eda listed the files that you have to update on your 1.08 server, it is not a complete list of all server files being needed. Also Durg's Vegetation fix should have around 450 MB if proper installed, because it patched the plants.pbo.
  17. viper.cless

    Devastation: mission pack

    IMHO there are sufficient options to spawn at the frontline using MRVs or bunkers.
  18. viper.cless

    Creating a signature exception list

    I get your point now as the modfolder name pops up in the unsigned data kick message too. But it doesn't seem to work anyway, even if you prepent the correct modfolder name.
  19. viper.cless

    Devastation: mission pack

    The M119 is pretty much useless if chopper airlifts aren't available e.g. on map LvL_M_Obregan. Or do i just miss any alternative of transport ?
  20. viper.cless

    Creating a signature exception list

    Ok, makes sense, but then you forgot one " in your code sample. But it must be in an folder named "addons" anyway, either in a modfolder or the arma addons folder, or ? Thats what i suggested, just prepend "addons/" to the filename.
  21. viper.cless

    Devastation: mission pack

    I had a big smile in my face while airlifting a ammo truck with a mh6 Maybe airlifting heavy vehicles should only be possible with blackhawks. It just feels more reasonable. Also only pilots should be able to fly the choppers. Btw. i really love the way how airlifting is implemented. Lower the cable, hover in position over the vehicle while watching the monitoring screen, take the time to attach and fly to the destination (but beware of flying to fast and therefor loosing your cargo ). Just great and imho much more impressive than the airlifting thing done for the Domination map for example.
  22. viper.cless

    Devastation: mission pack

    Great work Dr_Eyeball ! I set up a public dedicated server "Viper's Battleground" running Devastion only.
  23. viper.cless

    Creating a signature exception list

    I didn't test it, but try to escape the " properly. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">onUnsignedData = "uncheckAddons=[\"addon_a.pbo\",\"addon_b.pbo\"];if !((_this select 1) in uncheckAddons) then {kick (_this select 0)};"; Maybe you have to use \"addons/addon_a.pbo\" instead of \"addon_a.pbo\". Just because any error message I saw concerning addons included the full relative path.
  24. viper.cless

    dedicated server not loading map

    Is there any server logfile available ? Which server version are you running ? Linux/Win ? Do you use any serverside mods ? Which map are we talking about ?
×