SilenceIsFatto / A3-Antistasi-Ultimate

Antistasi Ultimate - Discord https://discord.gg/antistasiultimate
https://antistasiultimate.com
Other
52 stars 36 forks source link

[Feature Request]: Crewed Vehicles as garrisons in Outposts and bases #254

Open TundraGitHub opened 3 months ago

TundraGitHub commented 3 months ago

Related problem

////

Proposed feature

Suggested this on Discord and was asked to put it here so here it is. Simply being able to have vehicles stationed in outposts that can be crewed by the garrison and used for AA, defence or artillery.

Alternative solutions

No response

Additional context

No response

wersal454 commented 2 months ago

How I think we can do it. Add a button to Y menu in AI and garrison section(if I remeber correctly how it's called) to convert vehicle to "static" just like current turrets work. How this function will work, idk, need to check how it works for statics, probably vehicles from certain categories go through init of some sort, so we can create a custom init function that will take any vehicle we currently are looking at and send it through this init to convert to "static". Only thing needs to be figured out, is what to do with driver seat in vehicles, cause do we want this defence vehicle to move around or not, probably yes , but then we would need to figure out a way to store vehicle position upon initializing, so in case AI decides to drive away, on server restart or save load or if players leave spawn area, it will be moved to start position (if it was alive).