Damien Ciabrini

Results 52 comments of Damien Ciabrini

> First of all, great work on making this SDK, I'm sure you saved lots of people's hours and head scratches (mine included!). Thanks :) > As you can imagine,...

Heads up @ggnkua, The very first usable commits for Furnace module playback has just landed. Modules needs to be converted in a format suitable for nullsound, called NSS. ADPCM asset...

There is no asset management in the devkit. The only tool available is titletool.py. You give it one gif whose size is a multiple of 16x16 pixels, and it converts...

Hmmm that's unexpected, I can fetch those from my MSYS2 environment: ``` # pacman -Syy :: Synchronizing package databases... mingw32 1745.9 KiB 2.06 MiB/s 00:01 [##########################################################################] 100% mingw64 1821.9 KiB...

OK let me have a look at it again, I'll report back shortly. Also please note that I broke the packaging of the sound driver with a [recent commit](https://github.com/dciabrin/ngdevkit/issues/105), so...

I think the issue is that you're trying to upgrade the MINGW64 version of ngdevkit packages, which has been deprecated in favor if the UCRT64 version. With an up-to-date repository:...

The ngdevkit packages should be fixed now, installing the nightly builds should work with: ``` # pacman -Syy # pacman -S mingw-w64-ucrt-x86_64-ngdevkit mingw-w64-ucrt-x86_64-ngdevkit-gngeo resolving dependencies... looking for conflicting packages... Packages...

Let me try locally on a msys2 env to try to replicate. Can you be more specific re. your working env? Is it using nightly msys2 packages, or did you...

OK I'm restarting my env as we speak, I'll upgrade my env with pacman and report back shortly

I just upgraded my MSYS2 env to the most recent nighlt package of ngdevkit with: ``` # Upgrade system, ngdevkit, allow overwrite current ngdevkit files on disk pacman -Syyu mingw-w64-ucrt-x86_64-ngdevkit...