Giter VIP home page Giter VIP logo

autotrimps-loader's Introduction

AutoTrimps - SadAugust Fork

Current Version - Ongoing Development!

  • SadAugust Fork. All changes made by SadAugust using Zorn192/GenBTC as base. Currently up-to-date with patch 5.9.2.

AT Script Installation

Browser

Step 1: Install TamperMonkey

https://www.tampermonkey.net/

Step 2:

Click this link: https://github.com/SadAugust/AutoTrimps-Loader/raw/main/userFiles/AutoTrimps.user.js

If clicking the link does not work, copy the contents of user.js into a new script inside tampermonkey.

If you are unsure how to do that, copy this:

function injectScript(id, src) {
	const script = document.createElement('script');
	script.id = id;
	script.src = src;
	script.setAttribute('crossorigin', 'anonymous');
	document.head.appendChild(script);
}

injectScript('AutoTrimps-SadAugust', 'https://SadAugust.github.io/AutoTrimps-Loader/AutoTrimps2.js');

Press F12 inside the game, this opens the console, and paste the text into it and hit enter, this will load the script. You will have to do this everytime you refresh the game though so I recommend getting tampermonkey to do it for you!

Step 3:

Configure settings. Will NOT work as intended with default settings.

Steam

Step 1: Go to this link to open the mods.js file: mods.js
Then, right click the Raw button, hit Save link as, and save the mods.js file somewhere to your computer where you can find it, like desktop.
Download mods.js

Step 2:

In your Steam Library (where you see all your games in the Steam app), right click on Trimps, go to Manage, then Browse local files.
A folder where Trimps is installed inside Steam should open.
Go to Trimps directory

Inside this folder, navigate to the mods folder (you should be in Steam\steamapps\common\Trimps\mods), and place the mods.js file there, like so:
Insert mods.js

Advanced users: If you have other mods installed then just copy the text in AT's mods.js and place it somewhere in your existing mods.js file.

Step 3:

Configure your settings. AT will not work properly if they are not configured!

Heirloom Calculator, Farm Calculator & Surky/Perky only Script Installation

Browser

Step 1: Install TamperMonkey

https://www.tampermonkey.net/

Step 2:

Click the relevant link below

Heirloom Calculator

Farm Calculator (zfarm)

Auto Perks (Perky+Surky)

If clicking the link does not work, copy the contents of the file into a new script inside tampermonkey.

Step 3:

Enjoy your ingame version of the option you selected!

Steam

Step 1:

Download the file below (click the link and when on that page right click the button that says "Raw" and Save Link As...), and save it as mods.js.

Heirloom Calculator

Farm Calculator (zfarm)

Auto Perks (Perky+Surky)

Click on one of the mods selected below, then right click the Raw button, hit Save Link As, and save the file somewhere to your computer where you can find it, like desktop.
Download mods.js

Step 2:

Rename the file to mods.js (right click the file, rename).

Step 3:

In your Steam Library (where you see all your games in the Steam app), right click on Trimps, go to Manage, then Browse local files. A folder where Trimps is installed inside Steam should open.
Go to Trimps directory

Inside this folder, navigate to the mods folder (you should be in Steam\steamapps\common\Trimps\mods), and place the mods.js file that we renamed earlier there, like so:
Insert mods.js

Advanced users: If you have other mods installed then just copy the text in AT's mods.js and place it somewhere in your existing mods.js file.

Step 4:

Restart the game, or if the game is already running, hit F5 to refresh.

  • Note for Farm Calculator (zfarm)

This works in both universes and shows you the optimal stance/equality level to use for the map shown. The information for it can be found at the bottom of the Trimps breeding/trapping section as can be seen in the image below. Farm Calc Position

autotrimps-loader's People

Contributors

sadaugust avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.