Originally posted by pgroenbaek
View Post
Announcement
Collapse
No announcement yet.
Testing v8.005
Collapse
This is a sticky topic.
X
X
-
If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
-
I reset some of the values in the startup file to those in my older version, such as mouse speed etc. One thing I did not find was which parameter it is that changes the background color on the edit screen. I was using black text on a white background which is easier on these 85 year old eyes. I noticed the comment about textures and in releasing a few routes over the years, I noticed that most of the large size is from textures more than objects.
Jerry
Comment
-
Originally posted by Pecho Lata View PostOpen Rails also supports rectangular textures with sides divisible by 2. Is this supported by TSRE 8.xxx?
Originally posted by KS44HUN View Postdo any of the TSRE v0.8.004 test versions already support non-square texture sizes?
In my testing, 168 x 128 works as expected. 167 x 127 will not work.
I've been able to open my test shape with the 168x128 texture using TSRE Shape Viewer, Consist Editor and have used the Route Editor to place it in the world as a new object.
If others have rectangular texture they'd like to test, please let me know the results.
Last edited by eric; 10-05-2024, 18:27.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Yep, I see that. There was logic to ignore track objects. I'm going to roll that back to include the track objects and write those out as a separate file: tracksUsed.txtLast edited by eric; 10-08-2024, 15:58.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Testing version 8.005g is out -- fixes the track section and Dynatrax mentioned above, and also prepends the route name for the three text files being created with the listFiles option.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Testing version 8.005h will be out tonight -- allows ORTSAICrossingHornPattern to be retained in activity files, and will only create the Used/Unused files if LoadAllWFiles is also true.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Using version - 8.005h
With regard to the Activity Editor, when saving it is keeping the ORTSAICrossingHornPattern entry, however it is changing it to ( 80 ) and not ( US ). The trains seem to blow the correct pattern, nonetheless. The issue I am having is if an activity has ORTSAICrossingHornPattern ( US ) the services, traffic file, events, and loose consists don't show up in the editor. Basically it is ignoring everything after the horn pattern line. If I change it to ( 80 ) everything shows up correctly. It took me a while to figure out what was happening, but I've tested it with several activities and routes.
Comment
-
I'll take a look - it might be forcing the value into an integer instead of a string incorrectly.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Sorry for the lag in versions -- I have been out of town for the last two weeks, and not able to recompile anything until tonight.
Verion 8.005J fixes the value issue for the horn crossing pattern, and also exposes it on the Activity Settings page so that it can be added to a service file.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Thanks for the update!
Some observations.
Consist Editor
- It's now showing include files that are in the ORTS_EOT folder.
Consist Editor Wish List
- A refresh button (F5, etc.) to reload contents without having to restart.
- A way to filter the contents by folder. For example, typing in "5Pak17" into the search would display only the contents in that folder.
Activity Editor
- Timetable Editor - The calculate function doesn't display the times when they go past midnight, but I don't think this ever worked. Can it be fixed?
- Is there a way to add functionality to adjust the left column width to the Service, Traffic, and Timetable Editors? The Timetable editor has a left-right scroll at least to see the full file name, but the others don't and the longer file names are truncated.
Attached Files
Comment
-
Hi Eric. I read sometimes your posts and you are doing nice work with all those new features, but you should never ever touch core editing functions, especially those from TDB class, if you are not a master of MSTS engine or don't have an army of testers.
You did some scary changes. Some you already found to be disasters, like this one:
Suspected Root Cause: Gaps in the TDB TrackNode values (left after disabling "DeleteNulls" in v8.003) were occasionally resulting in the TrackNodes value stored at the top of the TDB being larger than the number of actual TrackNodes, and that was causing the Index Out Of Bounds error in OpenRails.
Comment
-
Thanks for stopping in, and I appreciate the comments.
I haven't actually touched the TDB or terrain editing - the bulk of changes have deliberately avoided those.
We do need to add a TDB rebuild function and an ability to try and retain higher resolutions textures after terrain painting. Those are two areas I don't plan to touch without a design document or some better commenting within the code. Both would be better done if guided by you, but that also assumes you have the time.
I've also been pretty clear there are risks associated with testing versions. After almost a year of changes, there's been one critical flaw which you highlighted, and that wasn't an intentional change as much as it was commenting out a function call in error.If you like what you see here at Trainsim.com, be it the discussions and knowledge in the forums, items saved in our library or the ongoing development of our TSRE Fork, I hope you'll consider a paid membership to help support keeping the site operating.... Thanks!
Comment
-
Originally posted by eric View PostI haven't actually touched the TDB or terrain editing - the bulk of changes have deliberately avoided those.
Originally posted by eric View PostThose are two areas I don't plan to touch without a design document or some better commenting within the code. Both would be better done if guided by you, but that also assumes you have the time.
Terrain editing is not as risky as TDB editing. If you damage something during terrain editing, only one tile is destroyed in the worst case. And it is usually easy to fix or restore from backup. Also terrain errors are usually instantly visible, unlike TDB errors, when some interactives / signallling issues can be unseen for weeks and later too difficult to fix.
Comment
Comment