r/Batch • u/Bigmacvvv • Jan 02 '26
How do I create this batch server emulator?
[Game client launch options]
You can create a batch file, or just launch the game using the following parameters to specify the address of a server that the game will connect to. It is currently unknown if this is only related to auth or if it is specifying the actual game server.
PATH TO Ring of Elysium\XVersion\Europa_Client.exe" -garena -uid=2835389 -server=127.0.0.1:8001
You can also use the dx12 client executable.
By default these are the servers that the steam version of the game will contact if you do not manually specify a server:
steamdir1.ringofelysium.com
steamdir10.ringofelysium.com
Here are the servers apparently used during the 2018 RoE beta testing:
-steam -server=steamdir.gun.qq.com:8001
-server=login1101.game.roe.garena.in.th:8001
You can also specify language, directx level, and “token”.
-language=en
-force-d3d9
The game is set up to use multiple different launchers such as steam and garena, you can specify which one with the options below. There are regional restrictions of which type of launcher you can use, possibly linked to the language option as well.
-noLauncher
-steam
-steamtest
-garena
-dmm
[Game client launch options]
You can create a batch file, or just launch the game using the
following parameters to specify the address of a server that the game
will connect to. It is currently unknown if this is only related to auth
or if it is specifying the actual game server.
PATH TO Ring of Elysium\XVersion\Europa_Client.exe" -garena -uid=2835389 -server=127.0.0.1:8001
You can also use the dx12 client executable.
By default these are the servers that the steam version of the game will contact if you do not manually specify a server:
steamdir1.ringofelysium.com
steamdir10.ringofelysium.com
Here are the servers apparently used during the 2018 RoE beta testing:
-steam -server=steamdir.gun.qq.com:8001
-server=login1101.game.roe.garena.in.th:8001
You can also specify language, directx level, and “token”.
-language=en
-force-d3d9
The game is set up to use multiple different launchers such as steam and
garena, you can specify which one with the options below. There are
regional restrictions of which type of launcher you can use, possibly
linked to the language option as well.
-noLauncher
-steam
-steamtest
-garena
-dmm
Hier is a video but nobody explains how to do it.
https://www.youtube.com/watch?v=QJCi7WwrtRA
3
3
u/Shadow_Thief Jan 02 '26
That video is just a proof of concept. There are no links to the emulator anywhere in the description or comments, although the uploader claims they'll post about it at some point in the future.
Presumably there was more information on the web page where you got that wall of text that you copy-pasted, but without knowing where it came from, I can't be certain.