Results 53 comments of Blecki

I think it might just be taking a long time to update that chunk. Another one I'm scratching my head over.

I'm leaving a note because I feel strongly about this one - not everything will be moddable out of the gate. A lot already is. What gets the treatment depends...

This appears to be while resetting minion position constraints. Put in some null checks that will give us more information if it happens again.

I have no means to actually test this on linux. Looks like you need the steamapi dll. It's in the project, might need to be manually copied to your build...

It's just in the project directory. If you're building the mono csproj - it compiles (maybe) but does not work. All of the shaders need to be converted, for starters;...

Okay, that should work then if you have the dependencies right.

Everything you need - including FNA - is in the repository. Copy the contents of FNA_Libs\libs\ and FNA_Libs\mono\ to your output directory.

Did you copy the steam dll too? On Sun, May 31, 2020, 18:53 Victor Diego Alejandro Diaz Urbaneja < [email protected]> wrote: > mmm e past all the librearias that were...

I don't know what this libsteam.so stuff is about. On Sun, May 31, 2020, 19:28 Victor Diego Alejandro Diaz Urbaneja < [email protected]> wrote: > si,copie steam_api.dll y libsteam_api.so > >...

Dlls work, maybe not on every flavor. Really don't know. You might be able to cut out the dependency entirely; steam is optional. On Sun, May 31, 2020, 19:51 Victor...