diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..9031a8f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: A problem with the appearance or usability of a Restock part +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. Make sure you read the [list of common issues](https://github.com/PorktoberRevolution/ReStocked/issues/581) first! + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**List of mods installed:** + - Restock + +**Logs** +Attach logs if you think they are relevant. The log file is named "KSP.log" and is found in the same folder as your KSP executable diff --git a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu index c32576c0..b4b59c4e 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu and b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-3.mu b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-3.mu index 47439d4a..cf63a5a1 100644 Binary files a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-3.mu and b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-3.mu differ diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index 24b33bd1..f949c44b 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -15,6 +15,7 @@ v1.0.3 ----- - Updated ModuleManager distribution to 4.1.3 - Fixed Flea, Hammer, Kickback and Thumper colliders (#779) +- Fixed certain landing legs causing teleports after timewarp (#780) v1.0.2 ----- diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg index 2170854e..3d59632b 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg @@ -11,9 +11,9 @@ endEventGUIName = #LOC_RestockPlus_light_rotate_off actionGUIName = #LOC_RestockPlus_light_rotate_toggle allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true + revClampDirection = true + revClampSpeed = false + revClampPercent = false } } @@ -28,8 +28,8 @@ endEventGUIName = #LOC_RestockPlus_light_rotate_off actionGUIName = #LOC_RestockPlus_light_rotate_toggle allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true + revClampDirection = true + revClampSpeed = false + revClampPercent = false } }