You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is the bleeding edge build, for the more stable build see below. You can use this one if you want to try out the latest development builds, which may contain bugs and unfinished work.
8
+
Note: This is the bleeding edge build, for the more stable build see below. You can use this one if you want to try out the latest development builds, which may contain bugs and unfinished features.
9
9
10
10
You will also need some extra steps to get this installed, see 2nd point in ["How can I play this mod?"](#how-can-i-play-this-mod).
11
11
12
12
## FAQ
13
13
14
14
### Where can I get mod support?
15
15
16
-
Please join our [Discord Server](https://discord.gg/UHeB2QvgDa) and ask your question in the `support` channel. We have a really nice community that will be able to answer your questions.
16
+
Please join our [Discord Server](https://discord.gg/UHeB2QvgDa) and ask your question in the `support` channel.
17
+
The mod often becomes incompatible after game updates. A temporary version rollback may be needed.
18
+
Some mods are not compatible with multiplayer. Check the [NebulaCompatibilityAssist](https://thunderstore.io/c/dyson-sphere-program/p/starfi5h/NebulaCompatibilityAssist/) mod page to learn more.
17
19
18
20
### How can I play this mod?
19
21
20
-
Please do keep in mind that this mod is still in heavy development, it may still contains bugs.
22
+
Please do keep in mind that this mod is still in development to keep up with game changes, it may still contain bugs.
21
23
22
24
- Stable version of the mod can be downloaded from [Thunderstore](https://dsp.thunderstore.io/package/nebula/NebulaMultiplayerMod/) (Recommended).
23
25
- If you want to install the latest version of the mod, you can install pre-release versions be following the [installation guide](https://github.com/NebulaModTeam/nebula/wiki/Installation#manual-installation).
24
-
- To connect, check [hosting and joining guide](https://github.com/NebulaModTeam/nebula/wiki/Hosting-and-Joining).
26
+
- To connect, check [hosting and joining guide](https://github.com/NebulaModTeam/nebula/wiki/Hosting-and-Joining). The mod uses TCP for direct connections, with the default port set to 8469.
25
27
26
-
### API Documentation
27
-
28
-
This mod has an API, that makes it easier for other mod developers to make their mods compatible with Nebula. If you are a mod developer and you want your mods to be compatible, follow the instructions [here](https://github.com/NebulaModTeam/nebula/wiki/Nebula-mod-API). Also you can always join our [Discord Server](https://discord.gg/UHeB2QvgDa) for help with using the API.
29
28
30
29
### Chat
31
30
32
-
The chat window can opened/closed using `Alt + Backtick` (configurable in Settings - Multiplayer - Chat). Type `/help` to view all commands. Also in settings is an option to disable the chat window from automatically opening when a message is received.
31
+
The chat window can opened/closed using `Alt + Backtick` (configurable in Settings - Multiplayer - Chat). Also in settings is an option to disable the chat window from automatically opening when a message is received.
32
+
Type `/help` to view all commands, or view [Chat Commands](https://github.com/NebulaModTeam/nebula/wiki/Chat-Commands) wiki page for more info.
33
+
34
+
### Dedicated Server
35
+
36
+
The mod supports running the server in non-GPU environment. Check [the wiki page](https://github.com/NebulaModTeam/nebula/wiki/Setup-Headless-Server) to learn how to setup and the command-line arguments.
33
37
34
38
### What is the current status?
35
39
36
40
Major refactors will happen while the project grows or game updates. Join the [Discord Server](https://discord.gg/UHeB2QvgDa) if you want to see to latest state of our development. Check [Wiki](https://github.com/NebulaModTeam/nebula/wiki/About-Nebula) for overview of features.
37
41
38
-
The multiplayer mod now supports Dark Fog combat mode in the latest game version (0.10.32.x).
39
-
Most of the battle aspects are sync, only few features are still WIP.
42
+
The multiplayer mod now supports Dark Fog combat mode in the latest game version (0.10.33.x).
43
+
Most of the battle aspects are sync, only few features are still work in progress.
40
44
41
45
<details>
42
-
<summary>List of peace mode syncing features</summary>
46
+
<summary>List of peace mode syncing features (click to expand)</summary>
43
47
44
48
-[x] Server / Client communication
45
49
-[x] Custom Multiplayer menu in-game
@@ -68,18 +72,19 @@ Most of the battle aspects are sync, only few features are still WIP.
68
72
-[x] Drones events syncing
69
73
-[x] Foundation syncing (terrain deformation)
70
74
-[x] Server state persistence
71
-
-[x] Power network syncing (charger and request power from dyson sphere)
75
+
-[x] Power network syncing (request power from dyson sphere)
72
76
-[x] Warning alarm syncing
73
77
-[x] Broadcast notification syncing (events with guide icon)
74
78
-[x] Logistics Control Panel (I) syncing (entry list and detail panel)
75
79
-[ ] Goal system (currently not available in client)
76
80
-[ ] Custom dashboard (clients will lost their custom stats when they leave the star system)
81
+
-[ ] Wireless charge tower (power will not sync when mecha is charging)
77
82
78
83
</details>
79
84
80
85
81
86
<details>
82
-
<summary>List of combat mode syncing features</summary>
87
+
<summary>List of combat mode syncing features (click to expand)</summary>
83
88
84
89
-[x] Sync settings of new building (BAB, turrets)
85
90
-[x] Sync combat settings
@@ -120,6 +125,10 @@ Most of the battle aspects are sync, only few features are still WIP.
120
125
121
126
</details>
122
127
128
+
### API Documentation
129
+
130
+
This mod has an API, that makes it easier for other mod developers to make their mods compatible with Nebula. If you are a mod developer and you want your mods to be compatible, follow the instructions [here](https://github.com/NebulaModTeam/nebula/wiki/Nebula-mod-API). Also you can always join our [Discord Server](https://discord.gg/UHeB2QvgDa) for help with using the API.
131
+
123
132
### How can I contribute?
124
133
125
134
Please join our [Discord Server](https://discord.gg/UHeB2QvgDa) to ask if someone is already working on the task that you want to do. Once, you are done with your modification, simply submit a pull request. Contribution documentation can be found here: [Wiki](https://github.com/NebulaModTeam/nebula/wiki/Setting-up-a-development-environment).
0 commit comments