Skip to content

Commit

Permalink
Submerged v2023.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Jul 24, 2023
1 parent ef73c52 commit 1366428
Show file tree
Hide file tree
Showing 15 changed files with 225 additions and 231 deletions.
18 changes: 13 additions & 5 deletions FOR MOD DEVELOPERS.md → .github/FOR MOD DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# NOTICE

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.

If you have any doubts check the source code or contact me on discord: `@alexejhero`

---

# For Mod Developers

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.
Expand All @@ -7,7 +15,7 @@ Submerged tries to patch as little as possible in order to allow other mods to b
# Networking-related IDs used by Submerged

- SpawnablePrefabs
- `9` - SubmarineStatus
- `11` - SubmarineStatus
- RPCCalls
- `210` - SetCustomData
- `211` - RequestChangeFloor
Expand All @@ -16,10 +24,10 @@ Submerged tries to patch as little as possible in order to allow other mods to b
- `214` - OxygenDeath
- Systems
- `130` - SubmarineOxygenSystem
- `136` - SubmarineElevatorSystem (WestLeft)
- `137` - SubmarineElevatorSystem (WestRight)
- `138` - SubmarineElevatorSystem (EastLeft)
- `139` - SubmarineElevatorSystem (EastRight)
- `136` - SubmarineElevatorSystem (HallwayLeft)
- `137` - SubmarineElevatorSystem (HallwayRight)
- `138` - SubmarineElevatorSystem (LobbyLeft)
- `139` - SubmarineElevatorSystem (LobbyRight)
- `140` - SubmarineElevatorSystem (Service)
- `141` - SubmarinePlayerFloorSystem
- `142` - SubmarineSecuritySabotageSystem
Expand Down
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.
153 changes: 153 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

181 changes: 0 additions & 181 deletions LICENSE.txt

This file was deleted.

Loading

0 comments on commit 1366428

Please sign in to comment.