Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyFaceIndustries committed Jul 14, 2014
1 parent 25987ae commit 71a6198
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 0 deletions.
Binary file added GameData/BetterTimeWarp/BetterTimeWarp.dll
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions GameData/BetterTimeWarp/Settings.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
enabled = true
BetterTimeWarp
{
CustomWarpRate
{
name = Slow-Mo
warpRate1 = 0.75
warpRate2 = 0.5
warpRate3 = 0.25
physics = True
}
CustomWarpRate
{
name = Cheaty Physics
warpRate1 = 5
warpRate2 = 10
warpRate3 = 25
physics = True
}
CustomWarpRate
{
name = Ultra-Warp
warpRate1 = 100
warpRate2 = 10000
warpRate3 = 100000
warpRate4 = 500000
warpRate5 = 1000000
warpRate6 = 5000000
warpRate7 = 1E+07
physics = False
}
}
Loading

0 comments on commit 71a6198

Please sign in to comment.