Joselito

Vassal
Customer
Config file: config\server.properties
Goal: Lock entry until launch date/time and allow only testers/staff before opening.

1) Set launch time​

Code:
ServerOpenTime = 20:00,15.03.2026


2) Add whitelist ObjIds (optional)​

Code:
ServerOpenAllowedObjIds = 268477015,268477021
  • These players can enter before launch.
  • Use character ObjId, not account login.

3) Launch workflow (recommended)​

  1. Set open time 24h before launch.
  2. Add QA/staff ObjIds.
  3. Validate registration, events, shops, geodata.
  4. Remove unnecessary test ObjIds.
  5. Announce official opening time to community.

4) Common mistakes​

  • Wrong datetime format.
  • Using char name/account id instead of ObjId.
  • Forgetting timezone consistency between machine and announced launch.
 
Back
Top