Banished

File information

Last updated

Original upload

Created by

Discrepancy

Uploaded by

discrepancyOK

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Jetty pathing

    Jetty Pathing

    Code: allows travel = _
    does not allow travel = #
    citizens can walk on angles so any cell touching a corner of a diagonal will allow travel. for example:


    All of the walkway pieces on the main menu line: 1x1, 1x2, 1x3, stairs, lower pieces and higher
    pieces allow travel over the whole walkway, they can enter/exit on any
    side/corner.
    Code: 1x1
    String _pathBitmap =
    "_";
    1x2
    String _pathBitmap =
    "_
    _";
    1x3
    String _pathBitmap =
    "_
    _
    _";
    etc...
    All of the Bridges are the same except for the raised drawbridge which will not allow travel. (I will discuss the angled bridge pieces later)

    ...

  • added in v2.0

    added in v2.0:
         
     
         
     
       
     


    v2.0 -  04042018  --  Major update - released 5 April 2018.
                          - .pkm = 218,226 KB (213 MB)   | .zip = 133,110 KB (129 MB)
        - Adds 2 new homes, tailor, workshop, mushroom farm, chicken coop,
       school, chapel, water store, kitchen, hospital, farmer's merchant.
        - Adds jetty construction buildings: lumber yard, forge, sand mine, glass-maker.
        - Added the ability to upgrade-to-demolish the driftwood gatherers.
        - Adds new resources Lumber, Glass, Sand, Iron Ore, Iron Fittings, Wagon Parts and many more.
        - Changes to the UI of buildings.
        - Toolbar alterations and i...