Utilities and scripts for improving gameplay in Banished.
AutoHotkey script to improve camera / main map control in fullscreen mode.
- drag terrain with right mouse button (like on google maps)
- zoom towards screen edges with mouse wheel
- tilt camera with middle mouse button
- download and install AutoHotkey
- download the banished_improved_camera_control.ahk file (e.g. right click on the link >
Save Link As...) - execute (double click) the downloaded *.ahk file
- inside the game, try to drag the map with right mouse button across a large portion of the screen
- if the map has been moved too little, decrease
x_moved_during_sleepandy_moved_during_sleepvariables - if the map has been moved too far, increase
x_moved_during_sleepandy_moved_during_sleepvariables - if you want to drag the map with left button instead of right, replace BOTH occurrences of
RButtontoLButton - make other adjustments as needed
- after SAVING your changes, you will have to
Reload This Scriptfrom the context menu of the AHK notification icon on the Windows task-bar
If you experience any troubles, please create a new Issue, post in the original forum discussion or contact me.
The game Cities: Skylines extensively supports modding, so creating a new mod is the correct way to implement new features. However, until such a camera mod exists, I adapted my Banished AHK script as a temporary workaround:
- Same usage as above, except that CS natively supports camera tilt with middle mouse button.
- toggle_w.ahk - for games missing auto-run key binding
- forward_jump.ahk - jump precisely between small platforms without falling
- edge_scrolling.ahk - add edge scrolling to games that only support keyboard (ASDW) movement (like Factorio as of 2018-03)
