Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src=".github/assets/logo.png" alt="Ampler Logo" align="right" width="150px"> Ampler Launcher v1.4.00
# <img src=".github/assets/logo.png" alt="Ampler Logo" align="right" width="150px"> Ampler Launcher v1.4.10
A minecraft themed launcher for Eaglercraft!<br>
Containing some of the best clients all in one place!

Expand All @@ -8,6 +8,7 @@
<hr>

## Versions
__v1.4.10__ - Added Tuff Client, updated Astra Client version, and fixed Red's controller support bug!<br>
__v1.4.00__ - Added patch notes, bug fixes, and integrated mods!<br>
__v1.3.10__ - Organized and updated code, added memory options, more games, installations, usernames, and faq screen!<br>
__v1.2.00__ - Updated games.<br>
Expand All @@ -17,9 +18,7 @@
<hr>

## Installation
Currently just download the repository for the source code!<br>
Future plans for an offline file may be possible!

To run offline, download [this repository](../../archive/refs/heads/main.zip) to your device, extract the files, install [VS Code](https://code.visualstudio.com/download), open the folder containing the files, install this [extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer), and click the button that says "Go Live" in the bottom right corner of the window. This will open Ampler Launcher in your default browser and allow you to play offline.
<hr>

## Features Planned
Expand All @@ -40,9 +39,9 @@
- [ ] Add Skins screen
- [x] Add Patch Notes screen
- [ ] Fix display errors
- [ ] Offline launcher download?
- [x] Offline launcher download?
</details>

<hr>

>__Finally [here](https://irv77.github.io/AmplerLauncher/) is the live version of the code!__
>__Finally [here](https://irv77.github.io/AmplerLauncher/) is the live version of the code!__
Binary file modified assets/images/controls-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icons/tuff_client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/modded-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/web-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/json/assisted.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"title": "Red's Controller Support",
"version": "1.8.8-v1.1",
"icon": "./assets/images/icons/reds-controller.png",
"link": "./mc/?userscript=irv77-eaglerconsole.js",
"link": "./mc/1.8.8/?userscript=irv77-eaglerconsole.js",
"active": true
}
]
7 changes: 7 additions & 0 deletions assets/json/modded.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"title": "Tuff Client",
"version": "1.12.2-v1.0.0",
"icon": "./assets/images/icons/tuff_client.png",
"link": "./mc/tuffclient/",
"active": true
},
{
"title": "Astra Client",
"version": "1.8.8-v1.5",
Expand Down
13 changes: 12 additions & 1 deletion assets/json/patchnotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"title": "Clients Updated",
"version": "v1.4.10",
"description": "Added Tuff Client and updated Astra Client version",
"icon": "icons/tuff_client.png",
"type": "site",
"notes": [
"Added Tuff Client and updated Astra Client version.",
"Fixed Red's Controller Support bug."
]
},
{
"title": "Site Update: Modded",
"version": "v1.4.00",
Expand Down Expand Up @@ -98,4 +109,4 @@
"type": "site",
"notes": []
}
]
]
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div id="gtabs6" class="sidebarOptions sidebarBottom" onclick="errorNA('settings')">
<img src="./assets/images/sidebar/m-settings.png"><div class="gTabsText"><p> Settings</p></div>
</div>
<div class="launcherVersion"><p>v1.4.00</p></div>
<div class="launcherVersion"><p>v1.4.10</p></div>
</div>
<div class="mainPage">
<div class="gameHeader">
Expand Down
41 changes: 0 additions & 41 deletions mc/astraclient/ES6ShimScript.txt

This file was deleted.

Loading