Take backups of your database and your website before making any changes so you can go back if things get hairy.
If you want to update your OBBLM install to use the BB2016 ruleset then do the following...
Download this file... unzip it and place the file in your OBBLM directory...
- ../obblm/lib/game_data-BB2016.php
- [Line 92-93] https://github.com/nicholasmr/obblm/sea ... &type=Code
- [FROM]
[TO]
Code: Select all
# Load game data --- Module settings might depend on game data, so we include it first require_once('lib/game_data_lrb6.php'); # LRB6 MUST be loaded.
Code: Select all
# Load game data --- Module settings might depend on game data, so we include it first require_once('lib/game_data-BB2016.php'); # BB2016 Rules.
- [FROM]
- Admin ==> obblm core panel
- Run each of the DB Maintenance Tasks once
Run the syncall() task once
- Run each of the DB Maintenance Tasks once