Elvas Tower: OR NewYear MG - Elvas Tower

Jump to content

  • 202 Pages +
  • « First
  • 52
  • 53
  • 54
  • 55
  • 56
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

OR NewYear MG Rate Topic: ****- 4 Votes

#531 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 05 April 2020 - 12:17 PM

NickOnWheels,
Open Rails is open source (and more precisely it is provided accordingly the GNU license version 3 or later). Don't make arbitrary affirmations.

That said, your version arrives only to two GB because it is not built in LAA mode. If you run any regular OR version, and select the LAA option, you will get 4 GB.
To get 4 GB with a home-made version either you start from a Monogame-enabled version (like the unstable version or the OR NewYear or the Ultimate version) or you have to build in LAA mode. Check the Internet about the how.
Pls. note: your issue is not about OR NewYear MG, so please continue it somewhere else in the forum, maybe in the Discussion subforum.

#532 User is offline   Stijn D.C. 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 516
  • Joined: 20-August 16
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 07 April 2020 - 12:56 PM

Hello Carlo,

Thanks for ORTS_SIGNED_TRACTION_BRAKING :-)


I have test on EMU with 120 kN needle in both directs, for me this works fine.


Thanks :-)


Greetz,

Stijn

#533 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 08 April 2020 - 12:42 AM

Revision 57 of OR NewYear MG is available here http://www.interazio...loads/index.php .
It is aligned with the latest unstable rel. U2020.04.06-1151 of the official OR, which already includes Monogame. To see what the official unstable release includes, check here https://james-ross.c...&utm_medium=app . It is also aligned with the latest testing version X1.3.1-124.


The list of additional features to such unstable release present in OR NewYear MG is as follows:

- addition of track sounds in the sound debug window (by dennisat)
- F5 HUD scrolling (by mbm_or)
- checkbox in General Options tab to enable or disable watchdog
- increase of remote horn sound volume level
- when car is selected through the F9 window, the car's brake line in the extended brake HUD is highlighted in yellow (by mbm_or)
- improved distance management in roadcar camera
- signal script parser (by perpetualKid): reduces CPU time needed for signal management
- true 64-bit management, allowing to use more than 4 GB of memory, if available, in Win64 systems (mainly by perpetualKid)
- general options checkbox for optional run at 32 bit on Win64 (to avoid slight train shaking bug)
- added translatable Train Driving Info window (see http://www.elvastowe...post__p__251671 and following posts), by mbm_OR
- 32bit running set as default, to avoid 64 bit shakings and flickerings
- inserted extended Raildriver setup, as present in OR Ultimate (by perpetualKid)
- set Simple Control and Physics option as default
- bug fix for https://bugs.launchp...or/+bug/1858298 Sound problems when viewer not created in initial conditions
- analog clocks showing game time, see http://www.elvastowe...station-clocks/ , by jonas
- bug fix for bad mouse pointing in full screen mode and for issues with Fast full screen-Alt-Tab mode
- operation as webserver, enabling HUD and Train Driving info on web clients like PCs, tablets or smartphones, by mbm_OR, cjakeman and BillC
- support for AWS train control system
- panto commands and animations now swapped when in rear cab
- support for Italian train control systems SCMT and TCS
- improvements in Activity Evaluation of station stops, by mbm_OR
- support for scripting of the Spanish train control system ASFA, with the contribution of cesarbl
- NEW: tentative correction to reduce transfer flickering at short distance
- NEW: ORTS_SIGNED_TRACTION_BRAKING control (see http://www.elvastowe...abview-control/ )
- NEW: enable script search for distance signals in backward direction.

Instructions and additional files to use the AWS TCS are available here http://www.elvastowe...post__p__255510 .

When running on Win64, the player can select if he prefers running at 64 bit or 32 bit. In this second case RunActivity32.exe is run, and only a maximum of 4 GB of RAM can be accessed by OR.
Note for developers: Runactivity32.exe is not generated by building the pack, but manually doing a copy of Runactivity.exe, renaming it Runactivity32.exe, and using on the Developer Command Prompt command corflags with the modifier -32BITPREF+


NOTE: ReShade 4.3.0 or older or ReShade later than 4.5.2 must be used. ReShade 4.4.2 doesn't work here. See here http://www.elvastowe...mg-and-reshade/ for an installation guide of ReShade.

When running on Win64, if you are running OR at 64 bit (option not checked) you must point ReShade to OpenRails64.exe; if you are running OR at 32 bit (option checked) you must point ReShade to OpenRails.exe.

It is suggested to unpack the .zip using 7zip, if other unpackers lead to problems.

Instructions for web server:
What you can do now to test it: check the general options checkbox Enable WebServer, and start OR. If you type
http://127.0.0.1:2150/index.html
in your browser of the same PC where OR runs, you'll get a web page with the OR HUD.
You can display the same page also on other PCs, or devices like an Android Smartphone or TV box, or an IPad. In this case however, within the Command prompt you must type ipconfig; you will get some lines as reply, and one of them is
IPv4 Address. . . . . . . . . . . : 192.168.1.114
So, in such case, on the browser of your external device (being in the same internal network of your PC) you will have to type
http://192.168.1.114:2150/index.html

Revision 56.2 can still be downloaded from here http://www.interazio...loads/index.php (click on OR_NewYear_MG_oldrecent.zip) .

#534 User is offline   Diter258r 

  • Apprentice
  • Group: Status: Active Member
  • Posts: 38
  • Joined: 30-November 19
  • Gender:Male
  • Location:Brazil
  • Simulator:open rails
  • Country:

Posted 08 April 2020 - 12:55 PM

everything is OK

#535 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 17 April 2020 - 08:44 AM

Revision 58.1 of OR NewYear MG is available here http://www.interazio...loads/index.php .
It is aligned with the latest unstable rel. U2020.04.17-0451 of the official OR, which already includes Monogame. To see what the official unstable release includes, check here https://james-ross.c...&utm_medium=app . It is also aligned with the latest testing version X1.3.1-124.


The list of additional features to such unstable release present in OR NewYear MG is as follows:

- addition of track sounds in the sound debug window (by dennisat)
- F5 HUD scrolling (by mbm_or)
- checkbox in General Options tab to enable or disable watchdog
- increase of remote horn sound volume level
- when car is selected through the F9 window, the car's brake line in the extended brake HUD is highlighted in yellow (by mbm_or)
- improved distance management in roadcar camera
- signal script parser (by perpetualKid): reduces CPU time needed for signal management
- true 64-bit management, allowing to use more than 4 GB of memory, if available, in Win64 systems (mainly by perpetualKid)
- general options checkbox for optional run at 32 bit on Win64 (to avoid slight train shaking bug)
- added translatable Train Driving Info window (see http://www.elvastowe...post__p__251671 and following posts), by mbm_OR
- 32bit running set as default, to avoid 64 bit shakings and flickerings
- inserted extended Raildriver setup, as present in OR Ultimate (by perpetualKid)
- set Simple Control and Physics option as default
- bug fix for https://bugs.launchp...or/+bug/1858298 Sound problems when viewer not created in initial conditions
- analog clocks showing game time, see http://www.elvastowe...station-clocks/ , by jonas
- bug fix for bad mouse pointing in full screen mode and for issues with Fast full screen-Alt-Tab mode
- operation as webserver, enabling HUD and Train Driving info on web clients like PCs, tablets or smartphones, by mbm_OR, cjakeman and BillC
- support for AWS train control system
- panto commands and animations now swapped when in rear cab
- support for Italian train control systems SCMT and TCS
- improvements in Activity Evaluation of station stops, by mbm_OR
- support for scripting of the Spanish train control system ASFA, with the contribution of cesarbl
- correction to reduce transfer flickering at short distance
- ORTS_SIGNED_TRACTION_BRAKING control (see http://www.elvastowe...abview-control/ )
- NEW: water flickering reduced in many cases
- NEW: allow passing a red signal for shunting through dispatcher window, see https://trello.com/c...spatcher-window , by césarbl
- NEW: optional letterbox cab2D + improved window shading, see http://www.elvastowe...post__p__257696 , byYoRyan
- NEW: Fix memory usage indication that was clamped to 4 GB, see http://www.elvastowe...post__p__257699
- NEW: option to skip saving commands (reduces save time on long activities), see http://www.elvastowe...post__p__257687
- NEW: skip warning messages related to ruler token, that is introduced by TSRE5
- NEW: scripted TCS: added hooks to get data about INFO signals (to emulate beacons)
- NEW: fixed bug about forced approach position control, see http://www.elvastowe...aybe-its-a-bug/ , by césarbl.

Instructions and additional files to use the AWS TCS are available here http://www.elvastowe...post__p__255510 .

When running on Win64, the player can select if he prefers running at 64 bit or 32 bit. In this second case RunActivity32.exe is run, and only a maximum of 4 GB of RAM can be accessed by OR. If the computer has only 4 GB RAM, selecting the option to run at 32 bit on Win64 is recommended.
Note for developers: Runactivity32.exe is not generated by building the pack, but manually doing a copy of Runactivity.exe, renaming it Runactivity32.exe, and using on the Developer Command Prompt command corflags with the modifier -32BITPREF+


NOTE: ReShade 4.3.0 or older or ReShade later than 4.5.2 must be used. ReShade 4.4.2 doesn't work here. See here http://www.elvastowe...mg-and-reshade/ for an installation guide of ReShade.

When running on Win64, if you are running OR at 64 bit (option not checked) you must point ReShade to OpenRails64.exe; if you are running OR at 32 bit (option checked) you must point ReShade to OpenRails.exe.

It is suggested to unpack the .zip using 7zip, if other unpackers lead to problems.

Instructions for web server:
What you can do now to test it: check the general options checkbox Enable WebServer, and start OR. If you type
http://127.0.0.1:2150/index.html
in your browser of the same PC where OR runs, you'll get a web page with the OR HUD.
You can display the same page also on other PCs, or devices like an Android Smartphone or TV box, or an IPad. In this case however, within the Command prompt you must type ipconfig; you will get some lines as reply, and one of them is
IPv4 Address. . . . . . . . . . . : 192.168.1.114
So, in such case, on the browser of your external device (being in the same internal network of your PC) you will have to type
http://192.168.1.114:2150/index.html

Revision 57 can still be downloaded from here http://www.interazio...loads/index.php (click on OR_NewYear_MG_oldrecent.zip) .

#536 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 17 April 2020 - 11:20 PM

For those that have already downloaded rev. 58, rev. 58.1 is out, which fixes a further bug.

#537 User is offline   Dogbert 

  • Fireman
  • Group: Status: Active Member
  • Posts: 103
  • Joined: 07-July 12
  • Gender:Male
  • Location:South West Wales.
  • Simulator:OR MonoGame
  • Country:

Posted 19 April 2020 - 04:52 AM

Many thanks for the further development of the MG version.

Mike.

#538 User is offline   alteo80 

  • Hostler
  • Group: Status: Active Member
  • Posts: 65
  • Joined: 07-January 18
  • Gender:Male
  • Location:Paris 13 (France)
  • Simulator:open rails ny
  • Country:

Posted 19 April 2020 - 05:22 PM

hello, and thanks for the work done on orts mg. currently, on the route marias pass 5, and kootenai, the signals are still red, but not on the experimental version, only on the mg version, I am attaching a log on marias pass 5.thank you.

Attached File(s)



#539 User is offline   steved 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,843
  • Joined: 19-December 09
  • Gender:Male
  • Location:South of here
  • Simulator:ORMG
  • Country:

Posted 19 April 2020 - 06:55 PM

C:\programs files (86).
That looks like your problem.
First rule of MSTS and Windows 7/10 is to install MSTS anywhere but the Program Files folders.
Windows OS protects the contents of the program folders and prevents programs like TSRE, Route_Riter and others from altering the content of these folders.
You'll have to uninstall MSTS and delete the Train Simulator folder in the programs folder and reinstall to another location.
Or, if you have no intention of using MSTS, you can just move the Global, Routes, Sound, and Trains folder to another location outside the programs folders. A suggestion would be C:\1MSTS. But you can put it anywhere.
This will save your registry entries so other software can find it.
Also looks like you hosed MariasPass5 and will have to reinstall it.

Steve


#540 User is offline   alteo80 

  • Hostler
  • Group: Status: Active Member
  • Posts: 65
  • Joined: 07-January 18
  • Gender:Male
  • Location:Paris 13 (France)
  • Simulator:open rails ny
  • Country:

Posted 19 April 2020 - 07:24 PM

hello, thank you for your quick response, concerning the rights on the programs files folders, I knew this problem well under windows 7 (fsx,msts) and today under windows 10. I am the owner of the whole file with the rights. the problem occurs only in open rail mg, and route ritter has no problem accessing the file in question.

  • 202 Pages +
  • « First
  • 52
  • 53
  • 54
  • 55
  • 56
  • Last »
  • 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