Jump to content
Naval Games Community

Recommended Posts

Posted
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.

Posted (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 by Felix Victor
Posted
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

Posted
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.

Posted
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?

Posted
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)

Posted
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.

  • Like 1
Posted
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

  • Like 1
Posted
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

  • 2 weeks later...
Posted (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 by DanseMacabre
  • Like 3
Posted
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.

Posted (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 by Felix Victor
  • Like 3
Posted (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. 

image.png.05e910c56623475c7e31f9bfe1978ce4.png

The price to sell is not displayed, I know that the price is not displayed because this product is not available in the port. 

image.thumb.png.3b154db1b19014f5930b6f653ecbe9c7.png

 

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. 

 

image.thumb.png.6f8c3ac53cda26bd866c4f0c86c348f4.png

Edited by asdf
Posted (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 by Felix Victor
contrated -> contracted
  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...