Got at least one data fetching method working; turns out, we can't use a patched LogicStack to get the data

This commit is contained in:
2026-01-14 22:11:11 +01:00
parent 40a8431464
commit 3f7122d30a
350 changed files with 41444 additions and 119 deletions

View File

@@ -15,9 +15,9 @@ Follow these steps to prepare your Stationeers mod project:
4. **Update Project References**
- In the **Solution Explorer**, press `CTRL + A` to select all files.
- Press `CTRL + F` to open the **Find and Replace** window.
- Find all instances of `ExamplePatchMod` and replace them with your mod name, e.g., `MyStationeersMod`.
- Find all instances of `RemoteControl` and replace them with your mod name, e.g., `MyStationeersMod`.
- Click **Replace All**.
5. **Update Project Properties**
- On the top menu, go to **Project → [YourModName] Properties**.
- Change both the **Assembly Name** and **Default Namespace** from `ExamplePatchMod` to your mod name.
- Change both the **Assembly Name** and **Default Namespace** from `RemoteControl` to your mod name.