Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 1.88 KB

ReadMe.md

File metadata and controls

18 lines (10 loc) · 1.88 KB

Space Rangers inSTEAD module

We have moved to https://codeberg.org/KOLANICH-tools/instead-game-rangers, grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


This is my try to reimplement Space Rangers module for inSTEAD above Kaitai Struct.

The original sources were obtained from https://instead-games.ru/game.php?ID=126 .

The spec is here: https://codeberg.org/KOLANICH/kaitai_struct_formats/blob/space_rangers/game/space_rangers_qm.ksy

You would need a MIT-licensed (copyright 2017-2023 Kaitai Project) lua runtime, it can be obtained here: https://github.com/kaitai-io/kaitai_struct_lua_runtime . The runtime may need a patch to support UTF-16. The one here already has one, the UTF16-to UTF-8 decoder was taken from this file.