Author Topic: Can not load the font of CG  (Read 7054 times)

0 Members and 1 Guest are viewing this topic.

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Can not load the font of CG
« on: June 30, 2007, 12:39:27 am »
I dont know whats wrong but my computer wont load the font for CG, what i do? When i start it up its says Could not load font.  :(  :'(
BANNED

Offline haha

  • Camper
  • ***
  • Posts: 298
  • soldier=soldat=game
Re: Can not load the font of CG
« Reply #1 on: June 30, 2007, 07:49:45 pm »
hey me too, whats ur graphic card?is it S3 ProSavageDDR?
« Last Edit: June 30, 2007, 07:51:40 pm by haha »
Image removed, please read the forum rules.

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: Can not load the font of CG
« Reply #2 on: July 09, 2007, 10:05:20 pm »
anyone got a cure?
BANNED

Offline a-4-year-old

  • Veteran
  • *****
  • Posts: 1918
Re: Can not load the font of CG
« Reply #3 on: July 10, 2007, 08:50:06 am »
how does it say "could not load font" if you could not load fonts? *twilight zone*
If we hit the bullseye the rest of the dominoes will fall like a house of cards. Checkmate. -Zapp Brannigan

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: Can not load the font of CG
« Reply #4 on: July 10, 2007, 08:00:41 pm »
how does it say "could not load font" if you could not load fonts? *twilight zone*

COMON SOMEONE HELP ME OUT HERE.
BANNED

Offline haha

  • Camper
  • ***
  • Posts: 298
  • soldier=soldat=game
Re: Can not load the font of CG
« Reply #5 on: July 11, 2007, 04:40:22 am »
it does not say could not load font... it just doesn't load it, and btw coolio do u have the same prob as me, does ur screens look like THIS?

Shot at 2007-07-11
Image removed, please read the forum rules.

Offline hubisiowy

  • Major(1)
  • Posts: 23
Re: Can not load the font of CG
« Reply #6 on: July 11, 2007, 06:40:30 am »
I think you have to set config.gm file like this :

If it won't help try to change global v driver to 4, if it doesnt help to 3, and 2 and 1...

//video
global v_width = 800;
global v_height = 600;
global v_driver = 4

Code: [Select]
// * //// * //// * //// * //// * //// * //// * //
// config variables
global module = `Game.dll`;
global configfile = `Scripts/config.gm`;
global guimainfile = `Scripts/gui.gm`;

// * //// * //// * //// * //// * //// * //// * //
// engine variables (will override autoconfig settings)

//game

//video
global v_width = 800;
global v_height = 600;
global v_driver = 4;

//sound
global s_system = 6;

//console
global c_key = 0xc0;
global c_bgcolor_a = 235;
global c_bgcolor_r = 22;
global c_bgcolor_g = 22;
global c_bgcolor_b = 42;

//gui
global u_transparency = 255;

global sv_port = 50008;
global cl_port = sv_port + 10;

//physics
global w_gravity = 2.0f; //2.0;
global w_damping = 0.9995;
global w_physics_timestep = 0.019;

//world
//global w_camera_distance = 200.0;
//global w_camera_poslag = 30;
//global w_camera_targetlag = 3;
//global w_camera_ortho = 0;

// * //// * //// * //// * //// * //// * //// * //
// run commands


print(`Config loaded from '`+configfile +`'`);



// * //// * //// * //// * //// * //// * //// * //
// * //// * //// * //// * //// * //// * //// * //
// * //// * //// * //// * //// * //// * //// * //
/// MORE INFO ... ////

//v_driver
// EDT_NULL 0
// EDT_SOFTWARE 1
// EDT_SOFTWARE2 2
// EDT_DIRECTX8 3
// EDT_DIRECTX9 4
// EDT_OPENGL 5

//s_system
// 0 FSL_SS_EAX2, // EAX 2.0 (Direct Sound 3D)
// 1 FSL_SS_DIRECTSOUND3D, // Direct Sound 3D
// 2 FSL_SS_DIRECTSOUND, // Direct Sound
// 3 FSL_SS_NVIDIA_NFORCE_2, // nVidia nForce 2
// 4 FSL_SS_CREATIVE_AUDIGY_2, // Creative Audigy 2
// 5 FSL_SS_MMSYSTEM, // Microsoft
// 6 FSL_SS_ALUT, // ALUT
// 7 FSL_SS_NOSYSTEM // no sound system

//keycodes
//    KEY_LBUTTON = 0x01,  // Left mouse button 
//     KEY_RBUTTON = 0x02,  // Right mouse button 
//     KEY_CANCEL = 0x03,  // Control-break processing 
//     KEY_MBUTTON = 0x04,  // Middle mouse button (three-button mouse) 
//     KEY_XBUTTON1 = 0x05,  // Windows 2000/XP: X1 mouse button
//     KEY_XBUTTON2 = 0x06,  // Windows 2000/XP: X2 mouse button
//     KEY_BACK = 0x08,  // BACKSPACE key 
//     KEY_TAB = 0x09,  // TAB key 
//     KEY_CLEAR = 0x0C,  // CLEAR key 
//     KEY_RETURN = 0x0D,  // ENTER key 
//     KEY_SHIFT = 0x10,  // SHIFT key 
//     KEY_CONTROL = 0x11,  // CTRL key 
//     KEY_MENU = 0x12,  // ALT key 
//     KEY_PAUSE = 0x13,  // PAUSE key 
//     KEY_CAPITAL = 0x14,  // CAPS LOCK key 
//     KEY_KANA = 0x15,  // IME Kana mode
//     KEY_HANGUEL = 0x15,  // IME Hanguel mode (maintained for compatibility use KEY_HANGUL)
//     KEY_HANGUL = 0x15,  // IME Hangul mode
//     KEY_JUNJA = 0x17,  // IME Junja mode
//     KEY_FINAL = 0x18,  // IME final mode
//     KEY_HANJA = 0x19,  // IME Hanja mode
//     KEY_KANJI = 0x19,  // IME Kanji mode
//     KEY_ESCAPE = 0x1B,  // ESC key 
//     KEY_CONVERT = 0x1C,  // IME convert
//     KEY_NONCONVERT = 0x1D,  // IME nonconvert
//     KEY_ACCEPT = 0x1E,  // IME accept
//     KEY_MODECHANGE = 0x1F,  // IME mode change request
//     KEY_SPACE = 0x20,  // SPACEBAR 
//     KEY_PRIOR = 0x21,  // PAGE UP key 
//     KEY_NEXT = 0x22,  // PAGE DOWN key 
//     KEY_END = 0x23,  // END key 
//     KEY_HOME = 0x24,  // HOME key 
//     KEY_LEFT = 0x25,  // LEFT ARROW key 
//     KEY_UP = 0x26,  // UP ARROW key 
//     KEY_RIGHT = 0x27,  // RIGHT ARROW key 
//     KEY_DOWN = 0x28,  // DOWN ARROW key 
//     KEY_SELECT = 0x29,  // SELECT key 
//     KEY_PRINT = 0x2A,  // PRINT key
//     KEY_EXECUT = 0x2B,  // EXECUTE key 
//     KEY_SNAPSHOT = 0x2C,  // PRINT SCREEN key 
//     KEY_INSERT = 0x2D,  // INS key 
//     KEY_DELETE = 0x2E,  // DEL key 
//     KEY_HELP = 0x2F,  // HELP key 
//     KEY_KEY_0 = 0x30,  // 0 key 
//     KEY_KEY_1 = 0x31,  // 1 key 
//     KEY_KEY_2 = 0x32,  // 2 key 
//     KEY_KEY_3 = 0x33,  // 3 key 
//     KEY_KEY_4 = 0x34,  // 4 key 
//     KEY_KEY_5 = 0x35,  // 5 key 
//     KEY_KEY_6 = 0x36,  // 6 key 
//     KEY_KEY_7 = 0x37,  // 7 key 
//     KEY_KEY_8 = 0x38,  // 8 key 
//     KEY_KEY_9 = 0x39,  // 9 key 
//     KEY_KEY_A = 0x41,  // A key 
//     KEY_KEY_B = 0x42,  // B key 
//     KEY_KEY_C = 0x43,  // C key 
//     KEY_KEY_D = 0x44,  // D key 
//     KEY_KEY_E = 0x45,  // E key 
//     KEY_KEY_F = 0x46,  // F key 
//     KEY_KEY_G = 0x47,  // G key 
//     KEY_KEY_H = 0x48,  // H key 
//     KEY_KEY_I = 0x49,  // I key 
//     KEY_KEY_J = 0x4A,  // J key 
//     KEY_KEY_K = 0x4B,  // K key 
//     KEY_KEY_L = 0x4C,  // L key 
//     KEY_KEY_M = 0x4D,  // M key 
//     KEY_KEY_N = 0x4E,  // N key 
//     KEY_KEY_O = 0x4F,  // O key 
//     KEY_KEY_P = 0x50,  // P key 
//     KEY_KEY_Q = 0x51,  // Q key 
//     KEY_KEY_R = 0x52,  // R key 
//     KEY_KEY_S = 0x53,  // S key 
//     KEY_KEY_T = 0x54,  // T key 
//     KEY_KEY_U = 0x55,  // U key 
//     KEY_KEY_V = 0x56,  // V key 
//     KEY_KEY_W = 0x57,  // W key 
//     KEY_KEY_X = 0x58,  // X key 
//     KEY_KEY_Y = 0x59,  // Y key 
//     KEY_KEY_Z = 0x5A,  // Z key 
//     KEY_LWIN = 0x5B,  // Left Windows key (Microsoft® Natural® keyboard) 
//     KEY_RWIN = 0x5C,  // Right Windows key (Natural keyboard) 
//     KEY_APPS = 0x5D,  //Applications key (Natural keyboard) 
//     KEY_SLEEP = 0x5F,  // Computer Sleep key
//     KEY_NUMPAD0 = 0x60,  // Numeric keypad 0 key 
//     KEY_NUMPAD1 = 0x61,  // Numeric keypad 1 key 
//     KEY_NUMPAD2 = 0x62,  // Numeric keypad 2 key 
//     KEY_NUMPAD3 = 0x63,  // Numeric keypad 3 key 
//     KEY_NUMPAD4 = 0x64,  // Numeric keypad 4 key 
//     KEY_NUMPAD5 = 0x65,  // Numeric keypad 5 key 
//     KEY_NUMPAD6 = 0x66,  // Numeric keypad 6 key 
//     KEY_NUMPAD7 = 0x67,  // Numeric keypad 7 key 
//     KEY_NUMPAD8 = 0x68,  // Numeric keypad 8 key 
//     KEY_NUMPAD9 = 0x69,  // Numeric keypad 9 key 
//     KEY_MULTIPLY = 0x6A,  // Multiply key 
//     KEY_ADD = 0x6B,  // Add key 
//     KEY_SEPARATOR = 0x6C,  // Separator key 
//     KEY_SUBTRACT = 0x6D,  // Subtract key 
//     KEY_DECIMAL = 0x6E,  // Decimal key 
//     KEY_DIVIDE = 0x6F,  // Divide key 
//     KEY_F1 = 0x70,  // F1 key 
//     KEY_F2 = 0x71,  // F2 key 
//     KEY_F3 = 0x72,  // F3 key 
//     KEY_F4 = 0x73,  // F4 key 
//     KEY_F5 = 0x74,  // F5 key 
//     KEY_F6 = 0x75,  // F6 key 
//     KEY_F7 = 0x76,  // F7 key 
//     KEY_F8 = 0x77,  // F8 key 
//     KEY_F9 = 0x78,  // F9 key 
//     KEY_F10 = 0x79,  // F10 key 
//     KEY_F11 = 0x7A,  // F11 key 
//     KEY_F12 = 0x7B,  // F12 key 
//     KEY_F13 = 0x7C,  // F13 key 
//     KEY_F14 = 0x7D,  // F14 key 
//     KEY_F15 = 0x7E,  // F15 key 
//     KEY_F16 = 0x7F,  // F16 key 
//     KEY_F17 = 0x80,  // F17 key 
//     KEY_F18 = 0x81,  // F18 key 
//     KEY_F19 = 0x82,  // F19 key 
//     KEY_F20 = 0x83,  // F20 key 
//     KEY_F21 = 0x84,  // F21 key 
//     KEY_F22 = 0x85,  // F22 key 
//     KEY_F23 = 0x86,  // F23 key 
//     KEY_F24 = 0x87,  // F24 key 
//     KEY_NUMLOCK = 0x90,  // NUM LOCK key 
//     KEY_SCROLL = 0x91,  // SCROLL LOCK key 
//     KEY_LSHIFT = 0xA0,  // Left SHIFT key
//     KEY_RSHIFT = 0xA1,  // Right SHIFT key
//     KEY_LCONTROL = 0xA2,  // Left CONTROL key
//     KEY_RCONTROL = 0xA3,  // Right CONTROL key
//     KEY_LMENU = 0xA4,  // Left MENU key
//     KEY_RMENU = 0xA5,  // Right MENU key
//     KEY_COMMA = 0xBC,  // Comma Key  (,)
//     KEY_PLUS = 0xBB,  // Plus Key   (+)
//     KEY_MINUS = 0xBD,  // Minus Key  (-)
//     KEY_PERIOD = 0xBE,  // Period Key (.)
//     KEY_ATTN = 0xF6,  // Attn key
//     KEY_CRSEL = 0xF7,  // CrSel key
//     KEY_EXSEL = 0xF8,  // ExSel key
//     KEY_EREOF = 0xF9,  // Erase EOF key
//     KEY_PLAY = 0xFA,  // Play key
//     KEY_ZOOM = 0xFB,  // Zoom key
//     KEY_PA1 = 0xFD,  // PA1 key
//     KEY_OEM_CLEAR = 0xFE,   // Clear key
//     TILDE 0xc0
« Last Edit: July 11, 2007, 01:09:02 pm by hubisiowy »

Offline haha

  • Camper
  • ***
  • Posts: 298
  • soldier=soldat=game
Re: Can not load the font of CG
« Reply #7 on: July 11, 2007, 07:57:44 am »
err... and what did u make different?
Image removed, please read the forum rules.

Offline hubisiowy

  • Major(1)
  • Posts: 23
Re: Can not load the font of CG
« Reply #8 on: July 11, 2007, 01:17:17 pm »
:d.... I dunno. I was changing it so many times... I just had posted it becouse it works best at my computer. I had in the begining the same problem, and i changed few things also in autoconfig to make CG work propertly. 

The most important thing is the global v_driver. I think it's your problem.

Default seting of global v (5) driver is Opengl5. Try to set it to 4 - than game will use Directx 9. Maby your Opengl is broken. Try to update it.

Offline rfreak

  • Soldier
  • **
  • Posts: 152
Re: Can not load the font of CG
« Reply #9 on: July 11, 2007, 04:00:25 pm »
Your sure that you dint delete anithing in the fonts folder? 
R the coolest game ever

Offline haha

  • Camper
  • ***
  • Posts: 298
  • soldier=soldat=game
Re: Can not load the font of CG
« Reply #10 on: July 12, 2007, 06:28:08 am »
no i didnt, i reinstalled it 3 times and so i gave up on thinking i did something wrong and seek help on forums
wait... hobisoiowy, is the code u just puted up the EXACT same  copy from the GM file? cause my looks totally different...
Code: [Select]
global g_debug = 0;
global k_goalticks = 60;
global sv_maxplayers = 1;
global s_soundon = 1;
global s_volume = 0.1;
global v_width = 1024;
global v_height = 768;
global v_bpp = 32;
global v_fullscreen = 1;
global v_driver = 5;
global v_lighting = 1;
global v_vsync = 0;
global v_showfps = 1;
global c_dimension_x = 0.6;
global c_dimension_y = 0.95;
global c_fontfile = `Fonts/console.bmp`;
global c_bgcolor_a = 235;
global c_bgcolor_r = 22;
global c_bgcolor_g = 22;
global c_bgcolor_b = 42;
global c_fontcolor_a = 255;
global c_fontcolor_r = 245;
global c_fontcolor_g = 245;
global c_fontcolor_b = 245;
global c_indent = 4;
global c_key = 192;
global c_prompt = `cmd`;
global c_history_size = 100;
global c_halign = 0;
global c_valign = 1;
global u_transparency = 255;
global u_fontfile = `Fonts/gui.bmp`;
global w_gravity = 2.5;
global w_physics_timestep = 0.019;
global w_physics_frames = 75;
global w_camera_poslag = 20;
global w_camera_targetlag = 17;
global w_camera_distance = 300;
global w_camera_ortho = 0;
global w_camera_speedfactor = 12;
global w_camera_mountfactor = 400;
global r_actor_respawn_time = 5;
global key_reload = 2;
global cc_fontfile = `Fonts/console.bmp`;
global cc_bgcolor_a = 65;
global cc_bgcolor_r = 10;
global cc_bgcolor_g = 10;
global cc_bgcolor_b = 55;
global cc_fontcolor_a = 255;
global cc_fontcolor_r = 245;
global cc_fontcolor_g = 245;
global cc_fontcolor_b = 245;
global cc_prompt = `say`;
global cc_valign = 0;
print(`Config loaded from 'Scripts/autoconfig.gm'`);
« Last Edit: July 12, 2007, 07:07:51 am by haha »
Image removed, please read the forum rules.

Offline hubisiowy

  • Major(1)
  • Posts: 23
Re: Can not load the font of CG
« Reply #11 on: July 12, 2007, 02:01:47 pm »
This is config.gm ! But whatever, i think i found out what is going on!

Today i was updating my Radeon X700 pro drivers. I was going to install omega drivers. But that's not important. After installation everything crashed out... :| (artifacts... itd). And when i gone to pretty normal working system i tried to turn on CG. And than i saw that what is on Your screen shot...

I had aslo problems with directX...
After 5 hours of reinstalling:

I went to
properties/features of screen(right click on deskop->features)
--->Settings
--->Advenced
--->solving problems
--->set it to full(i think you have it set to off, i am not sure of that... )



(it's in Polish)

Confirm and than restart your computer. Say me if that helped... :)


Edit:
And turn off your

global v_fullscreen = 1;

to turn it of change 1 to 0

global v_fullscreen = 0;
« Last Edit: July 12, 2007, 02:06:47 pm by hubisiowy »

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: Can not load the font of CG
« Reply #12 on: July 13, 2007, 01:08:42 am »
YOu guys can you dumb down the language because im not good with coding and all. Can sombody write in order what i should do?

Date Posted: July 13, 2007, 01:33:27 AM
it does not say could not load font... it just doesn't load it, and btw coolio do u have the same prob as me, does ur screens look like THIS?

Shot at 2007-07-11
No mines just says "Could not load console font"

Date Posted: July 13, 2007, 01:34:34 AM
Also i just realized i can't open the .gm files. WHat program do you use to open .gm files. Also can someone download my console.txt because i was just wondering if its suppose to look like this.
« Last Edit: July 13, 2007, 01:12:16 am by Coolio »
BANNED

Offline hubisiowy

  • Major(1)
  • Posts: 23
Re: Can not load the font of CG
« Reply #13 on: July 13, 2007, 06:37:09 am »
Replace those files in your "scripts" folder.(i added a zip file, they are in)

Gm files you open by notepad.

Also go to "crimson glory" folder
---> Base folder
--->font folder
---> are there two images?

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: Can not load the font of CG
« Reply #14 on: July 13, 2007, 03:27:44 pm »
Yeah i see 2 images.

Date Posted: July 13, 2007, 04:18:39 PM
Replace those files in your "scripts" folder.(i added a zip file, they are in)

Gm files you open by notepad.

Also go to "crimson glory" folder
---> Base folder
--->font folder
---> are there two images?

I didn't get any zip file, i got puilpit.rar.  ANd what do i replace the scripts with?

Date Posted: July 13, 2007, 04:21:10 PM
Heres a picture of what MSDOS says.
« Last Edit: July 13, 2007, 03:29:23 pm by Coolio »
BANNED

Offline rfreak

  • Soldier
  • **
  • Posts: 152
Re: Can not load the font of CG
« Reply #15 on: July 13, 2007, 03:46:24 pm »
If they can't load it its maybe because that console.bmp is not in the fonts folder but that wouldnt make sence because it's in that folder by default
R the coolest game ever

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: Can not load the font of CG
« Reply #16 on: July 13, 2007, 03:56:39 pm »
Console.bmp and gui.bmp are in there, i checked 50 times.
BANNED

Offline hubisiowy

  • Major(1)
  • Posts: 23
Re: Can not load the font of CG
« Reply #17 on: July 13, 2007, 04:11:58 pm »
Rar or zip : o) . You just have to overwrite your config.gm and autoconfig.gm in your scripts folder by those in pulpit.rar :).

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: Can not load the font of CG
« Reply #18 on: July 13, 2007, 04:14:09 pm »
Rar or zip : o) . You just have to overwrite your config.gm and autoconfig.gm in your scripts folder by those in pulpit.rar :).

How do you even open pulpit.rar.
BANNED

Offline hubisiowy

  • Major(1)
  • Posts: 23
Re: Can not load the font of CG
« Reply #19 on: July 13, 2007, 04:19:41 pm »
http://www.rarlab.com/rar/wrar361.exe

By this program, it makes files smaller.