Skip to content

refresh DPK VFS before refreshing textures

username-removed-195241 requested to merge illwieckz/netradiant:dpkdir into master

DPK VFS allows to add and remove pak dependencies.

Reloading VFS before refreshing textures ensures added or removed dependencies are handled without reloading the whole map.

It allows the user to edit the DEPS file while radiant is running, he just has to reload the VFS asking for texture refresh.

NOTE: adding a plugin to edit DEPS file within radiant (suggesting available paks, etc.) would be über kewl.

Merge request reports