Loading

Paste #prudxgwg7

  1. (bin35) iron-horse$ make clean
  2. [CLEANING]
  3. [DONE]
  4. (bin35) iron-horse$ time make PW=16
  5. [RENDER GRAPHICS] render_graphics.py
  6. Multiprocessing enabled: (PW=16)
  7. Sprites complete for 261 consists; incomplete for 49 consists; 84%
  8.   * NG 2
  9.   * RAIL 47
  10. 2.99s
  11. [RENDER DOCS] render_docs.py
  12. 1.41s
  13. [RENDER LANG] render_lang.py
  14. 0.03s
  15. [RENDER NML] render_nml.py
  16. Vacant numeric ID slots: 1800, 1870, 1960, 1970, 1980, 1990, 2000, 2010, 2020, 2030, 2040, 2050, 2060, 2070, 2080, 2670, 2690, 2850, 2860, 2870, 2950, 3250 and from 3320 onwards
  17. 2.01s
  18. nmlc -l generated/lang  --verbosity=4 --grf=generated/iron-horse.grf generated/iron-horse.nml
  19. Reading lang ... 0.0 s
  20. Reading ... 0.0 s
  21. Init parser ... 0.5 s
  22. Parsing ... 11.5 s
  23. Preprocessing ... 10.9 s
  24. Generating actions ... 3.1 s
  25. Assigning Action2 registers ... 0.1 s
  26. Generating strings ... 0.0 s
  27. Collecting real sprites ... 0.1 s
  28. Checking palette of source images ... 0.2 s
  29. Encoding ... 9.0 s
  30.  nmlc info: 67536 sprites, 0 cached, 0 orphaned, 42916 duplicates, 24620 newly encoded (native)
  31.  nmlc info: Train items: 321/65420
  32.  nmlc info: Concurrent spritesets: 2/255 ("generated/iron-horse.nml", line 7564)
  33.  nmlc info: Concurrent spritegroups: 49/256 ("generated/iron-horse.nml", line 53776)
  34.  nmlc info: Concurrent Action2 registers: 1/127 ("generated/iron-horse.nml", line 26350)
  35.  nmlc info: Concurrent ActionD registers: 3/64 (None)
  36.  nmlc info: GRF parameter registers: 2/64
  37.  nmlc info: Cargo translation table: 86/254
  38.  nmlc info: Railtype translation table: 6/256
  39.  nmlc info: D0xx strings: 2/1024
  40. Linking actions ... 0.2 s
  41. Writing output ... 3.2 s
  42.  
  43. real    0m57.326s
  44. user    1m8.125s
  45. sys 0m4.235s
  46. (bin35) iron-horse$

Comments