Advertisement
Guest User

Untitled

a guest
Jun 21st, 2011
18,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ============================================
  2. Fixing gamefonts_pc errors for localized MW2
  3. ============================================
  4.  
  5. In certain cases the Modern Warfare 2 executable might
  6. crash with one of the following two errors on launch:
  7.  
  8. ----------------------------------
  9. Couldn't load image 'gamefonts_pc'
  10. ----------------------------------
  11. (if no 'english' files exist)
  12.  
  13. OR
  14.  
  15. ----------------------------------------------
  16. Couldn't load image 'specialty_new_nonenglish'
  17. ----------------------------------------------
  18. (if actual 'english' version exists)
  19.  
  20. This can be fixed by going to the main/ directory in MW2,
  21. and renaming all 'localized_russian_iw01.iwd' files (or
  22. 'french', or whatever language you use) to 'english'.
  23.  
  24. For instance, my main/ folder (%steam%\steamapps\common\
  25. call of duty modern warfare 2\main) contained the following
  26. files originally:
  27.  
  28. --------------------------
  29. localized_russian_iw00.iwd
  30. localized_russian_iw01.iwd
  31. ...
  32. localized_russian_iw08.iwd
  33. --------------------------
  34.  
  35. Renaming them to be named like this fixed the error:
  36.  
  37. --------------------------
  38. localized_english_iw00.iwd
  39. localized_english_iw01.iwd
  40. ...
  41. localized_english_iw08.iwd
  42. --------------------------
  43.  
  44. Hope this helps!
  45.  
  46. (thanks to the support boards on http://alteriw.net/ for helping with this issue)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement