Serk Posted August 7, 2020 Posted August 7, 2020 (edited) @Felix Victor maybe I’m blind, but I don’t think it is possible to see on the map additional development points invested in a town, but only the starting value (i.e. 55 points for Vera Cruz, yet Russian clans have invested for more points) Is this data available somewhere? Cheers and very nice and useful map! Edited August 7, 2020 by Serk 1
Felix Victor Posted August 8, 2020 Author Posted August 8, 2020 8 hours ago, Serk said: this data available somewhere Not in API data, but @qw569😳 has it: 2
asdf Posted August 14, 2020 Posted August 14, 2020 (edited) Hi Felix, its possible to add Labor Contracts to the List "Admiralty items and recipes"? Greetings EDIT: In the "List --> Buildings" overview it is listed as (Extra) Labour Contracts. No idea what the correct writing is , with "Extra" or without Edited August 14, 2020 by asdf
Felix Victor Posted August 16, 2020 Author Posted August 16, 2020 v10.10 2020-08-16 port info: port bonuses added list port bonuses: added Thanks to @qw569😳 for making the port bonus data available. Will update the map as often as this thread is updated: 2
Eduard L'Aquila Posted August 19, 2020 Posted August 19, 2020 (edited) @Felix Victor if you don't mind me asking, as I'm sure you're probably the only person outside of the devs that know this, what's the scale of your map? Just how far apart, in the game's odd mix of real world units, is 2000,2000 from 2001,2000? I ask this because I've been trying to make sense out of the game's distances, i.e., just how large are the PB circles are, how far from "zero" the actual PB circle is drawn, etc. I have being doing measurements using your coordinate system (which, I absolutely must compliment you on its elegance) but it would be great to have an actual scale for translate it into something other than "NAMap Units". Edited August 19, 2020 by Eduard L'Aquila
Felix Victor Posted August 19, 2020 Author Posted August 19, 2020 (edited) 10 hours ago, Eduard L'Aquila said: @Felix Victor how large are the PB circles are, how far from "zero" the actual PB circle is drawn With PB circles you mean the join circles? size: my estimates are 14 and 28 pixels position: 5 pixels away from port in the direction indicated in API data (rotation) const getJoinCircle = (id: number, rotation: number): Point => { const { x: x0, y: y0 } = apiPortPos.get(id)! const distance = 5 const degrees = degreesHalfCircle - rotation const radians = (degrees * Math.PI) / degreesHalfCircle const x1 = Math.trunc(x0 + distance * Math.sin(radians)) const y1 = Math.trunc(y0 + distance * Math.cos(radians)) return [x1, y1] } Calculated data is here: https://github.com/felixvictor/na-map/blob/master/src/lib/gen-generic/pb-zones.json Edited August 19, 2020 by Felix Victor Link to json added 1
Felix Victor Posted August 21, 2020 Author Posted August 21, 2020 v10.10.2 2020-08-21 missing link patch
Vitasalato Posted August 22, 2020 Posted August 22, 2020 On 8/21/2020 at 7:50 PM, Felix Victor said: v10.10.2 2020-08-21 missing link patch Thanks as always! About the max thickness cap, once again looks like 50% is either not enough or there is not cap at all. Currently this built on the site is capped at 150.
Felix Victor Posted August 23, 2020 Author Posted August 23, 2020 On 8/14/2020 at 7:17 PM, asdf said: Its possible to add Labor Contracts to the List "Admiralty items and recipes"? v.10.11
Felix Victor Posted August 23, 2020 Author Posted August 23, 2020 15 hours ago, Vitasalato said: About the max thickness cap, once again looks like 50% is either not enough or there is not cap at all. v10.11
Felix Victor Posted August 23, 2020 Author Posted August 23, 2020 v10.11 2020-08-23 list cannons: cannon families are (un-)selectable ship compare: thickness cap is 100%, minor fixes recipes: (extra) labour contracts added 2
Lizzo Posted August 23, 2020 Posted August 23, 2020 (edited) 38 minutes ago, Felix Victor said: v10.11 2020-08-23 list cannons: cannon families are (un-)selectable Edinorog guns seem to be missing now, also Turn Rate in Ship List is saying Not a Number for every ship Edited August 23, 2020 by Lizzo
Felix Victor Posted August 23, 2020 Author Posted August 23, 2020 4 hours ago, Lizzo said: Edinorog guns seem to be missing now Fixed, thanks for the report 4 hours ago, Lizzo said: Turn Rate in Ship List is saying Not a Number for every ship Reload with f5 or invalidate cache with shift ctrl r
Felix Victor Posted August 24, 2020 Author Posted August 24, 2020 22 hours ago, Lizzo said: Turn Rate in Ship List is saying Not a Number Misread it. Fixed now.
Elric Posted August 24, 2020 Posted August 24, 2020 The X and Y circles on each port - are these the AI spawn points for Raider PB's? Your github documentation does not mention these.
Nixolai Posted August 24, 2020 Posted August 24, 2020 (edited) 26 minutes ago, Elric said: The X and Y circles on each port - are these the AI spawn points for Raider PB's? Your github documentation does not mention these. Make sure that you have "All raid" on, the X and Y is for teleport spawnpoints. Edited August 24, 2020 by Nixolai
Felix Victor Posted August 25, 2020 Author Posted August 25, 2020 v10.11.3 2020-08-25 list port bonus: port points and points invested added
Felix Victor Posted August 27, 2020 Author Posted August 27, 2020 (edited) v10.11.4 2020-08-26 missing link patch 2020-08-26 (module and ship changes) Edited August 30, 2020 by Felix Victor
Montagnes Posted August 27, 2020 Posted August 27, 2020 Could be possible to add a new layer (besides trims and upgrades) of port bonuses to the ship comparison feature?
Felix Victor Posted August 27, 2020 Author Posted August 27, 2020 12 minutes ago, Montagnes said: new layer (besides trims and upgrades) ?
Vitasalato Posted August 27, 2020 Posted August 27, 2020 1 hour ago, Montagnes said: Could be possible to add a new layer (besides trims and upgrades) of port bonuses to the ship comparison feature? The ship trip tab already induces both Port Bonuses and Trims. What do you mean then?
Aquillas Posted August 31, 2020 Posted August 31, 2020 Hi Felix, This is just a detail, but in the perk list, the Seeferkel book is not listed.
Felix Victor Posted August 31, 2020 Author Posted August 31, 2020 v10.11.5 2020-08-31 ship bow/stern thickness patch 2020-08-31
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now