- Joined
- Apr 1, 2008
- Messages
- 2,163
- Reaction score
- 658
- Points
- 113
Hi,
after I saw the request of Stevodoran here and found that [ame="http://orbithangar.com/searchid.php?ID=3872"]this[/ame] was of no use (at least I couldn't get it to do anything) I decided to implement this:
Warp Control MFD/Plugin:
WarpCtrl(MFD) is the way to control the time acceleration factor (time-warp) beyond the internal limits of Orbiter.
Whenever you need more than a factor of 100000 of time-acceleration, this should help.
Note:
====
You only need one. So either the Plugin or the MFD. Installing both does not harm, but the MFD will not be in sync with the plugin!
Usage:
======
The MFD has just two menu buttons: T & R
* 'T' : (UP) to Speed up by a factor of 10
* 'R' : (DWN) to Slow down by a factor of 0.1
The Plugin just 'extends' the two time acceleration keys: T & R
* 'T' : (UP) to Speed up by a factor of 10
* 'R' : (DWN) to Slow down by a factor of 0.1
Inner workings:
===============
As long as your warp is inside the official range [0...100000] is just sets the 'regular' time warp factor of Orbiters core.
Whenever you go beyond, the MFD/Plugin just sets the 'regular' warp factor back to 1.0 and updates the MJD every second by 'over-factor' seconds.
This enables you to set up a larger time-compression factor for a trip to e.g. Neptune.
EDIT: I've attached a static Runtime Library (RTL) build version as well, 'cause I'm not sure if the first one needs vc100 redistributables...
EDIT(2): Yes, the first one needs MSVCR100.dll. So most users should take the 2nd (static build) one.
EDIT(3): I removed the 'old' files here, Version 1.0.0.3 is the current stable release.
EDIT(4): I added the Plugin Version (0.9) als well here, 'cause I didn't want to start a new thread.
Feedback and improvement suggestions are welcome[1]. I will upload it on OH after a while (see also note[1])
Have fun,
/Kuddel
[1] I'm going on a 3 week holiday soon, so I might not react immediately
after I saw the request of Stevodoran here and found that [ame="http://orbithangar.com/searchid.php?ID=3872"]this[/ame] was of no use (at least I couldn't get it to do anything) I decided to implement this:
Warp Control MFD/Plugin:
WarpCtrl(MFD) is the way to control the time acceleration factor (time-warp) beyond the internal limits of Orbiter.
Whenever you need more than a factor of 100000 of time-acceleration, this should help.
Note:
====
You only need one. So either the Plugin or the MFD. Installing both does not harm, but the MFD will not be in sync with the plugin!
Usage:
======
The MFD has just two menu buttons: T & R
* 'T' : (UP) to Speed up by a factor of 10
* 'R' : (DWN) to Slow down by a factor of 0.1
The Plugin just 'extends' the two time acceleration keys: T & R
* 'T' : (UP) to Speed up by a factor of 10
* 'R' : (DWN) to Slow down by a factor of 0.1
Inner workings:
===============
As long as your warp is inside the official range [0...100000] is just sets the 'regular' time warp factor of Orbiters core.
Whenever you go beyond, the MFD/Plugin just sets the 'regular' warp factor back to 1.0 and updates the MJD every second by 'over-factor' seconds.
This enables you to set up a larger time-compression factor for a trip to e.g. Neptune.
EDIT: I've attached a static Runtime Library (RTL) build version as well, 'cause I'm not sure if the first one needs vc100 redistributables...
EDIT(2): Yes, the first one needs MSVCR100.dll. So most users should take the 2nd (static build) one.
EDIT(3): I removed the 'old' files here, Version 1.0.0.3 is the current stable release.
EDIT(4): I added the Plugin Version (0.9) als well here, 'cause I didn't want to start a new thread.
Feedback and improvement suggestions are welcome[1]. I will upload it on OH after a while (see also note[1])
Have fun,
/Kuddel
[1] I'm going on a 3 week holiday soon, so I might not react immediately
Attachments
Last edited: