sl5net / autocivP

Mod for the game 0 A.D.
https://wildfiregames.com/forum/topic/107371-autocivp-add-ons-profiles-team-audio-call-chat-translation-icons-more/
GNU General Public License v3.0
4 stars 2 forks source link

recommended builiding place hotkeys for your user.cfg #26

Open sl5net opened 1 week ago

sl5net commented 1 week ago

recommended. best I guess is when you add the following lines to your user.cfg when you want use the intuitive hotkey style you probably also like this:

autociv.session.building.place.arsenal = "army_camp assemblyarch apadana amphitheater_pompeii" autociv.session.building.place.civil_centre = "corral" autociv.session.building.place.defense_tower = "dock" autociv.session.building.place.dock = "defense_tower" autociv.session.building.place.field = "farmstead forge fortress" autociv.session.building.place.market = "monument" autociv.session.building.place.outpost = "sentry_tower" autociv.session.building.place.storehouse = "elephant_stables stable sentry_tower" autociv.session.building.place.temple = "defense_tower sentry_tower outpost" autociv.session.building.place.wallset_palisade = "wallset_stone wonder" autociv.session.building.place.wallset_stone = "wallset_palisade wonder"

hotkey.camera.rallypointfocus = "Space"

I also have set Barter and trade to "<"

and don't forget:

Alt + Left Drag over units on map: Only select military units.
Alt + Y + Left Drag over units on map: Only select non-military units.
I + Left Drag over units on map: Only select idle units.
O + Left Drag over units on map: Only select wounded units. 

from: https://trac.wildfiregames.com/wiki/HotKeys

also very useful config :

hotkey.session.flare = "Backspace"
hotkey.session.gui.diplomacy.toggle = "SYM_100" Its "<" here I german keyboard and very useful when sending resources to your team
hotkey.session.gui.barter.toggle = "Shift+SYM_100" Its "Shift+<" ( or ">" in other words)  here I german keyboard

and btw make your map zoom larger. very helpful I guess also:

view.zoom.max = "800.0" view.zoom.min = "40.0"