Elvas Tower: OR Manual: suggestions for additions and corrections - Elvas Tower

Jump to content

  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

OR Manual: suggestions for additions and corrections Rate Topic: -----

#1 User is offline   jonas 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 548
  • Joined: 04-April 14
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 27 September 2018 - 01:51 PM

In the manual on page 121 in the example box, the first line reads: include ( ..\bc13ge70tonner.eng )
I suspect from my experience with the include-trk file that a single backslash is not allowed and causes OR to crash.
It must be either a double backslash or a normal slash.

So the line should be either:

include ( ..\\bc13ge70tonner.eng )

or

include ( ../bc13ge70tonner.eng )

In all other cases in the manual the proper version "../" is used.

#2 User is offline   R H Steele 

  • Executive Vice President
  • PipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 3,433
  • Joined: 14-March 13
  • Gender:Male
  • Location:known universe
  • Simulator:Open Rails
  • Country:

Posted 29 September 2018 - 12:29 PM

see this thread >>> http://www.elvastowe...al/page__st__10

Yep, in agreement here, reported in the above thread, but i never filed a bug report for the manual...why don't you do that.
That will make two of us, although I suspect it isn't considered a high priority. Thread is informative, especially Jovets post #14.

At the time of this edit, I've had an opportunity to read your other posts, you know much more about this than myself, I found your posts and answers from OR developers educational.Makes me wish I had taken the time to learn about computer languages in my day.


#3 User is online   James Ross 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 5,490
  • Joined: 30-June 10
  • Gender:Not Telling
  • Simulator:Open Rails
  • Country:

Posted 30 September 2018 - 05:24 AM

View Postjonas, on 27 September 2018 - 01:51 PM, said:

In the manual on page 121 in the example box, the first line reads: include ( ..\bc13ge70tonner.eng )
I suspect from my experience with the include-trk file that a single backslash is not allowed and causes OR to crash.
It must be either a double backslash or a normal slash.

Fixed in X4233 by using "../".

#4 User is offline   jonas 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 548
  • Joined: 04-April 14
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 09 October 2018 - 03:43 AM

Is the digit "1" in the second line under "6.10.10 Activity weather randomization" correct? I suppose there should be a "0".

#5 User is online   James Ross 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 5,490
  • Joined: 30-June 10
  • Gender:Not Telling
  • Simulator:Open Rails
  • Country:

Posted 09 October 2018 - 11:03 AM

View Postjonas, on 09 October 2018 - 03:43 AM, said:

Is the digit "1" in the second line under "6.10.10 Activity weather randomization" correct? I suppose there should be a "0".

You are correct. I've fixed it in X4255, thanks!

#6 User is offline   rickloader 

  • Conductor
  • Group: Status: First Class
  • Posts: 491
  • Joined: 05-February 13
  • Gender:Male
  • Location:Southampton uk
  • Simulator:Open Rails
  • Country:

Posted 10 October 2018 - 12:44 AM

Hi James. Looking at manual x3997 Timetable mode is out of date. It does not take into account the big timetable update in may17. For example 11.5.5 No Automatic coupling. But automatic coupling is now enabled. These changes are well documented by Rob here: "timetable changes"
http://www.elvastowe...170#entry220170
This isn`t easy to find even for an ET member, and unavailable for outsiders. I think it should be in the manual. But Rob clearly states this is preliminary documentation, so perhaps his view is needed.
will help if I can, rick

#7 User is offline   jonas 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 548
  • Joined: 04-April 14
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 10 October 2018 - 01:49 AM

Hi again,

thanks for correcting so far James!

Further I found a tricky typo in Localization Manual.pdf page 8 item 5, took me some time to realize:

"..\Source\3rdPartyLibs\GNU.Gettext.Msgfmt.exe -l fr -r ORTS.Menu -d . -L GNU.Gettext.dll ..\Source\Locales\Menu\fr.po"
but it should say:
"..\Source\3rdPartyLibs\GNU.Gettext.Msgfmt.exe -l fr -r Menu -d . -L GNU.Gettext.dll ..\Source\Locales\Menu\fr.po"

and in two pot files I've found this little typos
Contrib.pot -> Activiti Description
RunActivity.pot -> WEATHER INFORMATIOPN

#8 User is online   James Ross 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 5,490
  • Joined: 30-June 10
  • Gender:Not Telling
  • Simulator:Open Rails
  • Country:

Posted 10 October 2018 - 12:24 PM

View Postrickloader, on 10 October 2018 - 12:44 AM, said:

Hi James. Looking at manual x3997 Timetable mode is out of date. It does not take into account the big timetable update in may17. For example 11.5.5 No Automatic coupling. But automatic coupling is now enabled. These changes are well documented by Rob here: "timetable changes"
http://www.elvastowe...170#entry220170
This isn`t easy to find even for an ET member, and unavailable for outsiders. I think it should be in the manual. But Rob clearly states this is preliminary documentation, so perhaps his view is needed.
will help if I can, rick

Thanks for finding the documentation from Rob, even if it's going to be time consuming for someone to copy into the manual. I won't have time this week to do it, so if someone else thinks they can do it (preferably they'll have some experience with reStructredText, the format used) feel free, but also ask if there are any issues.

#9 User is online   James Ross 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 5,490
  • Joined: 30-June 10
  • Gender:Not Telling
  • Simulator:Open Rails
  • Country:

Posted 10 October 2018 - 12:33 PM

View Postjonas, on 10 October 2018 - 01:49 AM, said:

Further I found a tricky typo in Localization Manual.pdf page 8 item 5, took me some time to realize:

"..\Source\3rdPartyLibs\GNU.Gettext.Msgfmt.exe -l fr -r ORTS.Menu -d . -L GNU.Gettext.dll ..\Source\Locales\Menu\fr.po"
but it should say:
"..\Source\3rdPartyLibs\GNU.Gettext.Msgfmt.exe -l fr -r Menu -d . -L GNU.Gettext.dll ..\Source\Locales\Menu\fr.po"

Well spotted! Fixed in X4259 (although manuals only update in Testing versions).

View Postjonas, on 10 October 2018 - 01:49 AM, said:

and in two pot files I've found this little typos
Contrib.pot -> Activiti Description
RunActivity.pot -> WEATHER INFORMATIOPN

The second one is mine. :( Also fixed in X4259, along with a full update of the .pot files, thanks!

#10 User is offline   jonas 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 548
  • Joined: 04-April 14
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 11 October 2018 - 03:19 PM

View PostJames Ross, on 10 October 2018 - 12:33 PM, said:

...Also fixed in X4259, along with a full update of the .pot files, thanks!


Thanks for fixing it, James!
I'll look up in how far the full update of the pot files are relevant for the de.po.

  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users