mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 20:29:10 +00:00
Game Repair Mode
This adds a license-stopgap "feature" ... You can now update only the game data by using the -Repair argument on the launcher. You'll need to specify a stripped down MOULa server.ini with the GateKeeperSrv keys/host.
This commit is contained in:
@ -62,6 +62,9 @@ private:
|
||||
{
|
||||
kHaveSelfPatched = 1<<0,
|
||||
kClientImage = 1<<1,
|
||||
kGameDataOnly = (1<<2),
|
||||
|
||||
kRepairGame = kHaveSelfPatched | kClientImage | kGameDataOnly,
|
||||
};
|
||||
|
||||
uint32_t fFlags;
|
||||
@ -77,6 +80,7 @@ private:
|
||||
plString GetAppArgs() const;
|
||||
|
||||
void IOnPatchComplete(ENetError result, const plString& msg);
|
||||
bool IApproveDownload(const plFileName& file);
|
||||
|
||||
public:
|
||||
plClientLauncher();
|
||||
|
Reference in New Issue
Block a user