Could aircraft carriers store planes???
...and launch groups to attack?
Note that Im not talking about TA carriers style, but the next NOT-TA-RTS generation games for SPRING , including Word War 2 ones.
vonGratz
Well, it should be possible, but I expect it will be difficult to implement as such. I could launch into some useless theory, but you're probably on your own with this.
I'm interested in this. Kernel Panic Terminal's seem to use more or less the needed LUA. Make it spawn a unit as the attack function, via cob/bos can probably be done with LUA/COB and a "blank" weapon with zero damage.
Not too sure about my idea, but I want to see where this goes, because I really need it for my mod. :D
It should be possible via Lua, you'd have to delete all planes that dock with the carrier and store what they were in Lua, then on a launch order you spawn the stored planes again and transfer the appropriate commands to them.
That would not refuel/repair the planes, also it'd unload the planes on land instead of launching them. You could probably use Lua to trigger the loading and prevent unloading in other ways but then you can jsut as well lua the whole thing.