MODSon[line.com] Wiki - Beta 1.0

Call of Duty 4: Radiant

From MODSonline Wiki

Jump to: navigation, search

[edit] Presentation

Not Implemented yet


[edit] Usage

Create, Open and Modify .map file to create a raw map that can be compiled with the modtools.


[edit] Errors

Radiant may crash for multiple reasons, just bear in mind that it is NOT supported and therefore may NOT have been tested throughly like the game itself. Here are some Error Code and the possible solution:


  • "The application failed to initialize properly (0xc0000135)":
    You are missing the proper .Net runtime environment. You don't have to know what it does exactely, just that without it, Radiant won't run. To solve the issue, go get it from the Microsoft Website. [1]

  • "FATAL ERROR: Can't find shader: shader_bin/vs_3_0_0d5b9e2f":
    You have not updated yet Radiant to the latest version. You should get the update (v1.1) that is a bugfix.[2]

  • "Can't find shader: shader_bin/ps_2_0_3fe1c8af":
    The registered rendering method has been set to Pixel Shader 2. Find you .cfg file and change the line:
seta r_rendererPreference "Default"
seta r_rendererInUse "Default"

to the following:

seta r_rendererPreference "Shader model 3.0"
seta r_rendererInUse "Shader model 3.0"

  • "R_RegisterFont: Error while reading font 'fonts / consoleFont'":
    You have a different local version of CoD4 installed than the english one. Please copy and rename the following folder accordingly to your language:
./raw/english
Personal tools