-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aw yeah! 2.0!
- Loading branch information
HappyFaceIndustries
committed
May 10, 2015
1 parent
69aeaab
commit ba16ce0
Showing
7 changed files
with
337 additions
and
131 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
enabled = true | ||
BetterTimeWarp | ||
{ | ||
ScaleCameraSpeed = True | ||
UseLosslessPhysics = False | ||
LosslessUpperThreshold = 2 | ||
CustomWarpRate | ||
{ | ||
name = Hyper Warp | ||
warpRate1 = 10 | ||
warpRate2 = 100 | ||
warpRate3 = 1000 | ||
warpRate4 = 10000 | ||
warpRate5 = 100000 | ||
warpRate6 = 1000000 | ||
warpRate7 = 1E+07 | ||
physics = False | ||
} | ||
CustomWarpRate | ||
{ | ||
name = Super Physics Warp | ||
warpRate1 = 5 | ||
warpRate2 = 33 | ||
warpRate3 = 100 | ||
physics = True | ||
} | ||
CustomWarpRate | ||
{ | ||
name = Slow-Mo | ||
warpRate1 = 0.5 | ||
warpRate2 = 0.25 | ||
warpRate3 = 0.1 | ||
physics = True | ||
} | ||
CustomWarpRate | ||
{ | ||
name = Orbital Warping | ||
warpRate1 = 5 | ||
warpRate2 = 10 | ||
warpRate3 = 50 | ||
warpRate4 = 100 | ||
warpRate5 = 500 | ||
warpRate6 = 1000 | ||
warpRate7 = 10000 | ||
physics = False | ||
} | ||
} |
Oops, something went wrong.