helper - Tierras-virgenes/servuo-utils GitHub Wiki
This is a python script for manage your server customization. It is ready to use tv-server folder with submodule/ServUO.
Use the script require python 3. Run help: python helper.py -h. This script can do several tasks to ease maitain your server instance with changes and update.
- Option 'h': Print script help.
- Option 'c': Check default configuration.
- Check if default resource folder contain data.
- MD5 for client files should meet expected checksum.
- Note: If you want to use a different client data, or modify, edit the checksum or just ignore it.
- Option 'u': UPDATE SERVER. Copy data from git repository to the server.
This options is used to Copy files from resources/tv-server into running server data.
- WARNING: Conf folder will be deleted and copy again. The content will be lost.
- Option 's': UPDATE REPOSITORY. Copy data from the server to the git repository to save your changes.
This options is used to Copy files from running server data into resources/tv-server.
- WARNING: Conf folder will be deleted and copy again. The content will be lost. You can trace changes with git commands.
- TODO