SMM++ Manual | Version 5.0 |
|
17 SMM++ Howto17.1 Map Main RoadsMy proposal is to draw thicker exit lines for main roads. You can do this in the exit customization widget (will pop up, when pressing with the middle mouse button on an exit button).17.2 Map Underworlds/DungeonsUse the background images of the type 'bg_bw_below' and category 'underworld'. Normally use the tunnel image. Set the exitline color to 'bg def' and "dig" your way thrue. You could also use the color 'bg dark', if you want to. If you want to, you could use the solid_rock image and dig your thrue the rock,..17.3 Random NumbersSMM++ provides access to tcl's expr-command. Among various things ::expr can produce random numbers. You can find the expr. docu here or here. taken from there:
I guess that will cover all needs;) so,.. how does it look in SMM:
17.4 Separate Map WindowYou can advise SMM++ to have the mapping part in a separate window. You have to choose this before startup. Once SMM++ is started your setting cannot be changed. In your 'smm', 'smm.itk' or 'smm.ITkW' you will find a line set SMMMAPWINDOW 0change it to set SMMMAPWINDOW 1and you get a separate mapping window. If you want to have both settings without having to edit the file over and over again, just spend another startup file which has the other setting. Name it however you like it. Just be sure that the extension is the same. For unix systems you must make the file executable chmod +x <filename> |
Selim Issever | <Licence|Contents|Epilog> |