Jump to content

Run new Launcher on linux


govn

Recommended Posts

  • Totem Arts Staff

That's not the actual new launcher (just compare the screenshot with what's in the Totem Arts Launcher and look at the dates in the repo to confirm). There are a few launchers floating about but the source of the one that's currently used is not in a public github repo as far as I know.

Link to comment
Share on other sites

I personally was not able to launch the new launcher with linux ubuntu, yet.

As i understand it, the new launcher was coded in electron what is cross platform but they build it for windows only at the moment.

As long as they do not update the main game, you can still play it by following below instructions to fix the serverlist of the game:

cfr discord #faq:

https://discord.com/channels/362038716870688771/854099546907738152

Open up this file \UDKGame\Config\UDKRenegadeX.ini go to the bottom and change this

[RenX_Game.Rx_ServerListQueryHandler]
MasterServerURL=https://serverlist.ren-x.com/servers.jsp

to this

[RenX_Game.Rx_ServerListQueryHandler]
MasterServerURL=https://serverlist-rx.totemarts.services/servers.jsp

 

When the main game will be updated, i will be in trouble.

grtz,

Sn1ke

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

12 hours ago, Silv said:

That's not the actual new launcher (just compare the screenshot with what's in the Totem Arts Launcher and look at the dates in the repo to confirm). There are a few launchers floating about but the source of the one that's currently used is not in a public github repo as far as I know.

It is, the one that's being used right now is a modification of the launcher in the repo.

 

Edit: Some code modifcation is required to make it connect to the new server listing:

 

In configuration.rs change:

.set("ServerListUrl", "https://serverlist.ren-x.com/servers.jsp")

to:

.set("ServerListUrl", "https://serverlist-rx.totemarts.services/servers.jsp")

You probably need to change the VersionUrl but I don't know what it needs to be changed too.

Edited by LeonardMT
Code modification is required.
Link to comment
Share on other sites

On 12/11/2022 at 4:50 PM, Sn1ke said:

I personally was not able to launch the new launcher with linux ubuntu, yet.

As i understand it, the new launcher was coded in electron what is cross platform but they build it for windows only at the moment.

As long as they do not update the main game, you can still play it by following below instructions to fix the serverlist of the game:

cfr discord #faq:

https://discord.com/channels/362038716870688771/854099546907738152

Open up this file \UDKGame\Config\UDKRenegadeX.ini go to the bottom and change this

[RenX_Game.Rx_ServerListQueryHandler]
MasterServerURL=https://serverlist.ren-x.com/servers.jsp

to this

[RenX_Game.Rx_ServerListQueryHandler]
MasterServerURL=https://serverlist-rx.totemarts.services/servers.jsp

 

When the main game will be updated, i will be in trouble.

grtz,

Sn1ke

 

Very big mega thanks for you. Work perfectly. Install old launcher and download game via lutris. Then i use portproton to launch old renegade x launcher and set up nickname. After it i open udk.exe with portproton and add "-nomovies".

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...