The dpk package format makes dæmon based games strong against random stuff downloaded from random server: this random stuff will not be loaded on other servers.
But this will be loaded on start and every time if that random stuff uses the unvanquished base name.
It still allow us to ship backports or last-minutes fixes using custom packages names like dev/unvanquished or backport or anything else, those will be loaded while connecting to servers in anyway. If we need to ship a fix that must be loaded at startup of the game, it just means we have to release something and the updater is there for this task.
The dpk package format makes dæmon based games strong against random stuff downloaded from random server: this random stuff will not be loaded on other servers.
But this will be loaded on start and every time if that random stuff uses the
unvanquishedbase name.It still allow us to ship backports or last-minutes fixes using custom packages names like
dev/unvanquishedorbackportor anything else, those will be loaded while connecting to servers in anyway. If we need to ship a fix that must be loaded at startup of the game, it just means we have to release something and the updater is there for this task.