Page 2 of 2

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Posted: Thu Jan 04, 2024 3:15 pm
by n_master135

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Posted: Thu Jan 04, 2024 11:38 pm
by Red Bracket
Edit: Do not do this

You may also need to create a config.json in the same folder:

Code: Select all

{
  "ip_management": "localhost",
  "ip_address": "localhost",
  "world": 1,
  "server_port": 43594,
  "wl_port": 43595,
  "js5_port": 43595,
  "ui_scale": 1,
  "fps": 0
}

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Posted: Fri Jan 05, 2024 12:44 am
by n_master135
It now launches "2009Scape [Local]."

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Posted: Fri Jan 05, 2024 7:12 am
by Red Bracket
Sorry, I gave you the wrong config content. Looks like we're almost there.

Put this in a file named config.json, in the same folder as rt4-client.jar:

Code: Select all

{
  "ip_management": "play.2009scape.org",
  "ip_address": "play.2009scape.org",
  "world": 1,
  "server_port": 43594,
  "wl_port": 43595,
  "js5_port": 43595,
  "ui_scale": 1,
  "fps": 0
}

Re: 2009scape-launcher-sc.exe - Entry Point Not Found

Posted: Fri Jan 05, 2024 2:55 pm
by n_master135
It works. Thanks!