Closed EarnestGibbs closed 3 years ago
game version 2021.4.14s isnt supported by oxygen filter yet, so change GameVersion>2021.4.14s to GameVersion>2021.4.12s
I have switched the game version to 2021.4.12s, but I am still getting the same errors
Try one of the solutions here: https://github.com/NuclearPowered/Reactor/issues/29#issuecomment-822761268.
game version 2021.4.14s isnt supported by oxygen filter yet, so change GameVersion>2021.4.14s to GameVersion>2021.4.12s
Correction: OxygenFilter works fine. It's the mappings that are outdated.
Try one of the solutions here: #29 (comment).
Thanks, I still have not gotten this working, but I will continue to tinker with it.
@EarnestGibbs It's been updated a little. Did you see the note added to the top?
@DaemonBeast yes about the mappings being outdated. but I am not sure what that means
@EarnestGibbs I updated the note at the top of the linked comment I posted (https://github.com/NuclearPowered/Reactor/issues/29#issuecomment-822761268);
@DaemonBeast Ok, so I used the edit you mentioned which make the build get further but now in running into a different error
C:\Users\maste\Desktop\ModdingAmongUsFolder\TestPlugin\TestPlugin\TemplatePlugin.cs(32,37): error CS1061: 'TextMeshPro' does not contain a definition for 'Text' and no accessible extension method 'Text' accepting a first argument of type 'TextMeshPro' could be found (are you missing a using directive or an assembly reference?) [C:\Users\maste\Desktop\ModdingAmongUsFolder\TestPlugin\TestPlugin\TestPlugin.csproj]
@EarnestGibbs Ah yes, change the occurrence of Text
to text
.
@DaemonBeast Thanks that did it.
I am trying to test, to get an understanding of how modding works, and when I build it always ends in an error. After changing some of the .csproj properties I got different errors but still I am unable to build the mod out. I am using the "dotnet build" command and this is what my current .csproj looks like.
This is the error I am getting.