All Projects → Zorn192 → AutoTrimps

Zorn192 / AutoTrimps

Licence: GPL-3.0 license
AutoTrimps - Zek

Projects that are alternatives of or similar to AutoTrimps

GiantShaftEnterprises
Incremental idle game about building businesses and shaft mining asteroids....and maybe conquering the galaxy along the way.
Stars: ✭ 41 (+10.81%)
Mutual labels:  clicker-game, incremental-game, idle-game
santa-inc
🎅 세계를 선도하는 글로벌 기업 (주)산타
Stars: ✭ 48 (+29.73%)
Mutual labels:  clicker-game, idle-game
beerplop
Repository for the incremental game Beerplop
Stars: ✭ 17 (-54.05%)
Mutual labels:  incremental-game, idle-game
AutoTrimps
Automation for the idle incremental game 'Trimps'
Stars: ✭ 32 (-13.51%)
Mutual labels:  javascript-game, clicker-game
totominc.github.io
Old repo for my old learning projects (mostly incremental-games).
Stars: ✭ 57 (+54.05%)
Mutual labels:  incremental-game, idle-game
break infinity.js
A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.
Stars: ✭ 145 (+291.89%)
Mutual labels:  incremental-game, idle-game
continuum-engine
A Javascript engine to power incremental and idle games
Stars: ✭ 45 (+21.62%)
Mutual labels:  incremental-game, idle-game
bitcoin-clicker
💰🖱 The source code for the web game Bitcoin Clicker! Feel free to contribute!
Stars: ✭ 23 (-37.84%)
Mutual labels:  clicker-game
MonsterJS
MonsterJS - a game for learning JavaScript DOM Selectors while playing!
Stars: ✭ 26 (-29.73%)
Mutual labels:  javascript-game
tenshin.js
天神乱漫,JavaScript实现
Stars: ✭ 34 (-8.11%)
Mutual labels:  javascript-game
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (-5.41%)
Mutual labels:  javascript-game
badassquest
RPG / GTA-style game engine built on top of Google Maps Javascript APIs
Stars: ✭ 26 (-29.73%)
Mutual labels:  javascript-game
IdleSpace2
IdleSpace 2
Stars: ✭ 20 (-45.95%)
Mutual labels:  idle-game
black-hole-square
A puzzle game for js13k 2021
Stars: ✭ 42 (+13.51%)
Mutual labels:  javascript-game
IdleLands3
An idling game of epic proportions
Stars: ✭ 41 (+10.81%)
Mutual labels:  idle-game
Mage
Mage is a 3D Game Engine, built on top of THREE.js. It features Unity-like scripting, AMMO.js powered physics workers, an Infernojs powered UI and a clean API. Under (very) active development.
Stars: ✭ 76 (+105.41%)
Mutual labels:  javascript-game
LodeRunner
Lode Runner (超級運動員) - APPLE-II remake version
Stars: ✭ 46 (+24.32%)
Mutual labels:  javascript-game
Facebook-instan-games-SDK
Learn how to integrate games built with JavaScript and HTML5 with Facebook instant games SDK
Stars: ✭ 59 (+59.46%)
Mutual labels:  javascript-game
rsc-client
🎮 runescape classic web client
Stars: ✭ 45 (+21.62%)
Mutual labels:  javascript-game
CashFlowJs
Cash Flow 101 board game adaptation made in javascript with new features and game modes
Stars: ✭ 24 (-35.14%)
Mutual labels:  javascript-game

AutoTrimps - Zek Fork

Discussion / Discord Channel

Discord is a chat program. Come to talk about AutoTrimps, for help, or suggestions for new features : https://discord.gg/Ztcnfjr

Current Version - Ongoing Development!

  • Zek Fork. All changes made by Zek using GenBTC as base. Currently up-to-date as of 06/2022.

AT Script Installation

Browser

Step 1:
Install TamperMonkey:
https://www.tampermonkey.net/

Step 2:
Click this link: https://github.com/Zorn192/AutoTrimps/raw/gh-pages/.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:

var script = document.createElement('script');
script.id = 'AutoTrimps-Zek';
script.src = 'https://Zorn192.github.io/AutoTrimps/AutoTrimps2.js';
script.setAttribute('crossorigin',"anonymous");
document.head.appendChild(script);

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 on Github: 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:
Restart the game, or if the game is already running, hit F5 to refresh.

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

Graphs only Script Installation

Browser

Step 1:
Install TamperMonkey:
https://www.tampermonkey.net/

Step 2: Click this link: https://github.com/Zorn192/AutoTrimps/blob/gh-pages/GraphsOnly.user.js
If clicking the link does not work, copy the contents of GraphsOnly.user.js into a new script inside tampermonkey.
If you are unsure how to do that, copy this:

var script = document.createElement('script');
script.id = 'AutoTrimps-Graphs';
script.src = 'https://Zorn192.github.io/AutoTrimps/GraphsOnly.js';
script.setAttribute('crossorigin',"anonymous");
document.head.appendChild(script);

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:
Enjoy your Graphs!

Steam

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

Step 2:
Rename the modsGRAPH.js file to mods.js (Right click the file, rename, then remove GRAPH). Sorry but I can't have 2 mods.js named the same so Graphs Only users have to deal with it :(

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.

Step 5:
Enjoy your Graphs!

Equipment && Upgrade's colour explaination:

White - Upgrade is not available

Yellow - Upgrade is not affordable

Orange - Upgrade is affordable, but will lower stats

Red - Will buy next

Troubleshooting

Combat won't start - Make sure you have enabled the Better Auto Fight/Vanilla setting in Combat & Stance Settings. If you're not on dark theme, you may see a tiny thin black bar in combat, click it to show this setting.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].