Nutzzz

Results 32 comments of Nutzzz

Note that running "python FoFiX.py" in the src directory seems to work just fine.

Using the latest master with the versions in requirements.txt, compiling with py2exe gives me an issue with distutils (another built-in): ``` Traceback (most recent call last): File "FoFiX.py", line 50,...

> Which version of numpy are you using ? 1.16.6

> Sound effects and music cut out each other due to SNES limitations but this could finally be changed. FYI, this is also resolved if you download and enable the...

I assume this integration is no longer seeing updates, but this issue bugs me, and I figured I'd record what I've discovered in my travels as a starting point if...

You'll note that the exception you report actually occurs in *another* library that in turn GameFinder is using, [NexusMods.Paths](https://github.com/Nexus-Mods/NexusMods.Paths), though GameFinder's author @erri120 has had a hand in it. In...

Re-submission of PR https://github.com/erri120/GameFinder/pull/134 after signing commit

From newest CHANGELOG: > Finally, I've been thinking a lot about result types. Over the years, I've updated GameFinder to use various different approaches for dealing with errors. This update...

Perhaps a starting point can be found in my "GameCollector" fork of GameFinder. I've changed things to collect more information for use with a game launcher, but it includes lots...

Note the `dlcSubPath` check works for the Battlefield 4 DLCs but not the Sims 4 DLCs (I added this check in my fork before I acquired Sims 4). You can...