fly_util.res 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. default_xres 640
  2. default_yres 480
  3. res_name_format = "%s_name = \"%S\"\n"
  4. array_format1 = "%s_array = {\n"
  5. array_format2 = "\t%S\n"
  6. array_format3 = "} \n\n"
  7. i4_resources = "i4_res"
  8. g1_resources = "res"
  9. #include "resource/i4.res"
  10. #include "g1.res"
  11. name_format = "%s"
  12. slot_name = "\\\\.\\mailslot\\maxtool"
  13. fly_name = "c:/tmp/fly.gmod"
  14. texture "x:/kevin/mortership/toptank6.tga"
  15. screen_shot_filename "maxtshot.tga"
  16. frame_name "Frame #%d"
  17. model_resource_file "x:/crack/golgotha/models.res"
  18. buildings Buildings
  19. objects Objects
  20. sprites Sprites
  21. warn_title "Warnings..."
  22. loaded_model "Loaded model '%S'"
  23. warning_window_fore "127 127 0"
  24. warning_window_back "0 0 128"
  25. no_load_2 "Could not load the models %S and %S"
  26. poly_mismatch "Cannot insert animation : polygon counts differ"
  27. vertex_mismatch "Cannot insert animation : vertex counts differ"
  28. write_open_fail "Could not open file %S for writing"
  29. no_animations "Object %S has no animations, please add some"
  30. cannot_rename_obj "Cannot rename object %S to %S because file already exsist"
  31. no_write_resource "Cannot write to resource fle %S"
  32. player_number_buttons = { "Team 1" "Team 2" "Team 3" "Team 4" "default" "quit"}
  33. m1_tcalc "Recalc Obj Texts"
  34. m1_recalc "Recalc textures"
  35. m1_quit "Quit"
  36. m1_dir "Create tdir"
  37. m1_next "Next"
  38. m1_last "Last"
  39. m1_recenter "Recenter"
  40. m1_copy_update "Update Textures"
  41. m1_axis "Axis"
  42. m1_wireframe "Wire frame"
  43. back_bitmap "x:/crack/golgotha/bitmaps/darkcracked2.tga"
  44. default_animation_name "still"
  45. obj_missing "Object model missing : %S"
  46. updating_obj "Updating object textures : %S"
  47. generating_texture_list "Generating Texture List"
  48. copying_textures "Copying Textures"
  49. updating_textures "Updating all textures that need updating"
  50. toggle_z_write "Toggle z write"
  51. default_tga_dir x:/crack/golgotha/textures
  52. model_stats "Model %S has %d faces and %d verts"