Page 1 of 1

Where can I find team creation rosters?

Posted: Sun Jun 22, 2003 6:53 pm
by seattleguy
I need to find the team creation rosters for every playable race in blood bowl. Could somebody post a link to a good site for me?

Posted: Sun Jun 22, 2003 6:54 pm
by Grumbledook
the official ones are at the back of the living rulebook which you can get from games workshops blood bowl site

Posted: Sun Jun 22, 2003 6:57 pm
by seattleguy
Thanks, I'll see if I can get that to work.

Posted: Sun Jun 22, 2003 7:48 pm
by seattleguy
Ok, that worked, now, the problem is, I'm trying to use Ronald's Team Creator, but whenever I try to enter anything(like race or league) it says that the file isn't found. Any suggestions on how to get this to work?

Posted: Sun Jun 22, 2003 9:13 pm
by Darkson
There's a problem with the .ini file, the creator been updated to show which skill group access a player has.
Ronald Loker wrote:Please note that I only updated the teams.ini file to reflect the
changes in the tool, not the other league files.
In teams.ini you'll see that players are listed like this:
[Race:Amazon]
12;Linewoman;50;6;3;3;7;Dodge;G

In other ini files this will still be:
[Race:Amazon]
12;Linewoman;50;6;3;3;7;Dodge

So right now you have to update the ini file for your league by
hand. Also copy-paste [Skills&Traits] from teams.ini to your
league.ini file.

He went on to say that Galak will be (probably) working on updating the .ini files wen he get's time.

Posted: Sun Jun 22, 2003 9:15 pm
by Darkson
This might help:

Code: Select all

{The Skills&Traits are ordered like this:
 one line per skill/trait, no blank lines.
 Per line: Skillname;Categorie;Skill/Trait
 Categorie=G(eneral)/A(gility)/S(trength)/P(assing)/F (physical)/R(acial characteristic)
 Skill/Trait=S(kill)/T(rait)
}

[Skills&Traits]
Accurate;P;S
Always Hungry;R;-
Big Guy;R;-
Big Hand;F;T
Block;G;S
Bone Head;R;-
Break Tackle;S;S
Catch;A;S
Claw;F;T
Dauntless;G;T
Dirty Player;G;S
Diving Catch;A;S
Diving Tackle;A;S
Dodge;A;S
Dump-Off;P;S
Extra Arms;F;T
Foul Appearance;F;T
Frenzy;G;T
Guard;S;S
Hail Mary Pass;P;S
Horns;F;T
Hypnotic Gaze;R;-
Jump Up;A;T
Kick;G;S
Leader;G;T
Leap;A;S
Mighty Blow;S;S
Multiple Block;S;S
Nerves of Steel;G;T
Pass;P;S
Pass Block;G;S
Piling On;S;S
Prehensile Tail;F;T
Pro;G;S
Razor Sharp Claws;F;T
Really Stupid;R;-
Regeneration;R;-
Right Stuff;R;-
Safe Throw;P;S
Shadowing;G;S
Side Step;A;S
Spikes;F;T
Sprint;A;S
Stand Firm;S;T
Strip Ball;G;S
Strong Arm;P;T
Stunty;R;-
Sure Feet;A;S
Sure Hands;G;S
Tackle;G;S
Take Root;R;-
Tentacles;F;T
Thick Skull;F;T
Throw Team-Mate;R;-
Two Heads;F;T
Very Long Legs;F;T
Wild Animal;R;-

Posted: Sun Jun 22, 2003 9:22 pm
by seattleguy
Ok, I know I sound dumb, but could I have step by step instructions for what I need to do?

Posted: Sun Jun 22, 2003 9:42 pm
by Darkson
Ok, for example, say you wanted a Amazon team.

Open the ini folder in the PBeMtool folder (assuming you've kept the same file structure). Find the "teams" and, to be on the safe side, make a copy of it :wink:

Ok, double click on it, and it should open in "notepad".

Find the team you want, in this case Amazons.

Assuming you've still got the old ini you'll see this:

Code: Select all

[Race:Amazon]
12;Linewoman;50;6;3;3;7;Dodge
2;Catcher;70;6;3;3;7;Dodge, Catch
2;Thrower;70;6;3;3;7;Dodge, Pass
4;Blitzer;90;6;3;3;7;Dodge, Block
Reroll=40
Apoth=Yes
Pictures=Amazon
What you need to do is at the end of each players line add a ";" (without spaces) and the add the letters for their skill access.

For example:
4;Blitzer;90;6;3;3;7;Dodge, Block

You want it to read this:
4;Blitzer;90;6;3;3;7;Dodge, Block;GS

Meaning a Blitzer has access to (G)eneral and (S)trength skills.

Carry on until you get:

Code: Select all

[Race:Amazon]
12;Linewoman;50;6;3;3;7;Dodge;G
2;Catcher;70;6;3;3;7;Dodge, Catch;GA
2;Thrower;70;6;3;3;7;Dodge, Pass;GP
4;Blitzer;90;6;3;3;7;Dodge, Block;GS
Reroll=40
Apoth=Yes
Pictures=Amazon
Do this for all the races, and then click "file" then "save".


And if this doesn't work, then it's another problem.


P.S. Make sure you click on "LRB" as your league standard.



Hope I've helped.

Posted: Sun Jun 22, 2003 10:21 pm
by seattleguy
The skill codes are already in place in the teams.ini file...so is there anything else it could be?

Posted: Sun Jun 22, 2003 10:33 pm
by Darkson
Which league settings did you try?

Posted: Sun Jun 22, 2003 10:41 pm
by seattleguy
A lot of them...

Posted: Sun Jun 22, 2003 10:49 pm
by Darkson
Sorry then, I'm stumped.

The only other thing that I know you might look at is the "bbteacreator" ini.

Does one of the leagues have a star next to it? If so, and it's not standard, then edit it so the star is on standard. If it's already there, try removing it.

Over than that, I'd say contact Galak or Ronald.

Posted: Sun Jun 22, 2003 10:58 pm
by seattleguy
Evidently Standard works but none of the others do...will that be a problem?

Posted: Sun Jun 22, 2003 11:01 pm
by Darkson
Well, unless you've got the time to update the rest of the ini's :wink:

But standard is the LRB rules set anyway, which is what the MBBL uses (and I believe you wanted to join the MBBL?), you'll just be missing the experimental teams.

When we set up the game I'll check which updated ones I have and send them across.