joelpt / quickfort

A spreadsheet driven construction tool for Dwarf Fortress
http://joelpt.net/quickfort
38 stars 14 forks source link

Support QF1.x aliases #17

Closed joelpt closed 11 years ago

joelpt commented 11 years ago

Original author: joe...@gmail.com (May 31, 2010 17:54:03)

Implement aliases.txt support. Must be applied prior to keystroker.translate() so that everything gets converted including the following formats:

READY [n], [s] etc. (QF2 internal placeholders for DF keys/keybinds) READY ! for Enter NEED < > for z level switches in addition to [u] [d] NEED AHK formatted stuff: {Enter}, {Left 4}, ... used to navigate DF menus READY bare keys per normal READY %

Change aliases.txt to use new syntax.

Original issue: http://code.google.com/p/quickfort/issues/detail?id=16

joelpt commented 11 years ago

From joe...@gmail.com on March 21, 2011 02:13:17 Pulling this one back into 2.0 work as it's heavily relied on by some users (dealbreaker for upgrading to QF2.0). Will also need to get all the aliases in aliases.txt working again for the latest version of DF and probably add a few more. growlastcropall needs a rethinking.

joelpt commented 11 years ago

From joe...@gmail.com on April 07, 2011 01:25:13 Aliases.txt updated to DF 0.31.25 compatibility. Added a few new ones like 'noartifacts'.

joelpt commented 11 years ago

From joe...@gmail.com on April 07, 2011 04:31:01 aliases.txt support in place.