![]() |
|
Star Wolves 3D space RPG with deep strategy and tactical elements |
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hey Guys,
A penny for your thoughts. I'm looking for some ideas on how to complete my battle formation routine in fewest actions, ideally only one key pressed if possible by scripting. My battle formation routine is:
Do you have any ideas on how to complete all these actions using only keyboard? My concern is is the lack of ability to group all fighters into one team and escort the mothership. The only way I found is to pull all pilot icons, one by one I might add, on to the team leader and then right-click the mothership. Something simple like [CRL+A, CTRL+1] to assemble team, would have changed the world for me. Couldn't they at least just get in to the same formation as they were when they docked? eg. Team up and escort Mothership? So, I thought why not script my self out of this problem with my new Logitech G13 game pad; that is, if only I could script the mouse movements of the agonizing pull-each-pilot-to-team-leader routine. Any experience executing mouse commands using some sort of script? (Click, move, release, etc.) Last edited by cpmonster; 07-17-2010 at 09:42 PM. |
#2
|
|||
|
|||
![]() Quote:
Game script contains two defined actions of your interest: dock and escort. There is no undock action. The best solution for you is probably to execute the proper script via special perk. I believe the 2nd and 3rd position of your list can be automated this way. It won't use keyboard but it'll be one click action. |
#3
|
|||
|
|||
![]()
thank you for your reply.
Unless we include [CTRL-Z]. My point is to include my G13 scripting tool. I can send multiple keystrokes with delays on a single key, Call in a macro if you will. Quote:
- These special perks are skills I choose from the pilot tech tree? I'm pretty sure you lost me on the last part. |
#4
|
|||
|
|||
![]()
Sorry, my fault. I mean active perks like Summon Berserks or Summon MSF with limited number of uses. You can execute any part of the code via these perks. Check the existing ones (..\Data\Scripts\AI\Specials.script). If you have a little programming skills it won't too hard.
|
![]() |
|
|