Loading

Paste #pc9yedhjx

  1. (lldb) up
  2. frame #21: 0x000000010012468c openttd`RoadVehicle::GetMaxTrackSpeed() const + 284
  3. openttd`RoadVehicle::GetMaxTrackSpeed:
  4. ->  0x10012468c <+284>: leaq   0x308d3b(%rip), %rdi      ; "Assertion failed at line %i of %s: %s"
  5.     0x100124693 <+291>: leaq   0x310a31(%rip), %rdx      ; "/Users/andy2/workspace/OpenTTD.andythenorth/src/road_map.h"

Paste #p4qukyqv2

  1. // graphics chain for vehicle platform
  2.         spriteset(intermodal_car_pony_gen_6C_ss_unreversed_unflipped, "generated/graphics/intermodal_car_pony_gen_6C.png") {
  3.           spriteset_template_symmetric_unreversed_8_8_unflipped(10 + 0)
  4.         }
  5.         spriteset(intermodal_car_pony_gen_6C_ss_unreversed_flipped, "generated/graphics/intermodal_car_pony_gen_6C.png") {

Paste #pvqtvtuku

  1. diff -r 7f4f864f4e20 webtranslate/newgrf/language_file.py
  2. --- a/webtranslate/newgrf/language_file.py  Tue May 26 21:59:05 2015 +0200
  3. +++ b/webtranslate/newgrf/language_file.py  Wed May 27 19:11:47 2015 +0200
  4. @@ -420,7 +420,7 @@
  5.      @type plurals: C{list} of C{int}

Paste #poabtewfk

  1. (lldb) up 20
  2. frame #20: 0x0000000100212dca openttd`error(char const*, ...) + 202
  3. openttd`error:
  4. ->  0x100212dca <+202>: leaq   0xd0(%rsp), %rdi
  5.     0x100212dd2 <+210>: callq  0x1000b55c0               ; CrashLog::SetErrorMessage(char const*)

How do I make this line e

  1. MakeStation(t + TileOffsByDiagDir(d), IsWaterTile(t + TileOffsByDiagDir(d)) ? HasTileWaterClass(t + TileOffsByDiagDir(d)) && GetWaterClass(t + TileOffsByDiagDir(d)) == WATER_CLASS_RIVER ? HasBit(_me[t + TileOffsByDiagDir(d)].m6, 0) ? o : GetTileOwner(t + TileOffsByDiagDir(d)) : GetTileOwner(t + TileOffsByDiagDir(d)) : wc == WATER_CLASS_SEA ? OWNER_WATER : o, sid, STATION_DOCK, GFX_DOCK_BASE_WATER_PART + DiagDirToAxis(d), wc);

Paste #pvoon5omk

  1. spriteset(wind_powerplant_set, "src/gfx/windfarm.png")  {
  2.     tmpl_wind_powerplant( 10,  10)
  3.     tmpl_wind_powerplant(110,  10)
  4.     tmpl_wind_powerplant(210,  10)
  5.     tmpl_wind_powerplant(310,  10)

Paste #pqvhmf0bu

  1. English.txt:
  2. # AI configuration window
  3. STR_AI_CONFIG_CAPTION                                           :{WHITE}AI/Game Script {STRING}
  4. STR_AI_CONFIG_CAPTION_CONFIGURATION                             :Configuration
  5. STR_AI_CONFIG_CAPTION_SETTINGS                                  :Settings

Paste #p0bwe0o3o

  1. wine "C:\\Python33\\pythonw.exe" setup.py build -c mingw32
  2. wine "C:\\Python33\\pythonw.exe" "C:\\Python33\\Scripts\\cxfreeze" nmlc
  3.  
  4. Results in dist/

Paste #p8wqrxkgf

  1. spriteset(spriteset1x) { ...
  2. }
  3. spriteset(spriteset1y) { ...
  4. }
  5. spriteset(spriteset2x) { ...

Paste #pvcvuh3rq

  1.  
  2.  
  3. add parameters:
  4.   param_boost_lots:  25 = "+10%", 51 = "+20%", ... , 256 = "+100%", .... 512 = "+200%"
  5.   param_boost_few:   25 = "+10%", 51 = "+20%", ... , 256 = "+100%", .... 512 = "+200%"

Paste #psqqwmgdo

  1. *** OpenTTD Crash Report ***
  2.  
  3. Crash at: Sat Jun 29 18:06:12 2019
  4. In game date: 1932-01-01 (47)

Paste #ptji6mpbg

  1. #/usr/bin/env python3
  2. import pandas as pd
  3. import datetime as dt

Paste #pxwecdxaa

  1. *** OpenTTD Crash Report ***
  2.  
  3. Crash at: Sun Sep 29 16:41:40 2019
  4. In game date: 1903-04-25 (68)

Paste #pgncfvpdb

  1. // buy menu spriteset template
  2. template spriteset_template_purchase_vehicle_transporter_car_pony_gen_5C(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]

Paste #prycxpydp

  1. // graphics chain for containers
  2.     random_switch (FEAT_TRAINS, SELF, express_intermodal_car_pony_gen_5B_switch_graphics_containers_random_reefer_DFLT, bitmask(TRIGGER_VEHICLE_NEW_LOAD)) {
  3.             1: return switch_intermodal_containers_default_reefer_DFLT_24px_0;
  4.     }
  5.     random_switch (FEAT_TRAINS, SELF, express_intermodal_car_pony_gen_5B_switch_graphics_containers_random_box_DFLT, bitmask(TRIGGER_VEHICLE_NEW_LOAD)) {