Skip to content

Commit

Permalink
v2.1.5.2-genbtc-12-23-2016+Modular
Browse files Browse the repository at this point in the history
  • Loading branch information
genbtc committed Jan 5, 2017
1 parent ae708cb commit 8a00fe6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name AutoTrimps-genBTC
// @namespace https://github.com/genbtc/AutoTrimps
// @version 2.2
// @version 2.1.5.2-genbtc-12-23-2016+Modular
// @description Automate all the trimps!
// @author zininzinin, spindrjr, Ishkaru, genBTC
// @include *trimps.github.io*
Expand Down
5 changes: 2 additions & 3 deletions AutoTrimps2.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ function initializeAutoTrimps() {

function printChangelog() {
tooltip('confirm', null, 'update', '\
<br>12/23 v2.1.5.2 - BugFixes for 2.1.5.1\
<br>12/23 v2.1.5.1 - Whole slew of changes, some small some big, Read commit history\
<br>12/23 v2.1.5.2\
<br><b><u>Report any bugs/problems please!</u></b>\
<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>\
<br><a href="https://github.com/genbtc/AutoTrimps#current-feature-changes-by-genbtc" target="#">Read the 12/20 Changelog Here</a>\
<br><a href="https://github.com/genbtc/AutoTrimps/commits/gh-pages" target="#">Check the commit history</a> (if you care)\
', 'cancelTooltip()', 'Script Update Notice ' + ATversion);
}
Expand Down
2 changes: 1 addition & 1 deletion GraphsOnly.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name AutoTrimpsV2+genBTC-GraphsOnly
// @namespace https://github.com/genbtc/AutoTrimps
// @version 2.1.3.8-genbtc-12-6-2016-GraphsOnly
// @version 2.1.5.2-genbtc-12-23-2016+Modular
// @description Graphs Module (only) from AutoTrimps
// @author zininzinin, spindrjr, belaith, ishakaru, genBTC
// @include *trimps.github.io*
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# AutoTrimps + genBTC
![Donate](https://blockchain.info/Resources/buttons/donate_64.png)
<a href="bitcoin://1genbtcPLjAEk6RnfC66chYniFKfP7vAS">1genbtcPLjAEk6RnfC66chYniFKfP7vAS</a><br />
<a href="bitcoin:1genbtcPLjAEk6RnfC66chYniFKfP7vAS">1genbtcPLjAEk6RnfC66chYniFKfP7vAS</a><br />
Automation script for the idle incremental game Trimps, based on the zininzinin script and modified by genBTC (genr8_ on discord)<br />

[![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)
## Discussion / Discord Channel
<a href="https://discord.gg/0VbWe0dxB9kIfV2C"><img src="https://pbs.twimg.com/profile_images/568588143226413056/9Lwrixxj.png" width=48></a>
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)

## Current Version
- 12/23 v2.1.5.2-genbtc-12-23-2016+Modular

## Script Installation
**Please backup your game via export before and during use to prevent losing your save due to corruption!**

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

***LowLevel Notes:***
***LowLevelPlayer Notes:***

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

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

## Current feature changes by genBTC (up to date as of 12/20/2016):
## Current feature changes by genBTC
- ***12/23***
- v2.1.5.2-genbtc-12-23-2016+Modular
- ***12/20***
- Gear tab to Settings UI. Customize your equip level cap.
- Internally Disable Farm mode if we have nothing left to farm for (no prestiges,capped equip) to prevent infinite farming.
Expand Down
2 changes: 1 addition & 1 deletion install.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name AutoTrimps-genBTC
// @namespace https://github.com/genbtc/AutoTrimps
// @version 2.2
// @version 2.1.5.2-genbtc-12-23-2016+Modular
// @description Automate all the trimps!
// @author zininzinin, spindrjr, Ishkaru, genBTC
// @include *trimps.github.io*
Expand Down
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name AutoTrimps-genBTC
// @namespace https://github.com/genbtc/AutoTrimps
// @version 2.2
// @version 2.1.5.2-genbtc-12-23-2016+Modular
// @description Automate all the trimps!
// @author zininzinin, spindrjr, Ishkaru, genBTC
// @include *trimps.github.io*
Expand Down

0 comments on commit 8a00fe6

Please sign in to comment.