VoodooMike posted on Jul 15, 2009 1:33:08 PM - Report post
Not sure how feasible this is, since it would involve editing a value that never changes (hard to find?) but the Blood Bowl game actually has 9 races, not 8, but it only lets you select from the first 8. Since it does load all 9 races, there has to be a limit in the code telling it to only run through the first 8 when allowing a player to select the race they wish to play.
A trainer option that removed that hardcoded limit would almost be an *expansion* to the game, rather than a trainer.
ELITE
Tpek posted on Jul 16, 2009 4:12:25 AM - Report post
After browsing the official forums, I read posts that describe the Dark Elf race being incomplete, for an example using Wood Elves models. Plus there might be the option of getting the DE in a future patch/expansion.
TIER 7
VoodooMike posted on Jul 16, 2009 9:17:13 AM - Report post
Oh I'm certain they will release Dark Elves as part of an expansion - but except for the changed models/skins, the race is fully implemented (skills, player types, star player, logos.. cheerleader models and skins are in, too).
The game has a hardcoded "only the first 8" limit for selecting a race when starting games - and that serves no purpose but to force players to pay cyanide more money (and lets face it... this game was grossly overpriced given the fact that it was a digital download).
If the 8 cap were removed then people will still buy expansions (there remain skills and such to be implemented) but the modding crowd could implement new teams without cyanide's help, assuming players were running the trainer that allowed them to play > #8 teams.
ELITE
Tpek posted on Jul 16, 2009 10:12:02 AM - Report post
And you say this limit is enforced by a hard-coded constant? It might still be possible to change that by doing some work on the exe/dlls then.
TIER 7
VoodooMike posted on Jul 16, 2009 12:11:11 PM - Report post
Alas, no - the EXE is packed or a patch for the EXE would certainly be my first choice rather than running a memory patcher every time the game is played.
That said, if a trainer WAS required to use the ability, it'd be a must-have for all the serious blood bowl players.
TIER 7
Harabec posted on Jul 17, 2009 1:20:38 AM - Report post
a little side note: the skin for the de star player is complete and he is the coolest player on the field
There's no such thing as stupid questions, just stupid people.
ELITE
PhoenixCH posted on Jul 17, 2009 4:09:49 AM - Report post
You can't just 'remove a limit' and let the player choose any. The race might exist (if it is complete), but all manner of coding isn't in the game. For example, the game hasn't been coded to allow the player to choose this new race from the menu. So, changing a value from 8 to 9 won't suddenly make a new team available in the menu and selectable.
You see where i'm coming from with this. If the team was available in the game as say, an unlock, then things would be very different.