1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Implements packed data directory for faster loading times

This commit is contained in:
2011-12-27 17:28:48 -02:00
parent 92c72ff155
commit 92962241c3
13 changed files with 183 additions and 73 deletions

View File

@@ -77,15 +77,15 @@
<root></root>
<!-- The data folder. Relative to the root. Can be a ZIP file. -->
<data>./data</data>
<data>data/</data>
</vfs>
<!-- Parameters in this section are used by VFSService. If you are not
sure on the usage of any parameter, read the "Configuration" section in wiki
article about VFSService. -->
<template>
<!-- The directory in which templates are stored -->
<directory>data/template</directory>
<!-- The directory in which templates are stored. Relative to "vfs.data" -->
<directory>template/</directory>
</template>
</services>
<!-- /Services configuration section -->