hytonhan / Timberborn-SimpleFloodgateTriggers

MIT License
1 stars 3 forks source link

How do I set the code up for me to modify it #17

Closed Urganot closed 11 months ago

Urganot commented 11 months ago

Hi,

I'd like to contribute to the development. The issue is that I cant get rider to find all the dependencies. Even if I add the dlls manually, it cant access stuff like "DayNightCycle" because its flagged as internal

hytonhan commented 11 months ago

Hello,

Unfortunately I don't know how to set up Rider. I've only used Visual Studio. TimberApi should have a dependency to Timberborn.gamelibs, which has the gamefiles as publizised. Might require you to add BaGet as a package source (https://nuget.bepinex.dev/v3/index.json)

Urganot commented 11 months ago

Oh, I forgot to add the package source :) thanks for your help