This member has provided no bio about themself...

Comment History
tcq
tcq - - 7 comments @ TidesLoader

After yet another windows update, suddenly I can. Anyway, tested the new release on current Steam version, worked.

If anyone wants to take over maintenance, it's just a matter of rebuilding the VS 2017 project to make it compatible with the next version.

Good karma+2 votes
tcq
tcq - - 7 comments @ TidesLoader

And after a windows 10 update, I can no longer even run the game.

Good karma+1 vote
tcq
tcq - - 7 comments @ TidesLoader

It's looking for a Mods directory somewhere at the root of that. Move the mods directory around in there and you might be able to get it to load them. Dependencies in the source code are relative for windows paths, but the compiled DLLs...

var modsPath = Path.Combine(Environment.CurrentDirectory, "Mods");

The assumption is that Environment.CurrentDirectory is the game's primary work directory.

Good karma+1 vote
tcq
tcq - - 7 comments @ TidesLoader

I gotta confess I completely lost interest in this.

I'll go ahead and release an update.

If anyone wants to take over the project, let me know.

Maintenance and updating is relatively simple.

Good karma+1 vote
tcq
tcq - - 7 comments @ TidesLoader

Abilities are tricky, as they have "progression" sources they are linked to. They can be arbitrary as in the case of the "scanthoughts" command, but may cause some issues. It is possible with some work though.

Have you tried "addclassprogs" and "addfociprogs" combined with "anyadv" during leveling up? You can receive all class and foci abilities (or just pick the ones you desire) in this manner, and it seems to save and load correctly.

Good karma+1 vote
tcq
tcq - - 7 comments @ TidesLoader

the game still runs as normal though? should work on the GOG version. make sure the files are in the right place.

Good karma+1 vote
tcq
tcq - - 7 comments @ Guide to TidesLoader and basic mods (v1.0.1.3)

by writing a mod that tidesloader will load, you can alter the PC's model, yes. not with the commands built in. maybe I'll write an example module for that like I did for sounds.

Good karma+1 vote