Truman Kilen

Results 31 issues of Truman Kilen

I have a small utility I use for doing some quick automated checks on mods: https://github.com/trumank/drg-mod-tools There could be a developer option to run this automatically on all mods and...

C-enhancement
C-tracking-issue
E-easy
A-lints

Many paks are already compressed so a lot of time is wasted both by decompressing but also writing more bytes to disk since they get written back uncompressed.

C-enhancement
I-slow
A-integration

The mod information is already embedded inside the mod assets so it can be displayed where the normal mod tab would be. - [ ] Replace existing (now disabled) modding...

C-enhancement
A-modding-menu

Asset registry files are stripped from mods since they are rarely used to access mods assets, however the official integration does attempt (it's very broken) to populate the game's asset...

C-enhancement
I-mod-compat
E-hard
F-asset-registry

Mod download progress is properly indicated but the actual integration step is not so long integrations can give the impression something is stuck.

C-enhancement
A-gui

Currently the user is left with no information on which mod actually causes an error if one occurs.

C-enhancement
A-gui
A-diagnostics
E-medium
D-terse
A-integration

There should be a view that shows detailed mod info such as: - mod description - author - available versions and changelogs - thumbnail? - file list

C-enhancement

Allow adding multiple DRG installs via settings and a combox box next to the 'install' button to switch between them.

C-enhancement

Allow selecting and applying actions to multiples mods: - move - copy - delete - enable/disable

C-enhancement

Currently any changes made are immediately saved. This can lead to things like the user accidentally hitting a button and not knowing what just happened (e.g. deleting a mod). Modifications...

C-enhancement