User Tools

Site Tools


door_text

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
door_text [2022-12-12 03:59]
blockhead blanked: moved to dev:proposals
— (current)
Line 1: Line 1:
-====== On Door Display of Outside Text ====== 
-A lot of trains put information about the train on the outside. For example, this [[https://www.infotec.co.uk/uploads/_CGSmartImage/img-e500a2630fdc7f8708a183bcd7ccfb91|Virgin Train]] puts information about destination and carriage on a board in the door. 
- 
- 
-This has many advantages: 
- 
-  * Information changes, such as the termini of a train (a train cannot be perpetually going to the same termini without reaching the termini) 
-  * Passengers know which carriage they are about to board and where the train goes 
- 
-This is partially replicated by the outside text, which can be edited with LuaATC (and the onboard computer, but this is highly impractical to update as there are more trains than people on most advtrains servers). However, one must hover over the train and use the HUD to find out information, which can break immersion and is unrealistic (except for if Google Glass technology is rolled out on an almost dystopian scale).  
- 
-My proposal is to make textline-like displays on some train doors. These reflect the outside text exactly. 
- 
-To help, there are also escape codes for various pieces of information: 
- 
-^ Code ^ Meaning ^ ''Example output'' among text ^ 
-| ''%c'' | The carriage number | This is carriage ''3''. | 
-| ''%l'' | The line of the train | This train is a ''L3'' train | 
-| ''%p'' | Amount of players on a train | This carriage has ''1'' people | 
-| ''%t <RWT event>'' | (needs a [[dev:proposals:rwt:timetable_plan|RWT]] interface) The scheduled time of an event | This train is leaving at ''04:32'' | 
-| ''%a'' | The ATC command given to the train | This train is running the code ''B0WD1OLD10OCD1SM'' | 
- 
-