Releases: LUDevNet/lu-explorer
Releases · LUDevNet/lu-explorer
Preview Build 1
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
- Navigate to a folder with an unpacked LU client (i.e. has
client,versions,patcher, ...) - Save an API server from the link above to that folder
- Unzip
lu-explorer.zipas a subdirectory - Add the
paradox.tomlfile like below - Add
lu-resandlu-jsonfolders – add images manually as needed 😢 - Run
paradox-server{.exe}(with env variableRUST_LOG=infofor output - Open
127.0.0.1:3030(localhost does not work ifpublic = 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"