Results 1 to 8 of 8

Thread: script error

  1. #1

    Default script error

    The game couldnt finish loading to main menu at start up,it freezes and gives this message

    script error in data/descr_font_db.text at line 14 column 41
    couldnt find font file data/fonts/font_18.cuf

    can anyone help me with this

  2. #2

    Default Re: script error

    Deleted

  3. #3
    Invoker's Avatar Philosopher-King
    Join Date
    Aug 2004
    Location
    Keller, TX
    Posts
    987

    Default Re: script error

    Ensure your file looks like this.

    ;; This file contains descriptions used for the fonts in the game.
    ;;
    ;; The syntax is simple, the keyword 'font' is followed by a size specify (from any in the list below),
    ;; followed by the filename of the font (this file must be in the data/fonts directory), followed by
    ;; a size (in pixels I think). The keyword 'kerned' can optionally be used at the end of a line to
    ;; specify that that font should always be rendered with kerning enabled. Some fonts look better with kerning,
    ;; some without
    ;;
    ;; Fonts used should generally be truetype 1 fonts, although some truetype 2 fonts work. The easiest
    ;; Thing to do is suck it and see
    ;;
    ;; The fonts currently recognised by the game are: tnr, tnr_med, tnr_sml, verdana, verdana_med, verdana_sml

    font tnr font_18.cuf 18
    font tnr_med font_14.cuf 14
    font tnr_sml font_10.cuf 10
    font verdana sml_font_18.cuf 18
    font verdana_med sml_font_14.cuf 14
    font verdana_sml sml_font_10.cuf 10
    Servant in the House of Siblesz under the Patronage of the fallen Crandar.

  4. #4

    Default Re: script error

    thats how my files look, it says it cant find font file in data/fonts/font_18.cuf

  5. #5

    Default Re: script error

    What mods are you using?

  6. #6

    Default Re: script error

    plat 1.7 with candels realism mod thats compatible with 1.7 with the promethean pack and i fallowed all instructions,dont have bi, so i had to delete can_swim and shield_wall.

  7. #7

    Default Re: script error

    The script error is most likely because of Candelarius`s mod. Try posting in his thread for more help.

  8. #8
    Invoker's Avatar Philosopher-King
    Join Date
    Aug 2004
    Location
    Keller, TX
    Posts
    987

    Default Re: script error

    Quote Originally Posted by florin80
    The script error is most likely because of Candelarius`s mod. Try posting in his thread for more help.
    I agree. Never ran into the problem in anything else...maybe try reinstalling, perhaps a file got corrupted.
    Servant in the House of Siblesz under the Patronage of the fallen Crandar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •