Loading

Paste #pb1sq1bzl

  1. The main OpenTTD directories can be found in various locations, depending on
  2. your operating system:
  3.     1. The current working directory (from where you started OpenTTD)
  4.         For non-Windows operating systems OpenTTD will not scan for files in this
  5.         directory if it is your personal directory, i.e. '~/', or when it is the

Paste #prizjhgrv

  1. ade@ade-desktop ~/Downloads/nml-0.4.1 $ python setup.py install
  2. ERROR: Sorry, Python 3.2 or later is required for this application.
  3.  
  4.  
  5. --------------------------------------------------------

bitstuff

  1. // Only store extra_callback_info1 if bit 0x80000000 is set.
  2. // When OpenTTD random production occurs extra_callback_info1 is 0
  3. switch (FEAT_INDUSTRIES, SELF, switch_prod_change, [
  4.   ((extra_callback_info1 & 0x80000000) != 0) && STORE_PERM(extra_callback_info1 - 0x80000000, 0),
  5.   extra_callback_info1

nml==v5655-de624fa4f9cd

  1. ade-desktop / # nmlc
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/nmlc", line 5, in <module>
  4.     from pkg_resources import load_entry_point
  5.   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2749, in <module>

Paste #px2gbpexi

  1. switch (FEAT_INDUSTRIES, SELF, switch_primary_extra_text, [
  2.   STORE_TEMP(
  3.     (1 + (LOAD_PERM(0) & 0xFFFF) /256) * 100 / 3,
  4.     256
  5.   ),

Paste #pea9f0s3j

  1. // License: GPLv2
  2. // Author: Zuu + forsch123
  3.  
  4. grf {
  5.  grfid : "ZUU0";

Paste #pzk4pwn6d

  1. produce (secondary_produce,
  2.   0, 0, 0,
  3.   produced_cargo_waiting_1 * (LOAD_PERM(0) & 0xFFFF) / 256,
  4.   produced_cargo_waiting_2 * (LOAD_PERM(0) & 0xFFFF) / 256,
  5. );

Paste #pupk7see6

  1.         local delay_time = 5 * 74; // Check events every 5 days.
  2.         if (delay_time > new_goal_timeout)  delay_time = new_goal_timeout;
  3.         if (delay_time > monitor_timeout)   delay_time = monitor_timeout;
  4.         if (delay_time > finished_timeout)  delay_time = finished_timeout;

Paste #p1plwhemt

  1. Action 14 JSON templates:
  2. - 'JSON':
  3.   - '1'
  4.     - 'PLAI': '{ "Supports": ["GSProduction"], "Production": PARAM(1), "Technology": PARAM(2) }'
  5.     - 'PARA':

nml question

  1. grf {
  2.  grfid : "ZUU0";
  3.  name : string(STR_GRF_NAME);
  4.  desc : string(STR_GRF_DESCRIPTION);
  5.  version: 1;

nml question

  1. grf {
  2.  grfid : "ZUU0";
  3.  name : string(STR_GRF_NAME);
  4.  desc : string(STR_GRF_DESCRIPTION);
  5.  version: 1;

IMessengerGRF

  1. grf {
  2.   grfid : "ZUU0";
  3.   name : string(STR_GRF_NAME);
  4.   desc : string(STR_GRF_DESCRIPTION);
  5.   version: 1;

nml question

  1. grf {
  2.  grfid : "ZUU0";
  3.  name : string(STR_GRF_NAME);
  4.  desc : string(STR_GRF_DESCRIPTION);
  5.  version: 1;

nml question

  1. grf {
  2.  grfid : "ZUU0";
  3.  name : string(STR_GRF_NAME);
  4.  desc : string(STR_GRF_DESCRIPTION);
  5.  version: 1;

nml question

  1. grf {
  2.  grfid : "ZUU0";
  3.  name : string(STR_GRF_NAME);
  4.  desc : string(STR_GRF_DESCRIPTION);
  5.  version: 1;