dumle29
Members-
Content Count
12 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout dumle29
-
Rank
Scavenger
-
DaRT - A Lightweight DayZ (and ArmA) RCon Tool (v2.1 | 11/10/2015)
dumle29 replied to domistyle's topic in Mod Servers & Private Hives
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) -
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 :/
-
Can enable Global/Side chat for all players?
dumle29 replied to ringingraptor1's topic in Mod Servers & Private Hives
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 ;) -
Trying to enable maps and waypoints on my server
dumle29 replied to dumle29's topic in Mod Servers & Private Hives
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 :) -
Trying to enable maps and waypoints on my server
dumle29 replied to dumle29's topic in Mod Servers & Private Hives
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; }; }; -
Trying to enable maps and waypoints on my server
dumle29 posted a topic in Mod Servers & Private Hives
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 -
its not a mode, its a local server. one that is different from your hive character.
-
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
-
got it working, Reinstalled arma2 OA -> didnt work -> reinstalled battleye for both games -> didnt work -> did it again -> worked :?
-
Im trying to reinstall arma2 OA if that doesnt work, ill try and reinstall both. Ill keep you posted.
-
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 :(