Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Road building through impassable terrain #8

Open
LocoNeko opened this issue Jan 8, 2019 · 3 comments
Open

Road building through impassable terrain #8

LocoNeko opened this issue Jan 8, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request Partially done

Comments

@LocoNeko
Copy link
Owner

LocoNeko commented Jan 8, 2019

Stone & Asphalt roads (but not dirt roads & paths) should be build-able through impassable terrain

  • Pathing must be patched to take this into account
  • This should cost extra resources (explosives, bridges, tunnels, ...)
  • Building through oceans should be an option in the settings
@LocoNeko LocoNeko added the enhancement New feature or request label Jan 8, 2019
@LocoNeko LocoNeko self-assigned this Jan 8, 2019
@LocoNeko
Copy link
Owner Author

Already possible when installing KiameV impassableMapMaker in conjunction with RotR

@LocoNeko LocoNeko added this to the Advanced RoadDefs milestone Jan 31, 2019
@LocoNeko
Copy link
Owner Author

Possible as part of the mod itself without the need to rely on external mod.
Still need to handle oceans

@LocoNeko
Copy link
Owner Author

Changed title to include water

LocoNeko added a commit that referenced this issue Apr 28, 2020
LocoNeko added a commit that referenced this issue Apr 28, 2020
LocoNeko added a commit that referenced this issue Apr 28, 2020
LocoNeko added a commit that referenced this issue May 6, 2020
Squashed commit of the following:

commit 9b073c3
Author: loconeko <[email protected]>
Date:   Wed May 6 10:54:03 2020 +0800

    Ready for release

commit 410c7ae
Author: loconeko <[email protected]>
Date:   Wed May 6 10:47:48 2020 +0800

    Better wake up message for caravans

commit 5afb8fd
Author: loconeko <[email protected]>
Date:   Wed May 6 10:38:32 2020 +0800

    allow road equipment in stockpiles

commit 3664e5e
Author: loconeko <[email protected]>
Date:   Wed May 6 09:35:16 2020 +0800

    Removed minified thing error for old ISR2G

commit 63626dc
Author: loconeko <[email protected]>
Date:   Wed May 6 09:32:13 2020 +0800

    Wrapping things up before hopefully merging

commit 3d10eea
Author: loconeko <[email protected]>
Date:   Wed May 6 07:43:42 2020 +0800

    All ISR2G related functionality now moved to new Defs

commit 4b238d3
Author: loconeko <[email protected]>
Date:   Wed May 6 07:24:46 2020 +0800

    Better handling of giving new defs to caravans

commit 6e3d195
Author: loconeko <[email protected]>
Date:   Wed May 6 07:15:56 2020 +0800

    Replacing old Defs

commit ce2a519
Author: loconeko <[email protected]>
Date:   Tue May 5 20:00:47 2020 +0800

    debugging

commit e0760dd
Author: loconeko <[email protected]>
Date:   Tue May 5 19:57:39 2020 +0800

    Cleaning up all old ISR2G

commit 5acf00a
Author: loconeko <[email protected]>
Date:   Tue May 5 18:26:38 2020 +0800

    progress

commit 9a54a76
Author: loconeko <[email protected]>
Date:   Tue May 5 18:19:37 2020 +0800

    handled this with a small ThingComp

commit 4c4bf2d
Author: loconeko <[email protected]>
Date:   Tue May 5 18:13:02 2020 +0800

    debug

commit 826a2d5
Author: loconeko <[email protected]>
Date:   Tue May 5 17:46:31 2020 +0800

    debugging

commit f82b516
Author: loconeko <[email protected]>
Date:   Tue May 5 17:44:39 2020 +0800

    more debugging

commit b8e9c05
Author: loconeko <[email protected]>
Date:   Tue May 5 17:43:13 2020 +0800

    more debugging of old ISR2G handling

commit f61e260
Author: loconeko <[email protected]>
Date:   Tue May 5 17:26:21 2020 +0800

    debugging

commit 8146c1f
Author: loconeko <[email protected]>
Date:   Tue May 5 17:23:56 2020 +0800

    Starting old defs cleanup

commit 784783f
Author: loconeko <[email protected]>
Date:   Tue May 5 15:11:03 2020 +0800

    starting to put road equipment together

commit 09eca92
Author: loconeko <[email protected]>
Date:   Tue May 5 13:20:08 2020 +0800

    New AISR2G, roads on water debug log

commit 0ae450d
Author: loconeko <[email protected]>
Date:   Fri May 1 17:25:39 2020 +0800

    thingwithcomp and all that

commit dcf4b47
Author: loconeko <[email protected]>
Date:   Fri May 1 17:14:40 2020 +0800

    still XMLing

commit 37055a3
Author: loconeko <[email protected]>
Date:   Fri May 1 17:05:27 2020 +0800

    debugging ThingDef for ISR2G

commit efab925
Author: loconeko <[email protected]>
Date:   Fri May 1 16:58:31 2020 +0800

    New ISR2G def

commit c76be98
Author: loconeko <[email protected]>
Date:   Fri May 1 15:58:53 2020 +0800

    More finding ISR2G in the game file

commit 0271eae
Author: loconeko <[email protected]>
Date:   Fri May 1 15:52:34 2020 +0800

    more finding ISR2G

commit f0096da
Author: loconeko <[email protected]>
Date:   Fri May 1 15:49:59 2020 +0800

    Looking for ISR2Gs

commit 44d5e6f
Author: loconeko <[email protected]>
Date:   Fri May 1 15:13:11 2020 +0800

    fiddling with load game to handle old style ISR2G and nicely transform them

commit 8499654
Author: loconeko <[email protected]>
Date:   Fri May 1 14:46:48 2020 +0800

    Starting changing ISR2G to Road Equipment category

commit 0767775
Author: loconeko <[email protected]>
Date:   Fri May 1 12:12:25 2020 +0800

    do i even need to patch water covered ?

commit b832fb3
Author: loconeko <[email protected]>
Date:   Fri May 1 12:04:14 2020 +0800

    Simplest solution ever ?

commit 5159b1d
Author: loconeko <[email protected]>
Date:   Fri May 1 11:43:08 2020 +0800

    More Harmony

commit ae948dd
Author: loconeko <[email protected]>
Date:   Fri May 1 11:23:14 2020 +0800

    transpiling

commit 28821af
Author: loconeko <[email protected]>
Date:   Fri May 1 11:12:09 2020 +0800

    more watercovered stuff

commit c99b4c9
Author: loconeko <[email protected]>
Date:   Fri May 1 10:56:17 2020 +0800

    still patching

commit 77e21e2
Author: loconeko <[email protected]>
Date:   Thu Apr 30 23:38:22 2020 +0800

    getting simpler, maybe

commit 09fbce7
Author: loconeko <[email protected]>
Date:   Thu Apr 30 23:22:50 2020 +0800

    more strangererest

commit c829c25
Author: loconeko <[email protected]>
Date:   Thu Apr 30 23:18:50 2020 +0800

    wonky stuff

commit 17bfe88
Author: loconeko <[email protected]>
Date:   Thu Apr 30 22:58:55 2020 +0800

    transpiling madness

commit 05f211e
Author: loconeko <[email protected]>
Date:   Thu Apr 30 20:55:50 2020 +0800

    transpiling

commit 76d49da
Author: loconeko <[email protected]>
Date:   Thu Apr 30 18:14:45 2020 +0800

    transpiling

commit c9742bd
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:31:15 2020 +0800

    transpiling

commit 5a2a2a2
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:30:01 2020 +0800

    transpiling

commit 5d8d455
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:27:27 2020 +0800

    transpiling

commit 09fb14a
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:22:18 2020 +0800

    transpiling

commit 82afb74
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:11:22 2020 +0800

    Hard transpiling happening here

commit 17e3753
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:04:56 2020 +0800

    Some transpiling is transpiring, it's inspiring

commit f1ee762
Author: loconeko <[email protected]>
Date:   Thu Apr 30 17:03:42 2020 +0800

    transpiling

commit 5b49011
Author: loconeko <[email protected]>
Date:   Thu Apr 30 16:59:58 2020 +0800

    transpiling

commit c1af9e8
Author: loconeko <[email protected]>
Date:   Thu Apr 30 16:58:05 2020 +0800

    transpiling

commit c9a5f6c
Author: loconeko <[email protected]>
Date:   Thu Apr 30 16:55:56 2020 +0800

    Transpiling again

commit f439506
Author: loconeko <[email protected]>
Date:   Thu Apr 30 14:17:46 2020 +0800

    Probably found the issue, in the renderer SetDirty, then recalcualtePerceviedMovementDifficultyAt

commit 7d64d9f
Author: loconeko <[email protected]>
Date:   Thu Apr 30 14:13:03 2020 +0800

    debugging the debugging

commit 5e8fa58
Author: loconeko <[email protected]>
Date:   Thu Apr 30 14:10:33 2020 +0800

    more debugging

commit 4675c9c
Author: loconeko <[email protected]>
Date:   Thu Apr 30 14:05:56 2020 +0800

    Debugging slow save file

commit 2be8038
Author: loconeko <[email protected]>
Date:   Thu Apr 30 13:40:57 2020 +0800

    Pure debug

commit cac576d
Author: loconeko <[email protected]>
Date:   Thu Apr 30 10:40:52 2020 +0800

    waking caravans should now work for all states, not just night resting

commit 894446b
Author: loconeko <[email protected]>
Date:   Thu Apr 30 10:25:41 2020 +0800

    Better messages when caravan stops working + translations

commit 04d2ac6
Author: loconeko <[email protected]>
Date:   Thu Apr 30 09:59:43 2020 +0800

    Moved CostModifersDescription to WorldObjectComp_ConstructionSite

commit 8dbaa0d
Author: loconeko <[email protected]>
Date:   Thu Apr 30 09:47:56 2020 +0800

    Showing acurate costs on legs for resources that don't ahve their costs modified

commit c0123ab
Author: loconeko <[email protected]>
Date:   Thu Apr 30 08:51:51 2020 +0800

    less log spamming

commit 9de1cf4
Author: loconeko <[email protected]>
Date:   Thu Apr 30 08:49:23 2020 +0800

    debugging

commit 76e0bb6
Author: loconeko <[email protected]>
Date:   Thu Apr 30 08:45:16 2020 +0800

    Costs of advanced resoruces not modified any more

commit ff13da4
Author: loconeko <[email protected]>
Date:   Thu Apr 30 08:24:45 2020 +0800

    The problem of wrong costs is between From and To tiles for roads. Can't find a solution

commit ad77cc6
Author: loconeko <[email protected]>
Date:   Thu Apr 30 08:10:56 2020 +0800

    toTileint corrected

commit 900a27f
Author: loconeko <[email protected]>
Date:   Thu Apr 30 08:07:35 2020 +0800

    biome movement difficulty should be 12 for impassable

commit 2167a3a
Author: loconeko <[email protected]>
Date:   Thu Apr 30 07:27:23 2020 +0800

    digging

commit 1557dc5
Author: loconeko <[email protected]>
Date:   Thu Apr 30 07:20:15 2020 +0800

    digging

commit 2b136d6
Author: loconeko <[email protected]>
Date:   Thu Apr 30 07:15:33 2020 +0800

    fiddling even more

commit a3ca238
Author: loconeko <[email protected]>
Date:   Thu Apr 30 06:49:21 2020 +0800

    debugging calculateRoadModifier

commit 73ae391
Author: loconeko <[email protected]>
Date:   Wed Apr 29 21:54:33 2020 +0800

    fiddling

commit 8efd241
Author: loconeko <[email protected]>
Date:   Wed Apr 29 20:39:39 2020 +0800

    fiddling

commit 7d1d3a9
Author: loconeko <[email protected]>
Date:   Wed Apr 29 20:36:33 2020 +0800

    WaterCovered smart patching

commit 35b3ee4
Author: loconeko <[email protected]>
Date:   Wed Apr 29 20:23:51 2020 +0800

    more fiddling

commit dd241d2
Author: loconeko <[email protected]>
Date:   Wed Apr 29 20:16:31 2020 +0800

    digging into the stack

commit b47eb1b
Author: loconeko <[email protected]>
Date:   Wed Apr 29 20:10:46 2020 +0800

    Digging into WaterCovered

commit 2fd1f39
Author: loconeko <[email protected]>
Date:   Wed Apr 29 17:41:33 2020 +0800

    Back to basics

commit c524034
Author: loconeko <[email protected]>
Date:   Wed Apr 29 17:24:56 2020 +0800

    digging even more

commit 244e1a8
Author: loconeko <[email protected]>
Date:   Wed Apr 29 16:13:30 2020 +0800

    transpiling

commit 0edf4a4
Author: loconeko <[email protected]>
Date:   Wed Apr 29 16:09:06 2020 +0800

    transpiling

commit 17f9aea
Author: loconeko <[email protected]>
Date:   Wed Apr 29 15:42:49 2020 +0800

    digging

commit 80cfa93
Author: loconeko <[email protected]>
Date:   Wed Apr 29 15:39:48 2020 +0800

    Investigating

commit a91d0a0
Author: loconeko <[email protected]>
Date:   Wed Apr 29 15:25:50 2020 +0800

    digging

commit 021fe04
Author: loconeko <[email protected]>
Date:   Wed Apr 29 15:20:44 2020 +0800

    Restating the problem

commit 86ef816
Author: loconeko <[email protected]>
Date:   Wed Apr 29 11:14:00 2020 +0800

    Transpiling

commit 91f353a
Author: loconeko <[email protected]>
Date:   Wed Apr 29 10:21:34 2020 +0800

    Corrected issue with itemsTransfer that wrongly had pawns

commit a4f8a9b
Author: loconeko <[email protected]>
Date:   Wed Apr 29 07:33:30 2020 +0800

    transpiling

commit 6813ec2
Author: loconeko <[email protected]>
Date:   Wed Apr 29 06:39:19 2020 +0800

    patching getter

commit 6cc9cca
Author: loconeko <[email protected]>
Date:   Wed Apr 29 06:35:25 2020 +0800

    digging

commit d104a62
Author: loconeko <[email protected]>
Date:   Wed Apr 29 06:26:46 2020 +0800

    no more water covered

commit b4ef9e9
Author: loconeko <[email protected]>
Date:   Wed Apr 29 06:11:43 2020 +0800

    how to allow roads on water

commit 0ef0a7d
Author: loconeko <[email protected]>
Date:   Tue Apr 28 20:24:45 2020 +0800

    Trying to get roads on water

commit 3ef3460
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:44:46 2020 +0800

    lower case / upper case issue

commit 1e55af7
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:42:38 2020 +0800

    puzzled

commit d355005
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:39:22 2020 +0800

    check ocean then impassable

commit 2ac1978
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:35:21 2020 +0800

    Impassable is hillinness, not terrain itself

commit 78c6087
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:28:15 2020 +0800

    digging

commit 99b2ac5
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:17:28 2020 +0800

    try again little grasshoper

commit 919a0be
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:15:16 2020 +0800

    true is false, false is true. A new era of fake programming.

commit e1497d9
Author: loconeko <[email protected]>
Date:   Tue Apr 28 17:11:49 2020 +0800

    Fixing bug just found that allowed all roads to build through impassable

commit d8278cf
Author: loconeko <[email protected]>
Date:   Tue Apr 28 16:40:58 2020 +0800

    Issue #8

commit 33a29dd
Author: loconeko <[email protected]>
Date:   Tue Apr 28 16:38:28 2020 +0800

    issue#8

commit a3939bf
Author: loconeko <[email protected]>
Date:   Tue Apr 28 16:28:55 2020 +0800

    Issue #8

commit 52aed4a
Author: loconeko <[email protected]>
Date:   Tue Apr 28 16:24:02 2020 +0800

    Addressing issue #8 : building on water

commit a1c5075
Author: loconeko <[email protected]>
Date:   Tue Apr 28 14:18:03 2020 +0800

    fiddling

commit 7d9b402
Author: loconeko <[email protected]>
Date:   Tue Apr 28 14:10:44 2020 +0800

    digging

commit 6038c36
Author: loconeko <[email protected]>
Date:   Tue Apr 28 13:28:20 2020 +0800

    digging

commit d3f58ab
Author: loconeko <[email protected]>
Date:   Tue Apr 28 13:21:08 2020 +0800

    Hopefully removing ISR2G from item tab

commit 8cff9fc
Author: loconeko <[email protected]>
Date:   Tue Apr 28 12:24:04 2020 +0800

    Testing new section for road equipment

commit 02d26ee
Author: loconeko <[email protected]>
Date:   Tue Apr 28 12:19:27 2020 +0800

    digging

commit cb2087c
Author: loconeko <[email protected]>
Date:   Tue Apr 28 11:26:41 2020 +0800

    digging

commit 4f72a95
Author: loconeko <[email protected]>
Date:   Tue Apr 28 11:22:02 2020 +0800

    digging

commit 7a2b368
Author: loconeko <[email protected]>
Date:   Tue Apr 28 11:16:22 2020 +0800

    more digging

commit 0aa4aba
Author: loconeko <[email protected]>
Date:   Tue Apr 28 10:23:15 2020 +0800

    First good attempt at adding road equipment section

commit 29a4f85
Author: loconeko <[email protected]>
Date:   Tue Apr 28 09:56:44 2020 +0800

    digging

commit a171603
Author: loconeko <[email protected]>
Date:   Tue Apr 28 09:49:37 2020 +0800

    digging

commit b7c3054
Author: loconeko <[email protected]>
Date:   Tue Apr 28 09:47:53 2020 +0800

    digging

commit dcd1179
Author: loconeko <[email protected]>
Date:   Tue Apr 28 07:00:38 2020 +0800

    more of the same

commit b614f8b
Author: loconeko <[email protected]>
Date:   Tue Apr 28 06:58:15 2020 +0800

    fiddling

commit 9eb67e9
Author: loconeko <[email protected]>
Date:   Tue Apr 28 06:43:37 2020 +0800

    Getting somewhere

commit f7a6a2d
Author: loconeko <[email protected]>
Date:   Mon Apr 27 17:28:55 2020 +0800

    investigating

commit 3a905dc
Author: loconeko <[email protected]>
Date:   Mon Apr 27 16:26:57 2020 +0800

    investigating

commit 0d04dff
Author: loconeko <[email protected]>
Date:   Mon Apr 27 16:22:14 2020 +0800

    investigating

commit 2604215
Author: loconeko <[email protected]>
Date:   Mon Apr 27 16:12:01 2020 +0800

    investigating

commit 85e84ae
Author: loconeko <[email protected]>
Date:   Mon Apr 27 14:30:21 2020 +0800

    investigating

commit fe28d90
Author: loconeko <[email protected]>
Date:   Mon Apr 27 14:28:03 2020 +0800

    investigating

commit dfe9b6f
Author: loconeko <[email protected]>
Date:   Mon Apr 27 14:25:48 2020 +0800

    Investigating

commit c91b662
Author: loconeko <[email protected]>
Date:   Mon Apr 27 14:24:06 2020 +0800

    Investigating the code

commit 538bd11
Author: loconeko <[email protected]>
Date:   Mon Apr 27 14:09:53 2020 +0800

    Restating the problem

commit 681f50f
Author: loconeko <[email protected]>
Date:   Mon Apr 27 07:26:13 2020 +0800

    Patching

commit 74adf51
Author: loconeko <[email protected]>
Date:   Mon Apr 27 07:21:57 2020 +0800

    First attempts at patching Form_caravan tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Partially done
Projects
None yet
Development

No branches or pull requests

1 participant