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

[3.0 or later - idea] Vehicle position #167

Open
StefArma opened this issue Nov 13, 2017 · 1 comment
Open

[3.0 or later - idea] Vehicle position #167

StefArma opened this issue Nov 13, 2017 · 1 comment

Comments

@StefArma
Copy link
Contributor

Vehicles are badly used by AI and they oftenly use them as dogs chasing cats.

In official version i added fixed positions for 1 vehicle per each base and airport with only a gunner inside: this make the base way more protected.
This can loose some unpredictability, maybe in the future i'll add more possible positions and a random selection of where they spawn.

How i did it:

  • place invisible objects in .sqm,
  • check for that item within the marker,
  • spawn with the pos and the direction of the hidden item (like an invisible helipad) the vehicle from templates.

Using more intensively this function require indeed maintainance and rigidity in map porting, but could enhance a lot the enemy vehicle usage.

Extra: add driver tight to waypoints assigned only to predefined positions triggered by specific conditions.

@LordGolias LordGolias added this to Under Discussion in Design features for v0.3 Dec 31, 2017
@LordGolias
Copy link
Owner

This can be easily done through the compositions. See also #192.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants