Aller au contenu

Photo

PackCampaignDatabase works?


  • Veuillez vous connecter pour répondre
1 réponse à ce sujet

#1
Runspect

Runspect
  • Members
  • 11 messages
I have this on my Module OnClientExit event:

void main()
{
    string sDB = "persistent_chests";
    PackCampaignDatabase(sDB);
}

But the deleted items instead remains (marked with a *).

Modifié par Runspect, 24 mai 2011 - 02:45 .


#2
Runspect

Runspect
  • Members
  • 11 messages
It seems as if the database engine blocks the packaking if the database is accessed ingame for write at least once.

If the database is not accessed, can be compressed.

Modifié par Runspect, 24 mai 2011 - 04:21 .