Christopher Lees

Results 403 comments of Christopher Lees

Latest build will accept the following (and converted via CarXMLConvertor): ```XML ... BVEC_ATS.dll British Railways Class 52 'Western' - D1015 ------------------------------------------- This locomotive runs on the latest version of the...

That's easy enough, although I'm not sure it'll actually get you what you want- Any more details as to what you're trying to achieve? It's also system/ user config specific...

This now mostly works as-per Route Viewer. __TODO:__ * Disable unrelated controls / overlays when in developer mode. * Camera motion speed is not right when using WASD, check. *...

Another PR which has ended up getting out of sync with master.... Have cherry-picked the commit to render the events, and placed that instead behind a new key option (Set...

Revisited this today, a little more work done. Flaws: * Disabling the overlays is crappy code at the minute. * Pause needs to be reworked, so that time is paused...

First, a thought: Are you approaching this in slightly the wrong way? Plugins tend to do two things, i.e: 1. Simulate safety system(s) 2. Simulate traction, windscreen etc. I'm basically...

That's interesting & a reasonable answer. Not sure I personally agree with the exact approach, but if BVE5 allows it then it will probably be OK. In principle, I'd like...

https://github.com/leezer3/OpenBVE/pull/541 That's the basic code for windscreen wipers. Still needs the configuration and a few other bits and bobs doing to it.

Good point- We need to be consistant on formats. I really wouldn't reccommend YAML, syntatic whitespace is an absolute utter idiotic way of doing things. When I first started this...