TEAM COLAPSE

General help forum. You can post here if you have trouble installing, for instance.
Post Reply
Jeffrey
Posts: 55
Joined: Tue Jan 27, 2009 3:09 am

TEAM COLAPSE

Post by Jeffrey »

I was playing quite a nice game with season after season of great results. Then one season all of a sudden my team was losing every game and not scoring any goals. Any thoughts? I am using version 2.2.1.
gyboth
Site Admin
Posts: 1421
Joined: Sat Dec 18, 2004 8:42 am
Location: Passau, Germany
Contact:

Post by gyboth »

Do you have a savegame? Preferably one where your team is normal and then starts sucking. Or if that's not possible, one where your team sucks.
Press any key to continue or any other key to quit.
lepunk
Posts: 3
Joined: Tue Jun 29, 2010 2:59 pm

Re: TEAM COLAPSE

Post by lepunk »

I got the same problem
gunnar
Site Admin
Posts: 233
Joined: Wed Oct 19, 2005 11:13 am
Contact:

Re: TEAM COLAPSE

Post by gunnar »

Do you have a savegame? Preferably one where your team is normal and then starts sucking. Or if that's not possible, one where your team sucks.
ircarrascal
definitions team
Posts: 39
Joined: Thu Aug 23, 2007 8:50 pm
Location: Munich, Germany
Contact:

Re: TEAM COLAPSE

Post by ircarrascal »

I used to have this problem and I disliked it a lot. I was told this has something to do with a "luck" parameter in the code, which can be controlled using the constants file. So I made these changes:


# how much the user's luck deteriorates if he
# becomes champion
#IR# float_season_end_user_champ_luck_factor 97500
float_season_end_user_champ_luck_factor 100000

# how much it regenerates if he's not champ
#IR# float_season_end_user_champ_luck_factor_regen 101000
float_season_end_user_champ_luck_factor_regen 100000

# lower limit for the user's luck
#IR# float_luck_limit 90000
float_luck_limit 100000


which I think make that "luck" factor a constant. Never had that problem again.
Post Reply