Ignacio Taranto
Ignacio Taranto
> As mentioned by the OP, it is intrusive. The highlights completely cover the text and I am at a loss to type the required characters. Vim-vixen has a nice...
> Agreed. Users are better off with some newer forks, e.g. https://github.com/jnsh/arc-theme that current relevant [debian packages](https://packages.debian.org/sid/misc/arc-theme) also are based on. The thing is the @horst3180 account hasn't been active...
> Save file versions have been updated as of [13c6307](https://github.com/nukeykt/NBlood/commit/13c6307154c4821af947e2d105ac422f747e130e), and previous save files are no longer compatible. So, does this basically means I've lost all my saves? Is there...
> Unfortunately the struct sizes have changed since then, and unless you're comfortable with a hex editor it is unlikely to play them with the current build. I could, actually....
> It depends on what version of save file, and what platform and if you're on x86 or x64. I'm using version `r13984` which is from a month ago. I...
> Here is the edited version > > [game0008.zip](https://github.com/nukeykt/NBlood/files/14626100/game0008.zip) >  > > It appears there is more than just changing version and adding two variables to the gGameOptions struct....
You could also implement some sort of versioning for the save games, so that way you can support older save games. But I'm not familiar with this project so I...
> Anyway, it is possible to hex edit the saves to be compatible as I made a mistake previously. There are two `gGameOptions` structs in the game save file. >...
This would be great, but I don't think delve uses `readline` (that's what reads `.inputrc`). My guess is that this would require to be implemented from scratch. Another alternative would...
I was taking a look at [liner](https://github.com/peterh/liner) which is the library used by `delve` to implement the prompt. Like @aarzilli already mentioned, there's an open [issue](https://github.com/peterh/liner/issues/120) for this. I took...