Where can I find team creation rosters?
Moderator: TFF Mods
-
- Rookie
- Posts: 12
- Joined: Sun Jun 22, 2003 6:46 pm
Where can I find team creation rosters?
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?
Reason: ''
- Grumbledook
- Boy Band Member
- Posts: 10713
- Joined: Sat Sep 21, 2002 6:53 pm
- Location: London Town
-
- Rookie
- Posts: 12
- Joined: Sun Jun 22, 2003 6:46 pm
-
- Rookie
- Posts: 12
- Joined: Sun Jun 22, 2003 6:46 pm
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
There's a problem with the .ini file, the creator been updated to show which skill group access a player has.
He went on to say that Galak will be (probably) working on updating the .ini files wen he get's time.
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.
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
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;-
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
-
- Rookie
- Posts: 12
- Joined: Sun Jun 22, 2003 6:46 pm
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
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
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:
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:
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.
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

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
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
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.
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
-
- Rookie
- Posts: 12
- Joined: Sun Jun 22, 2003 6:46 pm
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
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.
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.
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
-
- Rookie
- Posts: 12
- Joined: Sun Jun 22, 2003 6:46 pm
- Darkson
- Da Spammer
- Posts: 24047
- Joined: Mon Aug 12, 2002 9:04 pm
- Location: The frozen ruins of Felstad
- Contact:
Well, unless you've got the time to update the rest of the ini's
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.

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.
Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.