Skip to content

Instantly share code, notes, and snippets.

@Erquint
Created November 5, 2016 05:14
Show Gist options
  • Save Erquint/063849327966bbc0c4f51d0ab83bc755 to your computer and use it in GitHub Desktop.
Save Erquint/063849327966bbc0c4f51d0ab83bc755 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name OverthrownUITweak
// @namespace gness.na@gmail.com
// @include https://overthrown.io/game/*
// @version 1.1
// @grant none
// ==/UserScript==
window.onload = function(){_s.mouseWheelSensitivity=0.05;_s.minZoomScale=0.15;_s.maxZoomScale=1.5;_s.maxMoveDistance=1000;};
/*
Intended for Gecko-based browsers(e.g. Firefox) in conjunction with Greasemonkey userscript addon.
* Changes zoom range and step.
* Allows to set very long move orders. They will still be evaluated 10m/t as per game rules. Watch out for pesky pathfinding.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment