Home   Help Search Login Register  

Author Topic: Error with BAS addons and Radeon Card  (Read 605 times)

0 Members and 1 Guest are viewing this topic.

Olle Stolpe

  • Guest
Error with BAS addons and Radeon Card
« on: 06 Jun 2004, 10:24:20 »
My friend has a Radeon 9600 pro graphics card.
I don't know if that has anything to do with it.. but

When he has any BAS addons installed, the game won't start.
It says "3D device error" or "Can't initiate 3D device" or something like that.
It works great when he takes the BAS addons out.

What could it be? It's a shame since so many great missions use these great addons.

Really happy for answers.



// Olle Stolpe

DeadMeatXM2

  • Guest
Re:Error with BAS addons and Radeon Card
« Reply #1 on: 06 Jun 2004, 12:48:07 »
Its not so much an error with the BAS addons, as it is with the game code in ofp its self.

You need to be running at least v1.92, and add the command -nomap to the end of your ofp executable.

e.g.

Code: [Select]
"C:\Program Files\Codemasters\OperationFlashpoint\FlashpointResistance.exe" -nomap

Olle Stolpe

  • Guest
Re:Error with BAS addons and Radeon Card
« Reply #2 on: 07 Jun 2004, 01:39:55 »
What does the -nomap do?

DeadMeatXM2

  • Guest
Re:Error with BAS addons and Radeon Card
« Reply #3 on: 07 Jun 2004, 15:00:46 »
-nomap is simply a different method that the game engine uses to map the addons into the memory.

When OFP was first coded, the hardware available was of much much lower power and capability, thus the game code was not written to cope with large numbers or sizes of addons. The -nomap command uses a more "modern" method of mapping the addons into the memory, which allows the use of more powerful hardware like the latest GeForce or ATI cards.