Features
- Supports all 5 characters
- Sync life stats
- Sync inventory
- Sync position
- Sync skills
Requirements
- MySQL Server
Installation
Initial Setup
- Add license key to ImperialLoader configuration
- Install database dependencies using
om install OpenMod.EntityframeworkCore.MySql
- Run server and let configuration generate
- Setup MySQL database information
Migrating Existing Data
When changing a map, you may want to ensure that all players data is in the database before making the change. To do this, use the /migratedata <map> [override]
The map parameter can be any valid folder name inside of Server/Players
Override is a boolean value (true/false) that will determine if the data for existing players should be overridden.
Examples:
/migratedata Russia true
/migratedata PEI false
User Reviews
No reviews found.