;Replacement rules for iGoSkinWizard ;.ini files ;Format (without []): ;[search term]|[tpye:action1]|[type:action2]|...|[type:actionN] ;When [search term] is found, the next N items are changed according to [action1],...,[actionN] ;Possible actions: ;*scaleX - scale horizontally ;*scaleY - scale vertically ;*scaleX1 - scale horizontally, set to 1 if 0 ;*scaleY1 - scale vertically, set to 1 if 0 ;*scaleXY - scale by geometric average of X and Y scale factors ;*scaleXY1 - scale as scaleXY, set to 1 if 0 ;*copy - copy old value ;*replace:{[replace with]} - replace with value specified between {} ;*prompt - ask user for what to replace with ;Possible item types: ;*number - for scaling ;*ifnumber - scaling if a number, else copy ;*string - for copying, replacing ;Comment the rules you want ignored using a semicolon ; ;The # line below contains the separators for this file type # min_lanes=|number:scaleX1 max_lanes=|number:scaleX1 signpost_bottom_padding=|number:scaleY signpost_top_padding=|number:scaleY signpost_left_padding=|number:scaleX signpost_right_padding=|number:scaleX signpost_font_size=|number:scaleY1 max_signpost_width=|number:scaleX