Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.5.2.3] [Feature Request][Legacy UI] Tweak frontline attack ground unit generation groupings to be tighter #100

Open
phntmknight321 opened this issue May 7, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@phntmknight321
Copy link

This is based on legacy UI behavior, but the current way it generates units for frontline attack missions sometimes feels a bit unrealistic. This is entirely subjective, but I am personally not a fan of the huge line of enemy tanks approaching all parallel to each other.

I recognize this may be a scripting challenge, but wanted to throw my .02 in. Please delete if is not appropriate here.

@wrycu
Copy link
Collaborator

wrycu commented May 9, 2020

I think this is being addressed in the QT rewrite. @Khopa can you comment?

@wrycu wrycu changed the title [Feature Request][Legacy UI] Tweak frontline attack ground unit generation groupings to be tighter [1.5.2.3] [Feature Request][Legacy UI] Tweak frontline attack ground unit generation groupings to be tighter May 9, 2020
@wrycu wrycu added the enhancement New feature or request label May 9, 2020
@Khopa
Copy link
Collaborator

Khopa commented May 9, 2020

Yes, i had some ideas for something a bit more complex in qt_ui branch.

But this is far from being done (or even started 😁 ), as i've not really worked on the project lately... 😕


I wanted to make it so the frontline would be made of multiple lines, a bit like in this picture i made back when we were discussing the air defense rework :

image

Basically, heavy units such as tanks would be first in line, then ATGM and lighter units, then artillery units and close range AA in the back, and finally maybe even a logistic supply line (which does not appear in the picture).

Regarding these ground units behaviour, first thing i wanted to do is to have the player select either a "defensive" or "offensive" stance for them before the mission start, in order to decide whether they would try to attack the ennemy or not. And the AI would basically choose "offensive" stance when it has more tanks, or else "defensive". And only the "armored" units would try to rush in.

Then maybe after that would be done, a more complex behaviour than "let's rush forward !" for the ground units could have been implemented, but I did not thought too much about it.

This is not an easy task, and we'd have to be careful not to cause too much lag with the ground units behaviour. (Making ground units move in DCS is usually a big source of lag for most mission, especially when multiplayer is involved (or at least, it used to be).)


But that's just some ideas i had, i did not implement them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants