Loading

Paste #pfugylhnz

  1. grf {
  2.  grfid: "RS\01\02";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 1;
  6.  min_compatible_version: 1;
  7. }
  8.  
  9. item (FEAT_TRAINS, powernaut_diesel, 6) {
  10.   property {
  11.   model_life: 99;
  12.  }
  13. }
  14.  
  15. item (FEAT_TRAINS, dash_diesel, 12) {
  16.   property {
  17.   model_life: 99;
  18.  }
  19. }
  20.  
  21. item (FEAT_TRAINS, turner_turbo_diesel, 20) {
  22.   property {
  23.   model_life: 99;
  24.  }
  25. }
  26.  
  27. item (FEAT_AIRCRAFT, flashbang_x1, 35) {
  28.   property {
  29.   model_life: 99;
  30.  }
  31. }
  32.  
  33. item (FEAT_AIRCRAFT, guru_x2_helicopter, 39) {
  34.   property {
  35.   model_life: 99;
  36.  }
  37. }
  38.  
  39. sort (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.  
  41. sort (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]);

Version history

Revision # Author Created at
pfkbm8otk Anonymous 11 Feb 2015, 16:36:24 UTC Diff
ps6q2pxx0 Anonymous 11 Feb 2015, 04:41:25 UTC Diff
pchthae2x Anonymous 11 Feb 2015, 01:22:33 UTC Diff

Comments