diff --git a/Assets/CineboxAndrew b/Assets/CineboxAndrew index 380647e8..3633d393 160000 --- a/Assets/CineboxAndrew +++ b/Assets/CineboxAndrew @@ -1 +1 @@ -Subproject commit 380647e8b60bfa6d027eb2a1d164a523792676f7 +Subproject commit 3633d3932b5eb93ca0ace2112de53c8ca56bbd15 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-1875-1.mu b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-1875-1.mu new file mode 100644 index 00000000..a1555222 Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-1875-1.mu differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-625-1.mu b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-625-1.mu new file mode 100644 index 00000000..a1dcd19b Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-625-1.mu differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-attach-2-n.dds b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-attach-2-n.dds new file mode 100644 index 00000000..4dc7559a Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-attach-2-n.dds differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-attach-2.dds b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-attach-2.dds new file mode 100644 index 00000000..4e77f83d Binary files /dev/null and b/Distribution/RestockPlus/GameData/ReStockPlus/Assets/Structural/restock-node-attach-2.dds differ diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg index fc81a856..d86783fa 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Localization/en-us.cfg @@ -402,6 +402,11 @@ Localization // STRUCTURAL // ========== + // 0.625m + #LOC_RestockPlus_restock-node-625-1_title = BZ-26 Radial Attachment Point Jr. + #LOC_RestockPlus_restock-node-625-1_description = After the surprise success of the BZ-52, the Maxo Construction Toys engineering team came out of hiding to reveal the new pocket model. + #LOC_RestockPlus_restock-node-625-1_tags = affix anchor mount secure restock + // 1.25m #LOC_RestockPlus_restock-structural-tube-125-1_title = TB-125 Structural Tube #LOC_RestockPlus_restock-structural-tube-125-1_description = A small tube, full of wonderous things. Available in many lengths and even finishes! @@ -419,6 +424,10 @@ Localization #LOC_RestockPlus_restock-structural-tube-1875-1_description = A medium tube for the cylindrically inclined. Available in many lengths and even finishes! #LOC_RestockPlus_restock-structural-tube-1875-1_tags = restock hollow pipe tube support structur build construct struct + #LOC_RestockPlus_restock-node-1875-1_title = BZ-78 Radial Attachment Point + #LOC_RestockPlus_restock-node-1875-1_description = Development of a 1.875m docking port never received adequate funding, so management decided to cut their losses and release it unfinished as an attachment point. + #LOC_RestockPlus_restock-node-1875-1_tags= affix anchor mount secure restock + // 2.5m #LOC_RestockPlus_restock-structural-tube-25-1_title = TB-25 Structural Tube #LOC_RestockPlus_restock-structural-tube-25-1_description = A large tube for those that wish to store things. Available in many lengths and even finishes! diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/1875/restock-node-1875-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/1875/restock-node-1875-1.cfg new file mode 100644 index 00000000..caa33c4a --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/1875/restock-node-1875-1.cfg @@ -0,0 +1,47 @@ +// ReStock+ 1.2.0 +// 1.875 Radial Attachment Node +PART +{ + name = restock-node-1875-1 + module = Part + author = Andrew Cassidy + MODEL + { + model = ReStockPlus/Assets/Structural/restock-node-1875-1 + scale = 1.0, 1.0, 1.0 + } + scale = 1 + rescaleFactor = 1 + + // Attachment + attachRules = 1,1,1,1,1 + node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1 + node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0 + + // Tech + TechRequired = specializedConstruction + entryCost = 2400 + + // Info + cost = 400 + category = Structural + title = #LOC_RestockPlus_restock-node-1875-1_title // BZ-78 Radial Attachment Point + manufacturer = #autoLOC_501648 // Maxo Construction Toys + description = #LOC_RestockPlus_restock-node-1875-1_description + // Development of a 1.875m docking port never received adequate funding, so management decided to cut their losses and release it unfinished as an attachment point. + tags = #LOC_RestockPlus_restock-node-1875-1_tags + // affix anchor mount secure restock + bulkheadProfiles = size1p5, srf + + + // Parameters + mass = 0.08 + dragModelType = default + maximum_drag = 0.3 + minimum_drag = 0.2 + angularDrag = 1.0 + crashTolerance = 10 + maxTemp = 2000 + breakingForce = 350 + breakingTorque = 350 +} diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/625/restock-node-625-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/625/restock-node-625-1.cfg new file mode 100644 index 00000000..42868e69 --- /dev/null +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Structural/625/restock-node-625-1.cfg @@ -0,0 +1,46 @@ +// ReStock+ 1.2.0 +// 0.625m Radial Attachment Node +PART +{ + name = restock-node-625-1 + module = Part + author = Andrew Cassidy + MODEL + { + model = ReStockPlus/Assets/Structural/restock-node-625-1 + scale = 1.0, 1.0, 1.0 + } + scale = 1 + rescaleFactor = 1 + + // Attachment + attachRules = 1,1,1,1,1 + node_stack_top = 0.0, 0.05, 0.0, 0.0, 1.0, 0.0, 1 + node_attach = 0.0, -0.05, 0.0, 0.0, -1.0, 0.0 + + // Tech + TechRequired = specializedConstruction + entryCost = 600 + + // Info + cost = 75 + category = Structural + title = #LOC_RestockPlus_restock-node-625-1_title // BZ-26 Radial Attachment Point Jr. + manufacturer = #autoLOC_501648 // Maxo Construction Toys + description = #LOC_RestockPlus_restock-node-625-1_description + // After the surprise success of the BZ-52, the Maxo Construction Toys engineering team came out of hiding to reveal the new pocket model. + tags = #LOC_RestockPlus_restock-node-625-1_tags + // affix anchor mount secure restock + bulkheadProfiles = size0, srf + + // Parameters + mass = 0.015 + dragModelType = default + maximum_drag = 0.1 + minimum_drag = 0.05 + angularDrag = 1.0 + crashTolerance = 10 + maxTemp = 2000 + breakingForce = 350 + breakingTorque = 150 +} diff --git a/Distribution/RestockPlus/changelog.txt b/Distribution/RestockPlus/changelog.txt index ef9d2486..f8c97feb 100644 --- a/Distribution/RestockPlus/changelog.txt +++ b/Distribution/RestockPlus/changelog.txt @@ -7,6 +7,9 @@ v1.2.0 - Mk2 "Acorn" Command Pod (Andrew Cassidy): 2-kerbal conical command module with dark and white variants. Disabled if Making History is installed - New Coupling parts - AL-1 'Lychee' Inflatable Docking Airlock (Andrew Cassidy): Inflatable airlock with integrated 0.625m docking port. Disabled if Making History is installed. Has a new IVA. +- New Structural Parts + - BZ-26 Radial Attachment Point Jr. (Andrew Cassidy): 0.625m radial attachment node + - BZ-78 Radial Attachment Point (Andrew Cassidy): 1.875m radial attachment node v1.1.2 ------