Skip to content

Commit 8a00fe6

Browse files
committed
v2.1.5.2-genbtc-12-23-2016+Modular
1 parent ae708cb commit 8a00fe6

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name AutoTrimps-genBTC
33
// @namespace https://github.com/genbtc/AutoTrimps
4-
// @version 2.2
4+
// @version 2.1.5.2-genbtc-12-23-2016+Modular
55
// @description Automate all the trimps!
66
// @author zininzinin, spindrjr, Ishkaru, genBTC
77
// @include *trimps.github.io*

AutoTrimps2.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ function initializeAutoTrimps() {
4646

4747
function printChangelog() {
4848
tooltip('confirm', null, 'update', '\
49-
<br>12/23 v2.1.5.2 - BugFixes for 2.1.5.1\
50-
<br>12/23 v2.1.5.1 - Whole slew of changes, some small some big, Read commit history\
49+
<br>12/23 v2.1.5.2\
5150
<br><b><u>Report any bugs/problems please!</u></b>\
52-
<br><a href="https://github.com/genbtc/AutoTrimps#current-feature-changes-by-genbtc-up-to-date-as-of-12202016" target="#">Read the 12/20 Changelog Here</a>\
51+
<br><a href="https://github.com/genbtc/AutoTrimps#current-feature-changes-by-genbtc" target="#">Read the 12/20 Changelog Here</a>\
5352
<br><a href="https://github.com/genbtc/AutoTrimps/commits/gh-pages" target="#">Check the commit history</a> (if you care)\
5453
', 'cancelTooltip()', 'Script Update Notice ' + ATversion);
5554
}

GraphsOnly.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name AutoTrimpsV2+genBTC-GraphsOnly
33
// @namespace https://github.com/genbtc/AutoTrimps
4-
// @version 2.1.3.8-genbtc-12-6-2016-GraphsOnly
4+
// @version 2.1.5.2-genbtc-12-23-2016+Modular
55
// @description Graphs Module (only) from AutoTrimps
66
// @author zininzinin, spindrjr, belaith, ishakaru, genBTC
77
// @include *trimps.github.io*

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# AutoTrimps + genBTC
22
![Donate](https://blockchain.info/Resources/buttons/donate_64.png)
3-
<a href="bitcoin://1genbtcPLjAEk6RnfC66chYniFKfP7vAS">1genbtcPLjAEk6RnfC66chYniFKfP7vAS</a><br />
3+
<a href="bitcoin:1genbtcPLjAEk6RnfC66chYniFKfP7vAS">1genbtcPLjAEk6RnfC66chYniFKfP7vAS</a><br />
44
Automation script for the idle incremental game Trimps, based on the zininzinin script and modified by genBTC (genr8_ on discord)<br />
55

66
[![Join the chat at https://gitter.im/AutoTrimps/Lobby](https://badges.gitter.im/AutoTrimps/Lobby.svg)](https://gitter.im/AutoTrimps/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77
## Discussion / Discord Channel
88
<a href="https://discord.gg/0VbWe0dxB9kIfV2C"><img src="https://pbs.twimg.com/profile_images/568588143226413056/9Lwrixxj.png" width=48></a>
99
Discord is a chat program. Come to talk about AutoTrimps, for help, or suggestions for new features : https://discord.gg/0VbWe0dxB9kIfV2C (same one as zininzinin)
1010

11+
## Current Version
12+
- 12/23 v2.1.5.2-genbtc-12-23-2016+Modular
13+
1114
## Script Installation
1215
**Please backup your game via export before and during use to prevent losing your save due to corruption!**
1316

@@ -47,13 +50,15 @@ Notes:
4750
If you would like to use only the graphs module, replace `AutoTrimps2.js` with `Graphs.js` in the bookmark or your userscript.
4851
Feel free to submit any bugs/suggestions as issues here on github.
4952

50-
***LowLevel Notes:***
53+
***LowLevelPlayer Notes:***
5154

5255
***PSA: AutoTrimps was not designed for new/low-level players.***
5356

5457
The fact that it works at all is misleading new players into thinking its perfect. Its not. If your highest zone is under z60, you have not unlocked the stats required, and have not experienced the full meta with its various paradigm shifts. If you are just starting, my advice is to play along naturally and use AutoTrimps as a tool, not a crutch. Play with the settings as if it was the game, Dont expect to go unattended, if AT chooses wrong, and make the RIGHT choice yourself. Additionally, its not coded to run one-time challenges for you, only repeatable ones for helium. During this part of the game, content is king - automating literally removes the fun of the game. If you find that many flaws in the automation exist for you, level up. Keep in mind the challenge of maintaining the code is that it has to work for everyone. AT cant see the future and doesnt run simulations, it exists only in the present moment. Post any suggestions on how it can be better, or volunteer to adapt the code, or produce some sort of low-level player guide with what youve learned. Happy scripting! -genBTC
5558

56-
## Current feature changes by genBTC (up to date as of 12/20/2016):
59+
## Current feature changes by genBTC
60+
- ***12/23***
61+
- v2.1.5.2-genbtc-12-23-2016+Modular
5762
- ***12/20***
5863
- Gear tab to Settings UI. Customize your equip level cap.
5964
- Internally Disable Farm mode if we have nothing left to farm for (no prestiges,capped equip) to prevent infinite farming.

install.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name AutoTrimps-genBTC
33
// @namespace https://github.com/genbtc/AutoTrimps
4-
// @version 2.2
4+
// @version 2.1.5.2-genbtc-12-23-2016+Modular
55
// @description Automate all the trimps!
66
// @author zininzinin, spindrjr, Ishkaru, genBTC
77
// @include *trimps.github.io*

user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name AutoTrimps-genBTC
33
// @namespace https://github.com/genbtc/AutoTrimps
4-
// @version 2.2
4+
// @version 2.1.5.2-genbtc-12-23-2016+Modular
55
// @description Automate all the trimps!
66
// @author zininzinin, spindrjr, Ishkaru, genBTC
77
// @include *trimps.github.io*

0 commit comments

Comments
 (0)