Skip to content

Commit 660214e

Browse files
author
eaglercraft
committed
u41
1 parent 2072701 commit 660214e

File tree

20 files changed

+318
-111
lines changed

20 files changed

+318
-111
lines changed

EAGLERCRAFTX_README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you would like to invite other players to join your singleplayer world and pl
5555

5656
Once you press "Start Shared World", EaglercraftX 1.8 will give you a "join code" (usually 5 letters) to share with your friends. On a different device, go the "Multiplayer" screen and press "Direct Connect" and press "Join Shared World", enter the join code given to you when you started the shared world and press "Join World". Given a few seconds, the client should successfully be able to join your shared world from any other device on the internet that also has unrestricted internet access. If it does not work, check the "Network Settings" screen and make sure you and your friends all have the same set of shared world relay URLs configured or your clients will not be able to find each other.
5757

58-
If you would like to host your own relay, the JAR file and instructions can be downloaded from the "Network Settings" screen in the client. EaglercraftX 1.8 uses the same "LAN world" relay server that is used by Eaglercraft 1.5.2, if you would like the relay source code find a random copy of the Eaglercraft 1.5.2 source code and it should be located in the "sp-relay" folder. The relay has not been updated since then, it has only been renamed from "LAN world relay" to "Shared world relay".
58+
If you would like to host your own relay, the JAR file and instructions can be downloaded from the "Network Settings" screen in the client. EaglercraftX 1.8 uses the same "LAN world" relay server that is used by Eaglercraft 1.5.2, however there have been several bug fixes. The current version is available in the `sp-relay/SharedWorldRelay` folder.
5959

6060
## PBR Shaders
6161

@@ -77,6 +77,8 @@ To make a server for EaglercraftX 1.8 the recommended software to use is Eaglerc
7777

7878
There is an experimental velocity plugin available in `gateway/EaglercraftXVelocity` but it is still in development and not recommended for public servers, so be sure to check for updates regularly if you use it. Configuration files are basically identical to EaglercraftXBungee so its safe to just directy copy in your old EaglercraftXBungee config files to the `plugins/eaglerxvelocity` folder and they should work with a minimal number of edits if you are migrating your network from BungeeCord to Velocity.
7979

80+
**Warning:** Both EaglerXBungee and EaglerXVelocity perform a lot of reflection that will inevitably break after a while when BungeeCord or Velocity is updated upstream. Both plugins will display the precise build number of BungeeCord and Velocity that has been tested by the developers and known to be compatible with EaglerXBungee and EaglerXVelocity when the proxy first starts up. If you are experiencing issues, try checking the BungeeCord or Velocity website for old versions and find the closest version number to whatever the current compatible version number is that is printed by EaglerXBungee/EaglerXVelocity, it will probably fix whatever missing functions the error messages are complaining about.
81+
8082
### Detailed READMEs
8183

8284
- [**EaglerXBungee README**](README_EAGLERXBUNGEE.md)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
u40
1+
u41

desktopRuntime/resources/assets/minecraft/lang/en_US.lang

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,22 @@ eaglercraft.options.recordingNote.text1=try opening the file in your browser
807807

808808
eaglercraft.touch.interact.entity=Interact
809809

810+
eaglercraft.options.badVideoSettingsDetected.title=Issues Detected
811+
eaglercraft.options.badVideoSettingsDetected.0=Some of your video settings may be causing
812+
eaglercraft.options.badVideoSettingsDetected.1=the game to lag excessively
813+
eaglercraft.options.badVideoSettingsDetected.vsync.0=VSync is disabled, some browsers require
814+
eaglercraft.options.badVideoSettingsDetected.vsync.1=VSync to be enabled to hint when the
815+
eaglercraft.options.badVideoSettingsDetected.vsync.2=framebuffer has updated. If the game feels
816+
eaglercraft.options.badVideoSettingsDetected.vsync.3=significantly slower than is indicated by
817+
eaglercraft.options.badVideoSettingsDetected.vsync.4=the FPS counter, you should enable VSync.
818+
eaglercraft.options.badVideoSettingsDetected.renderDistance.0=Render distance is %d chunks, most devices
819+
eaglercraft.options.badVideoSettingsDetected.renderDistance.1=lag when the render distance is greater
820+
eaglercraft.options.badVideoSettingsDetected.renderDistance.2=than 4 chunks
821+
eaglercraft.options.badVideoSettingsDetected.frameLimit.0=Framerate limit is set to %d
822+
eaglercraft.options.badVideoSettingsDetected.fixSettings=Fix Settings
823+
eaglercraft.options.badVideoSettingsDetected.continueAnyway=Continue Anyway
824+
eaglercraft.options.badVideoSettingsDetected.doNotShowAgain=Do Not Show Again
825+
810826
selectServer.title=Select Server
811827
selectServer.empty=empty
812828
selectServer.select=Join Server
248 Bytes
Binary file not shown.
403 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)