Unvanquished / unvanquished-mapeditor-support

Unvanquished support files for map editors.
https://unvanquished.net
4 stars 6 forks source link

add DEPS file in NetRadiant gamepack #13

Closed illwieckz closed 6 years ago

illwieckz commented 6 years ago

NetRadiant is now able to read the DEPS file from the game pack, instead of hardcoding the requisite package names. So, we now provide a DEPS file in NetRadiant game pack.

This DEPS file must NOT be added to GtkRadiant gamepack since GtkRadiant copy everything from the gamepack to the user dir, and we don't want this DEPS file ending within the user directory. GtkRadiant must be modified first to be able to init VFS in gamepack dir, and well, no complete versionning and conditional dpk loading mechanism in GtkRadiant is planned yet.