Jump to content

Defent

Member
  • Posts

    720
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Defent reacted to dayzlauncher in A3Launcher   
    Favourite will always appear at the top on start up and you can order by favorites.
  2. Like
    Defent reacted to Sandbird in [Fix] Traders spawning vehicles on top of each other   
    I am surprised noone else is bothered by this. It really bothered me that vehicles would spawn on top of each other when you buy a vehicle and another one is there.
     
    What does the fix do ?
    It will check if there is a safe location in a 60m radius to spawn the vehicle. If there is one, it will select it...otherwise worst case scenario, it reverts to the old location..
     
    The fix is very easy. All you have to do is open \dayz_server\compile\server_publishVehicle2.sqf
     
    Find 
    _uid = _worldspace call dayz_objectUID3; ABOVE it put :
    //Safe spawning of veh, not on top of eachother _position = _location findEmptyPosition [0,60,_class];  //60m radius if (count _position != 0) then {     _safelocation = _position; }else{     //default spawner     diag_log format["###### TRADER BUY VEH: NO SPACE, spawning dead center ######"];     _safelocation = _location; }; _worldspace = format["[%1,%2]", _dir,_safelocation]; _worldspace = call compile _worldspace; Find bellow:
    [_object,_uid,_characterID,_class,_dir,_location,_donotusekey,_activatingPlayer] spawn { In this array change _location to _safelocation. So it should look like:
    [_object,_uid,_characterID,_class,_dir, _safelocation,_donotusekey,_activatingPlayer] spawn { Dont forget to add
    "_position","_safelocation" at the top in the private array.
     
     
    What we did here:
    Insert the vehicle in the database with the new location Use the new location to spawn a vehicle If there is no available position withing 60m, then it will revert back to the old (on top of vehicles) position
  3. Like
    Defent reacted to Psyc in SO MUCH HACKERS!!!!   
    THE GATE TO HELL= FREE ARMA WEEKEND, anyway we closed our servers due this weekend -_- 
  4. Like
    Defent got a reaction from Flosstradamus in Where's Maca?   
    Questions are often the best way to stop spam bots. Like "what is hcope backwards?".
  5. Like
    Defent got a reaction from natoed in Epoch Server AU#18   
    That's not an offical server is it? If so, don't play on it because that is what is expected to happen.
     
    http://epochmod.com/servers.php
  6. Like
    Defent got a reaction from Uro in Epoch Server AU#18   
    That's not an offical server is it? If so, don't play on it because that is what is expected to happen.
     
    http://epochmod.com/servers.php
  7. Like
    Defent reacted to vbawol in Epoch 0.2 Patch Changelog   
    [Changed] "T" key action moved to Inventory Button. Use your inventory key (Default "I") once to smash trash piles and again to open gear. [New] Two halloween masks Pumpkin head and Warewolf. [New] Fireplace model. [New] Custom Anti Hack Framework by Skaronator. [New] Replacement First Aid Kit double click on the item and use. Heals other players or your self. [New] Wooden Ramp/Roof base object can be crafted with 6 lumber packs. [New] Three new food items: Snooters and Meeps Candy and Walk N' Sons Soda. [New] Electric Motorcycle has been added. [New] Car Jack added and has a chance to be found in freshly spawned vehicles. [New] New lootable furniture "Shoebox" added. [New] Military variant of the bed now spawns in specific military buildings. [New] Unisex vest called "side pack". All fresh spawns start with this item. [New] Group request menu, Group requests can now be accessed via the "Requests" button in the inventory. [New] Player trading now started with the inventory key (Default "I") and accepted with the "T" key. [New] Use paint cans to paint corrugated walls and use paint thinner to remove paint. [New] Wood stairs upgradable for additional landing area. [New] Circuit Parts found in the world to be used for crafting. [New] Lockable Cinder And Wood Doors upgrade with Circuit Parts. Ownership is controlled by frequency jammer group owner. [New] 9 more radios have been added and can be crafted using gems. [New] Many Inventory items now have proper icons instead of placeholder. [New] Give player energy if within 75m of a solar tower or wind tower. [New] Temp Lockable vehicles each time you lock a vehicle it will remain locked to you or your group for 30 minutes. [New] Base building objects get deleted after 7 days. Moving the object or Painting walls extends this for 7 more days. [New] Player Character are cleaned up after 30 days inactivity. [Fixed] Mineral veins now spawn at epicenters. [Fixed] Geometry changed on cinder wall to prevent phasing though it [Fixed] Lockbox can no longer be destroyed while open. [Fixed] Dump items on the ground if packed with items in lockbox. [Fixed] Overflow items to the ground if player does not have space when trading with another player. [Fixed] Added prices for Chainsaw so it is now possible to sell/buy to traders. [Fixed] It wasn't possible to snap the foundation to other foundations. [Fixed] Group Leader can no longer enter the commander vision. [Fixed] false PublicVariable Restriction on server start. [Fixed] Night Vision wasn't disabled when the player run out of energy. [Fixed] Added prices for Karts so it is now possible to sell/buy to traders. [Fixed] Shelf and Tipi storage devices are no longer indestructible and have limited storage space. [Fixed] Trader purchased vehicles should now look for a safer place to spawn vehicle within 120m. [Fixed] Text output from certain actions now show proper display names instead of classnames. [Fixed] Vehicles now persist exact position, angle, and direction so it should result in less damage at spawn. [Fixed] Some false BE kicks for base building. [Changed] Increased storage of all vests by 50% and reduced armor by half. [Changed] Building base objects from inventory kits now instantly forces build mode and consumes item. [Changed] P2p trading now more reliable, however now places traded items at your feet. [Changed] Reduced Dog and snake spawn chances. [Changed] Respawn button disabled. [Changed] Increased Building material spawns on trash piles. [Changed] Increased chances for Tools to spawn on Tool Rack. [Changed] Hunger and Thirst loss rates increased. [Changed] Increased purchase price of Ammo by a total of 100%. [Changed] Reduced Hunter armor levels by 50%. [Changed] Trader "Steal" option removed for now. [Changed] Traders now only wear uniforms that spawn in the world. [Removed] Hellcat Helicopter and and Nightstalker scope till balance issues are sorted. [Removed] Uniform storage space and selling of uniforms to traders removed due to dupe issues. [info] new bikey for 0.2 added remove any previous ones. [info] Improved backend DLL by Fank [Known Issues] Weapon attachments get wiped when player to player trading. (workaround for now take the items off the weapon first). [Known Issues] Moving a painted corrugated wall causes it to loose its color.
  8. Like
    Defent reacted to DeadBanditGaming in cannot load texture   
    Yeah, it was a server side issue, i'm able to play now.
  9. Like
    Defent got a reaction from xBowBii in M113 Help   
    Yea, that could be easier. I have changed it to a while loop and have been checking around. I have decided to eject the player once the vehicle is dead or destroyed. Thanks for the inputs!
  10. Like
    Defent reacted to avdieking in M113 Help   
    // work around for m113 bug

    _vehicle = ["M113Ambul_TK_EP1"];
    _hasCrew = player in (crew _vehicle);
    _vehicleDamage = damage _vehicle;
    waitUntill {_vehicleDamage = 1};
        if (_vehicle and _hasCrew) then {
        sleep 1;
            player setDamage 1;
        };
  11. Like
    Defent reacted to LunatikCH in DayZ Epoch Server Anti-Hack   
    Best solution against hackers are infistar and blocking the russian ipblocks ;)
  12. Like
    Defent reacted to orangesherbet in Show your shirts!   
  13. Like
    Defent reacted to Richie in Payday: The Heist - Free forever for 24hrs on October 16th   
    Popular four player co-op bank robbing title, Payday: The Heist, will be free to own on Steam later this week for 24 hours. Other three year anniversary freebies include a golden AK-47, the Old Hoxton character pack DLC and a mask from Bain.
    Overkill, the developer behind Payday, is giving away its first game in the series for free as fans managed to hit 1.05 million members on the Payday 2 Steam group. Since then, the community has risen to 1,500,000 members and as a result, the developer will be giving away another bit of DLC, which is still in development and remains a secret.
     

     
    You will be able to claim your free to own copy of Payday: The Heist on Steam starting from 10AM Pacific time on Thursday the 16th of October. For those of us in the UK, 10AM pacific works out as 6PM GMT. Remember, this offer will only be valid for 24 hours.
    This game giveaway was originally going to take place on the 18th of October but due to the overwhelmingly positive community reaction, the date has been brought forward.
     
    Quick Update: Just to clarify, this is NOT a free weekend type of deal where you can only play the game for 24 hours. Once you hit download, the game will be tied to your Steam account and you will own it forever- allowing you to play it for days, weeks or maybe even years if you don’t get bored. However, you can only claim your free copy within 24 hours.
     
    Source KitGuru.net
  14. Like
    Defent got a reaction from PcKoPaT in [Release] Case Unboxing   
    Looks nice. Thanks for sharing.
  15. Like
    Defent got a reaction from Donnovan in Any good way to optimize a large server?   
    It caused red chains to appear abit more often but less desync overall and faster respond times on doors opening and such. Setting it above 0.07 also caused the create vehicle 0 restrictions AKA seagulls to happen more frequently.

    My current one is 
    MinErrorToSendNear=0.039999992; MinErrorToSend=0.0029999993; and its been pretty smooth with that.
  16. Like
    Defent got a reaction from Donnovan in Any good way to optimize a large server?   
    Your min and max bandwith are a bit too tight. Your server has more than 50 slots (50+ is known to be behaving weirdly). 
    This is my current basic.cfg. It's working for me at, 54 players, 10 second vehicle buy time. Around 6220 Network message errors at around 2 hours in. 
    MinBandwidth=1097152; MaxBandwidth=1073741824; MinErrorToSendNear=0.069999997; MinErrorToSend=0.0039999994; MaxCustomFileSize=0; Windowed=0; adapter=-1; 3D_Performance=1; Resolution_Bpp=32; Resolution_W=800; Resolution_H=600; Your server specs can easily hold atleast one full server. 
     
    You could try opening the player_login table and emptying that one if it's like 1-2mbs large. 
     
    You generally want to start with the max bandwith a bit further apart from the min bandwith, like start at 0.06 or so and work down. I have noticed that anything above 0.06 on my servers cause huge amounts of birds and lower than 0.03 causes longer buy time and more desync, atleast for me.
  17. Like
    Defent reacted to ToejaM in Perks for donating..   
    I can see how the money is definitely a factor for many people who host servers with perks, they see popular servers hitting targets every month and they think.. I can easily milk people for more.. we had lots of people offer to buy themselves out of bans, people offering us money to ban other people, people offering us money for things we didnt have a perk for (base building kit is what we had, I had a soft spot for those who work hard but dont want to be left behind!), people offering money for permanent iron domes ect.. anything you can think of being possible in Arma we had someone offer us money for it.. people got offended to when I refused.
     
    We had people join the server and say "What do I get if I donate?" and then when it wasnt enough, i.e no loadouts.. they'd insult the server and leave. Though we've also had people leave the DayZ Epoch server because you couldn't do the kung fu animation.. people can be fickle!
     
    People want everything to be casual and there is no respect for anything difficult in a game anymore.. and they said there was a recession recently! lol
  18. Like
    Defent reacted to ToejaM in CPC Would host for you in the EU.   
    Post up! 
     

     
    :D
  19. Like
    Defent reacted to Achmed in Teamspeak 3 License   
    got mine ages ago but good to know. passed on to a friend who was after one
  20. Like
    Defent got a reaction from Richie in Teamspeak 3 License   
    The Non-Profit License registration just opened up for 512 slots teamspeak.
     
    http://npl.teamspeakusa.com/ts3npl.php
     
    Register and hope for a key!
     
    Edit:
     
    I got denied because we had a donation button. (Still said that we are a non profit community).
     
    I deleted the button and resent the application. Boom, got a key. 
  21. Like
    Defent reacted to Morgan_Freeman in No ban forum page   
    you'd be surprised how hard it is for people to look at things that are right in front of them lol
  22. Like
    Defent reacted to Zupa in [Release] Paint Vehicles   
    maca right clicks script
     
    add:
    class IRStrobe { class PaintCar1 { text = "Paint Vehicle"; script = "call player_paint;"; }; }; change vehicleColourPaint.sqf to 
    private ["_colour","_colour2","_playerWealth","_PUID","_txt"]; _PUID = (getPlayerUID player); _toPaint =  vehicle player; if(_toPaint != player &&  driver _toPaint == player )then { if !([[[(ColourPrice select 0), (ColourPrice select 1)]],0] call epoch_returnChange) then { _txt = getText(configFile >> "CfgMagazines" >> (ColourPrice select 0) >> "displayName"); titleText [format[(localize "STR_EPOCH_ACTIONS_12"), (ColourPrice select 1), _txt], "PLAIN DOWN"]; } else { _colour = ""+str((sliderPosition 5700) / 10)+","+str((sliderPosition 5701) / 10)+","+str((sliderPosition 5702) / 10)+",1"; _colour2 = ""+str((sliderPosition 6700) / 10)+","+str((sliderPosition 6701) / 10)+","+str((sliderPosition 6702) / 10)+",1"; PVDZE_veh_Colour = [_toPaint ,_colour,_colour2,_PUID,dayz_playerName]; publicVariableServer "PVDZE_veh_Colour"; player removeMagazines "IRStrobe"; titleText ["Vehicle has been repainted! Please wait a moment for the texture to update!","PLAIN DOWN"]; }; }else{ cutText ["You need to be the driver to change the color.","plain"]; }; SPawn in a IRStrobe and right click it while being in a car
  23. Like
    Defent reacted to Axle in Extortion and the joys of ARMA: Update v2   
    Small update to the exploit. I think we got their attention.
     

  24. Like
    Defent reacted to vbawol in Extortion and the joys of ARMA: Update v2   
    Arma has so much to offer and is a very flexible and fun game to play and mod. With this flexibility comes insecurity and a dark side.

    Yesterday I spoke with one of the "kids" that have been terrorizing our servers. He is demanding server files in exchange for stopping the attacks. I told him that the server files would have been released to more communities by now if we had something proven stable and secure. Something that this hack-a-thon is stopping us from doing. He offered up one exploit and then immediately started demanding that we give the server files in exchange. He then said that if we did not give them the server files in 24 hours the hacking would continue, and it has.
    Simply put, the current exploit they are using is a fault in ARMA and not an issue with our mod and will ultimately need to be fixed by BI.
    Please vote for this issue to get the attention it deserves: http://feedback.arma3.com/view.php?id=20994
     
    Until this issue is fixed by BI or another fix is found we will no longer be running any public servers. All servers run my me will only be accessible with a password obtained from me or Axle. We will have a few communities that will likely run whitelisted servers so look out for them to pop up on our servers page: http://epochmod.com/servers.php
     
    Now back to developing.
  25. Like
    Defent got a reaction from Sandbird in [Urgent] Looking for a server hoster   
    I use a root dedicated machine from hetzner, they have a auction system which allows you to bid or buyout dedicated machines, sometimes cheaper, sometimes more expensive. Setup is pretty much instant and you get great interwebs connection. I'm very pleased with them!
    Located in Germany though, so it may be far from you.
     
    https://www.hetzner.de/
×
×
  • Create New...