Jonathan

Results 13 comments of Jonathan

Having a few modular path finding systems would be interesting, while having one path finding system as close to the original is good, it would be cool having many options...

Squares would be good, then you can implement 3d terrain rendering with isometric transorms in the shaders. would make terrain elevation quite easy to implement too.

I have a basic ax1600i driver working, enough to read temp and set the fan speed https://github.com/Jon0/ax1600i The protocol seems quite similar to the cpsumon code (https://github.com/ka87/cpsumon) Main difference so...

I had the same problem, try running `aplay --list-devices --list-pcms` Find the 'default' device in the list (since musescore attempts to open 'default') it should look like `default Default ALSA...

hahaha, I hardcoded things for testing where I could not reverse engineer the game data -- Once the gamedata is converted to nyan data this will be easily fixed

I have 2.5 downloaded from here: https://github.com/Jineapple/WololoKingdoms/releases

Installer never had any problems running for me. Which distro are you running?

I use wine staging, it fixed some issues running 1.4/1.5 patches. I tried the following from a clean 17.04 ubuntu install: Get wine staging, currently version 2.18 `sudo dpkg --add-architecture...

Offline install requires window mode support to be unticked when installing. I'm now getting some issue with gstreamer: fixme:gstreamer:unknown_type Could not find a filter for caps: application/x-id3 fixme:gstreamer:watch_bus decodebin0: Your...