-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drill patches need updating? #15
Milestone
Comments
zer0Kerbal
added a commit
that referenced
this issue
Sep 15, 2021
## 1.6.2.0 - Overpriced for KSP 1.12.1 (14 Aug 2021) ## Release for KSP 1.12.2 - 14 Sep 2021 - Release for Kerbal Space Program [KSP 1.12.2] - this won't be the last release for 1.12.2 ### DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL ### Resources and corresponding tanks have changed density/volume/cost/mass *** ## <b><color=#bada55>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b> ### Correction - Part [cost] - Thank you to @TheKurgan for finding the following: - need to be 'wet' or 'full' price else negative cost in editor - Part [entryCost] - some adjusted down, some adjust up. - Part [packedVolume] - changed small tank's [packedVolume] from 3416 to 2400 - changed large tank's [packedVolume] from 13333 to 9500 - `StockalikeMiningExpansion.cfg` - removed extra `#` graffiti making the localization tags start with `##`, ran out of whiteout... - added [SMX_3mStackDrill] patch [WIP] - increment version to 1.1.0.0 - `GoldSmelter.cfg` - [resourceOutputName = #autoLOC_8012033] changed to [#GoldSmelter-resourceOutputName = Gold+Ore] - add small `Ore` tank ### Changed - Back end - add auto JSON - update EL.version to match - update automation to latest version - start working with yaclog-KSP (thank you cineboxandrew!) ### Updated in part.cfg and ResourcesGeneric.cfg - [x] goldOre ♻ - [x] cost 🥥 - [x] mass 🏋️ - [x] volume (in resource.cfg) 🌋 - [x] tank size 🌮 - [x] gold 🤘 - [x] cost 🥥 - [x] mass 🏋️ - [x] volume (in resouce.cfg) 🌋 - [x] tank size 🌮 - [x] Unobtainium 🚀 - [x] cost 🥥 - [x] mass 🏋️ - [x] volume (in resouce.cfg) 🌋 - [x] tank size 🌮 ### Patch linting and file maintenance - minor housekeeping - patch dusting (mostly removing construction dust (comments)) ### Status - Bug - closed #4 Tank costs - closes #12 Text issue with SMX - anything remaining isn't a Localization issue - closes #15 Drill patches need updating? - closes #16 Tanks ModuleCargoPart: packedVolume - updated #11 us-en.cfg should be complete ***
zer0Kerbal
added a commit
that referenced
this issue
Jan 24, 2022
# 1.6.3.0 - Gold Pans ReStocked ### Updated♻ * renamed /Patches --> Compatibility ### CargoPart Review * volume review (math shown below) * game volume is in Liters (L) * closes #48 - Review CargoPart * small (1.25m) tanks had their cargo volumes reduced a small amount #### Math |Ore Tanks | | | | πr²h | 1000L = m3 -- | -- | -- | -- | -- | -- | diameter (m) | radius (m) | height(m) | volume m^3 | *1000 large | 2.5 | 1.25 | 1.9000 | 9.3266 | 9326.61 small | 1.25 | 0.625 | 1.9000 | 2.33165 | 2331.66 radial | 0.625 | 0.3125 | 1.0000 | 0.3068 | 306.8 ### missing drag cubes * closes #54 - LargeGoldTank and LargeGoldOreTank missing drag cube ### Linting and file maintenance 🌳 * all part.cfg's * add Dewar and zer0Kerbal to authors * minor housekeeping * patch dusting (mostly removing construction dust (comments)) ### Squad-Tanks patches * rename [Squad.cfg] to [Squad-Tanks.cfg] 1.2.0.0 * add [ModuleCargoPart] to all * Radial: 340 (already there) * Small: 2350 * Large: 9500 * update patch license * closes #55 - Squad-Tank patches ### Squad patches * rename [Patches.cfg] to [Squad.cfg] 1.2.0.0 * remove sneaky little `MODULE[ModuleResourceHarvester]` * Undo localization on some items * ResourceName * resourceName * update patch license * closes #56 - Squad patches ### Update [StockalikeMiningExpansion.cfg] v1.1.1.0 * update patch license ### Update [SCANSat.cfg] 1.1.0.2 * rename [Scansat.cfg] to [SCANSat.cfg] 1.1.0.2 * update patch license * linting ### Add Restock.restockwhitelist * closes #58 - Add Restock.restockwhitelist # Version 1.6.3.0 - Gold Pans ReStocked - 22 Jan 2022 - Release for Kerbal Space Program [KSP 1.12.3] ### RadialTank packedVolume * currently is packedVolume = 325 * stock is packedVolume = 340 * change to equal stock * closes #57 - RadialTank packedVolume ### Status * Issues * Version 1.6.3.0-releaserelease #60 * 1.6.3.0 Legal MumboJumbo #61 * 1.6.3.0 Update documentation #62 * 1.6.3.0 Social Media * Release 1.6.3.0-releaserelease #63 * Bug * closes #5 Tank costs * closes #12 Text issue with SMX - anything remaining isn't a Localization issue * closes #15 Drill patches need updating? * closes #16 Tanks ModuleCargoPart: packedVolume * updates #11 us-en.cfg should be complete
zer0Kerbal
added a commit
that referenced
this issue
Jan 24, 2022
# Version 1.6.3.0 - Gold Pans ReStocked - 22 Jan 2022 - Release for Kerbal Space Program [KSP 1.12.3] ### Updated♻ * renamed /Patches --> Compatibility ### CargoPart Review * volume review (math shown below) * game volume is in Liters (L) * closes #48 - Review CargoPart * small (1.25m) tanks had their cargo volumes reduced a small amount #### Math |Ore Tanks | | | | πr²h | 1000L = m3 -- | -- | -- | -- | -- | -- | diameter (m) | radius (m) | height(m) | volume m^3 | *1000 large | 2.5 | 1.25 | 1.9000 | 9.3266 | 9326.61 small | 1.25 | 0.625 | 1.9000 | 2.33165 | 2331.66 radial | 0.625 | 0.3125 | 1.0000 | 0.3068 | 306.8 ### missing drag cubes * closes #54 - LargeGoldTank and LargeGoldOreTank missing drag cube ### Linting and file maintenance 🌳 * all part.cfg's * add Dewar and zer0Kerbal to authors * minor housekeeping * patch dusting (mostly removing construction dust (comments)) ### Squad-Tanks patches * rename [Squad.cfg] to [Squad-Tanks.cfg] 1.2.0.0 * add [ModuleCargoPart] to all * Radial: 340 (already there) * Small: 2350 * Large: 9500 * update patch license * closes #55 - Squad-Tank patches ### Squad patches * rename [Patches.cfg] to [Squad.cfg] 1.2.0.0 * remove sneaky little `MODULE[ModuleResourceHarvester]` * Undo localization on some items * ResourceName * resourceName * update patch license * closes #56 - Squad patches ### Update [StockalikeMiningExpansion.cfg] v1.1.1.0 * update patch license ### Update [SCANSat.cfg] 1.1.0.2 * rename [Scansat.cfg] to [SCANSat.cfg] 1.1.0.2 * update patch license * linting ### Add Restock.restockwhitelist * closes #6 - ReStock compliance * closes #58 - Add Restock.restockwhitelist ### RadialTank packedVolume * currently is packedVolume = 325 * stock is packedVolume = 340 * change to equal stock * closes #57 - RadialTank packedVolume ### Status * Localizations * closes #44 - Localization - Spanish (Español) <es-es.cfg> - thank you Fitiales * closes #65 - Localization - Russian (Русский) <ru.cfg> - thank you to DirtyThongSniffer * Issues * updates #47 - us-en.cfg should be complete * closes #46 - Localization - English (United States)] <en-us.cfg> * closes - #60 - Version 1.6.3.0-release * closes - #61 - 1.6.3.0 Legal MumboJumbo * closes - #62 - 1.6.3.0 Update documentation * closes - #63 - Release 1.6.3.0-release * closes - #64 - 1.6.3.0 Social Media * Bug * closes #5 - Tank costs * closes #12 - Text issue with SMX - anything remaining isn't a Localization issue * closes #15 - Drill patches need updating? * closes #16 - Tanks ModuleCargoPart: packedVolume * updates #11 - us-en.cfg should be complete
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@part[MiniDrill]:NEEDS[TheGoldStandard]:FOR[TheGoldStandard]
{
@module[ModuleResourceHarvester]
{
ConverterName = Ore Harvester
StartActionName = Ore Harvester Start
StopActionName = Ore Harvester Stop
ToggleActionName = Toggle Ore Harvester
}
}
@part[RadialDrill]:NEEDS[TheGoldStandard]:FOR[TheGoldStandard]
{
@module[ModuleResourceHarvester]
{
ConverterName = Ore Harvester
StartActionName = Ore Harvester Start
StopActionName = Ore Harvester Stop
ToggleActionName = Toggle Ore Harvester
}
}
The text was updated successfully, but these errors were encountered: