Jump to content

dumle29

Members
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

0 Neutral

About dumle29

  • Rank
    Scavenger
  1. Any eta on Linux support? I would love to run this, as my host require the user to keep logs (sends everything over RCon). It running on linux is however a must, as I really can't afford a windows vps (hosting dayz through a dayz host, so no vps there)
  2. dumle29

    DayZTaviana.com

    Wow wow wow :o Chill a bit. I really like the way this mod sounds, and I would expect a lot of bugs on the launch, especially if they rushed it. I get that you are really angry, that dayz.st forced you to use the .com, I was too, but that is dayz.st's problem (and they fixed it). If they manage to get this mod bugfixed, a coop with bliss and DZC are major advantages. Untill then, i will too run the EU, but geez man, chill :/
  3. I will be updating the http://snuletek.org/arma2coordcalc/ calculator to support multiple maps (I have moved to a .org domain, the http://snuletek.com/arma2coordcalc/ domain would just redirect you) At the moment, i have added a feature to the calculator, It now brings up the dayzdb map.
  4. Now i do agree that the dev's are going a bit too far by dissableing sidechat, but the fact is, that if you are connected to the hive, you have the possibility to mess up the game quite a bit. If admins were for examble to give players rare / not in dayz guns, they would be able to transfer these to other servers. This explains why the rules are so strict, however doesnt explain the removeal of sidechat. Something i love myself. These strict rules, made me choose to host a private hive server instead. If you arent satisfied with your limmitations, you could just host a private hived server instead. Thats the choice. If you want acces to the dev team's database, you have to abide to some serios restrictions. If you don like that, go private hive. I think you are going mighty all out rage on the dev team, and yes. Server hosters are a big part of DayZs success, and i agree there should be a bit more freedom. Some better admin tools and such. However, this game/mod is still in the alpha state, so you cant expect it to be fully featured yet. Thats the idea of an alpha. Implement features. Now go easy on the devs. They have a long enough checklist to go through, and screaming serverowners i'd imagine would be the most dismotivating. Rock on dev team ;)
  5. Problem solved :D Turned out that the file edited by the editor in the configuration section, wasnt the correct one. For me the file(s) were located in bliss/users/bliss/ (private hive :) ) hope this helps :)
  6. i have now enabled everything to do with hud, and everything to do with wp, my code is this (still doesnt work) class Difficulties { class Recruit { class Flags { Armor=1; FriendlyTag=1; EnemyTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=1; AutoGuideAT=1; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=1; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.34999999; skillEnemy=0.34999999; precisionFriendly=0.2; precisionEnemy=0.2; }; class Regular { class Flags { Armor=0; FriendlyTag=1; EnemyTag=0; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=0; AutoSpot=0; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.44999999; skillEnemy=0.44999999; precisionFriendly=0.34999999; precisionEnemy=0.34999999; }; class Veteran { class Flags { Armor=1; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=0; WeaponCursor=1; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=0; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=1; VonID=1; }; skillFriendly=0.75; skillEnemy=0.75; precisionFriendly=0.75; precisionEnemy=0.75; }; class Expert { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=0; ClockIndicator=1; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=1; VonID=0; }; skillFriendly=0.94999999; skillEnemy=0.94999999; precisionFriendly=0.94999999; precisionEnemy=0.94999999; }; };
  7. So i really dont know what i'm doing wrong. I have set the difficulty to regulare. This is the difficulty part of my ArmA2OAProfile file: class Difficulties { class Recruit { class Flags { Armor=1; FriendlyTag=1; EnemyTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; WeaponCursor=1; AutoAim=1; AutoGuideAT=1; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=1; AutoSpot=1; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.34999999; skillEnemy=0.34999999; precisionFriendly=0.2; precisionEnemy=0.2; }; class Regular { class Flags { Armor=0; FriendlyTag=1; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=0; WeaponCursor=1; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=1; Map=1; Tracers=0; AutoSpot=0; UltraAI=0; DeathMessages=1; NetStats=1; VonID=1; }; skillFriendly=0.44999999; skillEnemy=0.44999999; precisionFriendly=0.34999999; precisionEnemy=0.34999999; }; class Veteran { class Flags { Armor=1; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=0; WeaponCursor=1; AutoAim=0; AutoGuideAT=0; 3rdPersonView=1; ClockIndicator=0; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=1; VonID=1; }; skillFriendly=0.75; skillEnemy=0.75; precisionFriendly=0.75; precisionEnemy=0.75; }; class Expert { class Flags { Armor=0; FriendlyTag=0; EnemyTag=0; HUD=1; HUDPerm=0; HUDWp=1; HUDWpPerm=1; WeaponCursor=0; AutoAim=0; AutoGuideAT=0; 3rdPersonView=0; ClockIndicator=1; Map=0; Tracers=1; AutoSpot=0; UltraAI=0; DeathMessages=0; NetStats=1; VonID=0; }; skillFriendly=0.94999999; skillEnemy=0.94999999; precisionFriendly=0.94999999; precisionEnemy=0.94999999; }; }; So the features i want enabled, are the ability to see yourself on the map, and see your waypoints. I really dont know where i went wrong :/ EDIT: formated code better
  8. dumle29

    A server to dick around in, Non-hive

    its not a mode, its a local server. one that is different from your hive character.
  9. Was thinking it would be nice to have a server, that you could run locally on your own PC, that wouldn't connect to the hive, and would only save stuff on a local database. That way, you could take a break from the constant paranoia, and just run around with an enfield in elektro :P
  10. dumle29

    Problem lauching DayZ

    got it working, Reinstalled arma2 OA -> didnt work -> reinstalled battleye for both games -> didnt work -> did it again -> worked :?
  11. dumle29

    Problem lauching DayZ

    Im trying to reinstall arma2 OA if that doesnt work, ill try and reinstall both. Ill keep you posted.
  12. I bought the steam version it worked yesterday, didnt work this day (usual stuck at loading) but now i cant even launch Dayz Im running the game with six updater Heres the error ill get: addon 'dayz_anim requires addon 'CA_Anims_E' it then launches the normal OA PC specs: CPU...........i7-2600K GPU..........2x gtx560 RAM..........16GB 1600MHz Harddisk....2TB HDD win 7 x64 :(
×