Loading

Paste #phei0hx40

  1. (bin35) iron-horse$ hg up tip
  2. abort: outstanding merge conflicts
  3. (bin35) iron-horse$ hg merge --abort
  4. abort: no merge in progress

Paste #pdmw75a2h

  1. ##[section]Starting: Make Bundle (16 pool workers)
  2. ==============================================================================
  3. Task         : Command Line
  4. Description  : Run a command line script using cmd.exe on Windows and bash on macOS and Linux.
  5. Version      : 2.148.0

Universal railtype

  1. }
  2. item (FEAT_RAILTYPES, universalrail, 15){
  3. property{
  4. label:                          "UNIV";
  5. introduction_date:              date(1958,01,01);

Paste #peczugsqb

  1. Full compile, empty caches
  2.  
  3. real    0m52.772s
  4. user    1m3.938s
  5. sys 0m4.287s

Paste #puupdzhpm

  1. are you one of the authors of this content, if so answer 'yes I am': yes I am
  2. Traceback (most recent call last):
  3.   File "musa.py", line 183, in <module>
  4.     main()
  5.   File "musa.py", line 153, in main

Paste #pn5we4eqn

  1.     openttd.exe!SQVM::Execute(SQObjectPtr & closure, __int64 target, __int64 nargs, __int64 stackbase, SQObjectPtr & outres, unsigned __int64 raiseerror, SQVM::ExecutionType et) Ligne 730 C++
  2.     openttd.exe!sq_resumeerror(SQVM * v) Ligne 1031 C++
  3.     openttd.exe!Squirrel::ResumeError() Ligne 337   C++
  4. >   openttd.exe!`ScriptInstance::GameLoop'::`1'::catch$3() Ligne 228    C++
  5.     [Code externe]

layers recolour

  1. switch (FEAT_TRAINS,SELF, switch_mglv_hopper_layer0, [
  2.   STORE_TEMP(CB_FLAG_MORE_SPRITES + base_sprite_2cc + 3 + 16 * company_colour2, 0x100)
  3. ]{
  4.   return spritegroup_maglevhopper_wagon_layer;
  5. }

layers recolour

  1.  
  2. switch (FEAT_TRAINS,SELF, switch_mglv_hopper_layers, [
  3.   STORE_TEMP((getbits(extra_callback_info1, 8, 8) < 4 ? CB_FLAG_MORE_SPRITES  : 0) + PALETTE_USE_DEFAULT, 0x100),
  4.   getbits(extra_callback_info1, 8, 8)
  5.   ]){

Paste #p4onmpucs

  1. // buy menu spriteset template
  2. template spriteset_template_purchase_athena(y) {
  3.             //[left_x,  upper_y,    width,      height,     offset_x,      offset_y]
  4.             [60,    10, 1, 1, 0, 0]
  5.             [60,    10, 1, 1, 0, 0]

layerssssss

  1. switch (FEAT_TRAINS,SELF, switch_rail_freight_vehid_back_layers, [
  2.   STORE_TEMP((getbits(extra_callback_info1, 8, 8) < 4 ? CB_FLAG_MORE_SPRITES  : 0) + PALETTE_USE_DEFAULT, 0x100),
  3.   getbits(extra_callback_info1, 8, 8)
  4.   ]){
  5.   0: sprite_attach_background_8_rail_freight_wagon;

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

Paste #p7osfvab0

  1. (bin35) iron-horse$ make install PW=16
  2. nmlc -l generated/lang  --verbosity=4 --grf=generated/iron-horse.grf generated/iron-horse.nml
  3. Reading lang ... 0.0 s
  4. Reading ... 0.0 s
  5. Init parser ... 0.5 s

Paste #pllddjkr6

  1. (bin35) iron-horse$ make install PW=16
  2. rm ~/Documents/OpenTTD/newgrf/iron-horse.grf
  3. cp generated/iron-horse.grf ~/Documents/OpenTTD/newgrf/
  4. (bin35) iron-horse$ make install PW=16
  5. [RENDER GRAPHICS] render_graphics.py

amount seems to be above

  1. Station* station = Station::Get(stationId);
  2. uint amount = station->goods[CC_PASSENGERS].cargo.TotalCount();
  3. //I've tried .AvailableCount() and CT_PASSENGERS each aswell, same result.
  4. if (!station->goods[CC_PASSENGERS].HasVehicleEverTriedLoading()) return true;
  5. if (amount == 0) {
  1.  
  2. V@DESKTOP-F0RUS2Q ~
  3. $ pip install Pillow
  4. Collecting Pillow
  5.   Using cached https://files.pythonhosted.org/packages/81/1a/6b2971adc1bca55b9a53ed1efa372acff7e8b9913982a396f3fa046efaf8/Pillow-6.0.0.tar.gz