- port_stbrd.png (163.27 Kio) Consulté 1371 fois
Port or Starboard
Modérateurs : Admin bis, Admin anglais
- limelight
- Joueur
- Messages : 749
- Inscription : 22 août 2019 10:15
- Localisation : Melbourne, Australia
- Contact :
Port or Starboard
The compass says "150 port" but to me it appears to be 150 on starboard. I never paid it much attention before so it may have been there all the time and I never noticed.
Check https://madinstro.net/rg/ for handy navigation tools.
- limelight
- Joueur
- Messages : 749
- Inscription : 22 août 2019 10:15
- Localisation : Melbourne, Australia
- Contact :
Re: Port or Starboard
So far, it's only the Espresso Mono that has the problem. The clipper race is ok, so is the JV challenge. But the skipper on the Imoca Foil doesn't know his port from his starboard.
Check https://madinstro.net/rg/ for handy navigation tools.
- mAKi
- Administrateur
- Messages : 1288
- Inscription : 16 juil. 2015 13:49
- Localisation : Bretagne sud
- Contact :
Re: Port or Starboard
sherlock holmes is on stage



mes dessins sont des oiseaux migrateurs qui survolent la terre et la mer, chevauchent le vent, terrassent les emmerdements
- limelight
- Joueur
- Messages : 749
- Inscription : 22 août 2019 10:15
- Localisation : Melbourne, Australia
- Contact :
Re: Port or Starboard
The port starboard bug is still here, the wind is on my starboard side but the display says 'port'.


Check https://madinstro.net/rg/ for handy navigation tools.
- Coromandel
- Joueur
- Messages : 113
- Inscription : 28 août 2019 16:39
- Localisation : Portugal/Netherlands
- Contact :
Re: Port or Starboard
Change the setup language to French John......problem solved



- limelight
- Joueur
- Messages : 749
- Inscription : 22 août 2019 10:15
- Localisation : Melbourne, Australia
- Contact :
Re: Port or Starboard
It does not help Frank, here it says 'babord' when I am 'tribord amure'Coromandel a écrit : ↑20 févr. 2020 20:49Change the setup language to French John......problem solved![]()
![]()

Check https://madinstro.net/rg/ for handy navigation tools.
- Coromandel
- Joueur
- Messages : 113
- Inscription : 28 août 2019 16:39
- Localisation : Portugal/Netherlands
- Contact :
Re: Port or Starboard
I thought the French sailors would have it under control, apparently not.
Re: Port or Starboard
Luckily for Virtualgame is Nederlands (Dutch) not the language in the player VG
In Dutch the saying is "zeil over bakboord" (sail over port side) [when the wind is on the Starboard side] and this boat has right of way over the Boat "met zeil over stuurboord" (sail over starboard) [when the wind is on Port side].
so the rule is the same in Dutch language as in English/French languages, luckily, else we would have many accidents; but the language can be quit confusing.

In Dutch the saying is "zeil over bakboord" (sail over port side) [when the wind is on the Starboard side] and this boat has right of way over the Boat "met zeil over stuurboord" (sail over starboard) [when the wind is on Port side].
so the rule is the same in Dutch language as in English/French languages, luckily, else we would have many accidents; but the language can be quit confusing.

- limelight
- Joueur
- Messages : 749
- Inscription : 22 août 2019 10:15
- Localisation : Melbourne, Australia
- Contact :
Re: Port or Starboard
Since the bug is still present, here is some pseudo code that will perhaps help
#######################################
# CAP is the boat heading (0 -359)
# TWD is the true wind direction (0 - 359)
# TACK is the side the wind is on
# TWA is the true wind angle
# x is an intermediate variable
#######################################
# First we calculate the TWA but in the range (0 - 359)
x = MOD(360 + CAP - TWD, 360) ;
# Next we set x in the range (-179, +180)
if ( x > 180) ; then
x -= 360;
fi
# TWA is calculated next, always positive
TWA = ABS(x);
# Next we set the TACK variable
if (x > 0) ; then
TACK = "Tribord/Starboard";
else
TACK = "Babord/Port";
fi
#######################################
# CAP is the boat heading (0 -359)
# TWD is the true wind direction (0 - 359)
# TACK is the side the wind is on
# TWA is the true wind angle
# x is an intermediate variable
#######################################
# First we calculate the TWA but in the range (0 - 359)
x = MOD(360 + CAP - TWD, 360) ;
# Next we set x in the range (-179, +180)
if ( x > 180) ; then
x -= 360;
fi
# TWA is calculated next, always positive
TWA = ABS(x);
# Next we set the TACK variable
if (x > 0) ; then
TACK = "Tribord/Starboard";
else
TACK = "Babord/Port";
fi
Check https://madinstro.net/rg/ for handy navigation tools.
Re: Port or Starboard
Please check, should be fixed now.
Qui est en ligne ?
Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 1 invité