diff --git a/content/blarg/2023-07-30_autonav_the_lanes.md b/content/blarg/2023-07-30_new_autonav.md similarity index 91% rename from content/blarg/2023-07-30_autonav_the_lanes.md rename to content/blarg/2023-07-30_new_autonav.md index 0131169..284943e 100644 --- a/content/blarg/2023-07-30_autonav_the_lanes.md +++ b/content/blarg/2023-07-30_new_autonav.md @@ -1,9 +1,8 @@ --- -title: 'Autonav the Lanes' +title: 'New Autonav' author: bobbens tags: [ 'development' ] blurb: Autonav now works on patrol lanes and is also customizable. -hidden: true --- *This post is about development on Naev 0.11.0.* @@ -24,6 +23,8 @@ factions when jumping, and will not use them otherwise. You can configure it to not use lanes for jump, and also to use lanes for landing on planets or stations from the new settings option accessible in the info menu. +<%= image( @items['/imgs/blarg/2023/autonav_settings.png'], "New player settings are accessible from the info window.", 'center' ) %> + To get this working the entire autonav system was scrapped and rewritten, this also has the added effect of being much more accurate and efficient when travelling around. Overall it's a win-win situation! Hopefully this will ease diff --git a/content/imgs/blarg/2023/autonav_settings.png b/content/imgs/blarg/2023/autonav_settings.png new file mode 100644 index 0000000..556c5d2 Binary files /dev/null and b/content/imgs/blarg/2023/autonav_settings.png differ