View Full Version : Crashes during PK-s


Maichal1616
06-10-2005, 02:05:AM
Hi guys

I was wondering if anyone else has this problem with PK-s and shootouts, I had it with the demo and now with the full version. Whenever the PK is called, it shows the cutscene and then crashes onto desktop. The same thing with the shootouts. Haven't edited anything except activating CPU subs and canging playerhead_lod values, but since there doesn't seem to be a separate PK-shootout option, it's kind of hard to test any solutions. Just had to restart a cup final because of that, not too fun at all. Any help would be much appreciated.

Maichal1616
06-10-2005, 12:54:PM
Worked it out myself, it was because of the lod values. Seems that the values I used were too small and caused that bloody memory error which is the plague of fifa editing. Anyways, these seem to be the optimal playerhead_lod values, which don't cause crashes while the heads look detailed even from further distance.

PLAYERHEAD_LOD_HIGH_NEAR = -1.0
PLAYERHEAD_LOD_HIGH_FAR = 0.40
PLAYERHEAD_LOD_MED_NEAR = 0.49
PLAYERHEAD_LOD_MED_FAR = 0.46
PLAYERHEAD_LOD_LOW_NEAR = 0.47
PLAYERHEAD_LOD_LOW_FAR = 0.0

Billy1969
06-10-2005, 02:34:PM
In which file do you put these values in, Maichal?

Maichal1616
06-10-2005, 08:19:PM
In which file do you put these values in, Maichal?

In the configuration ini file, cfg_pc_h.ini or whichever graphics settings you use. I don't put them in, they're already there, you just need to alter them.

Billy1969
06-10-2005, 10:09:PM
Ok thanks, will try putting them on those values also