Talk:UK Railway Set
From PikkaWiki
		(Difference between revisions)
		
		
 (Created page with "I'll just leave these here. <pre> //======= wagon selection =============   3706 * 15	 02 00 FA 81 7F 05 04 0F 01 FA 00 02 03 C0 00      9989 * 9	 07 06 01 \7! 02 87 // VV modifi...")  | 
			
Revision as of 10:58, 24 February 2012
I'll just leave these here.
//======= wagon selection =============
 3706 * 15	 02 00 FA 81 7F 05 04 0F 01 FA 00 02 03 C0 00 
 
  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 =============