Skip to content

Commit 9809b2b

Browse files
author
avscs
committed
changed proxy, added eaglercraft launcher, fixed #90
1 parent 7359f61 commit 9809b2b

File tree

400 files changed

+5537208
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+5537208
-13
lines changed

config.jsonc

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,8 @@
310310
"aliases": [],
311311
"categories": []
312312
},
313-
"Eaglercraft 1.5.2": {
314-
"path": "eaglercraft",
315-
"aliases": [],
316-
"categories": []
317-
},
318-
"Eaglercraft 1.8.8 (Multiplayer Only)": {
319-
"path": "eaglercraftx/",
313+
"Eaglercraft Ampler Launcher": {
314+
"path": "ampler-launcher",
320315
"aliases": [],
321316
"categories": []
322317
},
@@ -566,11 +561,6 @@
566561
"aliases": [],
567562
"categories": []
568563
},
569-
"Precision Client (Eaglercraft 1.5.2)": {
570-
"path": "precision-client/",
571-
"aliases": [],
572-
"categories": []
573-
},
574564
"Progress Knight Quest": {
575565
"path": "progress-knight-quest",
576566
"aliases": [],
@@ -932,7 +922,7 @@
932922
},
933923
"config": {
934924
"proxy": true, // proxy only works when self-hosted
935-
"proxyPath": "https://monkey.spfv.ro" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect.
925+
"proxyPath": "https://monkey.nordparrot.ro" // absolute or relative path to proxy; proxy must be set to true for this setting to have any effect.
936926
// if you are using VioletGG2, all you need to do set proxy to true
937927
// proxyPath is already set for you if you are using VioletGG2
938928
}
1.15 MB
Loading
58.9 KB
Loading

games/ampler-launcher/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# <img src=".github/assets/logo.png" alt="Ampler Logo" align="right" width="175px"> Ampler Launcher v1.2.00
2+
A minecraft themed launcher for Eaglercraft!<br>
3+
Containing some of the best clients all in one place!
4+
5+
6+
<img src=".github/assets/launcher.png" alt="Launcher Photo"><br>
7+
8+
<hr>
9+
10+
## Versions
11+
__v1.2.00__ - Updated games.<br>
12+
__v1.1.00__ - Updated code and optimized!<br>
13+
__v1.0.00__ - Main code with future updates planned!
14+
15+
<hr>
16+
17+
## Installation
18+
Currently just download the repository for the source code!<br>
19+
Future plans for an offline file may be possible!
20+
21+
<hr>
22+
23+
## Features Planned
24+
25+
<details>
26+
<summary>Click here to expand feature list</summary>
27+
28+
- [ ] Add Credits screen
29+
- [ ] Add Settings screen
30+
- [x] Rewrite some of the css and js
31+
- [ ] Organize code, and add comments
32+
- [ ] Add a customizable launcher selector
33+
- [ ] Add the servers screen
34+
- [ ] Fix display errors
35+
- [ ] Offline launcher download?
36+
- [ ] Implement top bar options
37+
</details>
38+
39+
<hr>
40+
41+
>__Finally [here](https://irv77.github.io/AmplerLauncher/) is the live version of the code!__
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
.gTabsText {
2+
visibility: hidden;
3+
}
4+
.sidebar {
5+
width: 5.5vw;
6+
}
7+
.launcherVersion {
8+
font-size: 1.1vw;
9+
}
10+
.sidebarOptions {
11+
height: 11vw;
12+
margin-bottom: 1.3vw;
13+
padding-left: 1.3vw;
14+
}
15+
.sidebarOptions.sidebarBottom {
16+
height: 7vw;
17+
margin-bottom: 0;
18+
}
19+
#gtabs2 img, #gtabs3 img, #gtabs4 img { width: 2.8vw; }
20+
#gtabs5 { bottom: 10.5vw; }
21+
#gtabs5 img, #gtabs6 img { width: 2.2vw; padding-left: 0.4vw; }
22+
.username {
23+
right: 10vw;
24+
}
25+
.usernameText {
26+
font-size: 1.5vw;
27+
}
28+
.currentGame {
29+
font-size: 1.4vw;
30+
}
31+
.headerButtons {
32+
font-size: 1.2vw;
33+
}
34+
.headerButtonSelected {
35+
font-size: 1.2vw;
36+
}
37+
.gameHeader {
38+
padding: 2vw 2.5vw 1vw;
39+
}
40+
.gameLogo {
41+
top: 35%;
42+
left: 26%;
43+
}
44+
.dropdownSelector {
45+
width: 25vw;
46+
margin-left: 3vw;
47+
}
48+
.versionText {
49+
font-size: 1.4vw;
50+
}
51+
.dropdownOptions {
52+
font-size: 1.4vw;
53+
width: 25.5vw;
54+
margin-left: 3vw;
55+
}
56+
.playButton {
57+
width: 24.8vw;
58+
height: 5.6vw;
59+
left: 36%;
60+
}
61+
62+
#naerror {
63+
padding: 0.5rem;
64+
font-size: 0.8rem;
65+
}
66+
67+
@media only screen and (max-height: 400px) {
68+
#screenerror {
69+
display: block;
70+
}
71+
}
72+
@media only screen and (max-width: 900px) {
73+
#screenerror {
74+
display: block;
75+
}
76+
}

0 commit comments

Comments
 (0)