silksong-coop-mod 0.4.21 → 0.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/SSMP/SSMP.dll +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# silksong-coop-mod 0.4.
|
|
1
|
+
# silksong-coop-mod 0.4.23
|
|
2
2
|
|
|
3
3
|
The files a player needs to install a two-player co-op build of **SSMP**, packaged so they can be fetched from
|
|
4
4
|
a mirror that is reachable inside mainland China. This is not a Node library: nothing here is imported or run
|
|
@@ -14,4 +14,4 @@ The BepInEx loader is included, so the install needs no network access at all.
|
|
|
14
14
|
|
|
15
15
|
The multiplayer mod is the work of [Extremelyd1](https://github.com/Extremelyd1/SSMP). This is a modified copy
|
|
16
16
|
that adds a shared two-player save; please do not take questions about it to the original author. Distributed
|
|
17
|
-
under the GNU LGPL 2.1 - see `LICENSE`. Built from https://github.com/Candy-649/SSMP at `
|
|
17
|
+
under the GNU LGPL 2.1 - see `LICENSE`. Built from https://github.com/Candy-649/SSMP at `e7272ef`.
|
package/SSMP/SSMP.dll
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "silksong-coop-mod",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.23",
|
|
4
4
|
"description": "Offline installer payload for a two-player co-op build of the SSMP Silksong multiplayer mod. Not a Node library.",
|
|
5
5
|
"license": "LGPL-2.1-or-later",
|
|
6
6
|
"author": "Candy-649 (https://github.com/Candy-649)",
|