Robert Russell
Robert Russell
It should compile on mac. Much like linux. You'd need to use the command line or hardcode the path to the ff8 files. But I don't have a system to...
It might be throwing because it cannot find the game files. The class uses some kinda exception collector that the coder made. I am not sure if that class needs...
You may need to step threw the code with the debugger. It should not take long as it's early in the process.
https://github.com/Ruslan-B/FFmpeg.AutoGen I guess ffmpeg.autogen cannot find ffmpeg? It took me a bit of trail and error to get it to work on Linux. The site has a link for ffmpeg...
I wonder if this could be done like how I do the animations in the battleground. Where i check with UVs are contained in a rectangle and jump between the...
Someone tried to add unit tests. Though I donno how to use them.
I had been using reshaper and codemaid to try to clean up some code the last few weeks. I haven't committed to master yet. I'm not sure if there is...
harder to test?
I am told new keywords should be hidden behind a factory method. https://refactoring.guru/design-patterns/factory-method/csharp/example Though maybe I just did a poor job at implementation.
Only should be two ways to make a character data instance. Loading a save or reading init.out. Enemy data stored in enemy dat files so they're loaded at the start...