Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 403 Bytes

File metadata and controls

19 lines (14 loc) · 403 Bytes

1.config from an empty server

Now we can launch our server by ./bdlauncher,which outputs like this

[MOD] inject to 0x55555b2abd30 pid 82119
[MOD] main,start loading mods
[MOD] loading ./mods/base.mod
[MOD] loading ./mods/opti.mod
[MOD] loading ./mods/gui.mod
...
[MOD] start loading

2.Adding mods.

mods will be loaded automatically after being placed in folder mods/

Writing...