Enjoy the classic broodwar game with improved mechanics, new units, upgrades, abilities, and lot of changes that will improve the gameplay and open new strategies and compositions to fight with.

Forum Thread
  Posts  
key set for razor tartarus - for terran (Games : StarCraft : Mods : SC Revolution Mod : Forum : General Discussion : key set for razor tartarus - for terran) Locked
Thread Options
Jan 6 2017 Anchor

Hi,

if some of you are user of this device

then maybe he would find useful my key setting for Starcraft Evolution for Terran race.

keys are from left to right:

TOP
esc-3-4-5-6

MID
p+x / b+z / s+m+w / a+u+g / v+c+o

Bottom
shift / y+r / e+L / d+f / t+i

CTRL and Space are near the knob.

additional i add "1" and "2" to my mouse extra keys, there is never enough of group commands, esp. for buildings.

This set allow to give all terran unit all commands with all skill use without conflict, build all basic and advance structure by SCV and add-on's and recruit each unit in each structure without a conflict. There are few conflicts if you want access to all short-key Upgrades (f.ex. Armory; Ship weapon and vehicle Weapon are under same key (ship will be researched). Or Factory add on - Siege mode and Mines, first would be developed siege mode, then mines). Little nuisance is lack of the Hold Position command, but for me its less used than Patrol (if someone had an idea how to implement it let me know).

Maybe its not the best optimized set, I figure it out after few days of make&try, better than nothing. I would be grateful if some one give me a hint like this few days ago :D.


edit:

TOP
p+x /e+L / y+r / t+i/ d+f

MID
shift / v+c+o / b+z / s+m+w / a+u+g

Bottom
1,2,3,4,5

CTRL and ESC are near the knob.
knob control map scroll

additional i add 6,7,8,9 to my mouse extra keys and mouse scroll up/down

now, i use AHK scirpt to bind mouse click from UI right panel into 9x right key on keypad. other key are maplocation, f5 idle worker and space

code:

#IfWinActive ahk_class SWarClass
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

F12::suspend

t::
mousemove, 520, 450
return

w::
mousegetpos, x, y
click 520,380
mousemove, x, y
return

e::
mousegetpos, x, y
click 570,380
mousemove, x, y
return

r::
mousegetpos, x, y
click 610,380
mousemove, x, y
return

s::
mousegetpos, x, y
click 520, 410
mousemove, x, y
return

d::
mousegetpos, x, y
click 570,410
mousemove, x, y
return

f::
mousegetpos, x, y
click 610, 410
mousemove, x, y
return

x::
mousegetpos, x, y
click 520, 450
mousemove, x, y
return

c::
mousegetpos, x, y
click 570,450
mousemove, x, y
return

v::
mousegetpos, x, y
click 610,450
mousemove, x, y
return

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.