con un clic
OpenRakis
OpenRakis contiene 3 skills recopiladas de OpenRakis, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Troubleshoot DuneTools browser and WASM failures. Use when seeing SkiaSharp initialization errors, missing WASM assets, 404s for native libraries, publish/runtime startup failures, or incorrect native relink behavior in src/DuneTools/DuneTools.Browser.
Implement or debug Dune (1992, Cryo) savegame decompression in any language. Use when: decoding .SAV files from the DOS/CD game Dune, writing a savegame parser, porting the decompression algorithm, understanding the RLE-like byte encoding, handling control sequences and deflate sequences, extracting raw game state from compressed saves.
Identify the Dune (1992, Cryo) savegame version from the filename and select the correct field offsets. Use when: parsing or editing .SAV files, routing to the right offset table, detecting DUNE21/DUNE23/DUNE24/DUNE37/DUNE38 save formats, implementing version-aware savegame readers, handling SaveFileFormat enum, or deciding which offsets to apply. The repo focus is DUNE 3.7 (CD version).