Slower vehicles on diagonals August 27, 2008, 09:06:57 pm With the attached patch, vehicle on diagonals will travel only at 0.75 speed. That will make them more similar to the true 1.41...=sqrt(2) speed. Without the vehicles were way too fast on diagonals.However, this will affect graphics. The ridicilous stretching in SW/NE would be gone too. Actually the very old vehicles of pakHAJO have already nearly correct length. (The correct length is the lower row, labled 2/3.) Quote Selected
Re: Slower vehicles on diagonals Reply #1 – August 27, 2008, 09:53:25 pm Quotevehicle on diagonals will travel only at 0.75 speed.That's a pity, it made diagonal track very useful . Unfortunately you are right, it is better... Quote Selected
Re: Slower vehicles on diagonals Reply #2 – August 27, 2008, 09:54:55 pm This is really great!!! I need to adjest the length of all the pak128.Japan vehicles, suitable for this. Quote Selected
Re: Slower vehicles on diagonals Reply #3 – August 27, 2008, 11:02:04 pm Yes, that'll be a lot of redrawing ... but probably more than worth the effort. Quote Selected
Re: Slower vehicles on diagonals Reply #4 – August 28, 2008, 02:53:42 pm Ok, then I will do more debugging. Last time I asked about this, there was less enthusiasm.Let's make realistic vehicles in all views ... Quote Selected
Re: Slower vehicles on diagonals Reply #5 – August 28, 2008, 02:59:06 pm I'll have to see and try it before I can give my final judgement - but it sounds great! So, go prissi, go! Quote Selected
Re: Slower vehicles on diagonals Reply #6 – August 28, 2008, 04:31:53 pm As far as I can see on the screenshot it's absolutely wonderful! Can't wait to use it. Quote Selected
Re: Slower vehicles on diagonals Reply #7 – August 28, 2008, 06:33:29 pm This is something I've wanted for ages in Simutrans, much more realism, would go really well with an enhancement to switches to improve the look of diagonal ways. Quote Selected
Re: Slower vehicles on diagonals Reply #8 – August 29, 2008, 07:30:04 am I am soo stupid: The correct value (sqrt(2)) is easily appromimated, and faster too. Just wait before changing all your vehicle for a little longer please. Quote Selected
Re: Slower vehicles on diagonals Reply #9 – August 29, 2008, 10:23:11 am Don't worry. At least I am not going to start before I have the new system running here in its "final" form. (As a pixel-pusher I have learned that much patience ) Quote Selected
Re: Slower vehicles on diagonals Reply #10 – August 29, 2008, 11:20:37 am Good work there, Prissi, even if needs one more change Quote Selected
Re: Slower vehicles on diagonals Reply #11 – August 29, 2008, 05:14:58 pm In r1978, the vehicle speed on diagonals seems to be 0.724. But why isn't it 0.707 (correct value)? I'm sorry, if there is a technical reason, but I'm simply curious. Quote Selected
Re: Slower vehicles on diagonals Reply #12 – August 29, 2008, 07:20:51 pm It is to avoid a division. 724 is 1024*sqrt(2)=724. Instead of a division, I can shift 10 to the right ... 707/1000=724/1024 (which the rounding error of course). Quote Selected
Re: Slower vehicles on diagonals Reply #13 – August 29, 2008, 07:26:11 pm Thanks for the answer, I really need to study programming... Quote Selected
Re: Slower vehicles on diagonals Reply #14 – August 29, 2008, 07:35:28 pm Actually, better keep to making nice drawings. Much better than anything I could produce ... Quote Selected
Re: Slower vehicles on diagonals Reply #15 – August 30, 2008, 02:35:59 am I've tried the feature in the nightly and it is great! Everything looks more natural now. Thanks, Prissi. Quote Selected
Re: Slower vehicles on diagonals Reply #16 – August 30, 2008, 09:43:40 pm Anybody who tried this in the nightly: The savegames created there will not readable with 1983 and up. But now the length on a diagonal can be configurable, from the simuconf.tab in the pak/config folder (and only there) by "diagonal_length=512 (old resp. 724 (new default) Quote Selected
Re: Slower vehicles on diagonals Reply #17 – August 30, 2008, 10:31:44 pm Isn't it "diagonal_multiplier = 512"?*Edit*When I use "diagonal_multiplier = 512", the vehilce movement on diagonal tracks is not as smooth as past versions... Isn't this avoidable? Quote Selected Last Edit: August 31, 2008, 02:18:58 am by yoshi
Re: Slower vehicles on diagonals Reply #18 – August 31, 2008, 05:52:38 pm This is a calculation error ... Quote Selected
Re: Slower vehicles on diagonals Reply #19 – September 02, 2008, 04:27:26 pm This patch cause me a problem : in my project MLM dev., diagonal vehicles are stretched to avoid spaces between vehicles as explained in this picture :So the question : Have I to continue stretching vehicles or reduce their length as a normal vehicle of pak128 European ? Quote Selected
Re: Slower vehicles on diagonals Reply #20 – September 02, 2008, 05:31:06 pm If I understood correctly, the new default will be that the vehicles can now be shorter on diagonals since most vehicles in pak128 (and pak64) were not stretched for that view any way. But I guess the final word on that has to come from the PAKset-maintainers. But if it comes as I have said, and your vehicles were already stretched for the old version, then yes, you'd have to either shorten them, or live with some graphical errors happening (tried it with my Shinkansen trains - it's there, but the error wasn't that bad. So updates can wait a little, but I think I will shorten them to fit in the new system soon.)Just try for yourself - once you know what pak128 will do. Quote Selected
Re: Slower vehicles on diagonals Reply #21 – September 02, 2008, 06:17:11 pm So I will short them because I had to remake most of them for a better quality. Quote Selected
Re: Slower vehicles on diagonals Reply #22 – September 03, 2008, 10:46:23 am I have an other problem : I tried to count the average length of diagonal vehicles and I found :_ 43 pixels for Bernhardt E-11_ 44 for a p****engers car and a category_07 car_ 49 for a cooling carSo how many pixels length a diagonal train must be ? Quote Selected
Re: Slower vehicles on diagonals Reply #23 – September 03, 2008, 01:17:14 pm I haven't started yet, but what I'll probably do is make up some dummy graphics (just one wagon a red rectangle, the next a yellow rectable of the approximate size and then just do it by trial&error, using screenshots. (That's how I usually check my creations for detail and/or positioning issues (of course as soon as I have it done once, I'll take the measures from that prototype. And if you take the length-settings into accout, that's usually working well enough for all vehicles.) Quote Selected
Re: Slower vehicles on diagonals Reply #24 – September 03, 2008, 03:21:43 pm It should be 64/sqrt(2) of the full length, I think which is 45.3. THus to have overlap use 46, for loose coupling use 44. But I would wait until a maintainer of pak128 spokes up. Quote Selected
Re: Slower vehicles on diagonals Reply #25 – September 04, 2008, 04:59:32 pm Someone who has patched version can test this TR-08 for me ? I reduced diagonal size to 46 pixels. Quote Selected Last Edit: September 04, 2008, 05:01:47 pm by gauthier
Re: Slower vehicles on diagonals Reply #26 – September 04, 2008, 05:05:46 pm Quote from: gauthier – on September 04, 2008, 04:59:32 pmSomeone who has patched versionWhy? Wernieman is back and so is the nightly page - and the new diagonal-system is included the latest nightlies. Quote Selected
Re: Slower vehicles on diagonals Reply #27 – September 04, 2008, 05:07:30 pm oh thanks, I didn't know it, thanks Quote Selected
Re: Slower vehicles on diagonals Reply #28 – September 05, 2008, 07:34:45 am Sorry, I donĀ“t write it to everybody Quote Selected
Re: Slower vehicles on diagonals Reply #29 – September 05, 2008, 10:00:14 am Quote from: DirrrtyDirk – on September 04, 2008, 05:05:46 pmWhy? Wernieman is back and so is the nightly page - and the new diagonal-system is included the latest nightlies. Downloaded r2000, it looks so nice, really a major improvement. Quote Selected
Re: Slower vehicles on diagonals Reply #30 – September 05, 2008, 11:46:55 pm Just got to check it for the first time...looks a bit strange at first - I guess one is simply used to the "wrong" images. But after a couple of minutes I really started to like it - well done, prissi! But it's going to be so much work... Quote Selected
Re: Slower vehicles on diagonals Reply #31 – September 06, 2008, 07:10:11 pm It can be switched off anyway from pak128/config/simuconf.tab ... Quote Selected
Re: Slower vehicles on diagonals Reply #32 – September 06, 2008, 08:50:24 pm I tried to do that (just for testing) - and it didn't work.Didn't bother me enough to dig any deeper, because I am already convinced of the new system. (=Maybe I did it wrong). Quote Selected
Re: Slower vehicles on diagonals Reply #33 – September 06, 2008, 08:59:04 pm diagonal_length=1024 in the config file in the pak/config (and only there!) Quote Selected
Re: Slower vehicles on diagonals Reply #34 – September 06, 2008, 09:05:45 pm Yes, that works. I tried with 512 Quote Selected