Search found 63 matches

by idcarlos
Sat Jan 31, 2009 11:43 am
Forum: Bug reports
Topic: [NOTABUG] Load savegame from 2.3.0 to 2.3.1
Replies: 1
Views: 1915

[NOTABUG] Load savegame from 2.3.0 to 2.3.1

Hi Using bygfoot 2.3.1 I have copy/pasted saves folder from 2.3.0 Loading the savegames I obtain the following info at stderr.log ** (Bygfoot.exe:1016): WARNING **: option_int: option named int_opt_goto_mode not found Maybe you should delete the .bygfoot directory from your home dir ** (Bygfoot.exe:...
by idcarlos
Sat Jan 31, 2009 11:15 am
Forum: Translations
Topic: New lg_commentary file
Replies: 3
Views: 2107

Interesting... Language is get from system (en). I go to Options and force it to spanish. Check save global settings to file, apply and close the program. When I open it again, language is set to system ¿? .bygfoot.conf have string_opt_language_code es If I check save user settings to file, apply an...
by idcarlos
Wed Jan 28, 2009 8:47 pm
Forum: Translations
Topic: New lg_commentary file
Replies: 3
Views: 2107

New lg_commentary file

Hi!

I have created one lg_commentary_es.xml file and put it on .\support_files\lg_commentary.
But Bygfoot not load it... ¿why?
by idcarlos
Sat Sep 16, 2006 12:22 pm
Forum: Bug reports
Topic: language tranlations
Replies: 1
Views: 2681

Hi.

Compiling from CVS work also ok, but i don't know why.
by idcarlos
Fri Sep 01, 2006 5:21 pm
Forum: Bug reports
Topic: language tranlations
Replies: 1
Views: 2681

language tranlations

Hi.

I'm using bygfoot 2.0.0 under windows.

Internal GTK labels like "open", close" ect.. works. The XML files works also ok (tips and live game), but text in .mo files are only in English.

Other versions (like 1.9.6) works ok

Un saludo
Carlos Garcés
by idcarlos
Sat May 27, 2006 3:09 pm
Forum: Translations
Topic: Error in lg_commentary_generate
Replies: 3
Views: 2458

Hi.

The event nº 29 is LIVE_GAME_EVENT_STRUCTURE_CHANGE that work ok all the time.
The file is a copy of the english file, with the 50% translated to Spanish.

¿Maybe the msg its a warning, not related with the crash?
It fails at the end of the game...
by idcarlos
Sat May 27, 2006 10:10 am
Forum: Translations
Topic: Error in lg_commentary_generate
Replies: 3
Views: 2458

Error in lg_commentary_generate

Hi.
Using 1.9.6 and the end of the game.

** (bygfoot.exe:1560): WARNING **: lg_commentary_generate: didn't find fitting commentary for unit type 29

I can't reproduce it. ¿It's related to the live comentaries file? (i'm making a lg_commentary_es.xml)
by idcarlos
Fri Apr 21, 2006 9:10 am
Forum: Bug reports
Topic: boost change at end of match: crash
Replies: 5
Views: 3296

Thanks!
I need to read something about GTK objects andd events

Maybe one day I can write "C programer" in my Curriculum Vitae, maybe near "High level of English" :wink:,
by idcarlos
Tue Apr 18, 2006 11:00 pm
Forum: Bug reports
Topic: boost change at end of match: crash
Replies: 5
Views: 3296

Hi. I can't see the error In the function live_game_calculate_fixture live_game_create_unit is called in a do-while do { live_game_create_unit(); live_game_evaluate_unit(&last_unit); } while(last_unit.event.type != LIVE_GAME_EVENT_END_MATCH && stat0 != STATUS_LIVE_GAME_PAUSE && s...
by idcarlos
Tue Apr 18, 2006 7:43 pm
Forum: Bug reports
Topic: boost change at end of match: crash
Replies: 5
Views: 3296

Hi! What is your bygfoot version? This bug should be pached in January, after reporting this bug (1.9.5)... http://bygfoot.sourceforge.net/forum/viewtopic.php?t=566 If this happend ind the last version I'll work with it in the weekend. Un saludo Carlos ---------------Edited------------- Oppps it's a...
by idcarlos
Tue Apr 11, 2006 10:02 am
Forum: Bug reports
Topic: Player with a -1 value
Replies: 6
Views: 3514

peak_region determines how long a player maintains his highest skill. the range for peak_region is in the constants file (as you can see in the code above), i think it's around 2-4 years or so. gyözö Maintains his highest skill? It's to let youngers players grow faster? Bug is fixed in CVS. Please ...
by idcarlos
Mon Apr 10, 2006 10:11 pm
Forum: Bug reports
Topic: Player with a -1 value
Replies: 6
Views: 3514

It's happend with player from academy.

In youth_academy_add_new_player peak_region not is set ¿it's ok?

And... ¿what is peak_region?
by idcarlos
Mon Apr 10, 2006 6:10 pm
Forum: Discussions
Topic: View live game.
Replies: 2
Views: 2717

Ok.

live_game_calculate_fixture confused me, it's only called one time in the live game.

But now I see that live_game_create_unit it's called under do-while loop

I'm looking the algorithm to understand why my little bother win more games than me! :x
by idcarlos
Mon Apr 10, 2006 5:12 pm
Forum: Discussions
Topic: View live game.
Replies: 2
Views: 2717

View live game.

Hi. What isuses have impact in the game algorim during the live game? I can change the result of a game with making the correct decisions? It's important to see the game under live game window? It's more easy to win if you spend you time making sustitutions, changing the style, ect... Un saludo Carl...
by idcarlos
Mon Apr 10, 2006 12:02 pm
Forum: Bug reports
Topic: Player with a -1 value
Replies: 6
Views: 3514

Ok. I'm debuging what happened with my player. the id of the player is 6167 File: player.c Function: player_update_fitness(Player *pl) line 758 when try to calc the new fitness value pl->fitness += (((pl->peak_age - pl->peak_region - pl->age) * const_float("float_player_fitness_increase_younger...