Page 1 of 1

OBBLM Manual?

Posted: Thu Jan 06, 2011 4:31 pm
by ddancer
Hey folks,

I just recently upgraded to OBBLM v. 0.8, and I'm running into a few stumbling blocks.

Such as setting FF to not add to value of the team, etc.

Is there an online manual as to which files are around to edit to clear this up? Or for general information of which files to edit?

Thanks in advance!

Re: OBBLM Manual?

Posted: Thu Jan 06, 2011 5:28 pm
by Pagan
There isn't really a manual for it. What seems to work though is in your obblm/settings.php file.

Scroll down to line 56(for me):

$rules['cost_fan_factor'] = 10000; // Default is 10000.

And change the first 10000 to 0. This will be site wide so if you have a league that wants FF to have value I'm not sure you can do that with just one obblm installation.

Once you do that teams can buy FF for free at creation so you need to watch for people doing that. But from there on out you should not gain any team value for a fan factor increase, and any existing team will see their TV go down as expected next time they save a match.

For actual support try here,

http://code.google.com/p/obblm/

Re: OBBLM Manual?

Posted: Mon Jan 10, 2011 9:48 pm
by funnyfingers
In the rules if fan factor is free does it add value to your team? I am not sure that setting messes with the team value. You may be able to use the team admin panel to reduce team value by 50K, but not certain. I know you can for Player Values.

Re: OBBLM Manual?

Posted: Mon Jan 10, 2011 10:53 pm
by Pagan
When I set that to 0 my teams' values would go down by the amount of their TV, so it seems to work.

Re: OBBLM Manual?

Posted: Sun Jan 16, 2011 3:59 pm
by ddancer
Thanks to all the responses - I've got it working. Just a slight learning curve, but the end result is worth it!