This file is indexed.

/usr/share/games/micropolis/manual/reference.html is in micropolis-data 0.0.20071228-8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
<head><title>User Reference</title></head><body>

<h1>User Reference Guide: Controlling Micropolis</h1>

<h2>Getting Help</h2>

If you wonder about a control or graphic in Micropolis, you can point at
it with the cursor, hold down shift and click the left button, 
to bring up a helpwindow describing it.  <p>

<h2>Using the Mouse</h2>

In Micropolis, you will primarily use the left mouse button to edit the city. 
The main function of the right mouse button is to select from pie menus. 
The middle button is used to scroll the view in the Edit Window. <p>

Clicking a mouse button means to press and release it without moving.
Dragging means to press and hold the button, move the mouse, then
release the button.  <p>

<h2>Pie Menus</h2>

Pie menus are designed to be very fast and efficient to use. 
You can pop up a pie menu by pressing and holding the right button, 
then select from it by moving in the direction of the item you want, 
then releasing the button.  <p>

Once you are familiar with the directions, you can use pie menus very
quickly by smoothly pressing the right button down, 
moving in the direction you want, and releasing. 
If you do this without stopping, 
the pie menu will not even display on the screen -- 
you will just hear the name of the item spoken,
to remind you of the selection. 
The more you use pie menus, the easier they are to use. 
See how fast you can get!
<p>

<h2>Micropolis Chooser Window</h2>

This window lets you select which city to simulate.
You can see what the selected city looks like in the map window.
Give your city a name by typing it into the Name text field. <p>

Click on "New City" to generate a random map to start a city from scratch.
Click on "Load City" to load a saved city from disk. <p>

You can go back and forth between your previously selected cities
with the "Previous Map" and "Next Map" buttons. <p>

Click on any of the Scenario buttons to play any of the eight scenarios. 
When you click on any of those buttons, the city is displayed in the Micropolis Map Window.

The Scenarios provide both real and hypothetical problems for you to
deal with in seven famous (and one not-so-famous) cities. They present
various levels of difficulty. Some problems are in the form of
disasters which will occur some time after you start. Other problems
are more long-term, such as crime.  <p>

Your task is to deal with the problem at hand as well as possible
under the circumstances. After a certain amount of time the city
residents will rate your performance in a special election. If you do
very well you may be given the key to the city. However, if you do
poorly, they just might run you out of town.  <p>

<ul>

<li>Dullsville, USA 1900 -- Boredom
<p>

Things haven't changed much around here in the last hundred years and
the residents are beginning to get bored. They think Dullsville could
be the next great city with the right leader. It is your job to
attract new growth and development, turning Dullsville into a
Metropolis by the 21st century. <p>

<ul>
<li>Difficulty: Easy
<li>Time Limit: 30 years
<li>Win Condition: Metropolis
</ul>

<li>San Francisco, CA 1906 -- 8.0 Earthquake
<p>

Damage from the earthquake was minor compared to that of the ensuing
fires, which took days to control. 1500 people died. Controlling the
fires should be your initial concern here. Afterwards, clearing the
remaining rubble will allow the city to start rebuilding.  <p>

<ul>
<li>Difficulty: Very difficult
<li>Time Limit: 5 years
<li>Win Condition: Metropolis
</ul>

<li>Hamburg, Germany 1944 -- Fire
<p>

Allied fire-bombing of German cities in WWII caused tremendous damage
and loss of life. People living in the inner cities were at greatest
risk. You must control the firestorms during the bombing and then
rebuild the city after the war.  <p>

<ul>
<li>Difficulty: Very difficult
<li>Time Limit: 5 years
<li>Win Condition: Metropolis
</ul>

Bern, Switzerland 1965 -- Traffic
<p>

The roads here are becoming more congested every day, and the
residents are upset. They demand that you do something about it. Some
have suggested a mass transit system as the answer, but this would
require major rezoning in the downtown area.  <p>

<ul>
<li>Difficulty: Easy
<li>Time Limit: 10 years
<li>Win Condition: Low Average Traffic Density
</ul>

Tokyo, Japan 1957 -- Monster Attack
<p>

A large reptilian creature has been spotted heading for Tokyo bay. It
seems to be attracted to the heavy levels of industrial pollution
there. Try to control the fires, then rebuild the industrial center.
<p>

<ul>
<li>Difficulty: Moderately difficult
<li>Time Limit: 5 years
<li>Win Condition: City Score above 500
</ul>

Rio de Janeiro, Brazil 2047 -- Flood
<p>

In the mid-21st century, the greenhouse effect raised global
temperatures 6 degrees F. Polar ice caps melted and raised sea levels
worldwide. Coastal areas were devastated by flood and erosion.
Unfortunately, some of the largest cities in the world are located on
the coast.  <p>

<ul>
<li>Difficulty: Moderately difficult
<li>Time Limit: 10 years
<li>Win Condition: City Score above 500
</ul>

Boston, MA 2010 -- Nuclear Meltdown
<p>

A major meltdown is about to occur at one of the new downtown nuclear
reactors. The area in the vicinity of the reactor will be severely
contaminated by radiation, forcing you to restructure the city around
it.  <p>

<ul>
<li>Difficulty: Very difficult
<li>Time Limit: 5 years
<li>Win Condition: City Score above 500
</ul>

Detroit, MI 1927 -- Crime
<p>

By 1970, competition from overseas and other economic factors pushed
the once "automobile capital of the world" into recession. Plummeting
land values and unemployment then increased crime in the inner-city to
chronic levels. You have just been elected after promising to reduce
crime and rebuild the industrial base of the city.  <p>

<ul>
<li>Difficulty: Moderately difficult
<li>Time Limit: 10 years
<li>Win Condition: Low Average Crime Density
</ul>

You can select the Game Level from the radio buttons (Easy / Medium / Hard).
Once a city is started, you cannot change the Game Level; 
it remains at your initial setting for the life of the city. 
The current Game Level is displayed in the evaluation window. <p>

This level -- Easy, Medium, or Hard -- adjusts the simulation to your
current abilities by altering several factors. A harder setting will
increase the chance of disasters, make residents more intolerant of
taxation, cause maintenance costs to grow, etc.  <p>

Once you have decided which city you want to play, press "Use This Map" and Micropolis will come to life!
<p>

<h2>Micropolis Controls Window</h2>

This window contains the main controls to Micropolis, status displays, and a scrolling text message log. 
At the top is a row of menus that are enabled when the game is playing. 
Beneath that is a status display panel showing the date and the current funds on the left.
In the middle is a graph and bar display of the Residential, Commercial and Industrial rates and demands.
On the right is an icon of the Micropolis simulation machine, 
with a red screen when paused and green screen when running.
The bottom half of the window is occupied by a scrolling text window, 
that Micropolis uses to display important messages.
<ul>

	<li>Menu Bar

		<ul>

			<li>Micropolis Menu

				<ul>

					<li>About...<br>
Display fascinating and vital information about Micropolis.

					<li>Save City<br>
Write the city to a file.

					<li>Save City As...<br>
Save the city with a new file name.

					<li>Choose City!<br>
Generate a new city, select a scenario or load a pre-existing city.

					<li>Quit Playing!<br>
Exit Micropolis and go back to the real world.

				</ul>

			<li>Options Menu

				<ul>
					<li>Auto Budget<br>
Keeps your budget at the same level (or fully funded) 
without asking for approval every year. 
If there isn't enough money to meet the budget, 
then funds will be allocated first to the Transit system, 
then to the Fire Department, then to the Police. 
If your city runs out of money, 
the budget window comes up at the end of
the year anyway, and Auto Budget is turned off. 
					<li>Auto Bulldozer<br>
Allows you to place zones, roadways, etc.,
directly on top of trees, shoreline, power lines, and rubble, 
without manually bulldozing first. 
You will be charged the same amount as for manual bulldozing.  
					<li>Disasters<br>
Enables or disables random disasters. 
If disasters are disabled, you can still select them manually 
from the Disasters Menu. 
					<li>Sound<br>
Toggles the city sounds on and off. 
Preserves the sanity and good will of those who have to work in the same room.
					<li>Animation<br>
Toggles tile animations on and off.

				</ul>

			<li>Disasters Menu<br>
The Disasters Menu allows you to set natural (and unnatural) disasters
loose on your city. Use these disasters to test your ability to deal
with emergencies in your city or just to release some aggression. More
information on disasters, their causes, and dealing with them is
presented later.  <p>

Disasters will randomly occur as you play Micropolis. At higher game
levels the disasters will happen more often. Most disasters can be
activated from the Disasters Menu. Random disasters can be eliminated
by turing off the Disasters setting of the Options Menu.  <p>

<li>Shipwreck: Shipwrecks can occur once you have an operating
seaport. They can cause fires where the ship crashes into a shore or
bridge. Shipwrecks are not available on the Disasters Menu. <p>

				<ul>
					<li>Monster<br>
Sets a monster loose on your city. <p>

Monster Attacks are provoked by high levels of
pollution. A monster destroys everything in its path, starts fires,
and causes planes, helicopters, trains, and ships to crash. <p>

					<li>Fire<br>
Starts a fire somewhere on the map. <p>

<li>Fires can start anywhere in the city. Fires spread fairly
rapidly through forests and buildings, somewhat slower over roadways.
Fire will not cross water or clear land.  <p>

The effectiveness of the fire department (which can be viewed in the
Map Window) is based on how close it is to the fire, its funding
level, and its transit access. Fires inside this effective radius will
be extinguished automatically. If you have no operational fire
departments in the area you can try to control the fire yourself.
Since fire will not spread across clear terrain, you can build fire
breaks with the bulldozer. Just surround the fire with clear areas and
it will stop spreading and eventually burn itself out. You cannot
directly bulldoze a fire.  <p>

					<li>Flood<br>
Causes a flood to occur near the water. <p>

Floods gradually spread and
destroy buildings and utilities. After a while the flood waters
recede, leaving behind cleared terrain. <p>

					<li>Meltdown<br>
If there's a nuclear power plant, this spills Irn-Bru
in the control room, causing a meltdown. <p>

Meltdowns are only possible if you are using a nuclear
power plant. If a meltdown occurs, your nuclear plant will explode
into flames. The surrounding area will be unusable for the remainder
of the simulation due to radioactive contamination.  <p>

					<li>Tornado<br>
Causes a tornado to appear somewhere on the map. <p>

Tornados can occur anywhere on the map at any time. Very
fast and unpredictable, they can appear and disappear at a moment's
notice. Tornados destroy everything in their path, and can cause
planes, helicopters, trains, and ships to crash.
<p>

					<li>Earthquake<br>
Causes a MAJOR earthquake. <p>

Earthquakes are the most devastating disaster. This is
a Major earthquake -- between 8.0 and 9.0 on the Richter Scale. It
will destroy buildings and start fires. The initial damage will vary
with the severity of the earthquake, and the eventual fire damage
depends on your fire-control efforts.  <p>


When an Earthquake occurs, the Edit Window will shake for a while.
When it stops you will have to take charge and control the scattered
fires. Use the bulldozer to contain the largest fires first and work
your way down to the smaller ones. <p>

					<li>Clipper<br>
The Clipper disaster violates the privacy of your simulated citizens, 
and encrypts the city so only the NSA can decode it. <p>

Do not use this unless you work for the National Security Agency, 
and routinely subvert the Constitution of the United States 
by spying on American citizens with the Echelon Surveillance System. <p>

				</ul>
			<li>Time Menu
				<ul>
					<li>Pause<br>
Stops the passage of time entirely.
					<li>Slow<br>
Months pass by slowly.
					<li>Medium<br>
Months pass by normally.
					<li>Fast<br>
Months pass by fast.

				</ul>
			<li>Priority Menu
				<ul>
					<li>Flat Out!<br>
Micropolis runs really fast, hogging the CPU.
					<li>Zoom Zoom<br>
Micropolis runs pretty fast, but leaves some time for other programs.
					<li>Buzz Buzz<br>
Micropolis runs fairly quickly.
					<li>Putter Putter<br>
Micropolis runs slower.
					<li>Snore Snore<br>
Micropolis runs very slowly.

				</ul>
			<li>Windows Menu
				<ul>
					<li>Budget<br>
Open the Budget Window. 
The simulation is paused as long as the budget window is open.
					<li>Evaluation<br>
Open the Evaluation Window.
					<li>Graph<br>
Open the Graph Window.
					<li>Map<br>
Open the Map Window.
					<li>Editor<br>
Open the Editor Window.
					<li>Frob<br>
Open the Frob-O-Matic Window.
					<li>Map Copy<br>
Open another copy of the Map Window.
					<li>Editor Copy<br>
Open another copy of the Editor Window.

				</ul>
		</ul>

	<li>Status Panel
		<ul>
			<li>License Owner Name<br>
			<li>Date<br>
			<li>Funds<br>
			<li>Residential, Commercial, Industrial History Graph<br>
			<li>Residential, Commercial, Industrial Demand Chart<br>
The Demand Indicator shows the demand levels for Residential (green),
Commercial (blue), and Industrial zones (yellow), and can be helpful
in planning your city.
			<li>Micropolis Simulator Icon<br>
			<li>Scrolling Text Message Window<br>
			<li>Text Input Field<br>
		</ul>
</ul>



<h2>Micropolis Edit Window Window</h2>

This is where all actual zoning and building takes place. 
<p>

<h3>Terrain</h3>

There are three types of terrain in the Edit Window: Open Land, Trees,
and Water.  <p>

Open Land is where you can zone and build. It is shown as brown with
dark brown speckles.  <p>

Trees and Forests are shown as green, with dark green speckles. You
cannot zone or build on trees. You may bulldoze trees and forests to
turn them into clear land. While some bulldozing is necessary,
clearing away too much green area will result in lower property
values.  <p>

Water is shown as blue, with dark blue speckles. You cannot zone or
build on water. You must bulldoze coastlines to create landfills
before you can build or zone there.  <p>

<h3>Edit Window Gadgets</h3>

The Edit Window is where you will do the actual building and zoning.
In the middle of the Edit Window is a detailed map showing part of the
terrain. Around the edges are controls and fields displaying
information about the city.  <p>

There is a row of Menu Buttons on the left below the title. 
The Display menu lets you select how often the display is drawn.
The Options menu lets you turn on and off certain view specific features. <p>

To the right of the menu buttons, important messages are displayed.
Below the menu bar is a tool pallet.
The palette displays the name and cost of the currently selected tool,
above an menu of colorful icons,
used for choosing the city editing mode. 
Click the mouse over an icon to select an editing tool. 
The currently selected tool is highlighted, 
and its name and cost is displayed at the top of the panel, 
and spoken. <p>

You can use the selected tool by pressing the left mouse button over
the map in the middle of the Edit Window. Also, you can pop up a Pie
Menu to quickly switch between editing tools, by clicking the right
mouse button over the map. <p>

You can easily scroll the map by pressing the middle mouse button down
over the map and dragging the view around.  <p>

<h3>Edit Window Icons</h3>

You can select an icon from the Tool Icon pallet to use a city editing tool. 
When an icon is selected, a rectangle will accompany the cursor
when it's over the map, to indicate the area the tool will effect.
<p>

<ul>

<li>Query Tool (question mark)<br>
Shows the Zone Status Window, 
describing the population density, value, crime rate, pollution, 
and growth rate of the zone under the cursor. 
It doesn't cost anything to use.  <p>

<li>Bulldozer<br>
Clears trees and forests, creates landfill along the water,
and levels developed, existing zones and clears rubble caused by disasters. 
The Auto Bulldoze option works on natural terrain, power
lines and rubble, but not on zones, roads and rails. <p>

It costs $1 for each square tile bulldozed. Knocking down a 3x3 zone
costs $9 since it's made up of nine tiles. You're automatically
charged $1 for each non-empty tile that you Auto Bulldoze.  <p>

<li>Road<br>
Connect developed areas. 
Intersections and turns are automatically created. 
Lay continuous roads by pressing the left mouse button and dragging your cursor. 
Be careful -- if you accidentally lay a road in the wrong place,
you will have to pay for bulldozing and rebuilding. <p>

Roads may not be placed over zoned areas. They may be placed over
trees, shrubbery, and shoreline only after bulldozing or activating
the Auto Bulldoze function from the Options Menu. Roads can cross over
power lines and rails only at right angles.  <p>

Holding down the Control key while laying roads will constrain them to
a straight line.  <p>

Laying roads across water creates a bridge. Bridges can only be built
in a straight line -- no curves, turns or intersections. Shorelines
must be bulldozed prior to building a bridge, unless the Auto Bulldoze
function from the Options Menu is active.  <p>

Roadways are maintained by the transit budget, and wear out if there
is a lack of funding. The amount of yearly funding requested by the
transportation department is $1 for each section of road, $4 for each
section of bridge.  <p>

It costs $10 to lay one section of road and $50 to lay one section of
bridge.  <p>

<li>Power Lines<br>
Carry power from power plants to zoned land and between
zones. All developed land needs power to function. Power is conducted
through adjacent zones. Unpowered zones display the flashing lightning
bolt symbol. There is a delay between the time you connect power to a
zone and when the flashing symbol disappears. The delay grows longer
as the city grows larger.  <p>

Power lines cannot cross zoned land. They can be built over trees,
shrubbery, and shoreline only after bulldozing, or activating the Auto
Bulldoze function from the Options Menu.  <p>

Junctions and corners are automatically created. Lay continuous power
lines by pressing the left mouse button down and dragging your cursor.
Power lines across water must be horizontal or vertical -- no turn,
curves or intersections. Power lines consume some power due to
transmission inefficiencies.  <p>

Holding down the Control key while laying power lines will constrain
them to a straight line.  <p>

It costs $5 to lay one section of power line on land, $25 on water.
<p>

<li>Transit Lines<br>
Create a railway system for intra-city mass transit.
Place tracks in heavy traffic areas to help alleviate congestion.  <p>

Intersections and turns are created automatically. Lay continuous
transit lines by pressing the left mouse button down and dragging with
your cursor. Tracks laid under rivers will appear as dashed lines.
These are underwater tunnels, and must be vertical or horizontal -- no
turns, curves or intersections.  <p>

Holding down the Control key while laying tracks will constrain them
to a straight line.  <p>

Transit lines are maintained by the transit budget. The level of
funding affects the efficiency of the system. The amount of yearly
funding requested by the transportation department is $4 for each
section of rail, and $10 for each section of tunnel.  <p>

It costs $20 per section of track laid on land, 
$100 per section under water.  <p>

<li>Parks<br>
Can be placed on clear land. Parks, like forests and water,
raise the land value of surrounding zones. Parks can be bulldozed as
fire breaks or reserve space for later mass transit expansion.  <p>

Holding down the Control key while building parks will constrain them
to a straight line.  <p>

It costs $10 to zone one park.  <p>

<li>Residential Zones<br>
Where the Sims live, build houses, apartments
and community facilitieslike hospitals and churches. <p>

Most residential zones develop into one of four classes: lower,
middle, upper, and high. They can range in population density from
single-family homes to high-rise apartments and condominiums. Some
residential zones will automatically develop into churches and
hospitals.  <p>

Factors influencing residential value and growth are pollution,
traffic density, population density, surrounding terrain, roadway
access, parks and utilities.  <p>

It costs $100 to zone one plot of land as residential. <p>

<li>Commercial Zones<br>
Used for many things, including retail stores,
office buildings, parking garages and gas stations.  <p>

There are four values for commercial property, and five levels of
growth, from the small general store to tall skyscrapers. Factors
influencing the value and growth of commercial areas include internal
markets, pollution, traffic density, residential access, labor supply,
airports, crime rates, transit access and utilities.  <p>

It costs $100 to zone one plot of land as commercial.  <p>

<li>Industrial Zones<br>
For heavy manufacturing and industrial services.
There are four levels of industrial growth, from small pumping
stations and warehouses to large factories.  <p>

Factors influencing industrial growth are external markets, seaports,
transit access, residential access, labor supply and utilities.  <p>

It costs $100 to zone one plot of land as industrial.  <p>

<li>Police Departments<br>
Lower the crime rate in the surrounding area. 
This in turn raises property values. Place these in high-density crime
areas, as defined by your Crime Rate Map. The efficiency of a station
depends on the level of police department funding and transit access.
<p>

It costs $500 to build a police station. Full yearly maintenance of
each Police Station is $100.  <p>

<li>Fire Departments<br>
Make surrounding areas less susceptible to fires.
When fires do occur, they are put out sooner and do less damage if a
station is near. The effectiveness of fire containment depends on the
level of fire department funding and transit access.  <p>

It costs $500 to build a fire station. Full yearly maintenance of each
fire station is $100.  <p>

<li>Stadiums<br>
Encourage residential growth, once a city has become fairly
large. You may build a stadium in a smaller city without negative (or
positive) effect. Stadiums indirectly generate a lot of revenue, but
create a lot of traffic. Properly maintaining a stadium requires a
good road and transit network.  <p>

It costs $3000 to build a stadium.  <p>

<li>Power Plants<br>
Can be Coal or Nuclear. 
The nuclear plant is more powerful but carries a slight risk of meltdown.
The coal plant is less expensive, but less powerful and it pollutes.
<p>

All zoned land needs power to develop and grow. When developed land
loses power, it will degenerate to an undeveloped zone unless power is
restored. Connecting too many zones to a power plant causes brownouts.
<p>

Coal power plants cost $3000 to build, and supply enough energy for
about 50 zones. Nuclear power plants cost $5000 and supply electricity
for about 150 zones.  <p>

<li>Seaports<br>
Increase the potential for industrial growth. They have
little effect in a small city, but contribute a lot to
industrialization in a large city.  <p>

Seaports should be placed on a shoreline. The shoreline must be
bulldozed prior to zoning a Seaport, unless Auto Bulldoze is active.
Once the port is operational you may see ships in the water.  <p>

It costs $5000 to zone land for use as a seaport.  <p>

<li>Airports<br>
Increase the growth potential of your commercial markets.
Once a city starts getting large, commercial growth will level off
without an airport. Airports are large and expensive and should not be
built unless your city can afford one. Position airports to keep
flight paths over water whenever possible, lessening the impact of air
disasters.  <p>

Once you build an airport you will see planes flying above your city
to and from the airport. There is also a traffic helicopter that
alerts you to heavy traffic areas.  <p>

It costs $10,000 to zone land for use as an airport.  <p>

</ul>

<h2>Micropolis Budget Window</h2>

When your first taxes are collected in a new city, and each year
after, the Budget Window will appear (unless you select the Auto
Budget option). You will be asked to set the funding levels for the
fire, police, and transportation departments, and to set the property
tax rate.  <p>

The Budget Window can be opened from the Windows Menu. When Auto
Budget is active, all the funding levels will remain at full funding,
or your last setting. If there is not enough money to completely fund
the budget, money will go first to the Transit Department, then the
Fire Department, then the Police Department.  <p>

You can raise and lower the tax rate and budget levels by 
dragging the sliders corresponding to each category. 
Press the button labeled "Continue With These Figures" 
to make the Budget Window disappear.  <p>

When the Budget Window opens up, 
a timer in the bottom button starts running. 
When it runs out, the Budget Window automatically goes
with the currently selected figures and disappears.
You can click on the timer button to cancel it, 
and the Budget Window will stay up for as long as you like.  <p>

<h3>Tax Rate</h3>

The maximum tax rate you can set is 20%.  <p>

The minimum tax rate you can set is 0%.  <p>

The optimum tax rate for fast growth is between 5% and 7%.  <p>

To slow city growth without actually shrinking, set the tax rate to 8% or 9%.  <p>

<h3>Funding Levels</h3>

The amount of yearly funding requested for the fire and police
departments is $100 per station that you have placed. Until you
actually build fire or police stations, you cannot fund them. You
cannot allocate more than 100% of the requested funding for fire and
police departments -- Micropolis police officers and fire inspectors are
honest and will not accept your bribes.  <p>

Allocating less than the requested amount will decrease the effective
coverage of the police or fire stations.  <p>

The amount of yearly funding requested for the transportation
department is $1 for each section of road, $4 for each section of
bridge (roads over water), $4 for each section of rail, and $10 for
each section of tunnel (underwater rails). You cannot allocate more
than 100% of the requested funds.  <p>

Transportation maintenance funding slightly below 100% will cause
slow, minor deterioration of the transit system -- an occasional
pothole or bad track section. Funding between 90% and 75% will cause
noticeable damage -- many sections of road and rail will be unusable.
Funding below 75% will cause rapid deterioration of your transit
system.  <p>

<h3>Cash Flow</h3>

The cash flow is calculated as follows:
<p>
<pre>CashFlow = TaxesCllected - TotalAllocatedFunds

</pre>

It will be a negative number if your yearly maintenance costs are
greater than your yearly tax intake.  <p>

A major difference between Micropolis and a real city is that Micropolis
does not allow budget deficits. If you don't have the money, you can't
spend it. Try not to let your city run with a negative cash flow.  <p>

<h2>Micropolis Map Window</h2>

The Map Window shows the entire area of your city. It has a pallet of
icons down the left edge, for selecting between different map types.
The maps show demographic information to help you comprehend the state
of your city.  <p>

You can select between various views by pressing the left mouse button
over any of the icons. Some of the icons have submenus, that pop up
when you hold the button down, so you can select different aspects of
the view.  <p>

One or more yellow rectangular outlines overlay the map, showing the
location of the Edit Window and Surveyor Window views of the city. You
can drag the rectangles around the map to pan the other views. You can
also "throw" the view, by dragging with the left mouse button, and
releasing the button while moving the mouse. The view keeps on panning
and bounces off the edges of the map! Click on a moving rectangle to
make it sit still, or on the map to stop all the bouncing rectangles.
Use the middle button to avoid such behavior.  <p>

<h3>Using The Maps</h3>

The Map Window should be constantly referred to in all stages of city
planning, building and managing.  <p>

Before you build, use the map before beginning a new city to plan: <p>

<ul>

<li>Where you want your city center.

<li>Where you want the high-class waterfront residential areas.

<li>Where you will cross water with bridges, power lines and tunnels.

<li>Where to place power plants.

<li>Where to place large industrial sections away from the residential sections.

<li>The general layout of your city.

</ul>

<p>

Printing the map and sketching in your plan with pencil or pen can
save a lot of bulldozing and re-zoning and rebuilding.  <p>

During city growth: <p>

<ul>

<li>Use the map to guide your city's growth around forest areas, to
preserve the trees and improve property values.

<li>Use the Transportation Map along with the Traffic Density map to
plan traffic control and expansion.

<li>Use the City Form Maps to make sure you have the proper ratio of
residential to commercial to industrial zones.

<li>Use the Pollution Map to detect problem areas, and disperse the
industrial zones and/or replace roads with rails.

<li>Printing out the map in various stages of development and doing
some preliminary expansion planning with pencil can be useful.
Printouts can also be used for city historical records.

</ul>

During city maintenance: <p>

<ul>

<li>Use the Power Grid Map to locate zones that have lost power.

<li>Use the City Services Maps to evaluate the effective coverage of
your police and fire departments.

<li>Use the Crime Rate Map to locate problem areas that need more
police protection.

<li>Use the Pollution Map to locate problem areas.

<li>Use the Transportation and Traffic Density Maps to determine where
to replace roads with rails.

<li>Use the Land Value Map to locate depressed areas for improvement
or replacement.

<li>Use the City Form Maps to maintain the proper ratio of residential
to commercial to industrial zones.

</ul>

<h2>Micropolis Graph Window</h2>

The Graph Window gives you time-based graphs of various city data. It
can be opened through the Windows Menu.  <p>

Unlike the maps, which only show the current state of your city, the
Graphs give you a record of the past so you can gauge trends and
cycles.  <p>

You may view graphs for time periods of either the last 10 years or
the last 120 years by clicking on the "10 YRS." or "120 YRS." button.
<p>

<ul>

<li>The Residential Population Graph shows the total population in
residential zones.

<li>The Commercial Population Graph shows the total population in
commercial zones.

<li>The Industrial Population Graph shows the total population in
industrial zones.

<li>The Cash Flow Graph shows your city's cash flow: money collected
in taxes minus money it took to maintain your city. The center of the
Cash Flow Graph represents a cash flow of zero. Do not build more
infrastructure (roads, rails, police departments, fire stations) than
you can support with tax revenues.

<li>The Crime Rate Graph shows the overall crime rate of the entire
city.

<li>The Pollution Graph shows the overall average pollution reading of
the entire city.

</ul>

<h3>Using the Graphs</h3>

The Graphs give information on many of the same factors as the maps,
but show the information over time. Graphs are for locating trends in
city life that won't be noticeable in a map. If you look at a map, for
example the Crime Rate Map, a very slight rise in the crime rate will
not be noticeable. But on the Crime Rate Graph, you would easily
locate the upward trend in crime because you will be viewing the
levels for a number of years at the same time.  <p>

Residential, commercial and industrial population growth and/or
decline can be tracked and displayed. If you notice a downward trend
in any of these, refer to the User Reference Card to locate potential
problems and solutions.  <p>

Use the Cash Flow Graph to track your city's efficiency as it grows.
If your maintenance costs are higher than your tax revenues, you will
have a negative cash flow.  <p>

The Crime Rate Graph can be displayed, revealing slight but consistent
upward or downward trends.  <p>

Use the Pollution Graph to catch rising levels of pollution before
they reach a problem level.  <p>

<h2>Micropolis Evaluation Window</h2>

The Evaluation Window gives you a performance rating. You can access
it through the Windows Menu.  <p>

Public Opinion is presented in poll form, rating your overall job as
Mayor and listing what the public regards as the city's most pressing
problems. You are advised to keep your residents happy or they might
migrate away, and you will be left with a "ghost town."  <p>

In general, if more than 55% of the populace thinks you are doing a
good job, then you can feel secure of keeping your job.  <p>

If 10% or less of the people think something is a problem, then it's
not too bad.  <p>

These are most of the problems that citizens complain about, and how
to correct them: <p>

<ul>

<li>Traffic -- Replace dense sections of roads with rails.

<li>Crime -- Add police stations and/or raise property values.

<li>Pollution -- Replace roads with rails, disperse industrial zones.

<li>Housing -- Zone more residences.

<li>Housing Costs -- Zone more residences in low property value areas.

<li>Fires -- Build more fire departments.

<li>Taxes -- Lower taxes (if you can). Or lie through your lips.

<li>Unemployment -- Zone more commercial and industrial areas.

</ul>

Statistics on Population, Net Migration, and Assessed Value are
displayed, along with the city's Game Level and the Overall City
Score. This data is calculated once a year at budget time.  <p>

Population is the number of residents in your city.  <p>

The Net Migration statistic provides a rating of the desirability of
your city. If people are leaving in droves, then you know something is
rotten in Micropolis.  <p>

The Assessed Value is the combined value of all city-owned property:
roads, rails, power plants, police and fire stations, airports,
seaports, parks, etc. It does not include residential, commercial and
industrial zones.  <p>

The Categories are defined by population as follows: <p>

<ul>

<li>Village: 0 to 1,999

<li>Town: 2,000 to 9,999

<li>City: 10,000 to 49,999

<li>Capital: 50,000 to 99,999

<li>Metropolis: 100,000 to 499,999

<li>Megalopolis: 500,000 and above

</ul>

Overall City Score is a composite score based on the following factors
(some positive, some negative): <p>

<ul>

<li>Major Factors: Crime, pollution, housing costs, taxes, traffic,
unemployment, fire protection, unpowered zones, city growth rate. 

<li>Minor Factors: Stadium needed (but not built), seaport needed (but
not built), airport needed (but not built), road funding, police
funding, fire department funding, and fires. 

</ul>

A large population is not necessarily a sign of a successful city.
Population size does not affect the overall city score, since low
population could indicate a new or growing city.  <p>

Since city growth rate does affect the overall city score, a city in
which growth has been intentionally stopped for environmental or
aesthetic reasons will have a slightly lower score.  <p>

<h2>City SimNotice Window</h2>

The Notice Window is used to display important messages, and for
temporary control panels. When something important happens, it pops up
to the front. 
Some times it displays a live view of events happening in the city, 
that you can click on to scroll the editor window to the location of interest.
You can dismiss the Notice window by clicking the "Dismiss" button along the bottom edge. <p>









<h2>Growing a City</h2>

While growing a city, refer often to the User Reference Card. It
provides a chart of City Dynamics; how all factors of city life and
growth are related.  <p>

The main points to keep in mind while growing a city are: <p>

<ul>

<li>Grow slowly. Watch your money.

<li>All zones must be powered to develop.

<li>Zones must be developed to generate tax money.

<li>Roads or rails must provide access to and from each zone for it to
fully develop.

<li>There is a yearly maintenance cost for each section of road, rail,
bridge and tunnel. This can add up. Don't build too many roads and
rails and generate high maintenance costs before your city can
generate enough tax revenues to support them.

<li>Extra power plants and redundant power lines are expensive, but
can keep zones from losing power during a disaster or emergency and
deteriorating.

<li>Rails can carry much more traffic than roads. While building and
zoning an area that you predict will generate heavy traffic, install
rails instead of roads in the early stages of development.

<li>If you get a lot of heavy traffic warnings, replace roads with
rails. You can build an entirely roadless city, even if you're not a
train spotter!

<li>Grouping zones together, four of five in a row touching each
other, can eliminate a lot of power line segments.

<li>Airports, seaports and stadiums won't help a small city grow -- so
save your money until the city gets larger. The Sims will tell you
when they need these things.

<li>Place zones, roads, etc. carefully -- they cannot be moved, and
you will have to pay to bulldoze them and rebuild.

<li>As a rule of thumb, the number of residential zones should be
approximately equal to the sum of commercial and industrial zones.
When your city is small, you will need more industrial zones than
commercial, and when your city gets larger, you will need more
commercial zones than industrial.

<li>Separate the residential areas from the industrial areas.

<li>Proximity to forests, parks, and water increases land value, which
increases the taxes collected. Don't bulldoze any more forest than you
must. Natural shoreline increases property values more than landfill
shoreline.

<li>Keep in mind that proximity to downtown raises property values.
The simulator defines the downtown areas as "the center of mass of the
population density." It calculates the average geographical center of
the population.

<li>A bigger, more populous city is not necessarily better. Having a
self-supporting, profitable city with pleasant surroundings is better
than a huge city that is always broke and has no forest or shoreline.

<li>Use the various maps and graphs to plan city growth, locate
problems, and track your progress. Look for areas that need police and
fire coverage as you go, so you don't have to go back and bulldoze
developed zones to make room for police and fire stations.

<li>Save your city to disk before trying any major new policy so you
can go back if your plan doesn't work.

<li>Print out your city in different stages of evolution to track and
plan growth.

<li>Check the Evaluation Window often. The Sims will let you know how
you are doing. Also the statistics can be useful; if your population
is shrinking, don't go zoning new areas that may never develop. Look
for problems in the existing zoned areas, and spend your time and
money solving them.

<li>Save your city to disk often!!!

</ul>

<p>

<hr>
<p>
<h2>Micropolis, Unix Version.</h2>
This game was released for the Unix platform
in or about 1990 and has been modified for inclusion in the One Laptop
Per Child program.  Copyright &copy; 1989 - 2007 Electronic Arts Inc.  If
you need assistance with this program, you may contact:
<a href="http://wiki.laptop.org/go/Micropolis">http://wiki.laptop.org/go/Micropolis</a> or email  <a href="mailto:micropolis@laptop.org">micropolis@laptop.org</a>.
</p><p>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
</p><p>

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.  You should have received a
copy of the GNU General Public License along with this program.  If
not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</p><p>

<h3 align="center">ADDITIONAL TERMS per GNU GPL Section 7</h3>

</p><p>
No trademark or publicity rights are granted.  This license does NOT
give you any right, title or interest in the trademark SimCity or any
other Electronic Arts trademark.  You may not distribute any
modification of this program using the trademark SimCity or claim any
affliation or association with Electronic Arts Inc. or its employees.
</p><p>

Any propagation or conveyance of this program must include this
copyright notice and these terms.
</p><p>

If you convey this program (or any modifications of it) and assume
contractual liability for the program to recipients of it, you agree
to indemnify Electronic Arts for any liability that those contractual
assumptions impose on Electronic Arts.
</p><p>

You may not misrepresent the origins of this program; modified
versions of the program must be marked as such and not identified as
the original program.
</p><p>

This disclaimer supplements the one included in the General Public
License.  <b>TO THE FULLEST EXTENT PERMISSIBLE UNDER APPLICABLE LAW, THIS
PROGRAM IS PROVIDED TO YOU "AS IS," WITH ALL FAULTS, WITHOUT WARRANTY
OF ANY KIND, AND YOUR USE IS AT YOUR SOLE RISK.  THE ENTIRE RISK OF
SATISFACTORY QUALITY AND PERFORMANCE RESIDES WITH YOU.  ELECTRONIC ARTS
DISCLAIMS ANY AND ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES,
INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, SATISFACTORY QUALITY,
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OF THIRD PARTY
RIGHTS, AND WARRANTIES (IF ANY) ARISING FROM A COURSE OF DEALING,
USAGE, OR TRADE PRACTICE.  ELECTRONIC ARTS DOES NOT WARRANT AGAINST
INTERFERENCE WITH YOUR ENJOYMENT OF THE PROGRAM; THAT THE PROGRAM WILL
MEET YOUR REQUIREMENTS; THAT OPERATION OF THE PROGRAM WILL BE
UNINTERRUPTED OR ERROR-FREE, OR THAT THE PROGRAM WILL BE COMPATIBLE
WITH THIRD PARTY SOFTWARE OR THAT ANY ERRORS IN THE PROGRAM WILL BE
CORRECTED.  NO ORAL OR WRITTEN ADVICE PROVIDED BY ELECTRONIC ARTS OR
ANY AUTHORIZED REPRESENTATIVE SHALL CREATE A WARRANTY.  SOME
JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF OR LIMITATIONS ON IMPLIED
WARRANTIES OR THE LIMITATIONS ON THE APPLICABLE STATUTORY RIGHTS OF A
CONSUMER, SO SOME OR ALL OF THE ABOVE EXCLUSIONS AND LIMITATIONS MAY
NOT APPLY TO YOU.</b>
</p>
</body>