Quentin
Quentin
### Describe your problem VS 2022 don't allow the opening of a net framework 4.5 project Upon opening the bepinex solution, VS opens a message box and starts to complain...
**Describe the bug** Config from another another mod version present in cache get put into the final profile folder **To Reproduce** Steps to reproduce the behavior: make new profile for...
something like https://github.com/risk-of-thunder/R2API/blob/master/R2API/PrefabAPI.cs#L186 ```cs h.Prefab.GetComponent().SetFieldValue("m_AssetId", NetworkHash128.Parse(MakeHash(h.GoName + h.TypeName + h.MethodName))); R2APIContentPack.networkedObjectPrefabs.Add(h.Prefab); ``` + Yeah, that would work, though that check in r2api should ignore prefabs without NetworkIdentity completely instead of...
Add monsters to specific monster family:  also there is a missing overload for https://github.com/risk-of-thunder/R2API/blob/master/R2API/Director/DirectorAPIhelpers.cs#L473
Currently when a new mod (package) version is published, an user has no real way to know what really changed unless they : - explicitly click on the package hyperlink...
Atleast in the readme, ideally handled at runtime too instead of this 
With the upcoming `split-assembly`, in 99% of cases all submodules will be enabled because most mods will have the "all in one" r2api package It should be checked if the...
Create a local cache once per game update. The only issue currently is that if the user inject in SP and go to MP a crash will trigger because of...
Hi, i'm really interested on this project sadly there is no indication on how to even build this project. I have installed most libs required and the only part missing...
### Problem the clang format use tabs, not sure why? I propose https://github.com/YimMenu/YimMenu/blob/master/.clang-format#L67 UseTab: Never ### Solution A simple github action that check for any `\t` and make the pr...