Skip to content

Releases: lcdr/options_changer

2021-11-11

11 Nov 20:06
Compare
Choose a tag to compare

A mod to change various LU client options.

Installation:

If you haven't installed my modloader yet, install it from https://github.com/lcdr/mod_loader/releases/, following the instructions there.

Download the .dll file below and place it into <client folder>/mods/options_changer/mod.dll.

Usage:

Open your client's boot.cfg file.

Just want to change the UI scale? Add the following:

,UI_SCALE=3:1.0

Change the 1.0 as needed.

If the game appears blurry, you need to override the windows setting for DPI scaling for legouniverse.exe. See here for a guide.

Further possible options:

,BBB_OPT_ENABLED=7:0,
BBB_OPT_CDGO=7:0,
BBB_OPT_HSR_RAYS_PER_POINT=5:150,
BBB_OPT_HSR_POINTS_PER_TRI=5:150,
BBB_OPT_HSR=7:0,
BBB_OPT_AO_BAKING=7:0,
BBB_OPT_COLOR_VAR=3:0.05,
UI_SCALE=3:1.0,
MIN_ASPECT_RATIO=3:0.12,
MAX_ASPECT_RATIO=3:5.0

2020-12-12

12 Dec 10:05
Compare
Choose a tag to compare

A mod to change the LU client's UI scale.

Installation:

If you haven't installed my modloader yet, install it from https://github.com/lcdr/mod_loader/releases/, following the instructions there.

Download the .zip file below and extract it into the client's directory, so that the mods/ folder is next to legouniverse.exe.

Usage:

Open your client's boot.cfg file and add a new config entry named UI_SCALE with type 3 (float) and the scaling factor as the value, e.g. append ,UI_SCALE=3:2.0 to the file for x2 scaling.