Page 1 of 2

Posted: 08 Jun 2007 18:24
by Zojj
Time.h in windows doesn't do milliseconds. Can someone convert it? Or tell me how to use TIC() TOC()?

Posted: 08 Jun 2007 18:31
by Rubidium
TIC/TOC is not usefull for this purpose, unless you want to show the number of frames per cpu tick.

Posted: 08 Jun 2007 22:33
by kaan
You might want to consider if you really meant that the patch was made for r1051?
I think that it might be safe to bet that you really meant 10051 :)

Posted: 08 Jun 2007 23:41
by Zojj
lol thx

Re: Patch: simplified realistic acceleration

Posted: 08 Dec 2007 07:16
by Zojj
I'm gonna split up my acceleration patch, cuz it has some good parts and some controversial parts.

This patch improves the curve, depot, and station speed limit code. The behavior is identical except for one difference: Trains are no longer slowed by successive S bends.

I have also left in the code (but commented out) 3 options that I think make sense:
-Trains' max speed is limited while inside a station, the same manner as while inside a depot but faster.
-Faster railtypes have faster speedlimits while inside a station; a monorail train can enter faster than an electric train.
-Faster railtypes have faster speedlimits while inside a depot. Maglevs enter at 151kph.

The current code is obfuscated, I really want to fix it. =)