User Tools

Site Tools


en:mm-saver:cookbook

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:mm-saver:cookbook [2018/09/11 21:15]
bahnfrank65 [2.1 The insertion of own vehicles]
en:mm-saver:cookbook [2018/09/12 09:41]
bahnfrank65 [4 internet links]
Line 84: Line 84:
 When __"​Animated locomotive"​__ is activated, whether it is a vehicle, which consists of several partial images. These frames must have the following endings: vehicle_name_0,​ vehicle_name_1,​ vehicle_name_2,​ and vehicle_name_3. If it is a vehicle that has single frames, then the __"​Change phases to ... pixels (s)"__ must be set. Depending on the vehicle or wheel diameter is a value between about 5 and 15 good. Here is a little try out. Generally speaking, the bigger the wheel, the higher the value. Please also note the program instructions here! When __"​Animated locomotive"​__ is activated, whether it is a vehicle, which consists of several partial images. These frames must have the following endings: vehicle_name_0,​ vehicle_name_1,​ vehicle_name_2,​ and vehicle_name_3. If it is a vehicle that has single frames, then the __"​Change phases to ... pixels (s)"__ must be set. Depending on the vehicle or wheel diameter is a value between about 5 and 15 good. Here is a little try out. Generally speaking, the bigger the wheel, the higher the value. Please also note the program instructions here!
  
-For __"​Picture for right pantograph present"​__ is for electric locomotives (only if the __"​genus"​__ is set to electric locomotive!) Set whether there should be a change of the pantograph depending on the direction of travel, or not, The whole works only if an image file with the extension ​Bildname_SAR ​exists. Again, please note the program instructions!+For __"​Picture for right pantograph present"​__ is for electric locomotives (only if the __"​genus"​__ is set to electric locomotive!) Set whether there should be a change of the pantograph depending on the direction of travel, or not, The whole works only if an image file with the extension ​picturename_SAR ​exists. Again, please note the program instructions!
  
 (*) At __"​Trains pulled/​train selection ..."__ you get into this window ... (*) At __"​Trains pulled/​train selection ..."__ you get into this window ...
Line 125: Line 125:
 ^ GT | Genus / vehicle type | D | Steam locomotive || ^ GT | Genus / vehicle type | D | Steam locomotive ||
 ^ | | E | Electric loco || ^ | | E | Electric loco ||
-^ | | V | D+^ | | V | Diesel Loco || 
 +^ | | DT | Steam railcar || 
 +^ | | ET | Electric motor coach || 
 +^ | | EA | Battery Power Car | GT = EA | 
 +^ | | VT | Diesel railcar || 
 +^ | | ES | Tram || 
 +^ | | VB | Bus ((For all road vehicles)) || 
 +^ | | VZ | Two-way vehicle || 
 +^ | | X | other || 
 +| ** EPOCHE ** | Epoch | 1 ||| 
 +| | | 2 ||| 
 +| | | 3 ||| 
 +| | | 4 || EPOCHE = 4-6 | 
 +| | | 5 ||| 
 +| | | 6 ||| 
 +^ ULAND | Country of origin | B | Belgium || 
 +^ | | FRG | Germany || 
 +^ | | GDR | GDR || 
 +^ | | CH | Switzerland | ULAND = BN / BLS | 
 +^ | | F | France | You can also give your own name, | 
 +^ | | USA | USA | see above | 
 +^ | | H | Hungary || 
 +^ | | ... and others ||| 
 +| ** OL ** | Catenary | J | with catenary | OL = J | 
 +| | | N | without overhead line || 
 +^ OLH | Catenary height | + n | lower than 58 pixels | OLH = 4 equals 54 pixels | 
 +| ** SAR ** | Picture for right pantograph | J | Image available | SAR = J | 
 +^ COPIES | Copies | n | maximum number of vehicles | COPIES = 1 | 
 +| ** DIRECTION ** | Direction of deployment | R | only goes to the right | DIRECTION = R | 
 +| | | L | only goes to the left || 
 +^ RANGIER | Shunting locomotive | J | Use as shunting locomotive possible | RANKER = J | 
 +| ** FLAGS ** | Accessories | n | Variable | ((A FLAGS = xx can only be inserted with the editor.) The location is: 
 +''>​ ...; FLAGS = 1024; SELECTED = 1; {LocoEnd} <''​ // Exception the busbar //)) | 
 +| | Variables can be added \\ | 1 | Train stops and continues \\ (railcar) | FLAGS = 1 | 
 +| | | 2 | Train stops and continues | FLAGS = 2 | 
 +| | | 16 | several vehicles in one line \\ (stop) ((The FLAGS = 16 (stop) should not be used) Unfortunately,​ the program has an error at this point)) | FLAGS = 16 | 
 +| | | 32 | Busbar | FLAGS = 64 | 
 +| | | 64 | Color bar for Transrapid | FLAGS = 64 | 
 +| | | 1024 | Snow for S-plow / \\ S-miller | FLAGS = 1024 | 
 +^ WZ | Turning | J | Reversible | WZ = J | 
 +| ** VMAX ** | Maximum speed ||| VMAX = 6 | 
 +^ VMIN | Minimum speed ||| VMIN = 2 | 
 +| ** DT ** | Double traction | J | Double traction | DT = J | 
 +^ PHASE LENGTH | Phasing of animations | n | Number of pixels until the next phase | PHASE LENGTH = 6 | 
 +| ** ZG ** | Train class | n | Variable || 
 +| | Variables can be added | 1 | High-speed trains || 
 +| | | 2 | Long-distance traffic || 
 +| | | 4 | Regional distributor || 
 +| | | 8 | Freight train | ZG = 63 | 
 +| | | 16 | Private Railways || 
 +| | | 32 | other trains || 
 +^ TRAIN | Train | | usable with ... | TRAIN = RFI, RFG | 
 +| ** SELECTED ** || Selection || SELECTED = 1 ((If a vehicle is not selected, not SELECTED = 0, but nothing written down at this point [According to Martin Mayer SELECTED can be written but = 0, but the program itself deletes the entry SELECTED = 1]) ) | 
 +^ Separator | As a separator, between the individual parameters, is a semicolon (;) to set |||| 
 +| ** {LocoEnd} ** | End of line |||| 
 + 
 +==== 3.1 Footnotes ==== 
 + 
 +1) Today usually only "​bmp"​ is used and no more "​dib"​ 
 + 
 +2) For all road vehicles 
 + 
 +3) A FLAGS = xx can only be inserted with the editor. The place is: 
 + 
 +''>​ ...; FLAGS = 1024; SELECTED = 1; {LocoEnd} <''​ (except the busbar) 
 + 
 +4) The FLAGS = 16 (stop) should not be used. The program unfortunately has an error at this point 
 + 
 +5) If a vehicle is not selected, not SELECTED = 0, but nothing at this point written down (After 
 + ​Statement by Martin Mayer SELECTED = 0 can be written, but the program itself deletes the entry SELECTED = 1) 
 + 
 +6) As a separator, between the individual parameters, a semicolon (;) is set 
 + 
 +===== 4 internet links ===== 
 + 
 +The MM railroad saver page: www.mm-eisenbahn.de 
 + 
 +The new railway barrier: http://​www.bahnschranke.tt4u.de 
 + 
 +{{mm-saver:​mm_cookbook:​das_mm-kochbuch_m13b0ffdc.png|}}:​ http://​notepad-plus.sourceforge.net 
 + 
 +{{http://​www.just-great-software.com/​banners/​eppbtnmadesmallorange.png}}:​ [[http://​www.editpadlite.com/​]] 
 + 
 +<​del>​The HP of Pierre Ofzareck: http://​www.user-bmp-ini.de</​del>​ //no longer available//​ 
 + 
 +The HP of Thomas Brian and Martin Voepel: http://​voepelm.de 
 + 
 + --- //​[[info@voepelm.de|Martin Voepel]] 2007/05/03 12:21//
en/mm-saver/cookbook.txt · Last modified: 2018/09/12 09:42 by bahnfrank65