Jump to content

simonjackson1964

Mitglieder
  • Gesamte Inhalte

    518
  • Benutzer seit

  • Letzter Besuch

Alle erstellten Inhalte von simonjackson1964

  1. Up to now, I've generally used random number generators to release trains randomly from a depot (originally a fiddle yard, more recently a virtual depot). This can generate quite realistic train movements and intervals, but with the introduction of the updatable departure board, I felt the need to update it with the trains... In fact, as I said, this was why my terminus was never finished - I couldn't get my head around the annoying fact that this loco took longer to get from the depot to the departing train than the train was waiting at the station. I know, it's irrational, but I have a certain level of OCD due to mild, high-functioning autism, and this make me want things to work properly. It's why I spent ages figuring out how to make the turn indicators work when road vehicles were turning off the main road, then only included vehicles with working indicators on that layout. I'm just over-thinking it. But the issue of having a train wait at a station for the same length of time as it takes for that train to clear the platform when leaving...? It's weird!
  2. Greetings, upside-down person... I see where you're coming from on that, and I get the idea that, for a big layout with multiple stations, that definitely works. My issue actually arose from a layout I built but never finished, that was a city terminus station. So, follow me on this scenario: A locomotive-hauled passenger train pulls into the station and stops. The locomotive uncouples, and all the passengers get off... A new locomotive exits the depot, and makes its way to the same track, couples up to the back of the train (now the front), while this is happening, the carriages are cleaned. Then all the new passengers get on, and the train leaves, and as soon as it's clear, the loco heads out of the platform to the depot... In the real world, the longest part of that operation is the time when all the passengers are getting on the outbound train, maybe 20 minutes. Now, if we do this in real time, that's a long time to have a train sitting at a station platform in a model. In the real world, even the busiest stations will sometimes have several hours go by with no train movements, especially at night! But on a model you want to keep things moving, keep them interesting. So we use a fast clock to speed things up, and instead of 20 minutes, the train is sitting at the station for 2 minutes (say). But now we have the issue of the locomotive making its way from the depot. At a scale speed of 20km/h it has to travel maybe 500m, which will take it 1½ minutes, but as the station is on fast time, 1½ minutes actually represents 15 minutes. So the locomotive has crawled from the depot at 2km/h, by the fast clock. Obviously, the solution is to have the locomotive come tearing out of the depot at a scale speed of 200km/h. So, here's my thought. Is there a way, or can a way be created, to use the double/triple speed button, from within the EV?. I suppose one could use the "set time" action, to move the time forward by 20 minutes between each train movement, but it feels cumbersome. By the way, I don't have V9, because I haven't been using V8.5 much, and I'm short on cash right now.
  3. I have to say that one of the most frustrating aspects of any model railway, is trying to construct a realistic timetable. The problem is basically one of scale. If I have a model train, travelling at a scale speed of 60km/h, it will take 60 seconds to travel one scale kilometre. But if I want to use a "fast clock" where one second of real time equals one minute of model time, then that train has actually taken an hour to travel one kilometre, and is therefore travelling at the incredibly unrealistic (except on Britain's railways in the 1980s) speed of 1 km per hour! The obvious solution to this is not to use a fast clock. But, if I want to create a realistic timetable, that means I have to literally have the simulation running all day and night. Or at least pause it and save the position every few hours. The other solution is to compress the lengths of things, so that trains that are 12 cars long are represented by a single vehicle (for example). But honestly, that takes all the fun out of it! You might as well just run the control panel...! Does anyone else have any thoughts on this subject?
  4. I'm not sure if this is happening, but one ting I have found happens is, if you have the "automatic acceleration" enabled on the road vehicles, the one that is supposed to stop as the barrier comes down will instead keep going if it is following too close to the one in front. I did come up with a solution for this, but since I lost my computer last year, I don't remember what it was. I do know it involved turning off the automatic acceleration for each vehicle as it approached the crossing, then (I think) turning it back on again when the vehicle speed reached zero, or it safely cleared the crossing... I'm not even certain if that will be of any help, or if it is even relevant - you might have already thought of it... Let alone whether that is actually what I did or exactly how I did it.
  5. Level crossing barriers are something that a lot of people seem to have trouble with. I've had my fair share of issues with them - mostly on the road vehicle side, with cars nor stopping, pushing other cars into the path of the train, not starting again. It has taken quite a bit of work to sort them out and make them behave . So I'm wondering if there could be a way to make them a bit more intuitive? Signals didn't use to have built in track contacts, but they have since V5. And now these all integrate with routes to control train movement. Could something similar be done with the level crossings? Integrate a track contact for the rails, to close them and automatically count the number of trains on or heading for the crossing, and at the same time force all road traffic to stop when the lights start to flash and start again when the barriers open? I mean, it's something that needs to be done on every level crossing, if you intend to have it work realistically, so why not take the code and the track contacts and make them into one "black box" unit...?
  6. ... I have to ask this, because... Does the Steam version of MBS also support Diesel and Electric?
  7. That's why I use the + sign on the end of the track!
  8. The other possibility is that the train is still over the track contact that sets the speed to 30kph when it hits the second contact that sets the speed to 20. I've had this happen before, and it creates a conflict in the system, causing the train to ignore the speed set by the second contact and keep moving at the speed set by the first. There are a couple of possible answers: one is (obviously) to shorten the train or lengthen the gap between the contacts, but this is not always possible. Another is to increase the breaking time of the locomotive, and remove the intermediate contacts. The train should then slow down realistically. My final solution is one I'm not sure will work, and it depends on how you have things set up. If you use the "Decelerate to" option on the contact itself, and don't use the "Accelerate to" option, these should work cumulatively. A train already travelling slower than 30kph will not be affected by a command to slow to that speed. ........................... Edit to add: I have tested this (at V8.5) and it does exactly what it's supposed to. However, the problem ten comes when you start the train again, as it will still be sitting on one or more contacts telling it to slow down. The solution is to have an event that turns off all the deceleration contacts, when the signal is changed (Note that this will also work even if the train didn't stop!)
  9. OH! That's what that does!
  10. Just my 2p worth here: There's always alternative ways of doing something. For example: set a global boolean variable to true before calling the subroutine. At the end of the subroutine, set the same boolean to false. Then the second part of your main routine becomes an event that monitors that variable. When it changes, if the value is True, do nothing. If the value is False, do the second part of the action. Just saying...!
  11. This is the case even if you have a single track piece such as a diamond crossing, if the track does not include a switch. You can get collisions no matter that you have used a single track segment for the crossing. The only safe way is to ensure that all crossings are switchable, thus the route selected will block the others.
  12. Thanks. It's just a shame it's too complex to get actually working! Maybe I'll come back to it some day!
  13. Thanks. It's slow going for a number of reasons, but I'll get there, possibly before v9!
  14. @EASY, Brilliant! Wish I'd thought of that! ... Except you got the times the wrong way around, but hey, that's cosmetic! Still a great slution!
  15. Sorry to chip in here, but I'm not sure that the answer given answered the question asked? Of course, I could be wrong, in which case please ignore me! Goetz said that it is not possible to change the time that the day settings and night settings switch over, and Neo stated that this will be available at V9, but the way I read the question is that Ern45 is asking if the default time setting for day and night that are set by the day/night toggle button can be changed. Currently, these are 12:00 Noon and 00:00 Midnight. It is possible to change the time that the layout is at, simply by editing the time in the edit box next to the day/night toggle button, and then saving the layout. However, whenever that button is used, the time will always go to either noon or midnight. I don't think there is a way around this, other than to manually change it. I did try and create an event that would do the trick, but in order for it to work, simulated time needs to be running....
  16. Upload the layout you're working on as a draft, Make a note of te upload ID, Log in to the site using your new computer and down;load the version you own. I think it asks for your ID and password again, it's been a while since my last computer change. Then down load your draft layout using the ID you previously noted. I may have forgotten a step or two. If you want to transfer more than one layout, I think you might be able to upload more drafts from the old computer and download them to the new one. Unfortunately my old computer died before I could upload anything from it!
  17. Here's a hint: you can put as many keywords on one contact as you like - and remember that all signals have an attached track contact. So you can have a single track contact do multiple functions depending on the existence of a keyword on a loco, or the value of a variable on the loco. I've found that there are two competing options for successful operation of a layout: you can have a huge EV with lots of duplicate events, or you can have a lot of keywords and variables all over the place, and make use of the "trigger" variable a lot in the events, and make your EV a lot smaller by having generic events that will control anything depending on the settings of certain variables or properties. Personally, I like the smaller EV. It's a lot of work up front to put the controls in place on the objects that need them, but a lot less coding!
  18. One of the things "last" can be used for, is when a light locomotive is heading into a run-around. The locomotive leaves a track that happens to be the turnout at the start of the head shunt. Delay the action by half a second and stop the loco. Then change the setting of the "last" track. Delay another half second and start the loco moving in the opposite direction.... That's just an example of how "Last Track" might be useful. Personally, I stopped using that method when V5 came out with track contacts. You can achieve the same thing with a track contact placed part way down the head shunt, and actually use a route to set the full length of the run-around along with any signals involved.
  19. May I suggest using track contacts? These have "enter", "centre" and "leave" triggers, and can be located wherever you need them. Using a keyword to identify the contact is probably the easiest way to select them. Just my 2p worth
  20. That's great. I also checked and figured out how to share content. Monday I'm working between 9:00 and 12:00 my time. But I am available tomorrow any time after 11:000 ( which is 6:00am your time.) I'll pop a Friend request on Facebook now, so we can find each other.
  21. Well done! I noticed a misaligned join at x=-987.5, y=-30.01. Not sufficient to stop the train, but enough to make it jerk with unintended realism (when compared to the US prototype - the condition of the tracks over there would never be accepted in Europe!). I would just move one or other of the track ends using the flexi-track tool to realign them. So now you need some scenery? The signals supplied with MBS are almost all German, as is most of the rolling stock, but I honestly have no knowledge of US railway signalling at all. I know British signals and practices, and thorough research and asking questions on this forum has given me a working know;edge of German signals.... But what I do know is how the Route system works on MBS - from trial and error and playing with it! Scenery itself I can certainly help with. Scratch-building with Primitives is actually something I enjoy doing and it's good because what you build doesn't require uploading seperately, which is the case with other modelling programs. I'm not certain if you can use my email address to find me on Facebook? It's not something I've ever done. I know you can with Teams. Hope to chat soon? Simon
  22. That's fair, although if I called my wife "farmhand" (or something similar) I'm pretty sure I'd be cooking my own food for a month! Ha ha! The only reason I even have Facebook is that she was visiting relatives overseas a few weeks ago, and it was a convenient way to keep in touch! I don't post anything either.
  23. Hi. I tried to send you a PM, but apparently you can't receive them? Not sure why that would be. My email is simon.j.19640430@gmail.com. I'll be available today from about 15:30 BST which would be 10:30 EDT. You should be able to get me on Teams, Facebook Messenger, and Google Meet. Or if that's no good, email me and we can arrange something for tomorrow or over the weekend. Cheers Simon
  24. The sound volume changing is a feature of MBS and has been there since V4. I generally have the sound off, though, because my wife is in the same room and finds it annoying! I'm in the UK, so depending on what part of the US you are in, I'm either 5, 6, 7 or 8 hours ahead. (Unless you're in Hawai'i, that is!) Interesting. The video you linked actually looks larger than HO, although that could just be perspective.
  25. I don't think there are videos as such. If I hadn't lost my saved layouts, I would share them, but I can certainly show you what I mean... The one thing that is a bit unfortunate with these primitives is that you can't make holes in them, but depending on the level of detail you are after, they are great for scratch-building or kit-bashing. I generally work in the 1:1 scale, as I'm not simulating an actual model. I am guessing your layout is O-Gauge? (To quote Sheldon Cooper, "O-Gauge or no gauge!" Ha ha!) I used to model in N because of space, but it's actually more expensive than HO/OO in England! Anyway, put a box on the baseboard, and set it to the size you want... Make sure the positioning is set to "Stack" and pop a couple of ramps on top... Sized and positioned correctly, and hey presto, you have a house... There is a lot you can do to this template to make it more realistic, obviously textures are a good idea. Instead of ramps, a couple of pyramids on either end covered by planes set at the right angle (remember your trigonometry from school? Ha ha!) can give a more realistic roof. A half cylinder along the ridge-line looks like ridge-tiles with the proper texture, A ha;f cylinder upside down can be the guttering, and cylinders sided correctly in the right places make great guttering. Windows are a problem, but I've found that a small plane made 100% reflective and positioned 1mm off the surface of the main box works fine. A similar technique for doors, making them a wood texture. Like I said, it all depends on how detailed you want your scenery. The other great use for the primitives is to fill holes in the baseboard created by bridges and tunnels, as shown in my post here... The screenshots from the actual layout are from this one: 7C346FA4-A33E-4148-A0EE-3D0F790B8524 - I just checked, and it is still accessible even though it's a draft upload. It's got lots of primitives in it making various details. Unfortunately, the track is too complex for me to get it working - I'm too ambitious, but I love building them! If you want to chat in real time, I'm currently off sick from work and available to chat. I have Facebook and Teams. Anyway, I hope this is of help.
×
×
  • Neu erstellen...