Jump to content

Ground vehicles in DCS and reguarding trees


graywo1fg

Recommended Posts

Hello i was just wondering if anyone from ED knew if you intend to make trees collideable because it is really frustrating trying to make missions with ground units advancing on a town or something and at max range they are firing on units in the town behind trees and stuff...... and its very aggravating when enemy units can shoot at your helicopter when they are behind a tree and you cant see them only the tracers coming through the tree. is it possible for me to turn that on? and have it in a server?

 

thanks

Gray


Edited by graywo1fg

4w24cLi.png?4

Voice of Jester AI

Death From Above =DFA= Squadron Discord - https://discord.gg/deathfromabove

http://www.twitch.tv/graywo1f

https://www.youtube.com/user/Lonewo1fg

Link to comment
Share on other sites

I believe that is going to be fixed in the new engine next year. That be an unfortunate carry over from the lockon engine. Do you find yourself avoiding them anyway and swearing if you go thru them? :D

i9-9900K,Z390 Aorus Master, 32GB GSkill Trident F4-3600 DDR4, ROG Strix RTX 2080 Ti, Oculus Rift S. Thrustmaster Warthog T&S, TPR Pedals.

Link to comment
Share on other sites

I feel your pain, graywo1fg.

 

When I fly offline, I disable the forests and I guess over time most servers will use that setting, too. Yes, it looks ugly, but it's fair and you won't have to frequently die because of bad habits, once we get colideable trees. :smilewink:

Gigabyte GA-Z87-UD3H | i7 4470k @ 4.5 GHz | 16 GB DDR3 @ 2.133 Ghz | GTX 1080 | LG 55" @ 4K | Cougar 1000 W | Creative X-Fi Ti | TIR5 | CH HOTAS (with BU0836X-12 Bit) + Crosswind Pedals | Win10 64 HP | X-Keys Pro 20 & Pro 54 | 2x TM MFD

Link to comment
Share on other sites

Collidable trees - possible simple solution

 

Collidable trees:

Object flying definitely (*) over forest area + lower than 25m => probability of damage (**) times speed times factor

 

Ground units weapons delivery:

Object flying definitely (*) in a forest area + target at vertical angle less than 60 deg + target distance more than 200 m => kill probability equals 5%

 

Air to ground weapons delivery:

Target definitely (*) in a forest area + object at vertical angle less than -60 deg + target distance more than 50 m => kill probability equals 5%

 

 

* to eliminate small spots of trees groups form the calculation; could be only rectangular areas well inside of real forest areas showed on a map

** for example half of that or less inflicted by power lines

Just examples of values most people would be happily tricked with.

 

 

I am not much of a coder myself but I would like a response from someone in ED why similar robust solution hasn't been used. The only possible problem I see is "Object definitely in forest area" condition but I bet you can import it easily form your digital map. The forest areas in the editor map can be turned on and off so the render has to "know" the coordinates, right?


Edited by Bucic
Link to comment
Share on other sites

Personally I would prefer to wait for the new engine and pretend the trees actually mean something. I love to fly at considerably lower heights then 25 meters so that would be all bad :D

i9-9900K,Z390 Aorus Master, 32GB GSkill Trident F4-3600 DDR4, ROG Strix RTX 2080 Ti, Oculus Rift S. Thrustmaster Warthog T&S, TPR Pedals.

Link to comment
Share on other sites

Someone please correct me if I am wrong but...

 

BS is using a heavily modified version of the lockon engine so we can play with it and ED can make some money so they can keep making good things. To put it ultra crudely it is a stop gap measure.

 

But...the helicopter code has been written so it can be relatively easily copied over into new engine that is due out next year. New engine will then be able to have modules added to it as time goes on. IE different choppers, planes, tanks, things that go boom etc. You will notice that the DCS logo has not only a helicopter but also a boat, plane and a tank in it.

 

New engine would also have trees that hurt, remember lockon is pretty old but at least it gets us flying :)

i9-9900K,Z390 Aorus Master, 32GB GSkill Trident F4-3600 DDR4, ROG Strix RTX 2080 Ti, Oculus Rift S. Thrustmaster Warthog T&S, TPR Pedals.

Link to comment
Share on other sites

There will be a new terrain engine in the future Schutz. And no, there is no ETA yet ;)

 

 

ahhh bugger, I thought I read "next year" somewhere. Oh well there you go :)

i9-9900K,Z390 Aorus Master, 32GB GSkill Trident F4-3600 DDR4, ROG Strix RTX 2080 Ti, Oculus Rift S. Thrustmaster Warthog T&S, TPR Pedals.

Link to comment
Share on other sites

Have you ever got hit by a tank main gun? Try to pretend then :blow:

 

Yeah I have damn them, that will teach me for flying high enough for them to get me again wont it, lucky shot yanks :doh:

i9-9900K,Z390 Aorus Master, 32GB GSkill Trident F4-3600 DDR4, ROG Strix RTX 2080 Ti, Oculus Rift S. Thrustmaster Warthog T&S, TPR Pedals.

Link to comment
Share on other sites

There will be a new terrain engine in the future Schutz. And no, there is no ETA yet ;)

Aha thats great news, im loving the sim but keep thinking the current engine is starting to look somewhat old, especially the ground. Well now i know there is hope! So this new engine, how will that work to get in the game? Will it be released like a totally new game, or will it be something you will have to download and patch or..?

 

Link to comment
Share on other sites

I for the moment what I have done is to remove the trees.

 

1. We are going to file ...\Eagle Dynamics\Ka-50\Config\graphics.cfg

2. We opened with Notepad

3. We look for our graphic, I use Medium, and change trees = (XXX, XXX); by trees = (0, 0);

If you like set off trees in all graphics configurations set trees = (0, 0); in the all configs Low, Medium. High.

 

Repeat, this is only for set OFF trees, no collisions tree.

 

Camera

{

current = "Medium";

Low

{

near_clip = 0.2;

middle_clip = 4;

far_clip = 60000;

 

structures = {30, 2000};

trees = {1000, 3000};

dynamic = {300, 20000};

objects = {3000, 80000};

mirage = {3000, 20000};

surface = {10000, 50000};

lights = {50, 10000};

 

lodMult = 1;

lodAdd = 100;

}

Medium

{

near_clip = 0.2;

middle_clip = 4;

far_clip = 80000;

 

structures = {40, 4000};

trees = {0, 0};

dynamic = {300, 20000};

objects = {3000, 80000};

mirage = {3000, 20000};

surface = {14000, 80000};

lights = {100, 30000};

 

lodMult = 1.5;

lodAdd = 0;

}

High

{

near_clip = 0.2;

middle_clip = 4;

far_clip = 80000;

 

structures = {60, 6000};

trees = {1000, 9000};

dynamic = {300, 20000};

objects = {5000, 80000};

mirage = {3000, 20000};

surface = {20000, 80000};

lights = {200, 80000};

 

lodMult = 1.5;

lodAdd = 0;

}

}

[sIGPIC][/sIGPIC]

 

Cavallers del Cel - Comunintat Catalana de Simulació http://www.cavallersdelcel.cat

Link to comment
Share on other sites

  • ED Team

Personally im fine with the trees we have right now. It's a compromise of performance and visual details. Unfortunately making the trees solid would cost so much performance that there is not enough GPU power out there to render it.

 

Believe me, we had a discussion about this already, internally. The devs strife for hi-fidelity on all fields, unfortunately they can't make it all "perfect" from start on.

 

Turning trees off is no option for me as enemies can and will engage you out of tree lines, especially MANPADs.

Link to comment
Share on other sites

Personally im fine with the trees we have right now. It's a compromise of performance and visual details. Unfortunately making the trees solid would cost so much performance that there is not enough GPU power out there to render it.

 

But my solution would cost diddly squat IMHO. Again, I'm not a coder but... Furthermore I wouldn't want solid trees for years if my solution was put into action and properly tuned.

The trees look great btw but it's not the problem of this topic I think.


Edited by Bucic
  • Like 1
Link to comment
Share on other sites

Personally im fine with the trees we have right now. It's a compromise of performance and visual details. Unfortunately making the trees solid would cost so much performance that there is not enough GPU power out there to render it.

 

Believe me, we had a discussion about this already, internally. The devs strife for hi-fidelity on all fields, unfortunately they can't make it all "perfect" from start on.

 

Turning trees off is no option for me as enemies can and will engage you out of tree lines, especially MANPADs.

 

With trees on, the enemies can look you, and shoot you, but you can look enemies and of course cant shoot if you not look.

 

For IA, trees not exist, On or Off.

[sIGPIC][/sIGPIC]

 

Cavallers del Cel - Comunintat Catalana de Simulació http://www.cavallersdelcel.cat

Link to comment
Share on other sites

even in future DCS consoles i would be fine with being able to fly through trees but i just hate the ground units being able to see YOU through them :\

 

True! I will still advertise my solution! :D I wonder if shooting Iglas (manpads) through complete overcast is still an issue. Producer's note said it is not, but who knows.

Link to comment
Share on other sites

Whats the point of trees if they dont provide cover and concealment for pop-up attacks and NOE flying??? Almost every combat helo tactic in the book is pretty much impossible now because the terrain engine is broken.

 

I was pretty excited about this sim until I learned about this.

Link to comment
Share on other sites

Personally im fine with the trees we have right now. It's a compromise of performance and visual details. Unfortunately making the trees solid would cost so much performance that there is not enough GPU power out there to render it.

 

Believe me, we had a discussion about this already, internally. The devs strife for hi-fidelity on all fields, unfortunately they can't make it all "perfect" from start on.

 

Turning trees off is no option for me as enemies can and will engage you out of tree lines, especially MANPADs.

 

 

Ever played ArmA Groove? They seem to make it work somehow. Granted the cockpits are not high fidelity but its doable on current hardware. Maybee the devs could phone over to BI and ask for some advice :P

[sIGPIC][/sIGPIC]

 

System Specs

 

Intel I7-3930K, Asrock EXTREME9, EVGA TITAN, Mushkin Chronos SSD, 16GB G.SKILL Ripjaws Z series 2133, TM Warthog and MFD's, Saitek Proflight Combat pedals, TrackIR 5 + TrackClip PRO, Windows 7 x64, 3-Asus VS2248H-P monitors, Thermaltake Level 10 GT, Obutto cockpit

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...