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