Elvas Tower: Planning area of the ETCS DMI - Elvas Tower

Jump to content

Posting Rules

All new threads will be started by members of the Open Rails team, Staff, and/or Admins. Existing threads started in other forums may get moved here when it makes sense to do so.

Once a thread is started any member may post replies to it.
  • 10 Pages +
  • « First
  • 8
  • 9
  • 10
  • You cannot start a new topic
  • You cannot reply to this topic

Planning area of the ETCS DMI Rate Topic: ***** 2 Votes

#136 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin Group
  • Posts: 9,405
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 10 December 2023 - 11:51 AM

Hello.
The author of one is Borislav.
that may help...

#137 User is offline   gpz 

  • Superintendant
  • Group: Posts: Elite Member
  • Posts: 1,847
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 10 December 2023 - 11:57 AM

Sorry, I thought that too, but I found only a 2D cab from him. I need a direct link or a filename on a site. All these searches are eating up my time that I wanted to spend writing code... (Today I spent considerably more time for searching than I wanted to, and I'm a bit frustrated now.)

#138 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin Group
  • Posts: 9,405
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 10 December 2023 - 12:04 PM

Sorry too.
The cab for C44-9, I've seen, might be 2d, though it was so nice-made, that looked as 3d.
I understand (about time). Hope, You'll get, what is needed anyway.
No files by Borislav in ET's file library found.

#139 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,559
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 12 December 2023 - 02:33 AM

Peter, you may ask akioyamamura for a 3D cab with distributed power display. I think he didn't publish it, but he could be so kind to provide you a private download link.

#140 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin Group
  • Posts: 9,405
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 12 December 2023 - 07:12 AM

Oh, yes: I've messed that with Brazilian C44-9's

#141 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Posts: Elite Member
  • Posts: 7,559
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 24 December 2023 - 02:38 AM

View PostLuis, on 22 January 2022 - 01:52 PM, said:

Hello

Is possible to have this: MaxSpeed 280?

ScreenDisplay (
Type ( ORTS_ETCS SCREEN_DISPLAY )
Position ( 259 230 95 70 )
Units ( KM_PER_HOUR )
Parameters (
MaxSpeed 280
Mode SpeedArea

)
)

thankyou for helps

regards

This is now available in ORNYMG 149.1 (code by Peter-gpz).

#142 User is offline   Albertosaurio65 

  • Fireman
  • Group: Posts: Active Member
  • Posts: 116
  • Joined: 31-August 20
  • Gender:Male
  • Location:Málaga, España
  • Simulator:Open rails
  • Country:

Posted 03 February 2024 - 04:56 AM

Hello, I have a suggestion for the same thing for a 150 speedometer, if that is possible please.
Attached Image: 8138037604_82240d6106_b.jpg

#143 User is offline   gpz 

  • Superintendant
  • Group: Posts: Elite Member
  • Posts: 1,847
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 19 February 2025 - 12:55 PM

In my latest PR I made the ETCS DMI to work in a 3D cabview, as a generated texture that replaces an existing one. Usage is, edit the s file and replace an "image ( staticscreentexture.ace )" with something like
image ( screens/etcs_dmi,maxspeed=280,maxvisiblespeed=280,units=kmph,displayunits=0 )


I've tested it with the following vehicle:

View Postmareknowosad, on 11 February 2025 - 11:39 AM, said:

PKOR - Polish Railways in Open Rails

https://pkor.trainsim.pl/

Pesa Elf


I replaced the "image ( bootowanie.dds )" line in the file TRAINSET\common.cab\PKOR_Elf1\Elf1_3D.s (after uncompressing it, of course).
I've also added a dial of 150 per the request above.

The PR is not included into the testing and unstable versions. I didn't want to switch it to be included, because I suppose the testing branch is now used for the upcoming 1.6 release, and I don't know if any new features are accepted at this time.

#144 User is offline   gpz 

  • Superintendant
  • Group: Posts: Elite Member
  • Posts: 1,847
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 19 February 2025 - 11:28 PM

Thinking about it a bit, probably it would be better not to require to alter the s file, but rather the cvf configuration for the display could tag the name of the texture to be replaced, maybe with the existing Graphic() keyword. I think I will change the behavior.

#145 User is offline   cesarbl 

  • Engineer
  • Group: Posts: Contributing Member
  • Posts: 621
  • Joined: 30-March 20
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 19 February 2025 - 11:58 PM

I was going to suggest that too. I think using the .cvf to configure the DMI is the right way to go. It's done the same way in the 2D cab.

#146 User is offline   gpz 

  • Superintendant
  • Group: Posts: Elite Member
  • Posts: 1,847
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 20 February 2025 - 11:04 AM

I've changed the behavior, now it can be configured in the cvf file like
ScreenDisplay (
    Type ( ORTS_ETCS SCREEN_DISPLAY )
    Graphic ( bootowanie.ace )
    Units ( KM_PER_HOUR )
    Parameters (
        Mode FullSize
        MaxSpeed 280
        DisplayUnits 1
    )
)

The Graphic() token determines which texture is getting replaced. With the above vehicle one can set either the bootowanie.ace or the tacho.ace, which will put the DMI to the right side or to the middle screen of the cab.

I missed, that this PR was actually always in the unstable release. So now anyone can try it. I've also set it to ready to review status.

#147 User is offline   mareknowosad 

  • ex-m61
  • Group: Posts: Active Member
  • Posts: 211
  • Joined: 25-July 23
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 20 February 2025 - 02:38 PM

https://youtu.be/56Z...voXe0c5pUbNvyzQ

Thank You Peter. I used this version of Openrails https://github.com/o....02.20-2007.zip

I have modified the file according to your template Elf1_3D.cvf which I am attaching Attached File  Elf1_3D.cvf (7.88K)
Number of downloads: 236

The Elf trains package from Polish companies is available at https://pkor.trainsim.pl/download/elf/

  • 10 Pages +
  • « First
  • 8
  • 9
  • 10
  • You cannot start a new topic
  • You cannot reply to this topic

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