Little_D Posted March 31, 2017 Posted March 31, 2017 Little D, I did some test and found clouds over 2 density causes 20 to 25 fps lose for my VR setup which is unflyable. At 20 fps you see 4 aircraft real close together when you should only see 1 lol. Don't get me wrong I'm a big fan of weather it's just impossible to dogfight at those low fps. Hi showtime, thx for the answer and your testing, you are right 20 - 25 fps is way to mutch. Hopefully DCS will find a solution, because nothing is nicer than have from time to time bad weather to deal with. regards Little_D 1./JG2_Little_D Staffelkapitän 1./Jagdgeschwader 2 "Richthofen" "Go for the leader, if you can. The path is the goal, the kill the result." "The one who has 12, leads. The one who has six, follows." YouTube Channel: 1./JG2 Filmkanal
eekz Posted April 1, 2017 Author Posted April 1, 2017 March season has ended. Check news at web page VIRPIL Controls Servers
OnlyforDCS Posted April 3, 2017 Posted April 3, 2017 March season has ended. Check news at web page Eekz is there a way to enable your server side labels mod to work in singleplayer? Guess what Im asking is for a link to the mod, so I can mod my own games, or missions. Any help is much appreciated. Current specs: Windows 10 Home 64bit, i5-9600K @ 3.7 Ghz, 32GB DDR4 RAM, 1TB Samsung EVO 860 M.2 SSD, GAINWARD RTX2060 6GB, Oculus Rift S, MS FFB2 Sidewinder + Warthog Throttle Quadrant, Saitek Pro rudder pedals.
FLANKERATOR Posted April 5, 2017 Posted April 5, 2017 (edited) SA Points from March Round on Burning Skies: http://sa-sim.com/burning-skies-public-server-march-2017-results/ Congratulations to ACG_Coopes, SF_Kaspu and Tecnam for best A2A performance, to Saburo for best A2G performance and to everyone who scored ranking points! The show is still on with April Round now underway. Have fun everyone! Edited April 5, 2017 by FLANKERATOR Situational Awareness: https://sa-sim.com/ | The Air Combat Dojo: https://discord.gg/Rz77eFj
Tomsk Posted April 7, 2017 Posted April 7, 2017 Eekz is there a way to enable your server side labels mod to work in singleplayer? Guess what Im asking is for a link to the mod, so I can mod my own games, or missions. Any help is much appreciated. +1 I'd really like it for offline/coop play as well.
eekz Posted April 7, 2017 Author Posted April 7, 2017 (edited) Rename any track file from the server to .zip file and take labels.lua from Config/View folder. Feel free to use it in your Saved Games/DCS/Config/View folder for all your single player missions. Seems I need add this question to FAQ on web page :) PS: by the way I reposted FLANKERATOR's post in news section on web page. Feel free to look through the news article. Edited April 7, 2017 by eekz VIRPIL Controls Servers
OnlyforDCS Posted April 7, 2017 Posted April 7, 2017 (edited) Rename any track file from the server to .zip file and take labels.lua from Config/View folder. Feel free to use it in your Saved Games/DCS folder for all your single player missions. Seems I need add this question to FAQ on web page :) PS: by the way I reposted FLANKERATOR's post in news section on web page. Feel free to look through the news article. Thankl you Eekz! Much appreciated! :) On a side note, had my first maneuver kill in the 109 yesterday on your server. Tangled with a Spit near the coast and I messed up my yoyo's so he got on my tail. We were already quite low but I decided to take him for a dive, and he followed. Pulled up hard (but not too hard) just above the water. Checked my six, and saw a huge splash in the water behind me :) Moral of the story: Never follow a 109 in a steep inverted dive :) Edited April 7, 2017 by OnlyforDCS Current specs: Windows 10 Home 64bit, i5-9600K @ 3.7 Ghz, 32GB DDR4 RAM, 1TB Samsung EVO 860 M.2 SSD, GAINWARD RTX2060 6GB, Oculus Rift S, MS FFB2 Sidewinder + Warthog Throttle Quadrant, Saitek Pro rudder pedals.
LeCuvier Posted April 7, 2017 Posted April 7, 2017 (edited) Eekz is there a way to enable your server side labels mod to work in singleplayer? Guess what Im asking is for a link to the mod, so I can mod my own games, or missions. Any help is much appreciated. First of all, you need to enable labels under Options / Game Play. This will by default give you more than just the dot. To change the label format you have to modify the file "labels.lua" under "C:\Program Files\Eagle Dynamics\DCS World\Config\View". Use the free Notepad++ for that! Note: the modified file should be saved under your "saved games" folder structure: "C:\Users\<YOUR PROFILE>\Saved Games\DCS\Config\View". The file includes a lot of information on how to modify the labels format depending on distance. For air targets the default data is this: AirFormat = { --[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y} [10] = {"" ,"LeftBottom",1 , 1 }, [5000] = {"}%N%n%D%n%P","LeftBottom",0.75 , 0.7 }, [10000] = {"}%N%n%D" ,"LeftBottom",0.75 , 0.5 }, [20000] = {"]%n%D" ,"LeftBottom",0.25 , 0.25}, [30000] = {"'" ,"LeftBottom",0 , 0.1 }, }The following reduced code will give you just the dot beginning at 8km distance, and the dot will disappear at 1km distance.: AirFormat = { --[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y} [1000] = {}, [8000] = "}", }The color of the dot is determined by these lines at the end of the file: ColorAliesSide = {255, 0, 0} ColorEnemiesSide = {0, 0, 255}Note: the above gives me blue dots for allies and red dots for enemies. So I guess the 3 colors are defined as BGR (and not RGB as is usually the case). Edited April 7, 2017 by LeCuvier LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
OnlyforDCS Posted April 7, 2017 Posted April 7, 2017 Thanks LeCuvier but I'm quite happy with how Eeekz labels mod works, so I will be using his labels.lua file :) Current specs: Windows 10 Home 64bit, i5-9600K @ 3.7 Ghz, 32GB DDR4 RAM, 1TB Samsung EVO 860 M.2 SSD, GAINWARD RTX2060 6GB, Oculus Rift S, MS FFB2 Sidewinder + Warthog Throttle Quadrant, Saitek Pro rudder pedals.
Brigg Posted April 8, 2017 Posted April 8, 2017 any further thought about a ping limiter eekz as there was some in the 400 range today, and once again it was like playing on an etcha sketch
Mr_sukebe Posted April 11, 2017 Posted April 11, 2017 (edited) My thanks for creation of the server. Hoping that someone can help a complete multi-player noob. On connection, my Spit was setup in training configuration, so I had no working guns. Was happy to just ensure I could take off and land, which was cool, but it would be nice to have the option to shoot things. I did check that I had unlimited weapons and fuel disabled, so that's not the issue. Any thoughts? Is there a brief manual about using the server? My thanks in advance. Edited April 11, 2017 by Mr_sukebe 7800x3d, 5080, 64GB, PCIE5 SSD - Oculus Pro - Moza (AB9), Virpil (Alpha, CM3, CM1 and CM2), WW (TOP and CP), TM (MFDs, Pendular Rudder), Tek Creations (F18 panel), Total Controls (Apache MFD), Jetseat
dannyq8 Posted April 11, 2017 Posted April 11, 2017 Odd, I don't think there is a training configuration on this server. Did you take the safety catch off? Wise men speak because they have something to say; Fools because they have to say something. Plato
razo+r Posted April 11, 2017 Posted April 11, 2017 My thanks for creation of the server. Hoping that someone can help a complete multi-player noob. On connection, my Spit was setup in training configuration, so I had no working guns. Was happy to just ensure I could take off and land, which was cool, but it would be nice to have the option to shoot things. I did check that I had unlimited weapons and fuel disabled, so that's not the issue. Any thoughts? Is there a brief manual about using the server? My thanks in advance. safety pin out? lshift + spacebar
Mr_sukebe Posted April 11, 2017 Posted April 11, 2017 (edited) I'll move my query out to the general multiplayer forum as my issues are not just in BS server. Edited April 11, 2017 by Mr_sukebe 7800x3d, 5080, 64GB, PCIE5 SSD - Oculus Pro - Moza (AB9), Virpil (Alpha, CM3, CM1 and CM2), WW (TOP and CP), TM (MFDs, Pendular Rudder), Tek Creations (F18 panel), Total Controls (Apache MFD), Jetseat
eekz Posted April 18, 2017 Author Posted April 18, 2017 Hi all! Just a quick status update. Real life takes more time for me recently so I'm sorry to be posting less on the forum. Server is running as usual and monthly seasons activity in coop with sa-sims is ongoing. Behind the scene we are working on some stats improvements and I hope that we'll manage to prepare something interesting up to Normandy release. I'm reading your posts, so feel free to drop a note if you have any concerns. See you @Burning Skies :) VIRPIL Controls Servers
=Pedro= Posted April 18, 2017 Posted April 18, 2017 Any chance for other mission or you are focusing on Normandy now ? Gigabyte Z390 Gaming X | i7 9700K@5.0GHz | Asus TUF OC RTX 4090 | 32GB DDR4@3200MHz | HP Reverb G2 | TrackIR 5 | TM Warthog HOTAS | MFG Croswinds
coopes Posted April 21, 2017 Posted April 21, 2017 Can we turn random engine failiures off? If your interested in a realism WWII squad, drop by our Discord. https://discordapp.com/invite/BK7kxZx
Brigg Posted April 22, 2017 Posted April 22, 2017 yeah can you please confirm if this is enabled eekz. thx
SeaW0lf Posted April 22, 2017 Posted April 22, 2017 I've never been able to use labels on the server. I have labels enable under Options / Game Play. Is it not available on the server or do I need to do something? When I say lables, it means info about the planes on screen and that sticker over the plane. I would rather not use it (never really liked it), but this is almost a necessity in DCS for now. But I don't mind if labels are not available. I just don't want to be at a disadvantage right off the bat otherwise. Thanks a lot for the server by the way. It is good fun. -- Win10 Pro, Philips 298P4QJEB (2560X1080), i5-9600K, Zalman 9900NT, GA-Z390 UD, GTX 1060 GamingX 6GB, 16GB 3200Mhz CL16, Samsung 970 EVO 250GB, Corsair AX-750W, Carbide 300R, G940, TrackIR 5 --
OnlyforDCS Posted April 22, 2017 Posted April 22, 2017 I've never been able to use labels on the server. I have labels enable under Options / Game Play. Is it not available on the server or do I need to do something? When I say lables, it means info about the planes on screen and that sticker over the plane. I would rather not use it (never really liked it), but this is almost a necessity in DCS for now. But I don't mind if labels are not available. I just don't want to be at a disadvantage right off the bat otherwise. Thanks a lot for the server by the way. It is good fun. The server uses a label MOD. This means you won't get to see the standard labels, instead you will get a little dark dot up to 8 miles out I believe. It only makes it a little bit easier to spot planes, it definitely doesn't work like the usual labels. Current specs: Windows 10 Home 64bit, i5-9600K @ 3.7 Ghz, 32GB DDR4 RAM, 1TB Samsung EVO 860 M.2 SSD, GAINWARD RTX2060 6GB, Oculus Rift S, MS FFB2 Sidewinder + Warthog Throttle Quadrant, Saitek Pro rudder pedals.
SeaW0lf Posted April 22, 2017 Posted April 22, 2017 The server uses a label MOD. This means you won't get to see the standard labels, instead you will get a little dark dot up to 8 miles out I believe. It only makes it a little bit easier to spot planes, it definitely doesn't work like the usual labels. THanks, and do I have to install this mod or it is included when the mission loads? -- Win10 Pro, Philips 298P4QJEB (2560X1080), i5-9600K, Zalman 9900NT, GA-Z390 UD, GTX 1060 GamingX 6GB, 16GB 3200Mhz CL16, Samsung 970 EVO 250GB, Corsair AX-750W, Carbide 300R, G940, TrackIR 5 --
razo+r Posted April 22, 2017 Posted April 22, 2017 THanks, and do I have to install this mod or it is included when the mission loads? turn labels on in your settings and then everything should be ok and labels should be on when you are in the server
SeaW0lf Posted April 22, 2017 Posted April 22, 2017 turn labels on in your settings and then everything should be ok and labels should be on when you are in the server Cool, thanks :thumbup: -- Win10 Pro, Philips 298P4QJEB (2560X1080), i5-9600K, Zalman 9900NT, GA-Z390 UD, GTX 1060 GamingX 6GB, 16GB 3200Mhz CL16, Samsung 970 EVO 250GB, Corsair AX-750W, Carbide 300R, G940, TrackIR 5 --
Recommended Posts