Earl of Grey Posted November 4, 2019 Posted November 4, 2019 7 hours ago, furyGer said: Suddenly troubles on my smartphone, the menu don't open.. Same here ...
Felix Victor Posted November 4, 2019 Author Posted November 4, 2019 10 hours ago, furyGer said: Suddenly troubles on my smartphone, the menu don't open.. 2 hours ago, Earl of Grey said: Same here ... Sorry but never supported mobile phones in the first place. The real estate is too limited. I use the phone sometimes as well and noticed the problem already. But I wont spend time debugging this as it is a time-consuming nightmare.
Felix Victor Posted November 4, 2019 Author Posted November 4, 2019 netlify.com has some connection problems. Hope they will fix it soon. Cannot do anything on my side though. 2
Felix Victor Posted November 4, 2019 Author Posted November 4, 2019 (edited) v8.16.1 2019-11-04 New ship Implacable (90) Faster Yacht Edited November 4, 2019 by Felix Victor 4
Felix Victor Posted November 6, 2019 Author Posted November 6, 2019 4 hours ago, admin said: paypal link stopped working Hm, no idea. Works here. Maybe use the e-mail felix.victor.na (at) google's mail. 1
Felix Victor Posted November 9, 2019 Author Posted November 9, 2019 On 11/4/2019 at 7:44 AM, furyGer said: Suddenly troubles on my smartphone, the menu don't open.. On 11/4/2019 at 3:41 PM, Earl of Grey said: Same here ... v.8.16.3 1
Felix Victor Posted November 9, 2019 Author Posted November 9, 2019 v8.16.3 2019-11-09 Hamburger menu works again 2
Felix Victor Posted November 14, 2019 Author Posted November 14, 2019 (edited) v8.16.4 2019-11-14 November 2019 ship update: Essex: 6500 (5101) hit points, 650 (510) bottom mast hit points Indefatigable: 415 (350) crew, 12.94 (12.83) max speed Ingermanland: 12.82 (12.46) max speed, 2.85 (2.48) turn rate Wapen von Hamburg: 12.57 (12.03) max speed, 3.12 (2.99) turn rate Edited November 16, 2019 by Felix Victor
Malcolm3 Posted November 14, 2019 Posted November 14, 2019 6 minutes ago, Felix Victor said: November 2019 ship update: What is max speed? - as Ship Compare Tool shows that Indefatigable goes 12.1 kn, not 12.94
Felix Victor Posted November 16, 2019 Author Posted November 16, 2019 On 11/14/2019 at 7:16 PM, Malcolm3 said: What is max speed? - as Ship Compare Tool shows that Indefatigable goes 12.1 kn, not 12.94 You get 12.1 knots only if you do not select frame and planking woods. Closest would be oak/oak.
Malcolm3 Posted November 16, 2019 Posted November 16, 2019 1 hour ago, Felix Victor said: You get 12.1 knots only if you do not select frame and planking woods. Closest would be oak/oak. Tried it with oak/oak and got 12.19 knots only. And 12.09 knots for oak/oak Ingermanland. What I'm doing wrong?
Felix Victor Posted November 16, 2019 Author Posted November 16, 2019 12 minutes ago, Malcolm3 said: Tried it with oak/oak and got 12.19 knots only. And 12.09 knots for oak/oak Ingermanland. What I'm doing wrong? What do you want to achieve exactly? 1
Malcolm3 Posted November 16, 2019 Posted November 16, 2019 1 hour ago, Felix Victor said: What do you want to achieve exactly? I want to get via Na-Map the number you stated as max speed for Indefatigable (and other ships mentioned)
Felix Victor Posted November 16, 2019 Author Posted November 16, 2019 3 hours ago, Malcolm3 said: I want to get via Na-Map the number you stated as max speed for Indefatigable (and other ships mentioned) It is the speed without woods, so more a theoretical value. 1
Felix Victor Posted November 16, 2019 Author Posted November 16, 2019 4 hours ago, Intrepido said: Have you consider adding a layer to include port bonuses in the ship comparison? Also it would be nice to have a list of the ranks of all nations, its crew and xp. API data does not contain the port bonuses nor nation related information. Check for posts from @qw569 1
Malcolm3 Posted November 16, 2019 Posted November 16, 2019 8 minutes ago, Felix Victor said: It is the speed without woods, so more a theoretical value. It's very strange value, as even with most basic wood (oak) speed are not the one you mentioned. Better point the direction of changes (speed up or down) in that case
DanseMacabre Posted November 27, 2019 Posted November 27, 2019 (edited) On 6/10/2019 at 9:25 PM, Felix Victor said: You need a magic number 😁 Take the F11 coordinates Pt1 and Pt2 from Position Sqrt( (Pt1.x - Pt2.x) ** 2 + (Pt1.y - Pt2.y) ** 2 ) / 1025.7 @Felix Victor, @qw569 i found correct formula for distance calculation (that formula is used in-game trading tool) : float K = SQRT( (Src.x - Dest.x) * (Src.x - Dest.x) + (Src.y - Dest.y) * (Src.y - Dest.y) + (Src.z - Dest.z) * (Src.z - Dest.z) ) / 1024 int k = (int) K - or your function that truncates to integer number (not round). Where Src & Dest is `Position` field in Port structure. `1024` - is hardcoded in-game code. Just a magic number. Edited November 27, 2019 by DanseMacabre 3
qw569😳 Posted November 27, 2019 Posted November 27, 2019 5 hours ago, DanseMacabre said: @Felix Victor, @qw569 i found correct formula for distance calculation (that formula is used in-game trading tool) : float K = SQRT( (Src.x - Dest.x) * (Src.x - Dest.x) + (Src.y - Dest.y) * (Src.y - Dest.y) + (Src.z - Dest.z) * (Src.z - Dest.z) ) / 1024 int k = (int) K - or your function that truncates to integer number (not round). Where Src & Dest is `Position` field in Port structure. `1024` - is hardcoded in-game code. Just a magic number. rofl Somebody think that kilo is 1024 (2**10) and not 10**3 as think International System of Units. Maybe he even think that 1 kilometer = 1024 meters or 1 kilogram = 1024 grams.
Felix Victor Posted November 29, 2019 Author Posted November 29, 2019 (edited) v8.14.9 2019-11-29 29 November patch new (s = seasoned) woods new seasoning shed changes to damage parameters (EXPLOSION_DAMAGE_ABSORB_MULTIPLIER, no impact on the map) for some ships maybe more, no patch note yet Edited November 29, 2019 by Felix Victor 3
Aquillas Posted November 29, 2019 Posted November 29, 2019 @Felix Victor You are the best patch note ever! 2
asdf Posted November 29, 2019 Posted November 29, 2019 (edited) Hi Felix, after trading has become more profitable again. Is it possible for you to display the selling price as well as the purchase price of trading goods? For example: The price for beans to buy is displayed. 600 Reals. The price to sell is not displayed, I know that the price is not displayed because this product is not available in the port. Maybe it would be possible, after you have selected one trading Good in the headline, that on the right side an overview is shown which ports it buys or sells at which prices? It would also be possible to display, if I am at position X, which goods would bring the most profit within distance of X-k. Edited November 29, 2019 by asdf
van Veen Posted December 2, 2019 Posted December 2, 2019 @Felix Victor, have you changed your json file paths? Keep up the good work!
Felix Victor Posted December 2, 2019 Author Posted December 2, 2019 2 hours ago, van Veen said: @Felix Victor, have you changed your json file paths? Keep up the good work! I did because of lazy loading. Fixed prefix and a hash. 1
Felix Victor Posted December 2, 2019 Author Posted December 2, 2019 (edited) On 11/29/2019 at 8:11 PM, asdf said: Is it possible for you to display the selling price as well as the purchase price of trading goods? Not available in api data. Only prices of contracted goods. Edited December 2, 2019 by Felix Victor contrated -> contracted 1
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