Skip to content

Commit

Permalink
Updated version file to use github for new version info
Browse files Browse the repository at this point in the history
	Copied webpage to Readme.md file
	Minor variable change for better readability
  • Loading branch information
linuxgurugamer committed Dec 27, 2024
1 parent 9f43eff commit 5f84296
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 97 deletions.
25 changes: 0 additions & 25 deletions BetterTimeWarp.173.version

This file was deleted.

5 changes: 3 additions & 2 deletions BetterTimeWarp.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterTimeWarp", "BetterTimeWarp\BetterTimeWarp.csproj", "{4B05E220-5E03-4B86-8896-B407D71F6A99}"
EndProject
Expand All @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
deploy.bat = deploy.bat
disabledjenkins-173.txt = disabledjenkins-173.txt
jenkins.txt = jenkins.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterTimeWarp-1.7.3", "BetterTimeWarp\BetterTimeWarp-1.7.3.csproj", "{62D14DDB-989F-4A68-B0E1-116205567669}"
Expand Down
11 changes: 8 additions & 3 deletions BetterTimeWarp.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "BetterTimeWarpContinued",
"URL": "http://ksp.spacetux.net/avc/BetterTimeWarp",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/BetterTimeWarpContinued/refs/heads/master/BetterTimeWarp.version",
"DOWNLOAD": "https://github.com/linuxgurugamer/BetterTimeWarpContinued/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,16 +10,21 @@
"MAJOR": 2,
"MINOR": 3,
"PATCH": 13,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 3
"PATCH": 4
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 99
}
}
8 changes: 4 additions & 4 deletions BetterTimeWarp/BetterTimeWarp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public bool UIOpen
windowOpen = value;
}
}
// public ApplicationLauncherButton Button;

ToolbarControl toolbarControl;

private bool hasAdded = false;
Expand Down Expand Up @@ -342,17 +342,17 @@ public void OnGUI()
// if only a single icon, then adjustment needed
if (y == ICON_BASE + ICON_WIDTH)
y += 12;
float f = 20f;
float widthAndHeight = 20f;
float scale = 1f;
if (GameSettings.UI_SCALE != 1f || GameSettings.UI_SCALE_TIME != 1f)
{
scale = GameSettings.UI_SCALE * GameSettings.UI_SCALE_TIME;
f *= scale;
widthAndHeight *= scale;
}

if (buttonContent != null)
{
var b = GUI.Toggle(new Rect(scale * y, 0f, f, f), windowOpen, buttonContent, skin.button);
var b = GUI.Toggle(new Rect(scale * y, 0f, widthAndHeight, widthAndHeight), windowOpen, buttonContent, skin.button);
if (b != windowOpen)
{
windowOpen = b;
Expand Down
7 changes: 6 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,9 @@
Physics Warp 1, 4, 8, 12
add AUTOSAVE_INTERVAL and AUTOSAVE_SHORT_INTERVAL to settings
fix rounding
add new Default CustomWarpRates: Five Warp, Soft Physics Warp, Physics Warp 6-10, Physics Warp 15-30
add new Default CustomWarpRates: Five Warp, Soft Physics Warp, Physics Warp 6-10, Physics Warp 15-30

2.3.13.1
Updated version file to use github for new version info
Copied webpage to Readme.md file
Minor variable change for better readability
2 changes: 1 addition & 1 deletion GameData/BetterTimeWarp/BetterTimeWarp.version
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 3
"PATCH": 4
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
66 changes: 63 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,68 @@ To install:
2. Done!


Instructions
=============================
This is a continuation of the Better Time Warp mod originally made by @MrHappyFace, who hasn't been around since Sept. 3. The original thread can be found here:http://forum.kerbalspaceprogram.com/index.php?/topic/77565-*

You can access the UI in one of two ways, either by clicking the B button on the toolbar, or , in the flight scene, clicking the down button at the top, right next to the clock (in 1.2.2, it is right now on top of the probe-control icon, will be fixed)
This first post is mostly copied from the original thread

Once the UI is opened, 
Availability

Download: http://spacedock.info/mod/1162/BetterTimeWarpContinued
Source:https://github.com/linuxgurugamer/BetterTimeWarp
License: GPLv3
The new version for KSP 1.4.1 has new dependencies

New Dependencies

Click Through Blocker
ToolbarController
CKAN has been updated to install the dependencies, if needed.

Basic GUI:

http://i.imgur.com/hkJmQxT.png



Advanced GUI with Settings:

http://i.imgur.com/7DJrzKZ.png

Gifs:

Without Lossless Physics Warp: http://gfycat.com/ObedientFlawedArctichare

With Lossless Physics Warp: http://gfycat.com/DeepSkeletalKoala

1,000,000x time warp in low orbit: http://gfycat.com/GrandNervousGoldfinch



Better Time Warp is HappyFaceIndustries' first mod, which adds the ability to customize your time warp.

It has many of the same features as Time Control, and WarpUnlocker, but with a stylish UI and customization features.

Features:



Customizable physics and regular (On-Rails) warp
Lower-than-1 physics warp can be used to help with laggy, high part ships. It is also pretty good for cinematics
0x time warp can be used to freeze time
Great for ion engines! 1 hour burn completed in 3 minutes at 20x physical warp.
Higher warp settings can be used in lower orbits
Lossless Physics, meaning that you can keep accurate physics simulation even at high physical time warp. Note that strange things can happen when doing that, and is not recommended, see bugs below
Non-Intrusive UI, which can be disabled using F2
Can be enabled/disabled in the settings file, without uninstalling or deleting
Self regenerating settings file
Persistent time warp selections
Works in space center and tracking station
All planets get the same altitude limits for time warp: 0m for 1-1000, 100,000m for 10,000x, and 2,000,000m for 100,000x


Bugs:

Physics warp below x0.1 or above x100 is kind of buggy
Rarely, if using low (less than 0.1) physics warp on EVA, your kerbal will go flying off at about 7x light speed
More will be added to this list as they are found.
56 changes: 0 additions & 56 deletions disabledjenkins-173.txt

This file was deleted.

4 changes: 2 additions & 2 deletions jenkins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

# 3:SOURCEFILE, DESTDIR
3:BetterTimeWarp.version,GameData/BetterTimeWarp
#3:LICENSE.md,GameData/KerbalHotSeat
#3:README.md,GameData/KerbalHotSeat
3:License.txt,GameData/BetterTimeWarp
3:Readme.md,GameData/BetterTimeWarp

# 4:SOURCDIR, DESTDIR
#4:Textures,GameData/ManeuverQueue/Textures
Expand Down

0 comments on commit 5f84296

Please sign in to comment.