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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user