mirror of
https://github.com/EliteMasterEric/awesome-lego-universe.git
synced 2024-11-09 13:18:20 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
06534997e6
19
README.md
19
README.md
@ -15,9 +15,19 @@ On December 5th, 2021, the Darkflame Universe project released an open-source se
|
||||
|
||||
### Server Setup Guides
|
||||
|
||||
* [Server Setup Guide (Google Cloud)](google-cloud-setup.md)
|
||||
Curated Guides:
|
||||
|
||||
* ~~[Server Setup Guide (Google Cloud)]\(google-cloud-setup.md)~~
|
||||
* ~~[Server Setup Guide (Windows)]\(native-windows-setup.md)~~
|
||||
* ~~[Server Setup Guide (Windows with WSL)]\(wsl-setup.md)~~
|
||||
* [The Mythran's Bible - A Server Operator's Guide to Darkflame Universe](mythrans-bible.md)
|
||||
|
||||
Other Guides:
|
||||
|
||||
* https://github.com/maxdelayer/DLUQuickstart
|
||||
* https://gist.github.com/SunFlea/893fd80f39c7cf9ab31baacac284025d
|
||||
* https://github.com/Drahsid/DarkflameServerInstallScript
|
||||
|
||||
## Community
|
||||
|
||||
* [/r/LEGOUniverse on Reddit](https://old.reddit.com/r/legouniverse/)
|
||||
@ -25,8 +35,13 @@ On December 5th, 2021, the Darkflame Universe project released an open-source se
|
||||
|
||||
## Development
|
||||
|
||||
* [LU Developer Network](https://lu-dev.net/)
|
||||
* [DarkflameUniverse on GitHub](https://github.com/DarkflameUniverse)
|
||||
* [LEGO Universe Technical Documentation](https://docs.lu-dev.net/en/latest/)
|
||||
- Describes everything known about the inner workings of the game, including the Behavior and Skill systems.
|
||||
* [LU Explorer tool](https://github.com/Xiphoseer/lu-explorer)
|
||||
- Allows you to browse the contents of `CDClient.fdb`.
|
||||
* [LU Developer Network](https://lu-dev.net/)
|
||||
* [LU Server Projects](https://lusprojects.github.io/)
|
||||
|
||||
## Contributions
|
||||
|
||||
|
@ -11,8 +11,15 @@ The server you're running will need to open the following ports to allow for out
|
||||
* 1001 - Auth Server
|
||||
* 2000 - Master Server
|
||||
* 2005 - Chat Server
|
||||
* 3001 -
|
||||
* 3007 -
|
||||
* 3000-4000 -
|
||||
|
||||
If you're using ufw as a firewall (most firewalled Linux systems), this can be done with:
|
||||
```
|
||||
sudo ufw allow 1001/udp
|
||||
sudo ufw allow 2000/udp
|
||||
sudo ufw allow 2005/udp
|
||||
sudo ufw allow 3000:4000/udp
|
||||
```
|
||||
|
||||
## GM Levels
|
||||
|
||||
@ -482,4 +489,4 @@ Below is a list of LOT ids for notable items.
|
||||
|
||||
ID|Name
|
||||
---|---
|
||||
ID|Name
|
||||
ID|Name
|
||||
|
Loading…
Reference in New Issue
Block a user