Skip to content

Releases: LUDevNet/lu-explorer

Preview Build 1

15 Oct 13:29
Compare
Choose a tag to compare
Preview Build 1 Pre-release
Pre-release

Preview Release for an offline LU-Explorer

Note: Scripts, Zones and Icons won't work unless you have a local copy of lu-res and lu-json for some reason

This version requires API Server v0.1-pre.2.

Setup

  1. Navigate to a folder with an unpacked LU client (i.e. has client, versions, patcher, ...)
  2. Save an API server from the link above to that folder
  3. Unzip lu-explorer.zip as a subdirectory
  4. Add the paradox.toml file like below
  5. Add lu-res and lu-json folders – add images manually as needed 😢
  6. Run paradox-server{.exe} (with env variable RUST_LOG=info for output
  7. Open 127.0.0.1:3030 (localhost does not work if public = false`)

paradox.toml

[general]
port = 3030
public = false
domain = "localhost"

[data]
lu_res_cache = "lu-res"
lu_json_cache = "lu-json"
cdclient = "client/res/cdclient.fdb"
locale = "client/locale/locale.xml"
explorer_spa = "lu-explorer"