-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from zer0Kerbal/Localization
# Passes on parts * to remove duplicates * localize parts and agent ### Localization * [Agents.cfg] * update * localize * closes #11 - Localization - English (United States) <en-us.cfg> * updates #10 - Localization - Master ### Parts * Stage I * combine multiple versions into one * [tag] --> [tags] * [drm-atlas-inter.cfg] * [category] * [vesselType] * [drm-cabin-bay.cfg] * [mass] was 0.7, now 2.0 * [maxTemp] now 3400, was 4400 * [drm-cabin-nobay.cfg] * [drm-decoupler.cfg] * Update * [category] was Structural, now is Coupling * [maximum_drag] was = 0.02, now is 0.2 * [minimum_drag] was = 0.0, now is 0.2 * [angularDrag] was = 1, now is 2 * [crashTolerance] = 6, was 15 * [breakingForce] = 150, was 20000 * [breakingTorque] = 150, was 20000 * [maxTemp] = 2000, was 3400 * [mass] = 0.05, was 0.1] * Add * [bulkheadProfiles] = size1 - This might not be correct * [ModuleDecouple] * [isOmniDecoupler] = false * [ModuleToggleCrossfeed] * [ModuleTestSubject] ### Compatibility * Rename Patches --> Compatibility * Headers/Footers * adjust :NEEDS * adjust :FOR * linting * [RPM.cfg] --> [RasterPropMonitor.cfg] v1.0.0.0 * [ODFC.cfg] -- [OnDemandFuelCells.cfg] v1.0.1.0 * [FAR-NEAR.cfg] -- [FerramAerospaceResearch.cfg] v1.0.0.0 * Create * thank you @FuryFire2004 * [MechJeb.cfg] v1.0.0.0 * [HullCamVDS.cfg] v1.0.0.0 * [ConnectedLivingSpace.cfg] v1.0.0.0 * [FireSpitter.cfg] v1.0.0.0 * closes #56 - [Request]: patch for HullCameraVDS * closes #57 - [Request]: patch for ConnectedLivingSpaces (CLS) * closes #58 - [Request]: patch for MechJeb (MJ) * closes #61 - [Request]: patch for FireSpitter (FS)
- Loading branch information
Showing
64 changed files
with
6,419 additions
and
2,136 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,21 +1,27 @@ | ||
# v1.3.1 | ||
# v1.4.0 | ||
# update checkout to v3 | ||
# update AVC to v1.4 | ||
# This is a standard workflow to validate all .version files | ||
# found in the root directory of the repository and any subdirectories, | ||
# whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request. | ||
# It should cover most cases. | ||
name: Validate AVC .version files | ||
|
||
name: AVC .version file validation | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
validate_version_files: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 1 | ||
- name: KSP-AVC Version File Validator | ||
uses: DasSkelett/[email protected] | ||
|
||
- name: Validate files | ||
uses: DasSkelett/AVC-VersionFileValidator@master |
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
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
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
44 changes: 44 additions & 0 deletions
44
GameData/AxialAerospace/Dreamer/Compatibility/ConnectedLivingSpace.cfg
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,44 @@ | ||
// ConnectedLivingSpace.cfg v1.0.0.0 | ||
// Dreamer by Axial Aerospace (DREAM) | ||
// created: 20 Mar 2022 | ||
// updated: | ||
|
||
// CLS Compatibility for Dreamer by FuryFire2004 | ||
|
||
@PART[drm-cargo-bay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleConnectedLivingSpace | ||
passable = true | ||
} | ||
} | ||
|
||
@PART[drm-docker-rear]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleConnectedLivingSpace | ||
passable = true | ||
} | ||
} | ||
|
||
@PART[drm-cabin-bay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleConnectedLivingSpace | ||
passable = true | ||
} | ||
} | ||
|
||
@PART[drm-dock-nose]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleConnectedLivingSpace | ||
passable = true | ||
} | ||
} | ||
|
||
// GPLv2 BY zer0Kerbal |
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
125 changes: 125 additions & 0 deletions
125
GameData/AxialAerospace/Dreamer/Compatibility/FireSpitter.cfg
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,125 @@ | ||
// FireSpitter.cfg v1.0.0.0 | ||
// Dreamer by Axial Aerospace (DREAM) | ||
// created: 20 Mar 2022 | ||
// updated: | ||
|
||
@PART[drm-nose-dock,drm-nose-nodock]:NEEDS[FireSpitter,Dreamer]:FOR[Dreamer] | ||
{ | ||
|
||
!MODULE[ModuleAnimateGeneric] {} | ||
|
||
MODULE | ||
{ | ||
name = FSanimateGeneric | ||
animationName = Scene | ||
startEventGUIName = #DRM-nose-opn // Open Nose Access Panel | ||
endEventGUIName = #DRM-nose-cls // Close Nose Access Panel | ||
actionGUIName = #DRM-nose-tog // Toggle Nose Access Panel | ||
availableInEVA = True | ||
EVArange = 10 | ||
} | ||
} | ||
|
||
@PART[drm-gear-nse]:NEEDS[FireSpitter,Dreamer]:FOR[Dreamer] | ||
{ | ||
|
||
!MODULE[ModuleAnimateGeneric] {} | ||
|
||
MODULE | ||
{ | ||
name = FSwheel | ||
wheelColliderName = wheelCollider | ||
boundsCollider = Bounds | ||
wheelMeshName = Wheel | ||
//suspensionParentName = suspensionParent | ||
rotationAdjustment = 2.0 // adjust the visual rotation speed of the wheel meshes if they are off | ||
numberOfWheels = 1 | ||
animationName = Scene | ||
disableColliderWhenRetracted = True | ||
hasMotor = False | ||
motorEnabled = False // set to false for landing gears to start unpowered. | ||
motorTorque = 2 | ||
maxSpeed = 30 // the motorTorque is 1 at 0 speed, and 0 at this speed, meaning the actual max speed is probably way lower. | ||
overrideModelFrictionValues = True | ||
forwardsExtremumSlip = 0.01 | ||
forwardsExtremumValue = 1.0 | ||
forwardsAsymptoteSlip = 0.04 | ||
forwardsAsymptoteValue = 0.6 | ||
forwardsStiffness = 6000 | ||
sidewaysExtremumSlip = 0.01 | ||
sidewaysExtremumValue = 1.0 | ||
sidewaysAsymptoteSlip = 0.04 | ||
sidewaysAsymptoteValue = 0.6 | ||
sidewaysStiffness = 500 | ||
resourceConsumptionRate = 0.2 | ||
resourceName = ElectricCharge | ||
//motorStartsReversed = True | ||
brakeTorque =0 // 15 | ||
brakeSpeed = 0.0// 0.5 | ||
animationLayer = 1 | ||
deployedDrag = 0.2 | ||
retractedDrag = 0.0 | ||
guiActiveUnfocused = True | ||
unfocusedRange = 5.0 | ||
brakeEmissiveObjectName = brakeLight | ||
onEmissiveColor = 1, 0.3, 0 | ||
offEmissiveColor = 0, 1, 0 | ||
deployingEmissiveColor = 1, 0, 0 | ||
disabledEmissiveColor = 0, 0, 0 | ||
useCustomParticleFX = True | ||
smokeFXtextureName = Firespitter/textures/particle | ||
} | ||
} | ||
|
||
@PART[drm-gear-lft,drm-gear-rgt]:NEEDS[FireSpitter,Dreamer]:FOR[Dreamer] | ||
{ | ||
|
||
!MODULE[ModuleAnimateGeneric] {} | ||
|
||
MODULE | ||
{ | ||
name = FSwheel | ||
wheelColliderName = wheelCollider | ||
boundsCollider = Bounds | ||
wheelMeshName = Wheel | ||
//suspensionParentName = suspensionParent | ||
rotationAdjustment = 2.0 // adjust the visual rotation speed of the wheel meshes if they are off | ||
numberOfWheels = 1 | ||
animationName = Scene | ||
disableColliderWhenRetracted = True | ||
hasMotor = True | ||
motorEnabled = False // set to false for landing gears to start unpowered. | ||
motorTorque = 2 | ||
maxSpeed = 30 // the motorTorque is 1 at 0 speed, and 0 at this speed, meaning the actual max speed is probably way lower. | ||
overrideModelFrictionValues = True | ||
forwardsExtremumSlip = 0.01 | ||
forwardsExtremumValue = 1.0 | ||
forwardsAsymptoteSlip = 0.04 | ||
forwardsAsymptoteValue = 0.6 | ||
forwardsStiffness = 6000 | ||
sidewaysExtremumSlip = 0.01 | ||
sidewaysExtremumValue = 1.0 | ||
sidewaysAsymptoteSlip = 0.04 | ||
sidewaysAsymptoteValue = 0.6 | ||
sidewaysStiffness = 500 | ||
resourceConsumptionRate = 0.2 | ||
resourceName = ElectricCharge | ||
//motorStartsReversed = True | ||
brakeTorque = 25 | ||
brakeSpeed = 0.75 | ||
animationLayer = 1 | ||
deployedDrag = 0.2 | ||
retractedDrag = 0.0 | ||
guiActiveUnfocused = True | ||
unfocusedRange = 5.0 | ||
brakeEmissiveObjectName = brakeLight | ||
onEmissiveColor = 1, 0.3, 0 | ||
offEmissiveColor = 0, 1, 0 | ||
deployingEmissiveColor = 1, 0, 0 | ||
disabledEmissiveColor = 0, 0, 0 | ||
useCustomParticleFX = True | ||
smokeFXtextureName = Firespitter/textures/particle | ||
} | ||
} | ||
|
||
// GPLv2 BY zer0Kerbal |
24 changes: 24 additions & 0 deletions
24
GameData/AxialAerospace/Dreamer/Compatibility/HullCameraVDS.cfg
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,24 @@ | ||
// HullCameraVDS.cfg v1.0.0.0 | ||
// Dreamer by Axial Aerospace (DREAM) | ||
// created: 20 Mar 2022 | ||
// updated: | ||
|
||
// HullCameraVDS Compatibility for Dreamer by FuryFire2004 | ||
|
||
@PART[drm-docker-rear]:NEEDS[HullCameraVDS,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
//For Hullcam on docking port for docking | ||
name = MuMechModuleHullCameraZoom | ||
cameraName = #autoLOC_HULL_PM_007 //NavCam | ||
cameraForward = 0, 1, 0 | ||
cameraUp = 0, 0, -1 | ||
cameraPosition = 0, 0.07, 0 | ||
cameraFoVMax = 60 | ||
cameraFoVMin = 60 | ||
cameraMode = 1 | ||
} | ||
} | ||
|
||
// GPLv2 BY zer0Kerbal |
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,24 @@ | ||
// MechJeb.cfg v1.0.0.0 | ||
// Dreamer by Axial Aerospace (DREAM) | ||
// created: 20 Mar 2022 | ||
// updated: | ||
|
||
//MechJeb Compatibility for Dreamer by FuryFire2004 | ||
|
||
@PART[drm-cargo-bay]:NEEDS[MechJebCore,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
name = MechJebCore | ||
} | ||
} | ||
|
||
@PART[drm-cabin-bay]:NEEDS[MechJebCore,Dreamer]:FOR[Dreamer] | ||
{ | ||
MODULE | ||
{ | ||
name = MechJebCore | ||
} | ||
} | ||
|
||
// GPLv2 BY zer0Kerbal |
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
28 changes: 28 additions & 0 deletions
28
GameData/AxialAerospace/Dreamer/Compatibility/RasterPropMonitor.cfg
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,28 @@ | ||
// RasterPropMonitor.cfg v1.0.0.0 | ||
// Dreamer by Axial Aerospace (DREAM) | ||
// created: 2020 03 31 | ||
// updated: | ||
|
||
@PART[drm-cabin-bay,drm-cabin-nobay]:NEEDS[RPM|MAS,Dreamer]:FOR[Dreamer] | ||
{ | ||
// MODULE | ||
// { | ||
// name = RasterPropMonitorComputer | ||
// isEnabled = True | ||
// data = activePage107$12|activePage108$3|activePage110$7|activePage109$7|activePage48$4|activePage57$7|activePage55$10|activePage101$5 | ||
// vesselDescription = | ||
// EVENTS | ||
// { | ||
// } | ||
// ACTIONS | ||
// { | ||
// } | ||
// } | ||
|
||
MODULE | ||
{ | ||
name = RasterPropMonitorComputer | ||
} | ||
} | ||
|
||
// GPLv2 BY zer0Kerbal |
Oops, something went wrong.