Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Firstly, let me say that I haven't worked on this mod in a while and it's behind the latest version of the game. (The last version I tested it on was version 25.0 and the current version is 26.7a.)

My guess is that something has changed in the base game's code that makes it so that the "moves" variable is no longer valid in the mod, since that definitely is the correct syntax for a sort (per here and here).

Secondly, this mod never quite worked right, due to the fact that the game treats every combat as a loss unless the player is the only character left standing (meaning that it is treated as a loss when your partner survives the fight). Thus, this mod is currently only useful for wandering around outside combat.

Unfortunately, fixing this requires rewriting the whole combat system (about two thousand lines of code, IIRC); I started, but never had time to finish. If there are people interested in this mod, maybe I'll go back and update the mod (and fix those thousands of lines of combat code).

Please let me know if you think it's worth finishing this mod.

Well thats a shame, for what its worth i think it was a very interesting idea