How to play
This page will guide you through the process of setting up a game client, creating an Account and finally joining the server
Getting a client
You should be able to find a client when you search the Internet Archive for "lcdr humanoid unpacked". Use the RAR Download option. (The RAR file should be about 3.2 GB large). Refer to LU Server Projects for additional information.
Setting up the client
To set up the client simply extract the "client" folder from the archive to a directory of your choice (f.e.: "C:\Program Files (x86)\LEGO Universe"). Feel free to create a shortcut to "legouniverse.exe" on your Desktop.
The clients folder should contain a file named "boot.cfg". Open it in an editor of your choice (f.e.: notepad) and make sure it contains the following value:
AUTHSERVERIP=0:luniserver.net
Also make sure that there is only one of each line.
Creating an Account
Simply head over to the Registration page and enter your desired credentials.
Joining luniserver.net
You can now join the server by opening "legouniverse.exe" in your client folder and entering the username and password you registered with. Have fun!
Troubleshooting
Survival Minigame not working
The client script for the survival minigame has a bug in it which can cause the minigame to not load. To fix this, follow these instructions:
- In your client folder open
res/scripts/ai/minigame/survival/l_zone_survival_client.lua
- Navigate to line
617
- Change
PlayerReady(self)
toonPlayerReady(self)
- Save the file, overriding readonly mode if required