Talk:UK Railway Set
From PikkaWiki
		(Difference between revisions)
		
		
| Line 1: | Line 1: | ||
I'll just leave these here.  | I'll just leave these here.  | ||
<pre>  | <pre>  | ||
| − | //======= wagon selection =============    | + | //======= wagon selection =============  | 
   9989 * 9	 07 06 01 \7! 02 87 // VV modifications for "Normal"  |    9989 * 9	 07 06 01 \7! 02 87 // VV modifications for "Normal"  | ||
  // -----------------------  |   // -----------------------  | ||
| Line 24: | Line 24: | ||
     1 * 1         10 88  |      1 * 1         10 88  | ||
//======= end wagon selection =============  | //======= end wagon selection =============  | ||
| + | |||
| + |     1 * 1        00 00 03 01 <id>  | ||
| + |   00 \w1-1-1920 // introdate  | ||
| + |   04 FF // class life  | ||
| + |   2A \d1-1-1800 //long intro date (1800)  | ||
| + | |||
| + |  2776 * 7	 00 00 01 01 12 15 08   // select a cargo  | ||
| + |  2777 * 9	 07 83 04 \7C "IORE" 03 // skip if cargo is defined  | ||
| + |  2778 * 7	 00 00 01 01 12 15 0E   // select a cargo  | ||
| + |  2779 * 9	 07 83 04 \7C "CORE" 01 // skip if cargo is defined  | ||
| + |  2780 * 7	 00 00 01 01 12 15 FF   // anyoldcargo  | ||
</pre>  | </pre>  | ||
Revision as of 11:52, 24 February 2012
I'll just leave these here.
//======= wagon selection =============
  9989 * 9	 07 06 01 \7! 02 87 // VV modifications for "Normal"
 // -----------------------
  // this is a normal wagon so none required
 // -----------------------
    1 * 1        07 9A 01 \7= FF 88 // jump to 88
    1 * 1         10 87
  9989 * 9	 07 06 01 \7! 01 87 // VV modifications for "Transport Tycoon Style"
 // ----------------------- 
    1 * 1        00 00 01 01 <id>
                 06 00 // no climate availability
 // -----------------------
    1 * 1        07 9A 01 \7= FF 88 // jump to 88
    1 * 1         10 87
   9989 * 9	 07 06 01 \7! 00 87 // VV modifications for "No Wagons"
 // -----------------------
    1 * 1        00 00 01 01 <id>
                 06 00 // no climate availability
 // -----------------------
    1 * 1        07 9A 01 \7= FF 88 // jump to 88
    1 * 1         10 87
    1 * 1         10 88
//======= end wagon selection =============
    1 * 1        00 00 03 01 <id>
  00 \w1-1-1920 // introdate
  04 FF // class life
  2A \d1-1-1800 //long intro date (1800)
  
 2776 * 7	 00 00 01 01 12 15 08   // select a cargo
 2777 * 9	 07 83 04 \7C "IORE" 03 // skip if cargo is defined
 2778 * 7	 00 00 01 01 12 15 0E   // select a cargo
 2779 * 9	 07 83 04 \7C "CORE" 01 // skip if cargo is defined
 2780 * 7	 00 00 01 01 12 15 FF   // anyoldcargo