Loading

Revision differences

Old revision #pchthae2xNew revision #pfugylhnz
2 grfid: "RS\01\02";  2 grfid: "RS\01\02";  
3 name: string(STR_GRF_NAME);  3 name: string(STR_GRF_NAME);  
4 desc: string(STR_GRF_DESCRIPTION);  4 desc: string(STR_GRF_DESCRIPTION);  
5 version: 0;  5 version: 1;
6 min_compatible_version: 0;  6 min_compatible_version: 1;
7}  7}  
8  8  
9item (FEAT_TRAINS, powernaut_diesel, 6) {  9item (FEAT_TRAINS, powernaut_diesel, 6) {  
10  property {  10  property {  
11  model_life: VEHICLE_NEVER_EXPIRES;  11  model_life: 99;
12 }  12 }  
13}  13}  
14  14  
15item (FEAT_TRAINS, dash_diesel, 12) {  15item (FEAT_TRAINS, dash_diesel, 12) {  
16  property {  16  property {  
17  model_life: VEHICLE_NEVER_EXPIRES;  17  model_life: 99;
18 }  18 }  
19}  19}  
20  20  
21item (FEAT_TRAINS, turner_turbo_diesel, 20) {  21item (FEAT_TRAINS, turner_turbo_diesel, 20) {  
22  property {  22  property {  
23  model_life: VEHICLE_NEVER_EXPIRES;  23  model_life: 99;
24 }  24 }  
25}  25}  
26  26  
27item (FEAT_AIRCRAFT, flashbang_x1, 250) {  27item (FEAT_AIRCRAFT, flashbang_x1, 35) {
28  property {  28  property {  
29  model_life: VEHICLE_NEVER_EXPIRES;  29  model_life: 99;
30 }  30 }  
31}  31}  
32  32  
33item (FEAT_AIRCRAFT, guru_x2_helicopter, 254) {  33item (FEAT_AIRCRAFT, guru_x2_helicopter, 39) {
34  property {  34  property {  
35  model_life: VEHICLE_NEVER_EXPIRES;  35  model_life: 99;
36 }  36 }  
37} 37}
   38
   39sort (FEAT_TRAINS, [0, 1, 2, 3, 4, 5, powernaut_diesel, 7, 8, 9, 10, 11, dash_diesel, 13, 14, 15, 16, 17, 18, 19, turner_turbo_diesel, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]);
   40
   41sort (FEAT_AIRCRAFT, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, flashbang_x1, 36, 37, 38, guru_x2_helicopter, 40]);