Skip to content

Commit 1366428

Browse files
committed
Submerged v2023.7.24
1 parent ef73c52 commit 1366428

15 files changed

+225
-231
lines changed

FOR MOD DEVELOPERS.md .github/FOR MOD DEVELOPERS.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# NOTICE
2+
3+
This document was written for Submerged version `v2022.5.1` and hasn't been updated since. Some information might be outdated, but most of it should be ok.
4+
5+
If you have any doubts check the source code or contact me on discord: `@alexejhero`
6+
7+
---
8+
19
# For Mod Developers
210

311
Submerged tries to patch as little as possible in order to allow other mods to be easily updated to be compatible with it. However, there are a few classes and patches that we have, which will commonly conflict with most other mods.
@@ -7,7 +15,7 @@ Submerged tries to patch as little as possible in order to allow other mods to b
715
# Networking-related IDs used by Submerged
816

917
- SpawnablePrefabs
10-
- `9` - SubmarineStatus
18+
- `11` - SubmarineStatus
1119
- RPCCalls
1220
- `210` - SetCustomData
1321
- `211` - RequestChangeFloor
@@ -16,10 +24,10 @@ Submerged tries to patch as little as possible in order to allow other mods to b
1624
- `214` - OxygenDeath
1725
- Systems
1826
- `130` - SubmarineOxygenSystem
19-
- `136` - SubmarineElevatorSystem (WestLeft)
20-
- `137` - SubmarineElevatorSystem (WestRight)
21-
- `138` - SubmarineElevatorSystem (EastLeft)
22-
- `139` - SubmarineElevatorSystem (EastRight)
27+
- `136` - SubmarineElevatorSystem (HallwayLeft)
28+
- `137` - SubmarineElevatorSystem (HallwayRight)
29+
- `138` - SubmarineElevatorSystem (LobbyLeft)
30+
- `139` - SubmarineElevatorSystem (LobbyRight)
2331
- `140` - SubmarineElevatorSystem (Service)
2432
- `141` - SubmarinePlayerFloorSystem
2533
- `142` - SubmarineSecuritySabotageSystem
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

LICENSE.md

+153
Large diffs are not rendered by default.

LICENSE.txt

-181
This file was deleted.

0 commit comments

Comments
 (0)