Skip to content

Commit 93c799b

Browse files
authored
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)
2 parents 4597c99 + cdff12d commit 93c799b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+6419
-2136
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
# v1.3.1
1+
# v1.4.0
2+
# update checkout to v3
3+
# update AVC to v1.4
24
# This is a standard workflow to validate all .version files
35
# found in the root directory of the repository and any subdirectories,
46
# whenever something is pushed to any branch in the repository, or to a "foreign" branch active in a pull request.
57
# It should cover most cases.
6-
name: Validate AVC .version files
8+
9+
name: AVC .version file validation
710
on:
811
push:
12+
branches:
13+
- master
914
pull_request:
1015
types: [opened, synchronize, reopened]
16+
workflow_dispatch:
17+
1118
jobs:
1219
validate_version_files:
1320
runs-on: ubuntu-latest
1421
steps:
1522
- name: Checkout repo
16-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
1724
with:
1825
fetch-depth: 1
19-
- name: KSP-AVC Version File Validator
20-
uses: DasSkelett/[email protected]
21-
26+
- name: Validate files
27+
uses: DasSkelett/AVC-VersionFileValidator@master

.github/workflows/createIndexesfromMarkdown.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 1.0.1.0
1+
# 1.0.2.1
22
# created: 05 Feb 2022
3-
# updated: 20 Feb 2022
3+
# updated: 18 Mar 2022
44
# Create Indexes from Markdown
55
# https://github.com/DaanV2/Markdown-Action-Create-Indexes
66

@@ -18,8 +18,8 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2.3.4
22-
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.5.13
21+
- uses: actions/checkout@v3
22+
- uses: DaanV2/Markdown-Action-Create-Indexes@v1.6.0
2323
with:
2424
folder: ${{github.workspace}}/docs/
2525

.github/workflows/greetings.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# 1.1.0.1 - 2 Dec 2021
1+
# 1.1.0.2
2+
# created: 02 Dec 2021
3+
# updated: 18 Mar 2022
24
# An action for filtering pull requests and issues from first-time contributors.
35
# https://github.com/marketplace/actions/first-interaction
46

57
name: Greetings
68

7-
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum]
9+
on: [pull_request, issues, issue_comment, discussion_comment, fork, gollum, workflow_dispatch]
810

911
jobs:
1012
greeting:
1113
runs-on: ubuntu-latest
1214
steps:
13-
- uses: actions/first-interaction@v1
15+
- uses: actions/first-interaction@v1.1.0
1416
with:
1517
repo-token: ${{ secrets.GITHUB_TOKEN }}
1618
issue-message: 'Thank you. Kindly read [contributiing.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CONTRIBUTING.md), [code_of_conduct.md](https://github.com/zer0Kerbal/.github/blob/master/.github/CODE_OF_CONDUCT.md) and [styleguide.md](https://github.com/zer0Kerbal/.github/blob/master/.github/STYLEGUIDE.md). These are boilerplate.'

GameData/AxialAerospace/Dreamer/Agencies/Agents.cfg

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
AGENT
22
{
3-
name = AxialAerospace
4-
title = #Dreamer-Agency-titl
5-
description = #Dreamer-Agency-desc
6-
logoURL = NASA/Agencies/NASA
7-
logoScaledURL = CSS/Agencies/NASA
3+
name = Axial Aerospace
4+
title = #DRM-Agency-titl
5+
description = #DRM-Agency-desc
6+
logoURL = AxialAerospace/Dreamer/Agencies/NASA
7+
<<<<<<< Updated upstream
8+
logoScaledURL = AxialAerospace/Dreamer/Agencies/NASA_scaled
9+
=======
10+
logoScaledURL = AxialAerospace/Dreamer/Agencies/NASA_scaled
11+
>>>>>>> Stashed changes
812

913
mentality = Commercial
1014
mentality = Pioneer
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
// ConnectedLivingSpace.cfg v1.0.0.0
2+
// Dreamer by Axial Aerospace (DREAM)
3+
// created: 20 Mar 2022
4+
// updated:
5+
6+
// CLS Compatibility for Dreamer by FuryFire2004
7+
8+
@PART[drm-cargo-bay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
9+
{
10+
MODULE
11+
{
12+
name = ModuleConnectedLivingSpace
13+
passable = true
14+
}
15+
}
16+
17+
@PART[drm-docker-rear]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
18+
{
19+
MODULE
20+
{
21+
name = ModuleConnectedLivingSpace
22+
passable = true
23+
}
24+
}
25+
26+
@PART[drm-cabin-bay]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
27+
{
28+
MODULE
29+
{
30+
name = ModuleConnectedLivingSpace
31+
passable = true
32+
}
33+
}
34+
35+
@PART[drm-dock-nose]:NEEDS[ConnectedLivingSpace,Dreamer]:FOR[Dreamer]
36+
{
37+
MODULE
38+
{
39+
name = ModuleConnectedLivingSpace
40+
passable = true
41+
}
42+
}
43+
44+
// GPLv2 BY zer0Kerbal

GameData/AxialAerospace/Dreamer/Patches/FAR-NEAR.cfg GameData/AxialAerospace/Dreamer/Compatibility/FerramAerospaceResearch.cfg

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// FAR-NEAR.cfg v1.0.0.0
2-
// Dreamer by Axial Aerospace
1+
// FerramAerospaceResearch.cfg v1.0.0.0
2+
// Dreamer by Axial Aerospace (DREAM)
33
// created: 2020 03 31
44
// updated: 2020 03 31
55

@@ -20,5 +20,4 @@
2020
}
2121
}
2222

23-
// GPLv2
24-
// zer0Kerbal
23+
// GPLv2 BY zer0Kerbal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
// FireSpitter.cfg v1.0.0.0
2+
// Dreamer by Axial Aerospace (DREAM)
3+
// created: 20 Mar 2022
4+
// updated:
5+
6+
@PART[drm-nose-dock,drm-nose-nodock]:NEEDS[FireSpitter,Dreamer]:FOR[Dreamer]
7+
{
8+
9+
!MODULE[ModuleAnimateGeneric] {}
10+
11+
MODULE
12+
{
13+
name = FSanimateGeneric
14+
animationName = Scene
15+
startEventGUIName = #DRM-nose-opn // Open Nose Access Panel
16+
endEventGUIName = #DRM-nose-cls // Close Nose Access Panel
17+
actionGUIName = #DRM-nose-tog // Toggle Nose Access Panel
18+
availableInEVA = True
19+
EVArange = 10
20+
}
21+
}
22+
23+
@PART[drm-gear-nse]:NEEDS[FireSpitter,Dreamer]:FOR[Dreamer]
24+
{
25+
26+
!MODULE[ModuleAnimateGeneric] {}
27+
28+
MODULE
29+
{
30+
name = FSwheel
31+
wheelColliderName = wheelCollider
32+
boundsCollider = Bounds
33+
wheelMeshName = Wheel
34+
//suspensionParentName = suspensionParent
35+
rotationAdjustment = 2.0 // adjust the visual rotation speed of the wheel meshes if they are off
36+
numberOfWheels = 1
37+
animationName = Scene
38+
disableColliderWhenRetracted = True
39+
hasMotor = False
40+
motorEnabled = False // set to false for landing gears to start unpowered.
41+
motorTorque = 2
42+
maxSpeed = 30 // the motorTorque is 1 at 0 speed, and 0 at this speed, meaning the actual max speed is probably way lower.
43+
overrideModelFrictionValues = True
44+
forwardsExtremumSlip = 0.01
45+
forwardsExtremumValue = 1.0
46+
forwardsAsymptoteSlip = 0.04
47+
forwardsAsymptoteValue = 0.6
48+
forwardsStiffness = 6000
49+
sidewaysExtremumSlip = 0.01
50+
sidewaysExtremumValue = 1.0
51+
sidewaysAsymptoteSlip = 0.04
52+
sidewaysAsymptoteValue = 0.6
53+
sidewaysStiffness = 500
54+
resourceConsumptionRate = 0.2
55+
resourceName = ElectricCharge
56+
//motorStartsReversed = True
57+
brakeTorque =0 // 15
58+
brakeSpeed = 0.0// 0.5
59+
animationLayer = 1
60+
deployedDrag = 0.2
61+
retractedDrag = 0.0
62+
guiActiveUnfocused = True
63+
unfocusedRange = 5.0
64+
brakeEmissiveObjectName = brakeLight
65+
onEmissiveColor = 1, 0.3, 0
66+
offEmissiveColor = 0, 1, 0
67+
deployingEmissiveColor = 1, 0, 0
68+
disabledEmissiveColor = 0, 0, 0
69+
useCustomParticleFX = True
70+
smokeFXtextureName = Firespitter/textures/particle
71+
}
72+
}
73+
74+
@PART[drm-gear-lft,drm-gear-rgt]:NEEDS[FireSpitter,Dreamer]:FOR[Dreamer]
75+
{
76+
77+
!MODULE[ModuleAnimateGeneric] {}
78+
79+
MODULE
80+
{
81+
name = FSwheel
82+
wheelColliderName = wheelCollider
83+
boundsCollider = Bounds
84+
wheelMeshName = Wheel
85+
//suspensionParentName = suspensionParent
86+
rotationAdjustment = 2.0 // adjust the visual rotation speed of the wheel meshes if they are off
87+
numberOfWheels = 1
88+
animationName = Scene
89+
disableColliderWhenRetracted = True
90+
hasMotor = True
91+
motorEnabled = False // set to false for landing gears to start unpowered.
92+
motorTorque = 2
93+
maxSpeed = 30 // the motorTorque is 1 at 0 speed, and 0 at this speed, meaning the actual max speed is probably way lower.
94+
overrideModelFrictionValues = True
95+
forwardsExtremumSlip = 0.01
96+
forwardsExtremumValue = 1.0
97+
forwardsAsymptoteSlip = 0.04
98+
forwardsAsymptoteValue = 0.6
99+
forwardsStiffness = 6000
100+
sidewaysExtremumSlip = 0.01
101+
sidewaysExtremumValue = 1.0
102+
sidewaysAsymptoteSlip = 0.04
103+
sidewaysAsymptoteValue = 0.6
104+
sidewaysStiffness = 500
105+
resourceConsumptionRate = 0.2
106+
resourceName = ElectricCharge
107+
//motorStartsReversed = True
108+
brakeTorque = 25
109+
brakeSpeed = 0.75
110+
animationLayer = 1
111+
deployedDrag = 0.2
112+
retractedDrag = 0.0
113+
guiActiveUnfocused = True
114+
unfocusedRange = 5.0
115+
brakeEmissiveObjectName = brakeLight
116+
onEmissiveColor = 1, 0.3, 0
117+
offEmissiveColor = 0, 1, 0
118+
deployingEmissiveColor = 1, 0, 0
119+
disabledEmissiveColor = 0, 0, 0
120+
useCustomParticleFX = True
121+
smokeFXtextureName = Firespitter/textures/particle
122+
}
123+
}
124+
125+
// GPLv2 BY zer0Kerbal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// HullCameraVDS.cfg v1.0.0.0
2+
// Dreamer by Axial Aerospace (DREAM)
3+
// created: 20 Mar 2022
4+
// updated:
5+
6+
// HullCameraVDS Compatibility for Dreamer by FuryFire2004
7+
8+
@PART[drm-docker-rear]:NEEDS[HullCameraVDS,Dreamer]:FOR[Dreamer]
9+
{
10+
MODULE
11+
{
12+
//For Hullcam on docking port for docking
13+
name = MuMechModuleHullCameraZoom
14+
cameraName = #autoLOC_HULL_PM_007 //NavCam
15+
cameraForward = 0, 1, 0
16+
cameraUp = 0, 0, -1
17+
cameraPosition = 0, 0.07, 0
18+
cameraFoVMax = 60
19+
cameraFoVMin = 60
20+
cameraMode = 1
21+
}
22+
}
23+
24+
// GPLv2 BY zer0Kerbal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// MechJeb.cfg v1.0.0.0
2+
// Dreamer by Axial Aerospace (DREAM)
3+
// created: 20 Mar 2022
4+
// updated:
5+
6+
//MechJeb Compatibility for Dreamer by FuryFire2004
7+
8+
@PART[drm-cargo-bay]:NEEDS[MechJebCore,Dreamer]:FOR[Dreamer]
9+
{
10+
MODULE
11+
{
12+
name = MechJebCore
13+
}
14+
}
15+
16+
@PART[drm-cabin-bay]:NEEDS[MechJebCore,Dreamer]:FOR[Dreamer]
17+
{
18+
MODULE
19+
{
20+
name = MechJebCore
21+
}
22+
}
23+
24+
// GPLv2 BY zer0Kerbal

GameData/AxialAerospace/Dreamer/Patches/ODFC.cfg GameData/AxialAerospace/Dreamer/Compatibility/OnDemandFuelCells.cfg

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// ODFC.cfg v1.0.0.0
2-
// Dreamer (AAD)
1+
// ODFC.cfg v1.0.1.0
2+
// Dreamer by Axial Aerospace (DREAM)
33
// created: 17 Jun 2021
4-
// updated: 17 Jun 2021
4+
// updated: 20 Mar 2022
55

6-
@PART[drm-cabin,drm-cabin-bay]:NEEDS[ODFC]:FOR[ODFC]
6+
@PART[drm-cabin,drm-cabin-bay]:NEEDS[ODFC,Dreamer]:FOR[ODFC]
77
{
88
@cost += 50
99
@title ^= :$: ODFC:
@@ -95,7 +95,7 @@
9595
}
9696
}
9797

98-
@PART[drm-cabin,drm-cabin-bay]:NEEDS[ODFC]:AFTER[ODFC]
98+
@PART[drm-cabin,drm-cabin-bay]:NEEDS[ODFC,Dreamer]:AFTER[ODFC]
9999
{
100100
@MODULE[ODFC]
101101
{
@@ -183,5 +183,4 @@
183183
}
184184
}
185185

186-
// GPLv2
187-
// zer0Kerbal
186+
// GPLv2 BY zer0Kerbal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// RasterPropMonitor.cfg v1.0.0.0
2+
// Dreamer by Axial Aerospace (DREAM)
3+
// created: 2020 03 31
4+
// updated:
5+
6+
@PART[drm-cabin-bay,drm-cabin-nobay]:NEEDS[RPM|MAS,Dreamer]:FOR[Dreamer]
7+
{
8+
// MODULE
9+
// {
10+
// name = RasterPropMonitorComputer
11+
// isEnabled = True
12+
// data = activePage107$12|activePage108$3|activePage110$7|activePage109$7|activePage48$4|activePage57$7|activePage55$10|activePage101$5
13+
// vesselDescription =
14+
// EVENTS
15+
// {
16+
// }
17+
// ACTIONS
18+
// {
19+
// }
20+
// }
21+
22+
MODULE
23+
{
24+
name = RasterPropMonitorComputer
25+
}
26+
}
27+
28+
// GPLv2 BY zer0Kerbal

0 commit comments

Comments
 (0)