Nice football Manager game now it´s free but still a lot of bugs on the words please fix this.
It´s great play dos on vista 😀.
Link of the game: http://www.ifm2.com/download.html
Please i need a answer for that bug 😉.
Bye Pal 😎 .
I've heard (very seldom) people complaining about the game not showing up correctly. This is due to a problem with the graphics card on your machine. The game requires your card to be 100% compatible with some specification (don't ask me what now!) and if your video card is not, it might lead to problems. No need to worry though, I can count the cases on my one hand, so you should be fine. Any other problems, just mail me and we'll sort it out.
I'm guessing DOSBox is replicating the mentioned issue. I would follow lightmaster's advice and mess with the machine= setting.
The comment on write mode 3 in vga_memory.cpp states that the host data should be rotated, but it's not being done.
Adding the rotate (copied from mode 0) appears to fix the corrupted text in the game:
1 case 0x03: 2 // Write Mode 3: In this mode, the data in the Set/Reset field is used as if the Enable Set/Reset 3 field were set to 1111b. Then the host data is first rotated as per the Rotate Count field, then 4 logical ANDed with the value of the Bit Mask field. The resulting value is used on the data obtained 5 from the Set/Reset field in the same way that the Bit Mask field would ordinarily be used. to select 6 which bits come from the expansion of the Set/Reset field and which come from the latch register. 7 Finally, only the bit planes enabled by the Memory Plane Write Enable field are written to memory. 8 9+ val=((val >> vga.config.data_rotate) | (val << (8-vga.config.data_rotate))); 10 full=RasterOp(vga.config.full_set_reset,ExpandTable[val] & vga.config.full_bit_mask); 11 break;
VOGONS website when the bug is fixed from the game just please take a message on this forum ok?
I will wait for the results 😉.
All the Best.
lrescola 😎
Last edited by lrescola on 2009-06-15, 14:22. Edited 1 time in total.