Loading

Paste #ps6q2pxx0

  1. grf {
  2.  grfid: "RS\01\02";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 0;
  6.  min_compatible_version: 0;
  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. }

Version history

Revision # Author Created at
pchthae2x Anonymous 11 Feb 2015, 01:22:33 UTC Diff

Comments