diff --git a/Orion/Changelog.txt b/Orion/Changelog.txt index 9f01748..f568d44 100644 --- a/Orion/Changelog.txt +++ b/Orion/Changelog.txt @@ -1,23 +1,3 @@ -==ToDo requests/wishlist -==Finish Project Orion bits - 5m hab, VEM, space taxi, Orion-scaled RCS, IVAs - -==10m Drive, magazine deck, 10m fairing base - -==Minimag Orion - Minimag, Minimag propellant tanks, Radiator - Minimag was Coil+Capacitor banks, reactor; two parts or 1? - -==Kerbalism tie-in for radiation modelling -==KSPIE WasteHeat support - --Adds CTT integration - -==Add in external Pulse Unit anim group to hide pulse unit when out of fuel - -easy enough, have pulseunit mesh have defined name, have part.transform.'name' localscale = vector3.zero -see rocketpods rocketscales() -==Add in resource generation on engine fire - -eC generation from minimag pulses? -==Add in secondary fuel types - -ablator oil / eC consumption -==Add in thrust/impulse override for thrust values to be specified in .cfg v1.8.2 ============================= KSP 1.11 update diff --git a/Orion/GameData/B9PartSwitch/B9PartSwitch-TweakScale.cfg b/Orion/GameData/B9PartSwitch/B9PartSwitch-TweakScale.cfg new file mode 100644 index 0000000..ccd4c1c --- /dev/null +++ b/Orion/GameData/B9PartSwitch/B9PartSwitch-TweakScale.cfg @@ -0,0 +1,5 @@ +TWEAKSCALEEXPONENTS +{ + name = ModuleB9PartSwitch + scale = 1 +} diff --git a/Orion/GameData/B9PartSwitch/B9PartSwitch.version b/Orion/GameData/B9PartSwitch/B9PartSwitch.version new file mode 100644 index 0000000..50fc9b1 --- /dev/null +++ b/Orion/GameData/B9PartSwitch/B9PartSwitch.version @@ -0,0 +1,11 @@ +{ + "NAME" : "B9 Part Switch", + "DOWNLOAD" : "https://github.com/blowfishpro/B9PartSwitch/releases", + "URL" : "https://s3.amazonaws.com/blowfish-ksp-b9partswitch-avc/latest/B9PartSwitch.version", + "GITHUB" : { + "USERNAME" : "blowfishpro", + "REPOSITORY" : "B9PartSwitch" + }, + "VERSION" : "2.18.0", + "KSP_VERSION" : "1.11.2" +} diff --git a/Orion/GameData/B9PartSwitch/CHANGELOG.md b/Orion/GameData/B9PartSwitch/CHANGELOG.md new file mode 100644 index 0000000..06c7ed7 --- /dev/null +++ b/Orion/GameData/B9PartSwitch/CHANGELOG.md @@ -0,0 +1,683 @@ +### v2.18.0 + +* Recompile against KSP 1.11.2 +* Fix modules getting force-enabled when new data is loaded +* Change remote AVC reference so that it notifies even if you change KSP + versions +* Prevent exceptions caused by zombie parts + +### v2.17.0 + +* Recompile against KSP 1.10.1 +* Update Spanish localization, add German and Chinese localization + +### v2.16.0 + +* Fix description of attach node mover (`SUBTYPE` -> `NODE` -> + `positionOffset`) for error messages +* Allow node size to be modified + * `SUBTYPE` -> `NODE` -> `size` + * Takes an integer + * Will scale with TweakScale (and round to the nearest integer) + +* Allow more flexible name matching in many places + * If it starts and ends with `/`, treat it as a regular expression + * If it contains `*` or `?`, treat those as wildcards (anything or one + character respectively) + * Otherwise treat it as a normal string + * If it starts with `\`, the next character is `/`, and it ends with + `/`, eliminate the leading `\` + + * Implemented in the following places: + * attach node modifier node name (`SUBTYPE` -> `NODE` -> `name`) + * transform toggle name (`SUBTYPE` -> `transform`) + * node toggler name (`SUBTYPE` -> `node`) + * material modifier transform names (`SUBTYPE` -> `MATERIAL` -> + `transform`/`baseTransform`) + * texture modifier transform names (`SUBTYPE` -> `TEXTURE` -> + `transform`/`baseTransform`) + * module modifier name (`SUBTYPE` -> `MODULE` -> `IDENTIFIER` -> + `name`) + * transform modifier transform names (`SUBTYPE` -> `TRANSFORM` -> + `name`) + +* Implement custom handling for `ModuleRCSFX` + * Disable unused effects when switching based on `runningEffectName` + +* Fix transforms not getting shown/hidden properly after another module + updates the model +* Allow `ModuleB9PartSwitch` to have its fields and events placed in a + group: + * `uiGroupName` - unique identifier of the group + * `uiGroupDisplayName` - human readable name of the group to show in + the UI + +* New module for assigning PAW groups on other modules: + `ModuleB9AssignUiGroups` + * takes one or more `MODULE` nodes that each identify a module to have + its UI group assigned + * each one must have an `IDENTIFIER` node to identify the module + * it must have a `name` which is the name of the module (wildcards + and regex are allowed) + * it can have any other fields that uniquely identify the module + * This is the same as the `IDENTIFIER` in a module switcher + + * `uiGroupName` - unique identifier of the group + * `uiGroupDisplayName` - human readable name of the group to show in + the UI + * only applies to fields/events that don't already have a group + * Cannot apply to `ModuleB9PartSwitch`, `ModuleB9PartInfo`, + `ModuleB9AssignUiGroups` (itself), or + `ModuleSimpleAdjustableFairing` + +### v2.15.2 + +* Fix `ModuleJettison` shrouds disappearing in flight (again) + +### v2.15.1 + +* Preserve drag cube weights when recalculating drag cubes +* Don't call drag cube update methods that will be called by the flight + integrator anyway +* Ensure drag cubes aren't recalculated in flight regardless of + configuration (it breaks things) + +### v2.15.0 + +* Recompile against KSP 1.9.1 + +### v2.14.0 + +* Fix non-unique aspects complaining when present on more than one + module +* Generic material modifiers + * `MATERIAL` nodes on subtypes + * `transform` defines GameObjects on which to use renderers + * `baseTransform` defines GameObjects and children on which to use + renderers + * `FLOAT` - modifies a float property + * `shaderProperty` - name of the shader property to modify + * `value` - float to set the value to + + * `COLOR` - modifies a color property + * `shaderProperty` - name of the shader property to modify + (default `_Color`) + * `color` - color to set the property to, can be specified in any + of the regular formats (name, hex, RGB(A) list) + + * `TEXTURE` modifies a texture property (same functionality as + `TEXTURE` nodes directly on the subtype) + * `currentTexture` - name of current texture to match when + building (not full path) (optional) + * `texture` - path to new texture to switch to + * `isNormalMap` - whether to access the texture as a normal map or + not (default false) + * `shaderProperty` - shader property to modify the color on + * Default `_MainTex` if `isNormalMap = false` + * Default `_BumpMap` is `isNormalMap = true` + +* Listen for `OnPartModelChanged` event to reinitialize model +* Send `ModuleDataChanged` to modules that have had their data changed + * Include two attributes in the event details, + `requestNotifyFARToRevoxelize` and `requestRecalculateDragCubes`, + which can be used to request FAR/drag cubes updates at the end of + the cycle + +* Transform move/rotation/scale now affect drag cubes/FAR +* Send/listen for `DragCubesWereRecalculated` and + `FarWasNotifiedToRevoxelize` to make sure actions are only done once + per cycle +* Fix drag cube updates possibly not actually being used + +### v2.13.0 + +* Support changing `ModuleDeployableSolarPanel` `chargeRate` +* Get rid of some useless debug messages related to UI prefabs +* Fix UI breaking on switchers with tech restrictions if subtypes are + unlocked out of order +* Fix texture switches breaking on inactive subtypes when a part is + duplicated + +### v2.12.1 + +* Recompile against KSP 1.8.1 + +### v2.12.0 + +* Recompile against KSP 1.8.0 +* Stop moving the switcher to the end of the part action window +* Remove `bottomOfWindow` paramter + +### v2.11.1 + +* Fix default subtype not activating on the icon + +### v2.11.0 + +* Allow switching UI to not be moved to the end of the part action + window + * ModuleB9PartSwitch now accepts `bottomOfWindow = false` which will + leave it in place + * Modules without this new parameter are unaffected + +* Allow transforms to be scaled + * `TRANSFORM {}` nodes now accept a `scaleOffset` which multiplies the + transform's local scale + * `scaleOffset` either accepts a single number for all 3 axes or 3 + numbers for x, y, z which can be separated by spaces, tabs, or + commas + +* Fix plume switching for ModuleEnginesFX + * Still doesn't support switching in flight + +* Fix Texture switches getting stuck on copied parts +* Fix node offsets not respecting part rotation when attempting to move + the part with the switch + +### v2.10.1 + +* Add missing Russian localization keys +* Fix surface attach node modifiers not actually doing anything +* Fix surface attach node modifiers checking whether the part allows + surface attach to it rather than to parent part + +### v2.10.0 + +* Use funds symbol for cost in tooltips +* Fix vessel size including disabled objects +* add new `upgradeRequired` field to `SUBTYPE`s + * References the name of a `PARTUPGRADE` require do unlock the subtype + * At least one subtype on every switcher must have no tech restriction + (i.e. unlocks with the part), otherwise it will complain and remove + the restriction from the first subtype + * All subtypes are unlocked in sandbox regardless of whether upgrades + are applied + * Warning if the upgrade doesn't exist + * If you attempt to load a craft with a locked subtype you get a + warning that it was replaced with the highest priority unlocked + subtype + +* Add `defaultSubtypePriority` to `SUBTYPE`s + * Number (float) that determines a subtype's priority as the "default" + subtype (i.e. the one that is chosen when you freshly add the part). + * The subtype with the highest priority that is also unlocked will be + chosen + * If two subtypes have the same priority and both are unlocked, it + will choose the first + * The default value is zero. + +* Add basic implementation of module switching + * HIGHLY EXPERIMENTAL + * Subtypes now accept a `MODULE` node + * inside is an `IDENTIFIER` node which is used to identify the + module + * it must have a `name` which is the same as the module + * it can have any other fields that are used to identify the + module + * e.g. `engineID` on `ModuleEngines` + + * Identifying the module by nodes is not currently supported + + * It accepts a `DATA` node which provides new data to be loaded into + the module + * It accepts a `moduleActive = false` value which causes the module + to be disabled + + * Not everything will work initially, custom handling will have to be + added for some modules + * Some modules are blacklisted for loading new data and disabling. + This list is subject to change. + * `ModulePartVariants` + * `ModuleB9PartSwitch` + * `ModuleB9PartInfo` + * `ModuleB9DisableTransform` + * `FSfuelSwitch` + * `FSmeshSwitch` + * `FStextureSwitch` + * `FStextureSwitch2` + * `InterstellarFuelSwitch` + * `IntersteallarMeshSwitch` + * `InterstellarTextureSwitch` + +### v2.9.0 + +* Implement new switching UI based on the stock variant switcher +* Have subtype switching buttons show some info about the subtype being + switched to in a tooltip + * By default shows resources (including parent), mass, cost, max + temperature, max skin temperature, crash tolerance + * Also shows `descriptionSummary` and `descriptionDetail` from + subtype, before and after auto-generated info respectively, if + present + +* 4 new fieds on `SUBTYPE` + * `descriptionSummary` - any info here will be put in the subtype + switching tooltip before the auto-generated info - make it brief + * `descriptionDetail` - any info here will be put in the subtype + switching tooltip after the auto-generated info - go nuts + * `primaryColor` - color to use in the left part of the switching + button + * if not specified, use the tank type's primaryColor + * if that's not specified, use white + + * `secondaryColor` - color to use in the right part of the switching + button + * if not specified, use the tank's secondaryColor + * if that's not specified, use the subtype's primaryColor + * if that's not specified, use the tank's primaryColor + * if that's not specified, use gray + +* 2 new fields on `B9_TANK_TYPE` + * `primaryColor` - color to use in the left part of the switching + button i they subtype does not specify one. If not specified, common + resource combinations will be used. + * `secondaryColor` - color to use in the right part of the switching + button i they subtype does not specify one. If not specified, common + resource combinations will be used. + +* add default colors for common resources + * `ResourceColorLiquidFuel` + * `ResourceColorLqdHydrogen` + * `ResourceColorLqdMethane` + * `ResourceColorOxidizer` + * `ResourceColorMonoPropellant` + * `ResourceColorXenonGas` + * `ResourceColorElectricChargePrimary` + * `ResourceColorElectricChareSecondary` + * `ResourceColorOre` + +* Automatically apply resource colors to common resource combinations in + tanks (if colors are not specified by the tank or subtype): + * LiquidFuel + * LiquidFuel/Oxidizer + * LqdHydrogen + * LqdHydrogen/Oxidizer + * LqdMethane + * LqdMethane/Oxidizer + * Oxidizer + * MonoPropellant + * XenonGas + * Ore + * ElectricCharge + +### v2.8.1 + +* Recompile against KSP 1.7.3 + +### v2.8.0 + +* Recompile against KSP 1.7.1 +* Fix part action window showing removed resources in KSP 1.7.1 +* Add Russian localization + +### v2.7.1 + +* Fix part into button being shown when there's no info to display +* Provide more context for subtype initialization errors in the warning + dialog + +### v2.7.0 + +* Compile for KSP 1.7.0 +* Remove `ModuleB9PropagateCopyEvents` from parts since KSP handles this + correctly now + * Leave empty class so that KSP doesn't complain when loading + craft/vessels + +* All initialization errors now warn the user but allow the game to + continue +* Add fuzzy matching for attach node toggling + * `?` will match any one character, `*` will match anything (or + nothing) + * All matching nodes will be switched + +* Allow moving and rotation of transforms + * Subtypes can now have `TRANSFORM` nodes + * Each one should nave a `name` which is the name of the transform + * Each one can have a `positionOffset = x, y, z` which is a local + offset for that transform + * Any number of modules can modify a transform's position (it's + additive) + + * Each one can have a `rotationOffset = x, y, z` which is a local + rotation offset + * Only one module can modify a transform's position + +* Remove KSP localization debug logging +* Add Brazilian Portuguese localization +* Localize switch subtype button +* Fix texture switches incorrectly saying the current texture wasn't + found when really the new texture wasn't found +* Use more correct part names in some log messages +* Allow subtypes to specify a mirror symmetry counterpart + * Subtypes now accept a `mirrorSymmetrySubtype` value which is the + subtype name of the mirror symmetry subtype + * When placing the part in mirror symmetry, the symmetry counterpart + will use this mirror symmetry subtype, otherwise it will use the + normal subtype + +### v2.6.0 + +* Recompile against KSP 1.6.1 +* Fix misspellings in fatal error and serious warning handlers + +### v2.5.1 + +* Moved stack nodes now respect `scale`, `rescaleFactor`, and TweakScale +* Moved surface attach node now respects `scale` and `rescaleFactor` +* When only one subtype is present, disable switching GUI and display + subtype title as non-interactable string +* Downgrade incompatible resource switching module to a warning and + disable B9 resource switching in that case +* French localization + +### v2.5.0 + +* Allow moving stack nodes + * Within a `SUBTYPE`, `NODE` nodes take a `name` (node ID) and a + `position` (x, y, z position of the node) + +* Fix log message for duplicated subtype names +* Fix texture switching behaving weirdly when copying a part in the + editor + +### v2.4.5 + +* Fix issues with resource switching and stock delta-v simulation code + * Exception when copying a part in the editor + * Delta-v simulation was probably off as well + +### v2.4.4 + +* Recompile against KSP 1.5.1 +* Downgrade certain fatal errors to warnings + * The user will still get an on-screen message but it can be dismissed + without closing the game + * Duplicate subtype names is now only a serious warning + * Subtype without a name is now only a serious warning + +### v2.4.3 + +* Fix .version file again again + +### v2.4.2 + +* Fix .version file again + +### v2.4.1 + +* Fix .version file still listing KSP 1.4.x + +### v2.4.0 + +* Recompile against KSP 1.5 +* Provide better context for fatal exceptions +* A few incompatibilities that previously silently disabled + functionality are now fatal errors +* Add Spanish translation of built-in strings +* Fire onPartResourceListChange when changing resources + +### v2.3.3 + +* Recompile against KSP 1.4.5 + +### v2.3.2 + +* Recompile against KSP 1.4.4 + +### v2.3.1 + +* Fix ModuleJettison shroud disappearing in flight if used with a + ModuleB9PartSwitch that affects drag cubes +* Don't destroy info module in flight since that messes with module + order + +### v2.3.0 + +* Recompile against KSP 1.4.3 +* Remove a couple of hacky workarounds as fixes/improvements were added + in KSP 1.4.3 +* Use resource display names rather than identifiers in module + description +* Extract all hard-coded UI strings into localization table + +### v2.2.2 + +* Fix texture replacements getting locked in when loading a craft in the + editor if a part up the hierarchy renders procedural drag cubes + +### v2.2.1 + +* Recompile against KSP 1.4.2 +* Fix transforms incorrectly being disabled in the part icon if subtypes + are in a particular order +* Fix `transform` in a `TEXTURE` node looking for renderers in child + transforms too + +### v2.2.0 + +* Recompile for KSP 1.4.1 + +### v2.1.1 + +* Fix texture replacements being reset when drag cubes are rendered +* Fix battery tank type having 100x too much electric charge, bring mass + in-line with stock + +### v2.1.0 + +* Add texture switching + * Each subtype can now have `TEXTURE` nodes which take the following + fields: + * `texture` (required) - path to the texture you want to use, e.g. + `MyMod/Parts/SomePart/texture` + * `currentTexture` (optional) - name of the current texture (just + the filename excluding the extension, not the full path). Anything + that does not have this as the current texture will be ignored. + * `isNormalMap` (optional, default false) - whether the texture is a + normal map or not (necessary due to KSP treating normal maps + differently when they are loaded) + * `shaderProperty` (optional) - name of the shader property that the + texture sits on. Default is `_MainTex` if `isNormalMap = false` or + `_BumpMap` if `isNormalMap = true`. For an emissive texture you + would want `_Emissive` + * `transform` (optional, can appear more than once) - names of + transforms to apply the texture switch to + * `baseTransform` (optional, can appear more than once) - names of + transforms where the texture switch should be applied to them and + all of their children + + * If no `transform` or `baseTransform` is specified, it will look for + textures to switch on the entire part + +### v2.0.0 + +* Only match on exact attach node id +* When switching in flight, resources should always start empty +* Allow individual subtypes to not allow switching in flight via + `allowSwitchInFlight` field +* Allow `ModuleB9PartSwitch` to have its GUI hidden if it has + `advancedTweakablesOnly = true` and advanced tweakables are disabled +* Better error handling if resource of tank type does not exist (show + error dialog in game and force the user to quit) +* Fix .version file not being able to be parsed by KSP-AVC +* Move remote .avc file from bintray to s3 +* Add back assembly guid (accidentally removed a while ago) + +### v1.10.0 + +* Add new GUI that allows selecting subtype from a list +* Allow switching in flight via switchInFlight parameter (uses new GUI) + +### v1.9.0 + +* Add stackSymmetry part field to subtypes + +### v1.8.1 + +* Fix drag cubes being overwritten with defaults on root part in flight + scene +* Fix vessel disappearing from map view if root part has a switcher that + affects drag cubes + +### v1.8.0 + +* Recompile for KSP 1.3 +* Drag cube re-rendering now supports IMultipleDragCubes + +### v1.7.1 + +* Fix an occasional NRE when building part info + +### v1.7.0 + +* Allow "child" part switch modules to modify volume of "parent" module +* Allow multiple modules to manage the same transform or node, only + enable it if they all agree + +### v1.6.1 + +* Switch percentFilled priority to resource -> subtype -> tank type -> + 100% since resources can be overridden on individual subtypes now + +### v1.6.0 + +* Allow tanks to be partially filled - percentFilled can be defined on + the subtype, resource, or tank type (in decreasing order of priority), + defaulting to completely full +* Allow toggling resource tweakability in the editor - + resourcesTweakable can be defined on the subtype or tank type (subtype + takes priority), default is whatever the standard is for that resource +* Allow RESOURCE nodes directly on the subtype + * If the resource already exists on the tank, values defined here will + override what is already on the tank (won't affect other subtypes + using the same tank) + * If it isn't already on the tank, it will be added (won't affect + other subtypes using the same tank) + +* Add ModuleB9DisableTransform to remove unused transforms on models +* Major internal changes + +### v1.5.3 + +* Recompile against KSP 1.2.2 +* Remove useless warnings in the log +* A few internal changes + +### v1.5.2 + +* Recompile against KSP 1.2.1 + +### v1.5.1 + +* Fix resource amounts displaying incorrectly in part tooltip +* Reformat module title in part list tooltip a bit +* Hopefully reduce GC some more + +### v1.5.0 + +* Update for KSP 1.2 +* Add CoMOffset, CoPOffset, CoLOffset, CenterOfBuoyancy, + CenterOfDisplacement to editable part fields +* Hopefully reduce GC allocation a little bit + +### v1.4.3 + +* Recompile against KSP 1.1.3 +* Remove some code which is unnecessary in KSP 1.1.3 + +### v1.4.2 + +* Fix TweakScale interaction - resource amounts did not account for + scaling (broken since v1.4.0) + +### v1.4.1 + +* Fix bug where we were setting maxTemp when we should have been setting + skinMaxTemp or crashTolerance + +### v1.4.0 + +* Find best subtype intelligently + * If subtype name was previously set, use it to find the correct + subtype (allows subtypes to be reordered without breaking craft) + * If name was not previously set or not found, but index was, use it + (this allows transitioning from current setup and renaming subtypes + if necessary) + * If index was not previously set, try to infer subtype based on + part's resources (this allows easy transitioning from a + non-switching setup) + * Finally, just use first subtype + +* Add unit testing for subtype finding +* Get rid of some unnecessary logging in debug mode +* Refactor part switching a bit + +### v1.3.1 + +* Fix bug where having ModuleB9PartInfo on a root part would cause + physics to break due to an exception (really a stock issue but no + sense waiting for a fix) + +### v1.3.0 + +* Do not destroy incompatible fuel switchers. Instead, disable fuel + switching +* Allow part's crash tolerance to be edited +* Add info module to display changes to part in the info window. Only + displays things that can be changed. +* Various internal changes + +### v1.2.0 + +* Support TweakScale integration +* Allow plural switcher description (in part catalog) to be edited) +* Disable changing surface attach node size (problematic with + Tweakscale) + +### v1.1.4 + +* Don't remove FSfuelSwitch or InterstellarFuelSwitch if + ModuleB9PartSwitch doesn't manage resources +* Defer rendering drag cubes until part has been attached (fixes + flickering in editor) +* Avoid firing events multiple times +* Various internal changes + +### v1.1.3 + +* Recompile against KSP 1.1.2 +* Simplify part list info a bit +* Hopefully make some error messages clearer +* Various internal refactors and simplifications + +### v1.1.2 + +* Remove FSmeshSwitch and InterstellarMeshSwitch from incompatible + modules +* Recompile against KSP 1.1.1 + +### v1.1.1 + +* Fix resource cost not accounting for units per volume on tank type + +### v1.1 + +* KSP 1.1 compatibility +* Fixed bug where having part switching on the root part would cause + physics to break +* Moved UI controls to UI\_ChooseOption +* Adjust default Monopropellant tank type to be closer to (new) stock + values +* Use stock part mass modification +* Hopefully fix incompatible module checking +* Various refactors and simplifications which might improve performance + a bit + +### v1.0.1 + +* Fix NRE in flight scene + +### v1.0.0 + +* Initial release diff --git a/Orion/GameData/B9PartSwitch/DefaultTankTypes.cfg b/Orion/GameData/B9PartSwitch/DefaultTankTypes.cfg new file mode 100644 index 0000000..5ed8d4d --- /dev/null +++ b/Orion/GameData/B9PartSwitch/DefaultTankTypes.cfg @@ -0,0 +1,95 @@ +// Structural values (should be set by user) +// Rocket +// Mass = 0.0005 +// Cost = 0.25 +// Spaceplane (re-entry shielded, maxTemp > 2000) +// Mass = 0.000625 +// Cost = 0.375 + +B9_TANK_TYPE +{ + name = LiquidFuel + title = #LOC_B9PartSwitch_tank_type_lf // LiquidFuel + tankMass = 0.0001 + tankCost = 0.375 + + RESOURCE + { + name = LiquidFuel + unitsPerVolume = 1 + } +} + +B9_TANK_TYPE +{ + name = Oxidizer + title = #LOC_B9PartSwitch_tank_type_o // Oxidizer + tankMass = 0.0001 + tankCost = 0.148 + RESOURCE + { + name = Oxidizer + unitsPerVolume = 1 + } +} + +B9_TANK_TYPE +{ + name = LFO + title = #LOC_B9PartSwitch_tank_type_lfo // LFO + tankMass = 0.000125 + tankCost = 0.25 + + RESOURCE + { + name = LiquidFuel + unitsPerVolume = 0.45 + } + RESOURCE + { + name = Oxidizer + unitsPerVolume = 0.55 + } +} + +B9_TANK_TYPE +{ + name = MonoPropellant + title = #LOC_B9PartSwitch_tank_type_monoprop // Monopropellant + tankMass = 0.0004 + tankCost = 0.75 + + RESOURCE + { + name = MonoPropellant + unitsPerVolume = 1.5 + } +} + +B9_TANK_TYPE +{ + name = Xenon + title = #LOC_B9PartSwitch_tank_type_xenon // Xenon Gas + tankMass = 0.001 + tankCost = 120.0 + + RESOURCE + { + name = XenonGas + unitsPerVolume = 30 + } +} + +B9_TANK_TYPE +{ + name = Battery + title = #LOC_B9PartSwitch_tank_type_ec // Battery + tankMass = 0.0005 + tankCost = 15.0 + + RESOURCE + { + name = ElectricCharge + unitsPerVolume = 20 + } +} diff --git a/Orion/GameData/B9PartSwitch/LICENSE b/Orion/GameData/B9PartSwitch/LICENSE new file mode 100644 index 0000000..341c30b --- /dev/null +++ b/Orion/GameData/B9PartSwitch/LICENSE @@ -0,0 +1,166 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + diff --git a/Orion/GameData/B9PartSwitch/Localization/de-de.cfg b/Orion/GameData/B9PartSwitch/Localization/de-de.cfg new file mode 100644 index 0000000..af0e29b --- /dev/null +++ b/Orion/GameData/B9PartSwitch/Localization/de-de.cfg @@ -0,0 +1,25 @@ +Localization +{ + de-de + { + #LOC_B9PartSwitch_ModuleB9PartSwitch_title = Auswechselbares Teil + #LOC_B9PartSwitch_ModuleB9PartSwitch_tank_volume = Volumen + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description = Untergruppe + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description_plural = Untergruppen + #LOC_B9PartSwitch_ModuleB9PartSwitch_select_subtype = Select <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_resources_will_be_dumped_warning = <<1>> verfügt über Ressourcen, durch das Umschalten von <<2>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_confirm_resource_removal_dialog_title = Bestätigen Sie das Entfernen der Ressource + #LOC_B9PartSwitch_PartSwitchFlightDialog_select_new_subtype_dialog_title = Select <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_current_subtype_label = <<1>> (Current) + #LOC_B9PartSwitch_tank_type_lf = Flüssig Treibstoff + #LOC_B9PartSwitch_tank_type_o = Oxidationsmittel + #LOC_B9PartSwitch_tank_type_lfo = LFO + #LOC_B9PartSwitch_tank_type_monoprop = MonoPropellant + #LOC_B9PartSwitch_tank_type_ec = Batterie + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_temp = Maximale Temperatur + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_skin_temp = Maximale Außenhüllen Temperatur + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_crash_tolerance = Aufschlagtoleranz + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_empty = Leer + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_full = Voll + } +} diff --git a/Orion/GameData/B9PartSwitch/Localization/en-us.cfg b/Orion/GameData/B9PartSwitch/Localization/en-us.cfg new file mode 100644 index 0000000..b65d546 --- /dev/null +++ b/Orion/GameData/B9PartSwitch/Localization/en-us.cfg @@ -0,0 +1,26 @@ +Localization +{ + en-us + { + #LOC_B9PartSwitch_ModuleB9PartSwitch_title = Switchable Part + #LOC_B9PartSwitch_ModuleB9PartSwitch_tank_volume = Volume + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description = Subtype + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description_plural = Subtypes + #LOC_B9PartSwitch_ModuleB9PartSwitch_select_subtype = Select <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_resources_will_be_dumped_warning = <<1>> has resources that will be dumped by switching the <<2>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_confirm_resource_removal_dialog_title = Confirm Resource Removal + #LOC_B9PartSwitch_PartSwitchFlightDialog_select_new_subtype_dialog_title = Select <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_current_subtype_label = <<1>> (Current) + #LOC_B9PartSwitch_tank_type_lf = LiquidFuel + #LOC_B9PartSwitch_tank_type_o = Oxidizer + #LOC_B9PartSwitch_tank_type_lfo = LF+Ox + #LOC_B9PartSwitch_tank_type_monoprop = Monopropellant + #LOC_B9PartSwitch_tank_type_xenon = Xenon Gas + #LOC_B9PartSwitch_tank_type_ec = Battery + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_temp = Maximum Temperature + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_skin_temp = Maximum Skin Temperature + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_crash_tolerance = Crash Tolerance + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_empty = empty + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_full = full + } +} diff --git a/Orion/GameData/B9PartSwitch/Localization/es-es.cfg b/Orion/GameData/B9PartSwitch/Localization/es-es.cfg new file mode 100644 index 0000000..320b16f --- /dev/null +++ b/Orion/GameData/B9PartSwitch/Localization/es-es.cfg @@ -0,0 +1,25 @@ +Localization +{ + es-es + { + #LOC_B9PartSwitch_ModuleB9PartSwitch_title = Parte conmutable + #LOC_B9PartSwitch_ModuleB9PartSwitch_tank_volume = Volumen + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description = Subtipo + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description_plural = Subtipos + #LOC_B9PartSwitch_ModuleB9PartSwitch_select_subtype = Seleccionar <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_resources_will_be_dumped_warning = <<1>> tiene recursos que serán abandonados cambiando el <<2>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_confirm_resource_removal_dialog_title = Confirmar la eliminación de recursos + #LOC_B9PartSwitch_PartSwitchFlightDialog_select_new_subtype_dialog_title = Seleccionar <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_current_subtype_label = <<1>> (Actual) + #LOC_B9PartSwitch_tank_type_lf = Combustible líquido + #LOC_B9PartSwitch_tank_type_o = Oxidante + #LOC_B9PartSwitch_tank_type_lfo = CLO + #LOC_B9PartSwitch_tank_type_monoprop = Monopropelante + #LOC_B9PartSwitch_tank_type_ec = Batería + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_temp = Temperatura máxima + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_skin_temp = Temperatura máxima de skin + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_crash_tolerance = Tolerancia de choque + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_empty = vacío + #LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_full = lleno + } +} diff --git a/Orion/GameData/B9PartSwitch/Localization/fr-fr.cfg b/Orion/GameData/B9PartSwitch/Localization/fr-fr.cfg new file mode 100644 index 0000000..7b98d4a --- /dev/null +++ b/Orion/GameData/B9PartSwitch/Localization/fr-fr.cfg @@ -0,0 +1,20 @@ +Localization +{ + fr-fr + { + #LOC_B9PartSwitch_ModuleB9PartSwitch_title = Pièce commutable + #LOC_B9PartSwitch_ModuleB9PartSwitch_tank_volume = Volume + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description = Sous-type + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description_plural = Sous-types + #LOC_B9PartSwitch_ModuleB9PartSwitch_select_subtype = Sélectionner <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_resources_will_be_dumped_warning = <<1>> a des ressources qui seront perdues en changeant le <<2>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_confirm_resource_removal_dialog_title = Confirmer la suppression des ressources + #LOC_B9PartSwitch_PartSwitchFlightDialog_select_new_subtype_dialog_title = Sélectionner <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_current_subtype_label = <<1>> (Actuel) + #LOC_B9PartSwitch_tank_type_lf = ErgolLiquide + #LOC_B9PartSwitch_tank_type_o = Oxydant + #LOC_B9PartSwitch_tank_type_lfo = LFO + #LOC_B9PartSwitch_tank_type_monoprop = Monergol + #LOC_B9PartSwitch_tank_type_ec = Batterie + } +} diff --git a/Orion/GameData/B9PartSwitch/Localization/pt-br.cfg b/Orion/GameData/B9PartSwitch/Localization/pt-br.cfg new file mode 100644 index 0000000..805abf4 --- /dev/null +++ b/Orion/GameData/B9PartSwitch/Localization/pt-br.cfg @@ -0,0 +1,20 @@ +Localization +{ + pt-br + { + #LOC_B9PartSwitch_ModuleB9PartSwitch_title = Peça Convertível + #LOC_B9PartSwitch_ModuleB9PartSwitch_tank_volume = Volume + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description = Subtipo + #LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description_plural = Subtipos + #LOC_B9PartSwitch_ModuleB9PartSwitch_select_subtype = Selecione <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_resources_will_be_dumped_warning = <<1>> tem recursos que serão despejados, trocando o <<2>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_confirm_resource_removal_dialog_title = Confirme a Remoção de Recursos + #LOC_B9PartSwitch_PartSwitchFlightDialog_select_new_subtype_dialog_title = Selecione <<1>> + #LOC_B9PartSwitch_PartSwitchFlightDialog_current_subtype_label = <<1>> (Atual) + #LOC_B9PartSwitch_tank_type_lf = Combustível Líquido + #LOC_B9PartSwitch_tank_type_o = Oxidante + #LOC_B9PartSwitch_tank_type_lfo = CLO + #LOC_B9PartSwitch_tank_type_monoprop = Monopropelante + #LOC_B9PartSwitch_tank_type_ec = Bateria + } +} diff --git a/Orion/GameData/B9PartSwitch/PartInfo.cfg b/Orion/GameData/B9PartSwitch/PartInfo.cfg new file mode 100644 index 0000000..1046d33 --- /dev/null +++ b/Orion/GameData/B9PartSwitch/PartInfo.cfg @@ -0,0 +1,7 @@ +@PART[*]:HAS[@MODULE[ModuleB9PartSwitch]]:FOR[zzzzzz-B9PartSwitch] +{ + MODULE + { + name = ModuleB9PartInfo + } +} diff --git a/Orion/GameData/B9PartSwitch/Plugins/B9PartSwitch.dll b/Orion/GameData/B9PartSwitch/Plugins/B9PartSwitch.dll new file mode 100644 index 0000000..c3f8bdf Binary files /dev/null and b/Orion/GameData/B9PartSwitch/Plugins/B9PartSwitch.dll differ diff --git a/Orion/GameData/B9PartSwitch/README.md b/Orion/GameData/B9PartSwitch/README.md new file mode 100644 index 0000000..b2c80fd --- /dev/null +++ b/Orion/GameData/B9PartSwitch/README.md @@ -0,0 +1,32 @@ +# B9PartSwitch + +A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes + +This mod will not change anything by itself, but is designed to be used by other mods to enable part subtype switching + +## Forum Thread + +http://forum.kerbalspaceprogram.com/index.php?showtopic=140541 + +## Requirements + +* KSP version 1.10.1 (build 2939) is the only supported KSP version +* [ModuleManager](http://forum.kerbalspaceprogram.com/index.php?showtopic=50533) is required. + +## Installation + +* Remove any previous installation of B9PartSwitch +* Make sure the latest version of ModuleManager is installed +* Copy the B9PartSwitch directory to your KSP GameData directory + +## Source + +The source can be found at [Github](https://github.com/blowfishpro/B9PartSwitch) + +## License + +This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.0.en.html) + +## Changelog + +[On the wiki](https://github.com/blowfishpro/B9PartSwitch/wiki/Changelog) diff --git a/Orion/GameData/CommunityResourcePack/Asteroid.cfg b/Orion/GameData/CommunityResourcePack/Asteroid.cfg index 0adce62..b3c6e94 100644 --- a/Orion/GameData/CommunityResourcePack/Asteroid.cfg +++ b/Orion/GameData/CommunityResourcePack/Asteroid.cfg @@ -124,9 +124,9 @@ MODULE { name = ModuleAsteroidResource + resourceName = Rock highRange = 95 lowRange = 80 presenceChance = 100 - resourceName = Rock } } \ No newline at end of file diff --git a/Orion/GameData/CommunityResourcePack/CHANGELOG.txt b/Orion/GameData/CommunityResourcePack/CHANGELOG.txt index c642755..b226dc2 100644 --- a/Orion/GameData/CommunityResourcePack/CHANGELOG.txt +++ b/Orion/GameData/CommunityResourcePack/CHANGELOG.txt @@ -1,3 +1,7 @@ +1.4.2 - 2020.12.20 +------------------ +KSP 1.11 Compatibility + 1.3.0 - 2019.10.28 ------------------ KSP 1.8.x Compatibility diff --git a/Orion/GameData/CommunityResourcePack/CRP.version b/Orion/GameData/CommunityResourcePack/CRP.version index 254ae88..904e41a 100644 --- a/Orion/GameData/CommunityResourcePack/CRP.version +++ b/Orion/GameData/CommunityResourcePack/CRP.version @@ -9,8 +9,8 @@ }, "VERSION":{ "MAJOR":1, - "MINOR":3, - "PATCH":0, + "MINOR":4, + "PATCH":2, "BUILD":0 }, "KSP_VERSION":{ @@ -25,7 +25,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":8, - "PATCH":9 - } + "MINOR":99, + "PATCH":99 + } } diff --git a/Orion/GameData/CommunityResourcePack/Localization/de-de.cfg b/Orion/GameData/CommunityResourcePack/Localization/de-de.cfg deleted file mode 100644 index 24ed621..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/de-de.cfg +++ /dev/null @@ -1,245 +0,0 @@ -Localization -{ - de-de - { - //USI - #LOC_CRP_Hydrates_DisplayName = Hydrate - #LOC_CRP_Gypsum_DisplayName = Gips - #LOC_CRP_IntakeLqd_DisplayName = Einlassflüssigkeit - #LOC_CRP_ColonySupplies_DisplayName = Kolonievorräte - #LOC_CRP_Lead_DisplayName = Blei - #LOC_CRP_CarbonDioxide_DisplayName = Kohlenstoffdioxid - #LOC_CRP_Chemicals_DisplayName = Chemikalien - #LOC_CRP_Dirt_DisplayName = Erde - #LOC_CRP_ExoticMinerals_DisplayName = Exotische Mineralien - #LOC_CRP_Food_DisplayName = Nahrungsmittel - #LOC_CRP_Supplies_DisplayName = Vorräte - #LOC_CRP_Fertilizer_DisplayName = Düngemittel - #LOC_CRP_Mulch_DisplayName = Mulch - #LOC_CRP_Machinery_DisplayName = Maschinerie - #LOC_CRP_SpecializedParts_DisplayName = Spezialteile - #LOC_CRP_Recyclables_DisplayName = Wertstoffe - #LOC_CRP_Hydrogen_DisplayName = Wasserstoff - #LOC_CRP_Karbonite_DisplayName = Karbonit - #LOC_CRP_Karborundum_DisplayName = Karborund - #LOC_CRP_LqdCO2_DisplayName = LCO2 - #LOC_CRP_LqdCO_DisplayName = LCO - #LOC_CRP_MaterialKits_DisplayName = MaterialKits - #LOC_CRP_Metals_DisplayName = Metalle - #LOC_CRP_Minerals_DisplayName = Mineralien - #LOC_CRP_MetallicOre_DisplayName = Metallisches Erz - #LOC_CRP_Organics_DisplayName = Organische Stoffe - #LOC_CRP_Oxygen_DisplayName = Sauerstoff - #LOC_CRP_Polymers_DisplayName = Polymere - #LOC_CRP_RareMetals_DisplayName = Seltene Metalle - #LOC_CRP_RefinedExotics_DisplayName = Raffinierte Exotische Stoffe - #LOC_CRP_Rock_DisplayName = Stein - #LOC_CRP_RocketParts_DisplayName = Raketenteile - #LOC_CRP_SpareParts_DisplayName = Ersatzteile - #LOC_CRP_Substrate_DisplayName = Substrate - #LOC_CRP_Uraninite_DisplayName = Uraninit - #LOC_CRP_Waste_DisplayName = Abfall - #LOC_CRP_WasteWater_DisplayName = Abwasser - #LOC_CRP_Water_DisplayName = Wasser - //NFT - #LOC_CRP_ArgonGas_DisplayName = Argon - #LOC_CRP_ArgonGas_Abbreviation = Ar - #LOC_CRP_Boron_DisplayName = Bor - #LOC_CRP_Boron_Abbreviation = Bo - #LOC_CRP_ResourceLode_DisplayName = Rohstoffarder - #LOC_CRP_EnrichedUranium_DisplayName = Angereichertes Uran - #LOC_CRP_EnrichedUranium_Abbreviation = AngerU - #LOC_CRP_DepletedUranium_DisplayName = Abgereichertes Uran - #LOC_CRP_DepletedUranium_Abbreviation = AbgerU - #LOC_CRP_LqdHydrogen_DisplayName = Flüssiger Wasserstoff - #LOC_CRP_LqdHydrogen_Abbreviation = LH2 - #LOC_CRP_StoredCharge_DisplayName = Gespeicherte Ladung - #LOC_CRP_StoredCharge_Abbreviation = Q - //KSPI-E - #LOC_CRP_Actinides_DisplayName = Actinoide - #LOC_CRP_Actinides_Abbreviation = Act - #LOC_CRP_Aluminium_DisplayName = Aluminium - #LOC_CRP_Aluminium_Abbreviation = Al - #LOC_CRP_Alumina_DisplayName = Aluminiumoxid - #LOC_CRP_Alumina_Abbreviation = Al2O3 - #LOC_CRP_Ammonia_DisplayName = Ammoniak - #LOC_CRP_Ammonia_Abbreviation = NH3 - #LOC_CRP_Antimatter_DisplayName = Antimaterie - #LOC_CRP_Antimatter_Abbreviation = AM - #LOC_CRP_AntiHydrogen_DisplayName = Antiwasserstoff - #LOC_CRP_AntiHydrogen_Abbreviation = AH - #LOC_CRP_LqdArgon_DisplayName = LArgon - #LOC_CRP_LqdArgon_Abbreviation = LAr - #LOC_CRP_Borate_DisplayName = Borat - #LOC_CRP_Borate_Abbreviation = Br - #LOC_CRP_Caesium_DisplayName = Cäsium - #LOC_CRP_Caesium_Abbreviation = Cs - #LOC_CRP_CarbonMonoxide_DisplayName = Kohlenstoffmonoxid - #LOC_CRP_CarbonMonoxide_Abbreviation = CO - #LOC_CRP_Carbon_DisplayName = Kohlenstoff - #LOC_CRP_Carbon_Abbreviation = C - #LOC_CRP_ChargedParticles_DisplayName = Geladene Teilchen - #LOC_CRP_ChargedParticles_Abbreviation = GT - #LOC_CRP_Chlorine_DisplayName = Chlor - #LOC_CRP_Chlorine_Abbreviation = Cl - #LOC_CRP_CompressedAir_DisplayName = Druckluft - #LOC_CRP_CompressedAir_Abbreviation = Luft - #LOC_CRP_Decaborane_DisplayName = Decaboran - #LOC_CRP_Decaborane_Abbreviation = B10H14 - #LOC_CRP_Deuterium_DisplayName = Deuterium - #LOC_CRP_Deuterium_Abbreviation = D - #LOC_CRP_LqdDeuterium_DisplayName = LDeuterium - #LOC_CRP_LqdDeuterium_Abbreviation = LD - #LOC_CRP_DepletedFuel_DisplayName = Abgereicherter Treibstoff - #LOC_CRP_DepletedFuel_Abbreviation = AbgeT - #LOC_CRP_ExoticMatter_DisplayName = Exotische Materie - #LOC_CRP_ExoticMatter_Abbreviation = ExM - #LOC_CRP_FusionPellets_DisplayName = Fusionspellets - #LOC_CRP_Fluorine_DisplayName = Fluor - #LOC_CRP_Fluorine_Abbreviation = F - #LOC_CRP_Fluorite_DisplayName = Fluorit - #LOC_CRP_Fluorite_Abbreviation = CaF2 - #LOC_CRP_HeavyWater_DisplayName = Schweres Wasser - #LOC_CRP_HeavyWater_Abbreviation = D20 - #LOC_CRP_IntakeAtm_DisplayName = Ansauggas - #LOC_CRP_IntakeAtm_Abbreviation = Ansaug - #LOC_CRP_KryptonGas_DisplayName = Kryptongas - #LOC_CRP_KryptonGas_Abbreviation = Kr - #LOC_CRP_LqdKrypton_DisplayName = LKrypton - #LOC_CRP_LqdKrypton_Abbreviation = LKr - #LOC_CRP_NeonGas_DisplayName = Neon - #LOC_CRP_NeonGas_Abbreviation = Ne - #LOC_CRP_LqdNeon_DisplayName = LNeon - #LOC_CRP_LqdNeon_Abbreviation = LNe - #LOC_CRP_Lithium_DisplayName = Lithium7 - #LOC_CRP_Lithium_Abbreviation = Li7 - #LOC_CRP_Lithium6_DisplayName = Lithium6 - #LOC_CRP_Lithium6_Abbreviation = Li6 - #LOC_CRP_LithiumHydride_DisplayName = Lithiumhydrid - #LOC_CRP_LithiumHydride_Abbreviation = Li7H - #LOC_CRP_LithiumDeuteride_DisplayName = Lithiumdeuterid - #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D - #LOC_CRP_LqdAmmonia_DisplayName = LAmmoniak - #LOC_CRP_LqdAmmonia_Abbreviation = NH3 - #LOC_CRP_Helium3_DisplayName = Helium3 - #LOC_CRP_Helium3_Abbreviation = He3 - #LOC_CRP_LqdHe3_DisplayName = LHe3 - #LOC_CRP_LqdHe3_Abbreviation = LHe3 - #LOC_CRP_Helium4_DisplayName = Helium4 - #LOC_CRP_Helium4_Abbreviation = He4 - #LOC_CRP_LqdHelium_DisplayName = LHelium - #LOC_CRP_LqdHelium_Abbreviation = LHe4 - #LOC_CRP_Nitratine_DisplayName = Nitronatrit - #LOC_CRP_Nitratine_Title = Nitronatrit - #LOC_CRP_Hexaborane_DisplayName = Hexaboran - #LOC_CRP_Hexaborane_Abbreviation = HxBo - #LOC_CRP_LqdNitrogen_DisplayName = Flüssiger Stickstoff - #LOC_CRP_LqdNitrogen_Abbreviation = LN14 - #LOC_CRP_LqdNitrogen15_DisplayName = Flüssiger Stickstoff - #LOC_CRP_LqdNitrogen15_Abbreviation = LN15 - #LOC_CRP_Megajoules_DisplayName = Megajoule - #LOC_CRP_Megajoules_Abbreviation = MJ - #LOC_CRP_Monazite_DisplayName = Monazit - #LOC_CRP_Monazite_Abbreviation = Monz - #LOC_CRP_LqdOxygen18_DisplayName = Flüssiger Sauerstoff18 - #LOC_CRP_LqdOxygen18_Abbreviation = LO18 - #LOC_CRP_Salt_DisplayName = Salz - #LOC_CRP_Salt_Abbreviation = Salz - #LOC_CRP_Sodium_DisplayName = Natrium - #LOC_CRP_Sodium_Abbreviation = Na - #LOC_CRP_SolidHydrogen_DisplayName = Fester Wasserstoff - #LOC_CRP_SolidHydrogen_Abbreviation = SH - #LOC_CRP_PolyvinylChloride_DisplayName = Polyvinylchlorid - #LOC_CRP_PolyvinylChloride_Abbreviation = PVC - #LOC_CRP_Plutonium-238_DisplayName = Plutonium-238 - #LOC_CRP_Plutonium-238_Abbreviation = Pu238 - #LOC_CRP_Regolith_DisplayName = Regolith - #LOC_CRP_Regolith_Abbreviation = R - #LOC_CRP_UF4_DisplayName = Uran(IV)-fluorid - #LOC_CRP_UF4_Abbreviation = UF4 - #LOC_CRP_Silicates_DisplayName = Silicate - #LOC_CRP_Silicates_Abbreviation = Silicate - #LOC_CRP_Silicon_DisplayName = Silizium - #LOC_CRP_Silicon_Abbreviation = Si - #LOC_CRP_Spodumene_DisplayName = Spodumen - #LOC_CRP_Spodumene_Abbreviation = LiAl - #LOC_CRP_SolarWind_DisplayName = Sonnenwind - #LOC_CRP_SolarWind_Abbreviation = SW - #LOC_CRP_ThermalPower_DisplayName = Wärmekraft - #LOC_CRP_ThermalPower_Abbreviation = WärmeK - #LOC_CRP_Thorium_DisplayName = Thorium - #LOC_CRP_ThF4_DisplayName = ThF4 - #LOC_CRP_ThF4_Abbreviation = ThF4 - #LOC_CRP_Tritium_DisplayName = Tritium - #LOC_CRP_Tritium_Abbreviation = T - #LOC_CRP_LqdTritium_DisplayName = Flüssiges Tritium - #LOC_CRP_LqdTritium_Abbreviation = LT - #LOC_CRP_UraniumNitride_DisplayName = UranNitrid - #LOC_CRP_UraniumNitride_Abbreviation = UN - #LOC_CRP_VacuumPlasma_DisplayName = VakuumPlasma - #LOC_CRP_VacuumPlasma_Abbreviation = VP - #LOC_CRP_WasteHeat_DisplayName = Abwärme - #LOC_CRP_WasteHeat_Abbreviation = AW - #LOC_CRP_LqdXenon_DisplayName = Flüssiges Xenon - #LOC_CRP_LqdXenon_Abbreviation = LXe - //RealFuels - #LOC_CRP_Aerozine50_DisplayName = Aerozin 50 - #LOC_CRP_AK20_DisplayName = AK20 - #LOC_CRP_AK27_DisplayName = AK27 - #LOC_CRP_Aniline_DisplayName = Anilin - #LOC_CRP_AvGas_DisplayName = AvGas - #LOC_CRP_CaveaB_DisplayName = CaveaB - #LOC_CRP_ClF3_DisplayName = ClF3 - #LOC_CRP_ClF5_DisplayName = ClF5 - #LOC_CRP_Diborane_DisplayName = Diboran - #LOC_CRP_Ethane_DisplayName = Ethan - #LOC_CRP_Ethanol_DisplayName = Ethanol - #LOC_CRP_Ethanol75_DisplayName = Ethanol75 - #LOC_CRP_Ethanol90_DisplayName = Ethanol90 - #LOC_CRP_Ethylene_DisplayName = Ethylen - #LOC_CRP_FLOX30_DisplayName = FLOX30 - #LOC_CRP_FLOX70_DisplayName = FLOX70 - #LOC_CRP_FLOX88_DisplayName = FLOX88 - #LOC_CRP_Furfuryl_DisplayName = Furfuryl - #LOC_CRP_Helium_DisplayName = Helium - #LOC_CRP_HNIW_DisplayName = HNIW - #LOC_CRP_HTP_DisplayName = HTP - #LOC_CRP_HTPB_DisplayName = HTPB - #LOC_CRP_Hydrazine_DisplayName = Hydrazin - #LOC_CRP_Hydyne_DisplayName = Hydyne - #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III - #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV - #LOC_CRP_IWFNA_DisplayName = IWFNA - #LOC_CRP_Kerosene_DisplayName = Kerosin - #LOC_CRP_LeadBallast_DisplayName = Bleiballast - #LOC_CRP_LqdFluorine_DisplayName = LFluor - #LOC_CRP_LqdMethane_DisplayName = LMethan - #LOC_CRP_LqdOxygen_DisplayName = LSauerstoff - #LOC_CRP_Methane_DisplayName = Methan - #LOC_CRP_Methanol_DisplayName = Methanol - #LOC_CRP_MMH_DisplayName = MMH - #LOC_CRP_MON1_DisplayName = MON1 - #LOC_CRP_MON3_DisplayName = MON3 - #LOC_CRP_MON10_DisplayName = MON10 - #LOC_CRP_MON15_DisplayName = MON15 - #LOC_CRP_MON20_DisplayName = MON20 - #LOC_CRP_MON25_DisplayName = MON25 - #LOC_CRP_NGNC_DisplayName = NGNC - #LOC_CRP_N2F4_DisplayName = N2F4 - #LOC_CRP_Nitrogen_DisplayName = Stickstoff - #LOC_CRP_NitrousOxide_DisplayName = Lachgas - #LOC_CRP_NTO_DisplayName = NTO - #LOC_CRP_OF2_DisplayName = OF2 - #LOC_CRP_PBAN_DisplayName = PBAN - #LOC_CRP_Pentaborane_DisplayName = Pentaboran - #LOC_CRP_PSPC_DisplayName = PSPC - #LOC_CRP_Syntin_DisplayName = Syntin - #LOC_CRP_TEATEB_DisplayName = TEATEB - #LOC_CRP_Tonka250_DisplayName = Tonka250 - #LOC_CRP_Tonka500_DisplayName = Tonka500 - #LOC_CRP_UDMH_DisplayName = UDMH - #LOC_CRP_UH25_DisplayName = UH25 - //DeepFreeze - #LOC_CRP_Glykerol_DisplayName = Glycerin - } -} diff --git a/Orion/GameData/CommunityResourcePack/Localization/en-us.cfg b/Orion/GameData/CommunityResourcePack/Localization/en-us.cfg index 89bc020..0260683 100644 --- a/Orion/GameData/CommunityResourcePack/Localization/en-us.cfg +++ b/Orion/GameData/CommunityResourcePack/Localization/en-us.cfg @@ -6,47 +6,47 @@ Localization #LOC_CRP_Hydrates_DisplayName = Hydrates #LOC_CRP_Gypsum_DisplayName = Gypsum #LOC_CRP_IntakeLqd_DisplayName = IntakeLqd - #LOC_CRP_ColonySupplies_DisplayName = ColonySupplies + #LOC_CRP_ColonySupplies_DisplayName = Colony Supplies #LOC_CRP_Lead_DisplayName = Lead - #LOC_CRP_CarbonDioxide_DisplayName = CarbonDioxide + #LOC_CRP_CarbonDioxide_DisplayName = Carbon Dioxide #LOC_CRP_Chemicals_DisplayName = Chemicals #LOC_CRP_Dirt_DisplayName = Dirt - #LOC_CRP_ExoticMinerals_DisplayName = ExoticMinerals + #LOC_CRP_ExoticMinerals_DisplayName = Exotic Minerals #LOC_CRP_Food_DisplayName = Food #LOC_CRP_Supplies_DisplayName = Supplies #LOC_CRP_Fertilizer_DisplayName = Fertilizer #LOC_CRP_Mulch_DisplayName = Mulch #LOC_CRP_Machinery_DisplayName = Machinery - #LOC_CRP_SpecializedParts_DisplayName = SpecializedParts + #LOC_CRP_SpecializedParts_DisplayName = Specialized Parts #LOC_CRP_Recyclables_DisplayName = Recyclables #LOC_CRP_Hydrogen_DisplayName = Hydrogen #LOC_CRP_Karbonite_DisplayName = Karbonite #LOC_CRP_Karborundum_DisplayName = Karborundum #LOC_CRP_LqdCO2_DisplayName = LqdCO2 #LOC_CRP_LqdCO_DisplayName = LqdCO - #LOC_CRP_MaterialKits_DisplayName = MaterialKits + #LOC_CRP_MaterialKits_DisplayName = Material Kits #LOC_CRP_Metals_DisplayName = Metals #LOC_CRP_Minerals_DisplayName = Minerals - #LOC_CRP_MetallicOre_DisplayName = MetallicOre + #LOC_CRP_MetallicOre_DisplayName = Metallic Ore #LOC_CRP_Organics_DisplayName = Organics #LOC_CRP_Oxygen_DisplayName = Oxygen #LOC_CRP_Polymers_DisplayName = Polymers - #LOC_CRP_RareMetals_DisplayName = RareMetals - #LOC_CRP_RefinedExotics_DisplayName = RefinedExotics + #LOC_CRP_RareMetals_DisplayName = Rare Metals + #LOC_CRP_RefinedExotics_DisplayName = Refined Exotics #LOC_CRP_Rock_DisplayName = Rock - #LOC_CRP_RocketParts_DisplayName = RocketParts - #LOC_CRP_SpareParts_DisplayName = SpareParts + #LOC_CRP_RocketParts_DisplayName = Rocket Parts + #LOC_CRP_SpareParts_DisplayName = Spare Parts #LOC_CRP_Substrate_DisplayName = Substrate #LOC_CRP_Uraninite_DisplayName = Uraninite #LOC_CRP_Waste_DisplayName = Waste - #LOC_CRP_WasteWater_DisplayName = WasteWater + #LOC_CRP_WasteWater_DisplayName = Waste Water #LOC_CRP_Water_DisplayName = Water //NFT #LOC_CRP_ArgonGas_DisplayName = Argon Gas #LOC_CRP_ArgonGas_Abbreviation = Ar #LOC_CRP_Boron_DisplayName = Boron #LOC_CRP_Boron_Abbreviation = Bo - #LOC_CRP_ResourceLode_DisplayName = ResourceLode + #LOC_CRP_ResourceLode_DisplayName = Resource Lode #LOC_CRP_EnrichedUranium_DisplayName = Enriched Uranium #LOC_CRP_EnrichedUranium_Abbreviation = EnrU #LOC_CRP_DepletedUranium_DisplayName = Depleted Uranium @@ -76,11 +76,11 @@ Localization #LOC_CRP_Caesium_Abbreviation = Cs #LOC_CRP_Calcium_Abbreviation = Ca #LOC_CRP_Calcium_DisplayName = Calcium - #LOC_CRP_CarbonMonoxide_DisplayName = CarbonMonoxide + #LOC_CRP_CarbonMonoxide_DisplayName = Carbon Monoxide #LOC_CRP_CarbonMonoxide_Abbreviation = CO #LOC_CRP_Carbon_DisplayName = Carbon #LOC_CRP_Carbon_Abbreviation = C - #LOC_CRP_ChargedParticles_DisplayName = ChargedParticles + #LOC_CRP_ChargedParticles_DisplayName = Charged Particles #LOC_CRP_ChargedParticles_Abbreviation = CP #LOC_CRP_Chlorine_DisplayName = Chlorine #LOC_CRP_Chlorine_Abbreviation = Cl @@ -92,25 +92,25 @@ Localization #LOC_CRP_Deuterium_Abbreviation = D #LOC_CRP_LqdDeuterium_DisplayName = LqdDeuterium #LOC_CRP_LqdDeuterium_Abbreviation = D - #LOC_CRP_DepletedFuel_DisplayName = DepletedFuel + #LOC_CRP_DepletedFuel_DisplayName = Depleted Fuel #LOC_CRP_DepletedFuel_Abbreviation = DepF - #LOC_CRP_ExoticMatter_DisplayName = ExoticMatter + #LOC_CRP_ExoticMatter_DisplayName = Exotic Matter #LOC_CRP_ExoticMatter_Abbreviation = EcM - #LOC_CRP_FusionPellets_DisplayName = FusionPellets + #LOC_CRP_FusionPellets_DisplayName = Fusion Pellets #LOC_CRP_FusionPellets_Abbreviation = FP #LOC_CRP_Fluorine_DisplayName = Fluorine #LOC_CRP_Fluorine_Abbreviation = F #LOC_CRP_Fluorite_DisplayName = Fluorite #LOC_CRP_Fluorite_Abbreviation = CaF2 - #LOC_CRP_HeavyWater_DisplayName = HeavyWater + #LOC_CRP_HeavyWater_DisplayName = Heavy Water #LOC_CRP_HeavyWater_Abbreviation = D20 - #LOC_CRP_IntakeAtm_DisplayName = IntakeAtm - #LOC_CRP_IntakeAtm_Abbreviation = IntA - #LOC_CRP_KryptonGas_DisplayName = KryptonGas + #LOC_CRP_IntakeAtm_DisplayName = Intake Atm + #LOC_CRP_IntakeAtm_Abbreviation = Atm + #LOC_CRP_KryptonGas_DisplayName = Krypton Gas #LOC_CRP_KryptonGas_Abbreviation = Kr #LOC_CRP_LqdKrypton_DisplayName = LqdKrypton #LOC_CRP_LqdKrypton_Abbreviation = Kr - #LOC_CRP_NeonGas_DisplayName = NeonGas + #LOC_CRP_NeonGas_DisplayName = Neon Gas #LOC_CRP_NeonGas_Abbreviation = Ne #LOC_CRP_LqdNeon_DisplayName = LqdNeon #LOC_CRP_LqdNeon_Abbreviation = Ne @@ -118,9 +118,9 @@ Localization #LOC_CRP_Lithium_Abbreviation = Li7 #LOC_CRP_Lithium6_DisplayName = Lithium6 #LOC_CRP_Lithium6_Abbreviation = Li6 - #LOC_CRP_LithiumHydride_DisplayName = LithiumHydride + #LOC_CRP_LithiumHydride_DisplayName = Lithium Hydride #LOC_CRP_LithiumHydride_Abbreviation = Li7H - #LOC_CRP_LithiumDeuteride_DisplayName = LithiumDeuteride + #LOC_CRP_LithiumDeuteride_DisplayName = Lithium Deuteride #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D #LOC_CRP_LqdAmmonia_DisplayName = LqdAmmonia #LOC_CRP_LqdAmmonia_Abbreviation = NH3 @@ -152,9 +152,9 @@ Localization #LOC_CRP_Sodium_Abbreviation = Na #LOC_CRP_Sulphur_DisplayName = Sulphur #LOC_CRP_Sulphur_Abbreviation = S - #LOC_CRP_SolidHydrogen_DisplayName = SolidHydrogen + #LOC_CRP_SolidHydrogen_DisplayName = Solid Hydrogen #LOC_CRP_SolidHydrogen_Abbreviation = SH - #LOC_CRP_PolyvinylChloride_DisplayName = PolyvinylChloride + #LOC_CRP_PolyvinylChloride_DisplayName = Polyvinyl Chloride #LOC_CRP_PolyvinylChloride_Abbreviation = PVC #LOC_CRP_Plutonium-238_DisplayName = Plutonium-238 #LOC_CRP_Plutonium-238_Abbreviation = Pu238 @@ -168,9 +168,9 @@ Localization #LOC_CRP_Silicon_Abbreviation = Si #LOC_CRP_Spodumene_DisplayName = Spodumene #LOC_CRP_Spodumene_Abbreviation = LiAl - #LOC_CRP_SolarWind_DisplayName = SolarWind + #LOC_CRP_SolarWind_DisplayName = Solar Wind #LOC_CRP_SolarWind_Abbreviation = SW - #LOC_CRP_ThermalPower_DisplayName = ThermalPower + #LOC_CRP_ThermalPower_DisplayName = Thermal Power #LOC_CRP_ThermalPower_Abbreviation = ThP #LOC_CRP_Thorium_DisplayName = Thorium #LOC_CRP_Thorium_Abbreviation = Th @@ -180,11 +180,11 @@ Localization #LOC_CRP_Tritium_Abbreviation = T #LOC_CRP_LqdTritium_DisplayName = LqdTritium #LOC_CRP_LqdTritium_Abbreviation = T - #LOC_CRP_UraniumNitride_DisplayName = UraniumNitride + #LOC_CRP_UraniumNitride_DisplayName = Uranium Nitride #LOC_CRP_UraniumNitride_Abbreviation = UN - #LOC_CRP_VacuumPlasma_DisplayName = VacuumPlasma + #LOC_CRP_VacuumPlasma_DisplayName = Vacuum Plasma #LOC_CRP_VacuumPlasma_Abbreviation = VP - #LOC_CRP_WasteHeat_DisplayName = WasteHeat + #LOC_CRP_WasteHeat_DisplayName = Waste Heat #LOC_CRP_WasteHeat_Abbreviation = WH #LOC_CRP_LqdXenon_DisplayName = LqdXenon #LOC_CRP_LqdXenon_Abbreviation = Xe @@ -217,7 +217,7 @@ Localization #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV #LOC_CRP_IWFNA_DisplayName = IWFNA #LOC_CRP_Kerosene_DisplayName = Kerosene - #LOC_CRP_LeadBallast_DisplayName = LeadBallast + #LOC_CRP_LeadBallast_DisplayName = Lead Ballast #LOC_CRP_LqdFluorine_DisplayName = LqdFluorine #LOC_CRP_LqdMethane_DisplayName = LqdMethane #LOC_CRP_LqdOxygen_DisplayName = LqdOxygen @@ -233,7 +233,7 @@ Localization #LOC_CRP_NGNC_DisplayName = NGNC #LOC_CRP_N2F4_DisplayName = N2F4 #LOC_CRP_Nitrogen_DisplayName = Nitrogen - #LOC_CRP_NitrousOxide_DisplayName = NitrousOxide + #LOC_CRP_NitrousOxide_DisplayName = Nitrous Oxide #LOC_CRP_NTO_DisplayName = NTO #LOC_CRP_OF2_DisplayName = OF2 #LOC_CRP_PBAN_DisplayName = PBAN diff --git a/Orion/GameData/CommunityResourcePack/Localization/es-es.cfg b/Orion/GameData/CommunityResourcePack/Localization/es-es.cfg deleted file mode 100644 index ac67d8c..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/es-es.cfg +++ /dev/null @@ -1,251 +0,0 @@ -Localization -{ - es-es - { - //USI - #LOC_CRP_Hydrates_DisplayName = Hidratos - #LOC_CRP_Gypsum_DisplayName = Yeso - #LOC_CRP_IntakeLqd_DisplayName = Ingreso Lqd - #LOC_CRP_ColonySupplies_DisplayName = Suministros coloniales - #LOC_CRP_Lead_DisplayName = Plomo - #LOC_CRP_CarbonDioxide_DisplayName = Dióxido de carbono - #LOC_CRP_Chemicals_DisplayName = Productos químicos - #LOC_CRP_Dirt_DisplayName = Suciedad - #LOC_CRP_ExoticMinerals_DisplayName = Minerales exóticos - #LOC_CRP_Food_DisplayName = Comida - #LOC_CRP_Supplies_DisplayName = Suministros - #LOC_CRP_Fertilizer_DisplayName = Fertilizante - #LOC_CRP_Mulch_DisplayName = Mantillo - #LOC_CRP_Machinery_DisplayName = Maquinaria - #LOC_CRP_SpecializedParts_DisplayName = Piezas especializadas - #LOC_CRP_Recyclables_DisplayName = Reciclables - #LOC_CRP_Hydrogen_DisplayName = Hidrógeno - #LOC_CRP_Karbonite_DisplayName = Karbonita - #LOC_CRP_Karborundum_DisplayName = Karborundum - #LOC_CRP_LqdCO2_DisplayName = LqdCO2 - #LOC_CRP_LqdCO_DisplayName = LqdCO - #LOC_CRP_MaterialKits_DisplayName = Kits de materiales - #LOC_CRP_Metals_DisplayName = Metales - #LOC_CRP_Minerals_DisplayName = Minerales - #LOC_CRP_MetallicOre_DisplayName = Mineral metálico - #LOC_CRP_Organics_DisplayName = Orgánicos - #LOC_CRP_Oxygen_DisplayName = Oxígeno - #LOC_CRP_Polymers_DisplayName = Polímeros - #LOC_CRP_RareMetals_DisplayName = Metales raros - #LOC_CRP_RefinedExotics_DisplayName = Exóticos refinados - #LOC_CRP_Rock_DisplayName = Roca - #LOC_CRP_RocketParts_DisplayName = Piezas de cohetes - #LOC_CRP_SpareParts_DisplayName = Repuestos - #LOC_CRP_Substrate_DisplayName = Sustrato - #LOC_CRP_Uraninite_DisplayName = Uraninita - #LOC_CRP_Waste_DisplayName = Residuos - #LOC_CRP_WasteWater_DisplayName = Aguas residuales - #LOC_CRP_Water_DisplayName = Agua - //NFT - #LOC_CRP_ArgonGas_DisplayName = Gas argón - #LOC_CRP_ArgonGas_Abbreviation = Ar - #LOC_CRP_Boron_DisplayName = Boro - #LOC_CRP_Boron_Abbreviation = Bo - #LOC_CRP_ResourceLode_DisplayName = Lode de recursos - #LOC_CRP_EnrichedUranium_DisplayName = Uranio enriquecido - #LOC_CRP_EnrichedUranium_Abbreviation = UrEn - #LOC_CRP_DepletedUranium_DisplayName = Uranio empobrecido - #LOC_CRP_DepletedUranium_Abbreviation = UrEm - #LOC_CRP_LqdHydrogen_DisplayName = Hidrógeno líquido - #LOC_CRP_LqdHydrogen_Abbreviation = LH2 - #LOC_CRP_StoredCharge_DisplayName = Carga Almacenada - #LOC_CRP_StoredCharge_Abbreviation = CA - //KSPI-E - #LOC_CRP_Actinides_DisplayName = Actínidos - #LOC_CRP_Actinides_Abbreviation = Act - #LOC_CRP_Aluminium_DisplayName = Aluminio - #LOC_CRP_Aluminium_Abbreviation = Al - #LOC_CRP_Alumina_DisplayName = Alúmina - #LOC_CRP_Alumina_Abbreviation = Aia - #LOC_CRP_Ammonia_DisplayName = Amoníaco - #LOC_CRP_Ammonia_Abbreviation = NH3 - #LOC_CRP_Antimatter_DisplayName = Antimateria - #LOC_CRP_Antimatter_Abbreviation = AM - #LOC_CRP_AntiHydrogen_DisplayName = Anti Hidrógeno - #LOC_CRP_AntiHydrogen_Abbreviation = AH - #LOC_CRP_LqdArgon_DisplayName = ArgónLqd - #LOC_CRP_LqdArgon_Abbreviation = Ar - #LOC_CRP_Borate_DisplayName = Borato - #LOC_CRP_Borate_Abbreviation = Br - #LOC_CRP_Caesium_DisplayName = Cesio - #LOC_CRP_Caesium_Abbreviation = Cs - #LOC_CRP_Calcium_Abbreviation = Ca - #LOC_CRP_Calcium_DisplayName = Calcio - #LOC_CRP_CarbonMonoxide_DisplayName = Monóxido de carbono - #LOC_CRP_CarbonMonoxide_Abbreviation = CO - #LOC_CRP_Carbon_DisplayName = Carbón - #LOC_CRP_Carbon_Abbreviation = C - #LOC_CRP_ChargedParticles_DisplayName = Partículas cargadas - #LOC_CRP_ChargedParticles_Abbreviation = PC - #LOC_CRP_Chlorine_DisplayName = Cloro - #LOC_CRP_Chlorine_Abbreviation = Cl - #LOC_CRP_CompressedAir_DisplayName = Aire comprimido - #LOC_CRP_CompressedAir_Abbreviation = Aire - #LOC_CRP_Decaborane_DisplayName = Decaborano - #LOC_CRP_Decaborane_Abbreviation = DeBo - #LOC_CRP_Deuterium_DisplayName = Deuterio - #LOC_CRP_Deuterium_Abbreviation = D - #LOC_CRP_LqdDeuterium_DisplayName = DeuterioLqd - #LOC_CRP_LqdDeuterium_Abbreviation = D - #LOC_CRP_DepletedFuel_DisplayName = Combustible agotado - #LOC_CRP_DepletedFuel_Abbreviation = Comb Agt - #LOC_CRP_ExoticMatter_DisplayName = Materia exótica - #LOC_CRP_ExoticMatter_Abbreviation = MeX - #LOC_CRP_FusionPellets_DisplayName = Pellets de fusión - #LOC_CRP_FusionPellets_Abbreviation = FP - #LOC_CRP_Fluorine_DisplayName = Flúor - #LOC_CRP_Fluorine_Abbreviation = F - #LOC_CRP_Fluorite_DisplayName = Fluorita - #LOC_CRP_Fluorite_Abbreviation = CaF2 - #LOC_CRP_HeavyWater_DisplayName = Agua pesada - #LOC_CRP_HeavyWater_Abbreviation = D20 - #LOC_CRP_IntakeAtm_DisplayName = AdmisiónAtm - #LOC_CRP_IntakeAtm_Abbreviation = AdAtm - #LOC_CRP_KryptonGas_DisplayName = Gas kriptón - #LOC_CRP_KryptonGas_Abbreviation = Kr - #LOC_CRP_LqdKrypton_DisplayName = KriptónLqd - #LOC_CRP_LqdKrypton_Abbreviation = Kr - #LOC_CRP_NeonGas_DisplayName = Gas neón - #LOC_CRP_NeonGas_Abbreviation = Ne - #LOC_CRP_LqdNeon_DisplayName = NeónLqd - #LOC_CRP_LqdNeon_Abbreviation = Ne - #LOC_CRP_Lithium_DisplayName = Litio - #LOC_CRP_Lithium_Abbreviation = Li7 - #LOC_CRP_Lithium6_DisplayName = Litio6 - #LOC_CRP_Lithium6_Abbreviation = Li6 - #LOC_CRP_LithiumHydride_DisplayName = Hidruro de litio - #LOC_CRP_LithiumHydride_Abbreviation = Li7H - #LOC_CRP_LithiumDeuteride_DisplayName = Deuterio de litio - #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D - #LOC_CRP_LqdAmmonia_DisplayName = AmoníacoLqd - #LOC_CRP_LqdAmmonia_Abbreviation = NH3 - #LOC_CRP_Helium3_DisplayName = Helio3 - #LOC_CRP_Helium3_Abbreviation = He3 - #LOC_CRP_LqdHe3_DisplayName = He3Lqd - #LOC_CRP_LqdHe3_Abbreviation = He3 - #LOC_CRP_Helium4_DisplayName = Helio4 - #LOC_CRP_Helium4_Abbreviation = He4 - #LOC_CRP_LqdHelium_DisplayName = HelioLqd - #LOC_CRP_LqdHelium_Abbreviation = He4 - #LOC_CRP_Nitratine_DisplayName = Nitratina - #LOC_CRP_Nitratine_Abbreviation = Nit - #LOC_CRP_Hexaborane_DisplayName = Hexaborane - #LOC_CRP_Hexaborane_Abbreviation = HxBo - #LOC_CRP_LqdNitrogen_DisplayName = NitrógenoLqd - #LOC_CRP_LqdNitrogen_Abbreviation = N14 - #LOC_CRP_LqdNitrogen15_DisplayName = Nitrógeno15Lqd - #LOC_CRP_LqdNitrogen15_Abbreviation = N15 - #LOC_CRP_Megajoules_DisplayName = Megajulios - #LOC_CRP_Megajoules_Abbreviation = Meg3 - #LOC_CRP_Monazite_DisplayName = Monacita - #LOC_CRP_Monazite_Abbreviation = Monc - #LOC_CRP_LqdOxygen18_DisplayName = Oxígeno18Lqd - #LOC_CRP_LqdOxygen18_Abbreviation = O18 - #LOC_CRP_Salt_DisplayName = Sal - #LOC_CRP_Salt_Abbreviation = Sal - #LOC_CRP_Sodium_DisplayName = Sodio - #LOC_CRP_Sodium_Abbreviation = Na - #LOC_CRP_Sulphur_DisplayName = Azufre - #LOC_CRP_Sulphur_Abbreviation = Az - #LOC_CRP_SolidHydrogen_DisplayName = Hidrógeno sólido - #LOC_CRP_SolidHydrogen_Abbreviation = HS - #LOC_CRP_PolyvinylChloride_DisplayName = Cloruro de polivinilo - #LOC_CRP_PolyvinylChloride_Abbreviation = PVC - #LOC_CRP_Plutonium-238_DisplayName = Plutonio-238 - #LOC_CRP_Plutonium-238_Abbreviation = Pu238 - #LOC_CRP_Regolith_DisplayName = Regolito - #LOC_CRP_Regolith_Abbreviation = R - #LOC_CRP_UF4_DisplayName = UF4 - #LOC_CRP_UF4_Abbreviation = UF4 - #LOC_CRP_Silicates_DisplayName = Silicatos - #LOC_CRP_Silicates_Abbreviation = Sílice - #LOC_CRP_Silicon_DisplayName = Silicio - #LOC_CRP_Silicon_Abbreviation = Si - #LOC_CRP_Spodumene_DisplayName = Espodumena - #LOC_CRP_Spodumene_Abbreviation = LiAl - #LOC_CRP_SolarWind_DisplayName = Viento solar - #LOC_CRP_SolarWind_Abbreviation = VS - #LOC_CRP_ThermalPower_DisplayName = Energía térmica - #LOC_CRP_ThermalPower_Abbreviation = EnTe - #LOC_CRP_Thorium_DisplayName = Torio - #LOC_CRP_Thorium_Abbreviation = To - #LOC_CRP_ThF4_DisplayName = ThF4 - #LOC_CRP_ThF4_Abbreviation = ThF4 - #LOC_CRP_Tritium_DisplayName = Tritio - #LOC_CRP_Tritium_Abbreviation = T - #LOC_CRP_LqdTritium_DisplayName = TritioLqd - #LOC_CRP_LqdTritium_Abbreviation = T - #LOC_CRP_UraniumNitride_DisplayName = Nitruro de uranio - #LOC_CRP_UraniumNitride_Abbreviation = UN - #LOC_CRP_VacuumPlasma_DisplayName = Plasma de vacío - #LOC_CRP_VacuumPlasma_Abbreviation = PV - #LOC_CRP_WasteHeat_DisplayName = Calor residual - #LOC_CRP_WasteHeat_Abbreviation = CR - #LOC_CRP_LqdXenon_DisplayName = XenónLqd - #LOC_CRP_LqdXenon_Abbreviation = Xe - //RealFuels - #LOC_CRP_Aerozine50_DisplayName = Aerozine50 - #LOC_CRP_AK20_DisplayName = AK20 - #LOC_CRP_AK27_DisplayName = AK27 - #LOC_CRP_Aniline_DisplayName = Anilina - #LOC_CRP_AvGas_DisplayName = AvGas - #LOC_CRP_CaveaB_DisplayName = CaveaB - #LOC_CRP_ClF3_DisplayName = ClF3 - #LOC_CRP_ClF5_DisplayName = ClF5 - #LOC_CRP_Diborane_DisplayName = Diborano - #LOC_CRP_Ethane_DisplayName = Etano - #LOC_CRP_Ethanol_DisplayName = Etanol - #LOC_CRP_Ethanol75_DisplayName = Etanol75 - #LOC_CRP_Ethanol90_DisplayName = Etanol90 - #LOC_CRP_Ethylene_DisplayName = Etileno - #LOC_CRP_FLOX30_DisplayName = FLOX30 - #LOC_CRP_FLOX70_DisplayName = FLOX70 - #LOC_CRP_FLOX88_DisplayName = FLOX88 - #LOC_CRP_Furfuryl_DisplayName = Furfurilo - #LOC_CRP_Helium_DisplayName = Helio - #LOC_CRP_HNIW_DisplayName = HNIW - #LOC_CRP_HTP_DisplayName = HTP - #LOC_CRP_HTPB_DisplayName = HTPB - #LOC_CRP_Hydrazine_DisplayName = Hidracina - #LOC_CRP_Hydyne_DisplayName = Hidina - #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III - #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV - #LOC_CRP_IWFNA_DisplayName = IWFNA - #LOC_CRP_Kerosene_DisplayName = Queroseno - #LOC_CRP_LeadBallast_DisplayName = Lastre de plomo - #LOC_CRP_LqdFluorine_DisplayName = FlúorLqd - #LOC_CRP_LqdMethane_DisplayName = MetanoLqd - #LOC_CRP_LqdOxygen_DisplayName = OxígenoLqd - #LOC_CRP_Methane_DisplayName = Metano - #LOC_CRP_Methanol_DisplayName = Metanol - #LOC_CRP_MMH_DisplayName = MMH - #LOC_CRP_MON1_DisplayName = MON1 - #LOC_CRP_MON3_DisplayName = MON3 - #LOC_CRP_MON10_DisplayName = MON10 - #LOC_CRP_MON15_DisplayName = MON15 - #LOC_CRP_MON20_DisplayName = MON20 - #LOC_CRP_MON25_DisplayName = MON25 - #LOC_CRP_NGNC_DisplayName = NGNC - #LOC_CRP_N2F4_DisplayName = N2F4 - #LOC_CRP_Nitrogen_DisplayName = Nitrógeno - #LOC_CRP_NitrousOxide_DisplayName = Óxido nitroso - #LOC_CRP_NTO_DisplayName = NTO - #LOC_CRP_OF2_DisplayName = OF2 - #LOC_CRP_PBAN_DisplayName = PBAN - #LOC_CRP_Pentaborane_DisplayName = Pentaborano - #LOC_CRP_PSPC_DisplayName = PSPC - #LOC_CRP_Syntin_DisplayName = Sintina - #LOC_CRP_TEATEB_DisplayName = TEATEB - #LOC_CRP_Tonka250_DisplayName = Tonka250 - #LOC_CRP_Tonka500_DisplayName = Tonka500 - #LOC_CRP_UDMH_DisplayName = UDMH - #LOC_CRP_UH25_DisplayName = UH25 - //DeepFreeze - #LOC_CRP_Glykerol_DisplayName = Glikerol - } -} diff --git a/Orion/GameData/CommunityResourcePack/Localization/fr-fr.cfg b/Orion/GameData/CommunityResourcePack/Localization/fr-fr.cfg deleted file mode 100644 index 2ae3bc6..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/fr-fr.cfg +++ /dev/null @@ -1,501 +0,0 @@ -Localization - -{ - - fr-fr - - { - - //USI - - #LOC_CRP_Hydrates_DisplayName = Hydrates - - #LOC_CRP_Gypsum_DisplayName = Gypse - - #LOC_CRP_IntakeLqd_DisplayName = Aduction Liquide - - #LOC_CRP_ColonySupplies_DisplayName = Provisions Coloniales - - #LOC_CRP_Lead_DisplayName = Plomb - - #LOC_CRP_CarbonDioxide_DisplayName = Dioxyde de Carbone - - #LOC_CRP_Chemicals_DisplayName = Produits Chimiques - - #LOC_CRP_Dirt_DisplayName = Boue - - #LOC_CRP_ExoticMinerals_DisplayName = Minerais Exotiques - - #LOC_CRP_Food_DisplayName = Nourriture - - #LOC_CRP_Supplies_DisplayName = Provisions - - #LOC_CRP_Fertilizer_DisplayName = Fertilisant - - #LOC_CRP_Mulch_DisplayName = Compost - - #LOC_CRP_Machinery_DisplayName = Machinerie - - #LOC_CRP_SpecializedParts_DisplayName = Pièces spécialisées - - #LOC_CRP_Recyclables_DisplayName = Recyclables - - #LOC_CRP_Hydrogen_DisplayName = Hydrogène - - #LOC_CRP_Karbonite_DisplayName = Karbonite - - #LOC_CRP_Karborundum_DisplayName = Karborundum - - #LOC_CRP_LqdCO2_DisplayName = CO2 liquide - - #LOC_CRP_LqdCO_DisplayName = CO Liquide - - #LOC_CRP_MaterialKits_DisplayName = Kits de Matériel - - #LOC_CRP_Metals_DisplayName = Métaux - - #LOC_CRP_Minerals_DisplayName = Minéraux - - #LOC_CRP_MetallicOre_DisplayName = Minerai métallique - - #LOC_CRP_Organics_DisplayName = Matières organiques - - #LOC_CRP_Oxygen_DisplayName = Oxygène - - #LOC_CRP_Polymers_DisplayName = Polymères - - #LOC_CRP_RareMetals_DisplayName = Métaux rares - - #LOC_CRP_RefinedExotics_DisplayName = Produits Exotiques Rafinés - - #LOC_CRP_Rock_DisplayName = Roche - - #LOC_CRP_RocketParts_DisplayName = Pièces de Fusées - - #LOC_CRP_SpareParts_DisplayName = Pièces détachées - - #LOC_CRP_Substrate_DisplayName = Substrat - - #LOC_CRP_Uraninite_DisplayName = Uraninite - - #LOC_CRP_Waste_DisplayName = Déchets - - #LOC_CRP_WasteWater_DisplayName = Eaux Usées - - #LOC_CRP_Water_DisplayName = Eau - - //NFT - - #LOC_CRP_ArgonGas_DisplayName = Argon Gazeux - - #LOC_CRP_ArgonGas_Abbreviation = Ar - - #LOC_CRP_Boron_DisplayName = Bore - - #LOC_CRP_Boron_Abbreviation = Bo - - #LOC_CRP_ResourceLode_DisplayName = Gisement exploitable - - #LOC_CRP_EnrichedUranium_DisplayName = Uranium Enrichi - - #LOC_CRP_EnrichedUranium_Abbreviation = UEnr - - #LOC_CRP_DepletedUranium_DisplayName = Uranium Appauvri - - #LOC_CRP_DepletedUranium_Abbreviation = UApp - - #LOC_CRP_LqdHydrogen_DisplayName = Hydrogène Liquide - - #LOC_CRP_LqdHydrogen_Abbreviation = H2Liq - - #LOC_CRP_StoredCharge_DisplayName = Charge Stockée - - #LOC_CRP_StoredCharge_Abbreviation = CS - - //KSPI-E - - #LOC_CRP_Actinides_DisplayName = Actinides - - #LOC_CRP_Actinides_Abbreviation = Act - - #LOC_CRP_Aluminium_DisplayName = Aluminium - - #LOC_CRP_Aluminium_Abbreviation = Al - - #LOC_CRP_Alumina_DisplayName = Alumine - - #LOC_CRP_Alumina_Abbreviation = Alm - - #LOC_CRP_Ammonia_DisplayName = Ammoniaque - - #LOC_CRP_Ammonia_Abbreviation = NH3 - - #LOC_CRP_Antimatter_DisplayName = Antimatière - - #LOC_CRP_Antimatter_Abbreviation = AM - - #LOC_CRP_AntiHydrogen_DisplayName = Antihydrogène - - #LOC_CRP_AntiHydrogen_Abbreviation = AH - - #LOC_CRP_LqdArgon_DisplayName = Argon Liquide - - #LOC_CRP_LqdArgon_Abbreviation = ArLiq - - #LOC_CRP_Borate_DisplayName = Borate - - #LOC_CRP_Borate_Abbreviation = Br - - #LOC_CRP_Caesium_DisplayName = Césium - - #LOC_CRP_Caesium_Abbreviation = Cs - - #LOC_CRP_Calcium_Abbreviation = Ca - - #LOC_CRP_Calcium_DisplayName = Calcium - - #LOC_CRP_CarbonMonoxide_DisplayName = Monoxyde de Carbone - - #LOC_CRP_CarbonMonoxide_Abbreviation = CO - - #LOC_CRP_Carbon_DisplayName = Carbone - - #LOC_CRP_Carbon_Abbreviation = C - - #LOC_CRP_ChargedParticles_DisplayName = Particules Chargées - - #LOC_CRP_ChargedParticles_Abbreviation = PC - - #LOC_CRP_Chlorine_DisplayName = Chlore - - #LOC_CRP_Chlorine_Abbreviation = Cl - - #LOC_CRP_CompressedAir_DisplayName = Air Comprimé - - #LOC_CRP_CompressedAir_Abbreviation = Air - - #LOC_CRP_Decaborane_DisplayName = Décaborane - - #LOC_CRP_Decaborane_Abbreviation = DeBo - - #LOC_CRP_Deuterium_DisplayName = Deutérium - - #LOC_CRP_Deuterium_Abbreviation = D - - #LOC_CRP_LqdDeuterium_DisplayName = Deutérium Liquide - - #LOC_CRP_LqdDeuterium_Abbreviation = D - - #LOC_CRP_DepletedFuel_DisplayName = Combustible Appauvri - - #LOC_CRP_DepletedFuel_Abbreviation = ComApp - - #LOC_CRP_ExoticMatter_DisplayName = Matière Exotique - - #LOC_CRP_ExoticMatter_Abbreviation = MatExo - - #LOC_CRP_FusionPellets_DisplayName = Pastilles de fusion - - #LOC_CRP_FusionPellets_Abbreviation = PF - - #LOC_CRP_Fluorine_DisplayName = Fluor - - #LOC_CRP_Fluorine_Abbreviation = F - - #LOC_CRP_Fluorite_DisplayName = Fluorite - - #LOC_CRP_Fluorite_Abbreviation = CaF2 - - #LOC_CRP_HeavyWater_DisplayName = Eau Lourde - - #LOC_CRP_HeavyWater_Abbreviation = D2O - - #LOC_CRP_IntakeAtm_DisplayName = Entrée d'Air - - #LOC_CRP_IntakeAtm_Abbreviation = EntA - - #LOC_CRP_KryptonGas_DisplayName = Krypton - - #LOC_CRP_KryptonGas_Abbreviation = Kr - - #LOC_CRP_LqdKrypton_DisplayName = Krypton Liquide - - #LOC_CRP_LqdKrypton_Abbreviation = Kr - - #LOC_CRP_NeonGas_DisplayName = Néon - - #LOC_CRP_NeonGas_Abbreviation = Ne - - #LOC_CRP_LqdNeon_DisplayName = Néon Liquide - - #LOC_CRP_LqdNeon_Abbreviation = Ne - - #LOC_CRP_Lithium_DisplayName = Lithium - - #LOC_CRP_Lithium_Abbreviation = Li7 - - #LOC_CRP_Lithium6_DisplayName = Lithium6 - - #LOC_CRP_Lithium6_Abbreviation = Li6 - - #LOC_CRP_LithiumHydride_DisplayName = Hydrure de Lithium - - #LOC_CRP_LithiumHydride_Abbreviation = Li7H - - #LOC_CRP_LithiumDeuteride_DisplayName = Deutérure de Lithium - - #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D - - #LOC_CRP_LqdAmmonia_DisplayName = Ammoniaque Liquide - - #LOC_CRP_LqdAmmonia_Abbreviation = NH3 - - #LOC_CRP_Helium3_DisplayName = Hélium3 - - #LOC_CRP_Helium3_Abbreviation = He3 - - #LOC_CRP_LqdHe3_DisplayName = Hélium3 Liquide - - #LOC_CRP_LqdHe3_Abbreviation = He3 - - #LOC_CRP_Helium4_DisplayName = Hélium4 - - #LOC_CRP_Helium4_Abbreviation = He4 - - #LOC_CRP_LqdHelium_DisplayName = Hélium Liquide - - #LOC_CRP_LqdHelium_Abbreviation = He4 - - #LOC_CRP_Nitratine_DisplayName = Nitratine - - #LOC_CRP_Nitratine_Abbreviation = Nit - - #LOC_CRP_Hexaborane_DisplayName = Héxaborane - - #LOC_CRP_Hexaborane_Abbreviation = HxBo - - #LOC_CRP_LqdNitrogen_DisplayName = Nitrogène Liquide - - #LOC_CRP_LqdNitrogen_Abbreviation = N14 - - #LOC_CRP_LqdNitrogen15_DisplayName = Nitrogène15 Liquide - - #LOC_CRP_LqdNitrogen15_Abbreviation = N15 - - #LOC_CRP_Megajoules_DisplayName = Mégajoules - - #LOC_CRP_Megajoules_Abbreviation = Meg3 - - #LOC_CRP_Monazite_DisplayName = Monazite - - #LOC_CRP_Monazite_Abbreviation = Monz - - #LOC_CRP_LqdOxygen18_DisplayName = Oxygène18 Liquide - - #LOC_CRP_LqdOxygen18_Abbreviation = O18 - - #LOC_CRP_Salt_DisplayName = Sel - - #LOC_CRP_Salt_Abbreviation = Sel - - #LOC_CRP_Sodium_DisplayName = Sodium - - #LOC_CRP_Sodium_Abbreviation = Na - - #LOC_CRP_Sulphur_DisplayName = Souffre - - #LOC_CRP_Sulphur_Abbreviation = S - - #LOC_CRP_SolidHydrogen_DisplayName = Hydrogène Solide - - #LOC_CRP_SolidHydrogen_Abbreviation = HS - - #LOC_CRP_PolyvinylChloride_DisplayName = Polychlorure de Vinyle - - #LOC_CRP_PolyvinylChloride_Abbreviation = PVC - - #LOC_CRP_Plutonium-238_DisplayName = Plutonium-238 - - #LOC_CRP_Plutonium-238_Abbreviation = Pu238 - - #LOC_CRP_Regolith_DisplayName = Régolithe - - #LOC_CRP_Regolith_Abbreviation = R - - #LOC_CRP_UF4_DisplayName = Fluorure d'Uranium4 - - #LOC_CRP_UF4_Abbreviation = UF4 - - #LOC_CRP_Silicates_DisplayName = Silicates - - #LOC_CRP_Silicates_Abbreviation = Silica - - #LOC_CRP_Silicon_DisplayName = Silicone - - #LOC_CRP_Silicon_Abbreviation = Si - - #LOC_CRP_Spodumene_DisplayName = Spodumène - - #LOC_CRP_Spodumene_Abbreviation = LiAl - - #LOC_CRP_SolarWind_DisplayName = Vents Solaire - - #LOC_CRP_SolarWind_Abbreviation = VS - - #LOC_CRP_ThermalPower_DisplayName = Energie Thermique - - #LOC_CRP_ThermalPower_Abbreviation = ET - - #LOC_CRP_Thorium_DisplayName = Thorium - - #LOC_CRP_Thorium_Abbreviation = Th - - #LOC_CRP_ThF4_DisplayName = Fluorure de thorium - - #LOC_CRP_ThF4_Abbreviation = ThF4 - - #LOC_CRP_Tritium_DisplayName = Tritium - - #LOC_CRP_Tritium_Abbreviation = T - - #LOC_CRP_LqdTritium_DisplayName = Tritium Liquide - - #LOC_CRP_LqdTritium_Abbreviation = T - - #LOC_CRP_UraniumNitride_DisplayName = Nitrure d'Uranium - - #LOC_CRP_UraniumNitride_Abbreviation = NU - - #LOC_CRP_VacuumPlasma_DisplayName = Projection Plasmique - - #LOC_CRP_VacuumPlasma_Abbreviation = PP - - #LOC_CRP_WasteHeat_DisplayName = Chaleur résiduelle - - #LOC_CRP_WasteHeat_Abbreviation = DT - - #LOC_CRP_LqdXenon_DisplayName = Xénon Liquide - - #LOC_CRP_LqdXenon_Abbreviation = Xe - - //RealFuels - - #LOC_CRP_Aerozine50_DisplayName = Aérozine50 - - #LOC_CRP_AK20_DisplayName = AK20 - - #LOC_CRP_AK27_DisplayName = AK27 - - #LOC_CRP_Aniline_DisplayName = Aniline - - #LOC_CRP_AvGas_DisplayName = AvGas - - #LOC_CRP_CaveaB_DisplayName = CaveaB - - #LOC_CRP_ClF3_DisplayName = ClF3 - - #LOC_CRP_ClF5_DisplayName = ClF5 - - #LOC_CRP_Diborane_DisplayName = Diborane - - #LOC_CRP_Ethane_DisplayName = Ethane - - #LOC_CRP_Ethanol_DisplayName = Ethanol - - #LOC_CRP_Ethanol75_DisplayName = Ethanol75 - - #LOC_CRP_Ethanol90_DisplayName = Ethanol90 - - #LOC_CRP_Ethylene_DisplayName = Ethylène - - #LOC_CRP_FLOX30_DisplayName = FLOX30 - - #LOC_CRP_FLOX70_DisplayName = FLOX70 - - #LOC_CRP_FLOX88_DisplayName = FLOX88 - - #LOC_CRP_Furfuryl_DisplayName = Alcool furfurylique - - #LOC_CRP_Helium_DisplayName = Hélium - - #LOC_CRP_HNIW_DisplayName = HNIW - - #LOC_CRP_HTP_DisplayName = HTP - - #LOC_CRP_HTPB_DisplayName = HTPB - - #LOC_CRP_Hydrazine_DisplayName = Hydrazine - - #LOC_CRP_Hydyne_DisplayName = Hydyne - - #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III - - #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV - - #LOC_CRP_IWFNA_DisplayName = IWFNA - - #LOC_CRP_Kerosene_DisplayName = Kérosene - - #LOC_CRP_LeadBallast_DisplayName = Lest - - #LOC_CRP_LqdFluorine_DisplayName = Fluor liquide - - #LOC_CRP_LqdMethane_DisplayName = Méthane Liquide - - #LOC_CRP_LqdOxygen_DisplayName = Oxygène Liquide - - #LOC_CRP_Methane_DisplayName = Méthane - - #LOC_CRP_Methanol_DisplayName = Méthanol - - #LOC_CRP_MMH_DisplayName = MMH - - #LOC_CRP_MON1_DisplayName = MON1 - - #LOC_CRP_MON3_DisplayName = MON3 - - #LOC_CRP_MON10_DisplayName = MON10 - - #LOC_CRP_MON15_DisplayName = MON15 - - #LOC_CRP_MON20_DisplayName = MON20 - - #LOC_CRP_MON25_DisplayName = MON25 - - #LOC_CRP_NGNC_DisplayName = NGNC - - #LOC_CRP_N2F4_DisplayName = N2F4 - - #LOC_CRP_Nitrogen_DisplayName = Nitrogène - - #LOC_CRP_NitrousOxide_DisplayName = Protoxyde d'Azote - - #LOC_CRP_NTO_DisplayName = NOS - - #LOC_CRP_OF2_DisplayName = OF2 - - #LOC_CRP_PBAN_DisplayName = PBAN - - #LOC_CRP_Pentaborane_DisplayName = Pentaborane - - #LOC_CRP_PSPC_DisplayName = PSPC - - #LOC_CRP_Syntin_DisplayName = Syntin - - #LOC_CRP_TEATEB_DisplayName = TEATEB - - #LOC_CRP_Tonka250_DisplayName = Tonka250 - - #LOC_CRP_Tonka500_DisplayName = Tonka500 - - #LOC_CRP_UDMH_DisplayName = UDMH - - #LOC_CRP_UH25_DisplayName = UH25 - - //DeepFreeze - - #LOC_CRP_Glykerol_DisplayName = Glycérol - - } - -} diff --git a/Orion/GameData/CommunityResourcePack/Localization/ja.cfg b/Orion/GameData/CommunityResourcePack/Localization/ja.cfg deleted file mode 100644 index 7d341a4..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/ja.cfg +++ /dev/null @@ -1,234 +0,0 @@ -Localization -{ - ja - { - //USI - #LOC_CRP_Hydrates_DisplayName = Hydrates - #LOC_CRP_Gypsum_DisplayName = Gypsum - #LOC_CRP_IntakeLqd_DisplayName = IntakeLqd - #LOC_CRP_ColonySupplies_DisplayName = ColonySupplies - #LOC_CRP_Lead_DisplayName = Lead - #LOC_CRP_CarbonDioxide_DisplayName = CarbonDioxide - #LOC_CRP_Chemicals_DisplayName = Chemicals - #LOC_CRP_Dirt_DisplayName = Dirt - #LOC_CRP_ExoticMinerals_DisplayName = ExoticMinerals - #LOC_CRP_Food_DisplayName = Food - #LOC_CRP_Supplies_DisplayName = Supplies - #LOC_CRP_Fertilizer_DisplayName = Fertilizer - #LOC_CRP_Mulch_DisplayName = Mulch - #LOC_CRP_Machinery_DisplayName = Machinery - #LOC_CRP_SpecializedParts_DisplayName = SpecializedParts - #LOC_CRP_Recyclables_DisplayName = Recyclables - #LOC_CRP_Hydrogen_DisplayName = Hydrogen - #LOC_CRP_Karbonite_DisplayName = Karbonite - #LOC_CRP_Karborundum_DisplayName = Karborundum - #LOC_CRP_LqdCO2_DisplayName = LqdCO2 - #LOC_CRP_LqdCO_DisplayName = LqdCO - #LOC_CRP_MaterialKits_DisplayName = MaterialKits - #LOC_CRP_Metals_DisplayName = Metals - #LOC_CRP_Minerals_DisplayName = Minerals - #LOC_CRP_MetallicOre_DisplayName = MetallicOre - #LOC_CRP_Organics_DisplayName = Organics - #LOC_CRP_Oxygen_DisplayName = Oxygen - #LOC_CRP_Polymers_DisplayName = Polymers - #LOC_CRP_RareMetals_DisplayName = RareMetals - #LOC_CRP_RefinedExotics_DisplayName = RefinedExotics - #LOC_CRP_Rock_DisplayName = Rock - #LOC_CRP_RocketParts_DisplayName = RocketParts - #LOC_CRP_SpareParts_DisplayName = SpareParts - #LOC_CRP_Substrate_DisplayName = Substrate - #LOC_CRP_Uraninite_DisplayName = Uraninite - #LOC_CRP_Waste_DisplayName = Waste - #LOC_CRP_WasteWater_DisplayName = WasteWater - #LOC_CRP_Water_DisplayName = Water - //NFT - #LOC_CRP_ArgonGas_DisplayName = Argon Gas - #LOC_CRP_ArgonGas_Abbreviation = Ar - #LOC_CRP_Boron_DisplayName = Boron - #LOC_CRP_Boron_Abbreviation = Bo - #LOC_CRP_ResourceLode_DisplayName = ResourceLode - #LOC_CRP_EnrichedUranium_DisplayName = Enriched Uranium - #LOC_CRP_EnrichedUranium_Abbreviation = EnrU - #LOC_CRP_DepletedUranium_DisplayName = Depleted Uranium - #LOC_CRP_DepletedUranium_Abbreviation = DepU - #LOC_CRP_LqdHydrogen_DisplayName = Liquid Hydrogen - #LOC_CRP_LqdHydrogen_Abbreviation = LH2 - #LOC_CRP_StoredCharge_DisplayName = Stored Charge - #LOC_CRP_StoredCharge_Abbreviation = SC - //KSPI-E - #LOC_CRP_Actinides_DisplayName = Actinides - #LOC_CRP_Actinides_Abbreviation = Act - #LOC_CRP_Aluminium_DisplayName = Aluminium - #LOC_CRP_Aluminium_Abbreviation = Al - #LOC_CRP_Alumina_DisplayName = Alumina - #LOC_CRP_Alumina_Abbreviation = Aia - #LOC_CRP_Ammonia_DisplayName = Ammonia - #LOC_CRP_Ammonia_Abbreviation = NH3 - #LOC_CRP_Antimatter_DisplayName = Antimatter - #LOC_CRP_Antimatter_Abbreviation = AM - #LOC_CRP_LqdArgon_DisplayName = LqdArgon - #LOC_CRP_LqdArgon_Abbreviation = Ar - #LOC_CRP_Borate_DisplayName = Borate - #LOC_CRP_Borate_Abbreviation = Br - #LOC_CRP_Caesium_DisplayName = Caesium - #LOC_CRP_Caesium_Abbreviation = Cs - #LOC_CRP_CarbonMonoxide_DisplayName = CarbonMonoxide - #LOC_CRP_CarbonMonoxide_Abbreviation = CO - #LOC_CRP_Carbon_DisplayName = Carbon - #LOC_CRP_Carbon_Abbreviation = C - #LOC_CRP_ChargedParticles_DisplayName = ChargedParticles - #LOC_CRP_ChargedParticles_Abbreviation = CP - #LOC_CRP_Decaborane_DisplayName = Decaborane - #LOC_CRP_Decaborane_Abbreviation = DeBo - #LOC_CRP_Deuterium_DisplayName = Deuterium - #LOC_CRP_Deuterium_Abbreviation = D - #LOC_CRP_LqdDeuterium_DisplayName = LqdDeuterium - #LOC_CRP_LqdDeuterium_Abbreviation = D - #LOC_CRP_DepletedFuel_DisplayName = DepletedFuel - #LOC_CRP_DepletedFuel_Abbreviation = DepF - #LOC_CRP_ExoticMatter_DisplayName = ExoticMatter - #LOC_CRP_ExoticMatter_Abbreviation = EcM - #LOC_CRP_FusionPellets_DisplayName = FusionPellets - #LOC_CRP_Fluorine_DisplayName = Fluorine - #LOC_CRP_Fluorine_Abbreviation = F - #LOC_CRP_HeavyWater_DisplayName = HeavyWater - #LOC_CRP_HeavyWater_Abbreviation = D20 - #LOC_CRP_IntakeAtm_DisplayName = IntakeAtm - #LOC_CRP_IntakeAtm_Abbreviation = IntA - #LOC_CRP_KryptonGas_DisplayName = KryptonGas - #LOC_CRP_KryptonGas_Abbreviation = Kr - #LOC_CRP_LqdKrypton_DisplayName = LqdKrypton - #LOC_CRP_LqdKrypton_Abbreviation = Kr - #LOC_CRP_NeonGas_DisplayName = NeonGas - #LOC_CRP_NeonGas_Abbreviation = Ne - #LOC_CRP_LqdNeon_DisplayName = LqdNeon - #LOC_CRP_LqdNeon_Abbreviation = Ne - #LOC_CRP_Lithium_DisplayName = Lithium - #LOC_CRP_Lithium_Abbreviation = Li7 - #LOC_CRP_Lithium6_DisplayName = Lithium6 - #LOC_CRP_Lithium6_Abbreviation = Li6 - #LOC_CRP_LithiumHydride_DisplayName = LithiumHydride - #LOC_CRP_LithiumHydride_Abbreviation = Li7H - #LOC_CRP_LithiumHydride_Title = LithiumHydride - #LOC_CRP_LithiumDeuteride_DisplayName = LithiumDeuteride - #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D - #LOC_CRP_LithiumDeuteride_Title = LithiumDeuteride - #LOC_CRP_LqdAmmonia_DisplayName = LqdAmmonia - #LOC_CRP_LqdAmmonia_Abbreviation = NH3 - #LOC_CRP_Helium3_DisplayName = Helium3 - #LOC_CRP_Helium3_Abbreviation = He3 - #LOC_CRP_LqdHe3_DisplayName = LqdHe3 - #LOC_CRP_LqdHe3_Abbreviation = He3 - #LOC_CRP_Helium4_DisplayName = Helium4 - #LOC_CRP_Helium4_Abbreviation = He4 - #LOC_CRP_LqdHelium_DisplayName = LqdHelium - #LOC_CRP_LqdHelium_Abbreviation = He4 - #LOC_CRP_Nitratine_DisplayName = Nitratine - #LOC_CRP_Nitratine_Title = Nitratine - #LOC_CRP_Hexaborane_DisplayName = Hexaborane - #LOC_CRP_LqdNitrogen_DisplayName = LqdNitrogen - #LOC_CRP_LqdNitrogen_Abbreviation = N14 - #LOC_CRP_LqdNitrogen15_DisplayName = LqdNitrogen15 - #LOC_CRP_LqdNitrogen15_Abbreviation = N15 - #LOC_CRP_Megajoules_DisplayName = Megajoules - #LOC_CRP_Megajoules_Abbreviation = Meg3 - #LOC_CRP_Monazite_DisplayName = Monazite - #LOC_CRP_Monazite_Abbreviation = Monz - #LOC_CRP_LqdOxygen18_DisplayName = LqdOxygen18 - #LOC_CRP_LqdOxygen18_Abbreviation = O18 - #LOC_CRP_Sodium_DisplayName = Sodium - #LOC_CRP_Sodium_Abbreviation = Na - #LOC_CRP_PolyvinylChloride_DisplayName = PolyvinylChloride - #LOC_CRP_PolyvinylChloride_Abbreviation = PVC - #LOC_CRP_Plutonium-238_DisplayName = Plutonium-238 - #LOC_CRP_Plutonium-238_Abbreviation = Pu238 - #LOC_CRP_Regolith_DisplayName = Regolith - #LOC_CRP_Regolith_Abbreviation = R - #LOC_CRP_UF4_DisplayName = UF4 - #LOC_CRP_UF4_Abbreviation = UF4 - #LOC_CRP_Silicates_DisplayName = Silicates - #LOC_CRP_Silicates_Abbreviation = Silica - #LOC_CRP_Silicon_DisplayName = Silicon - #LOC_CRP_Silicon_Abbreviation = Si - #LOC_CRP_SolarWind_DisplayName = SolarWind - #LOC_CRP_SolarWind_Abbreviation = SW - #LOC_CRP_ThermalPower_DisplayName = ThermalPower - #LOC_CRP_ThermalPower_Abbreviation = ThP - #LOC_CRP_Thorium_DisplayName = Thorium - #LOC_CRP_ThF4_DisplayName = ThF4 - #LOC_CRP_ThF4_Abbreviation = ThF4 - #LOC_CRP_Tritium_DisplayName = Tritium - #LOC_CRP_Tritium_Abbreviation = T - #LOC_CRP_Tritium_Title = Tritium Gas - #LOC_CRP_LqdTritium_DisplayName = LqdTritium - #LOC_CRP_LqdTritium_Abbreviation = T - #LOC_CRP_UraniumNitride_DisplayName = UraniumNitride - #LOC_CRP_UraniumNitride_Abbreviation = UN - #LOC_CRP_VacuumPlasma_DisplayName = VacuumPlasma - #LOC_CRP_VacuumPlasma_Abbreviation = VP - #LOC_CRP_WasteHeat_DisplayName = WasteHeat - #LOC_CRP_WasteHeat_Abbreviation = WH - #LOC_CRP_LqdXenon_DisplayName = LqdXenon - #LOC_CRP_LqdXenon_Abbreviation = Xe - #LOC_CRP_LqdXenon_Title = Liquid Xenon - //RealFuels - #LOC_CRP_Aerozine50_DisplayName = Aerozine50 - #LOC_CRP_AK20_DisplayName = AK20 - #LOC_CRP_AK27_DisplayName = AK27 - #LOC_CRP_Aniline_DisplayName = Aniline - #LOC_CRP_AvGas_DisplayName = AvGas - #LOC_CRP_CaveaB_DisplayName = CaveaB - #LOC_CRP_ClF3_DisplayName = ClF3 - #LOC_CRP_ClF5_DisplayName = ClF5 - #LOC_CRP_Diborane_DisplayName = Diborane - #LOC_CRP_Ethane_DisplayName = Ethane - #LOC_CRP_Ethanol_DisplayName = Ethanol - #LOC_CRP_Ethanol75_DisplayName = Ethanol75 - #LOC_CRP_Ethanol90_DisplayName = Ethanol90 - #LOC_CRP_Ethylene_DisplayName = Ethylene - #LOC_CRP_FLOX30_DisplayName = FLOX30 - #LOC_CRP_FLOX70_DisplayName = FLOX70 - #LOC_CRP_FLOX88_DisplayName = FLOX88 - #LOC_CRP_Furfuryl_DisplayName = Furfuryl - #LOC_CRP_Helium_DisplayName = Helium - #LOC_CRP_HNIW_DisplayName = HNIW - #LOC_CRP_HTP_DisplayName = HTP - #LOC_CRP_HTPB_DisplayName = HTPB - #LOC_CRP_Hydrazine_DisplayName = Hydrazine - #LOC_CRP_Hydyne_DisplayName = Hydyne - #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III - #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV - #LOC_CRP_IWFNA_DisplayName = IWFNA - #LOC_CRP_Kerosene_DisplayName = Kerosene - #LOC_CRP_LeadBallast_DisplayName = LeadBallast - #LOC_CRP_LqdFluorine_DisplayName = LqdFluorine - #LOC_CRP_LqdMethane_DisplayName = LqdMethane - #LOC_CRP_LqdOxygen_DisplayName = LqdOxygen - #LOC_CRP_Methane_DisplayName = Methane - #LOC_CRP_Methanol_DisplayName = Methanol - #LOC_CRP_MMH_DisplayName = MMH - #LOC_CRP_MON1_DisplayName = MON1 - #LOC_CRP_MON3_DisplayName = MON3 - #LOC_CRP_MON10_DisplayName = MON10 - #LOC_CRP_MON15_DisplayName = MON15 - #LOC_CRP_MON20_DisplayName = MON20 - #LOC_CRP_MON25_DisplayName = MON25 - #LOC_CRP_NGNC_DisplayName = NGNC - #LOC_CRP_N2F4_DisplayName = N2F4 - #LOC_CRP_Nitrogen_DisplayName = Nitrogen - #LOC_CRP_NitrousOxide_DisplayName = NitrousOxide - #LOC_CRP_NTO_DisplayName = NTO - #LOC_CRP_OF2_DisplayName = OF2 - #LOC_CRP_PBAN_DisplayName = PBAN - #LOC_CRP_Pentaborane_DisplayName = Pentaborane - #LOC_CRP_PSPC_DisplayName = PSPC - #LOC_CRP_Syntin_DisplayName = Syntin - #LOC_CRP_TEATEB_DisplayName = TEATEB - #LOC_CRP_Tonka250_DisplayName = Tonka250 - #LOC_CRP_Tonka500_DisplayName = Tonka500 - #LOC_CRP_UDMH_DisplayName = UDMH - #LOC_CRP_UH25_DisplayName = UH25 - //DeepFreeze - #LOC_CRP_Glykerol_DisplayName = Glykerol - } -} diff --git a/Orion/GameData/CommunityResourcePack/Localization/pt-br.cfg b/Orion/GameData/CommunityResourcePack/Localization/pt-br.cfg deleted file mode 100644 index 91f6ebb..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/pt-br.cfg +++ /dev/null @@ -1,251 +0,0 @@ -Localization -{ - pt-br - { - //USI - #LOC_CRP_Hydrates_DisplayName = Hidratos - #LOC_CRP_Gypsum_DisplayName = Gesso - #LOC_CRP_IntakeLqd_DisplayName = EntradaLqd - #LOC_CRP_ColonySupplies_DisplayName = Suprimentos de Colônia - #LOC_CRP_Lead_DisplayName = Chumbo - #LOC_CRP_CarbonDioxide_DisplayName = Dióxido de Carbono - #LOC_CRP_Chemicals_DisplayName = Produtos Químicos - #LOC_CRP_Dirt_DisplayName = Sujeira - #LOC_CRP_ExoticMinerals_DisplayName = Minerais Exóticos - #LOC_CRP_Food_DisplayName = Comida - #LOC_CRP_Supplies_DisplayName = Suprimentos - #LOC_CRP_Fertilizer_DisplayName = Fertilizante - #LOC_CRP_Mulch_DisplayName = Adubo - #LOC_CRP_Machinery_DisplayName = Maquinário - #LOC_CRP_SpecializedParts_DisplayName = Peças Especializadas - #LOC_CRP_Recyclables_DisplayName = Recicláveis - #LOC_CRP_Hydrogen_DisplayName = Hidrogênio - #LOC_CRP_Karbonite_DisplayName = Karbonite - #LOC_CRP_Karborundum_DisplayName = Carbeto de Silício - #LOC_CRP_LqdCO2_DisplayName = CO2Lqd - #LOC_CRP_LqdCO_DisplayName = COLqd - #LOC_CRP_MaterialKits_DisplayName = Kits de Materiais - #LOC_CRP_Metals_DisplayName = Metais - #LOC_CRP_Minerals_DisplayName = Minerais - #LOC_CRP_MetallicOre_DisplayName = Minério Metálico - #LOC_CRP_Organics_DisplayName = Orgânico - #LOC_CRP_Oxygen_DisplayName = Oxigênio - #LOC_CRP_Polymers_DisplayName = Polímeros - #LOC_CRP_RareMetals_DisplayName = Metais Raros - #LOC_CRP_RefinedExotics_DisplayName = Exóticos Refinados - #LOC_CRP_Rock_DisplayName = Rocha - #LOC_CRP_RocketParts_DisplayName = Peças de Foguete - #LOC_CRP_SpareParts_DisplayName = Peças de Reposição - #LOC_CRP_Substrate_DisplayName = Substrato - #LOC_CRP_Uraninite_DisplayName = Uraninita - #LOC_CRP_Waste_DisplayName = Resíduos - #LOC_CRP_WasteWater_DisplayName = Águas Residuais - #LOC_CRP_Water_DisplayName = Água - //NFT - #LOC_CRP_ArgonGas_DisplayName = Gás Argônio - #LOC_CRP_ArgonGas_Abbreviation = Ar - #LOC_CRP_Boron_DisplayName = Boro - #LOC_CRP_Boron_Abbreviation = Bo - #LOC_CRP_ResourceLode_DisplayName = Veio de Minério - #LOC_CRP_EnrichedUranium_DisplayName = Urânio Enriquecido - #LOC_CRP_EnrichedUranium_Abbreviation = EnrU - #LOC_CRP_DepletedUranium_DisplayName = Urânio Empobrecido - #LOC_CRP_DepletedUranium_Abbreviation = EmpU - #LOC_CRP_LqdHydrogen_DisplayName = Hidrogênio Líquido - #LOC_CRP_LqdHydrogen_Abbreviation = LH2 - #LOC_CRP_StoredCharge_DisplayName = Carga Armazenada - #LOC_CRP_StoredCharge_Abbreviation = CA - //KSPI-E - #LOC_CRP_Actinides_DisplayName = Actinídeos - #LOC_CRP_Actinides_Abbreviation = Act - #LOC_CRP_Aluminium_DisplayName = Alumínio - #LOC_CRP_Aluminium_Abbreviation = Al - #LOC_CRP_Alumina_DisplayName = Alumina - #LOC_CRP_Alumina_Abbreviation = Aia - #LOC_CRP_Ammonia_DisplayName = Amônia - #LOC_CRP_Ammonia_Abbreviation = NH3 - #LOC_CRP_Antimatter_DisplayName = Antimatéria - #LOC_CRP_Antimatter_Abbreviation = AM - #LOC_CRP_AntiHydrogen_DisplayName = Anti-Hidrogênio - #LOC_CRP_AntiHydrogen_Abbreviation = AH - #LOC_CRP_LqdArgon_DisplayName = ArgônioLqd - #LOC_CRP_LqdArgon_Abbreviation = Ar - #LOC_CRP_Borate_DisplayName = Borato - #LOC_CRP_Borate_Abbreviation = Br - #LOC_CRP_Caesium_DisplayName = Césio - #LOC_CRP_Caesium_Abbreviation = Cs - #LOC_CRP_Calcium_Abbreviation = Ca - #LOC_CRP_Calcium_DisplayName = Cálcio - #LOC_CRP_CarbonMonoxide_DisplayName = Monóxido de Carbono - #LOC_CRP_CarbonMonoxide_Abbreviation = CO - #LOC_CRP_Carbon_DisplayName = Carbono - #LOC_CRP_Carbon_Abbreviation = C - #LOC_CRP_ChargedParticles_DisplayName = Partículas Carregadas - #LOC_CRP_ChargedParticles_Abbreviation = CP - #LOC_CRP_Chlorine_DisplayName = Cloro - #LOC_CRP_Chlorine_Abbreviation = Cl - #LOC_CRP_CompressedAir_DisplayName = Ar Comprimido - #LOC_CRP_CompressedAir_Abbreviation = ArC - #LOC_CRP_Decaborane_DisplayName = Decaborane - #LOC_CRP_Decaborane_Abbreviation = DeBo - #LOC_CRP_Deuterium_DisplayName = Deutério - #LOC_CRP_Deuterium_Abbreviation = D - #LOC_CRP_LqdDeuterium_DisplayName = DeutérioLqd - #LOC_CRP_LqdDeuterium_Abbreviation = D - #LOC_CRP_DepletedFuel_DisplayName = Combustível Esgotado - #LOC_CRP_DepletedFuel_Abbreviation = CombEg - #LOC_CRP_ExoticMatter_DisplayName = Matéria Exótica - #LOC_CRP_ExoticMatter_Abbreviation = MEx - #LOC_CRP_FusionPellets_DisplayName = Pelotas de Fusão - #LOC_CRP_FusionPellets_Abbreviation = PF - #LOC_CRP_Fluorine_DisplayName = Flúor - #LOC_CRP_Fluorine_Abbreviation = F - #LOC_CRP_Fluorite_DisplayName = Fluorita - #LOC_CRP_Fluorite_Abbreviation = CaF2 - #LOC_CRP_HeavyWater_DisplayName = Água Pesada - #LOC_CRP_HeavyWater_Abbreviation = D20 - #LOC_CRP_IntakeAtm_DisplayName = EntradaAtm - #LOC_CRP_IntakeAtm_Abbreviation = EntA - #LOC_CRP_KryptonGas_DisplayName = Gás de Criptônio - #LOC_CRP_KryptonGas_Abbreviation = Kr - #LOC_CRP_LqdKrypton_DisplayName = CriptônioLqd - #LOC_CRP_LqdKrypton_Abbreviation = Kr - #LOC_CRP_NeonGas_DisplayName = Gás Neon - #LOC_CRP_NeonGas_Abbreviation = Ne - #LOC_CRP_LqdNeon_DisplayName = NeonLqd - #LOC_CRP_LqdNeon_Abbreviation = Ne - #LOC_CRP_Lithium_DisplayName = Lítio - #LOC_CRP_Lithium_Abbreviation = Li7 - #LOC_CRP_Lithium6_DisplayName = Lítio6 - #LOC_CRP_Lithium6_Abbreviation = Li6 - #LOC_CRP_LithiumHydride_DisplayName = Hidreto De Lítio - #LOC_CRP_LithiumHydride_Abbreviation = Li7H - #LOC_CRP_LithiumDeuteride_DisplayName = Deuteride do Lítio - #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D - #LOC_CRP_LqdAmmonia_DisplayName = AmôniaLqd - #LOC_CRP_LqdAmmonia_Abbreviation = NH3 - #LOC_CRP_Helium3_DisplayName = Hélio3 - #LOC_CRP_Helium3_Abbreviation = He3 - #LOC_CRP_LqdHe3_DisplayName = LqdHe3 - #LOC_CRP_LqdHe3_Abbreviation = He3 - #LOC_CRP_Helium4_DisplayName = Hélio4 - #LOC_CRP_Helium4_Abbreviation = He4 - #LOC_CRP_LqdHelium_DisplayName = HélioLqd - #LOC_CRP_LqdHelium_Abbreviation = He4 - #LOC_CRP_Nitratine_DisplayName = Nitratina - #LOC_CRP_Nitratine_Abbreviation = Nit - #LOC_CRP_Hexaborane_DisplayName = Hexaborane - #LOC_CRP_Hexaborane_Abbreviation = HxBo - #LOC_CRP_LqdNitrogen_DisplayName = NitrogênioLqd - #LOC_CRP_LqdNitrogen_Abbreviation = N14 - #LOC_CRP_LqdNitrogen15_DisplayName = Nitrogênio15Lqd - #LOC_CRP_LqdNitrogen15_Abbreviation = N15 - #LOC_CRP_Megajoules_DisplayName = Megajoules - #LOC_CRP_Megajoules_Abbreviation = Meg3 - #LOC_CRP_Monazite_DisplayName = Monazita - #LOC_CRP_Monazite_Abbreviation = Monz - #LOC_CRP_LqdOxygen18_DisplayName = Oxigênio18Lqd - #LOC_CRP_LqdOxygen18_Abbreviation = O18 - #LOC_CRP_Salt_DisplayName = Sal - #LOC_CRP_Salt_Abbreviation = Sal - #LOC_CRP_Sodium_DisplayName = Sódio - #LOC_CRP_Sodium_Abbreviation = Na - #LOC_CRP_Sulphur_DisplayName = Enxofre - #LOC_CRP_Sulphur_Abbreviation = S - #LOC_CRP_SolidHydrogen_DisplayName = Hidrogênio Sólido - #LOC_CRP_SolidHydrogen_Abbreviation = HS - #LOC_CRP_PolyvinylChloride_DisplayName = Cloreto De Polivinila - #LOC_CRP_PolyvinylChloride_Abbreviation = PVC - #LOC_CRP_Plutonium-238_DisplayName = Plutônio-238 - #LOC_CRP_Plutonium-238_Abbreviation = Pu238 - #LOC_CRP_Regolith_DisplayName = Regolito - #LOC_CRP_Regolith_Abbreviation = R - #LOC_CRP_UF4_DisplayName = UF4 - #LOC_CRP_UF4_Abbreviation = UF4 - #LOC_CRP_Silicates_DisplayName = Silicatos - #LOC_CRP_Silicates_Abbreviation = Sílica - #LOC_CRP_Silicon_DisplayName = Silício - #LOC_CRP_Silicon_Abbreviation = Si - #LOC_CRP_Spodumene_DisplayName = Spodumene - #LOC_CRP_Spodumene_Abbreviation = LiAl - #LOC_CRP_SolarWind_DisplayName = Vento Solar - #LOC_CRP_SolarWind_Abbreviation = VS - #LOC_CRP_ThermalPower_DisplayName = Poder Térmico - #LOC_CRP_ThermalPower_Abbreviation = ThP - #LOC_CRP_Thorium_DisplayName = Tório - #LOC_CRP_Thorium_Abbreviation = Th - #LOC_CRP_ThF4_DisplayName = ThF4 - #LOC_CRP_ThF4_Abbreviation = ThF4 - #LOC_CRP_Tritium_DisplayName = Trítio - #LOC_CRP_Tritium_Abbreviation = T - #LOC_CRP_LqdTritium_DisplayName = TrítioLqd - #LOC_CRP_LqdTritium_Abbreviation = T - #LOC_CRP_UraniumNitride_DisplayName = Nitreto de Urânio - #LOC_CRP_UraniumNitride_Abbreviation = UN - #LOC_CRP_VacuumPlasma_DisplayName = Plasma a Vácuo - #LOC_CRP_VacuumPlasma_Abbreviation = VP - #LOC_CRP_WasteHeat_DisplayName = Calor Residual - #LOC_CRP_WasteHeat_Abbreviation = CR - #LOC_CRP_LqdXenon_DisplayName = XenônioLqd - #LOC_CRP_LqdXenon_Abbreviation = Xe - //RealFuels - #LOC_CRP_Aerozine50_DisplayName = Aerozine50 - #LOC_CRP_AK20_DisplayName = AK20 - #LOC_CRP_AK27_DisplayName = AK27 - #LOC_CRP_Aniline_DisplayName = Anilina - #LOC_CRP_AvGas_DisplayName = AvGas - #LOC_CRP_CaveaB_DisplayName = CaveaB - #LOC_CRP_ClF3_DisplayName = ClF3 - #LOC_CRP_ClF5_DisplayName = ClF5 - #LOC_CRP_Diborane_DisplayName = Diborano - #LOC_CRP_Ethane_DisplayName = Etano - #LOC_CRP_Ethanol_DisplayName = Etanol - #LOC_CRP_Ethanol75_DisplayName = Etanol75 - #LOC_CRP_Ethanol90_DisplayName = Etanol90 - #LOC_CRP_Ethylene_DisplayName = Etileno - #LOC_CRP_FLOX30_DisplayName = FLOX30 - #LOC_CRP_FLOX70_DisplayName = FLOX70 - #LOC_CRP_FLOX88_DisplayName = FLOX88 - #LOC_CRP_Furfuryl_DisplayName = Furfuril - #LOC_CRP_Helium_DisplayName = Hélio - #LOC_CRP_HNIW_DisplayName = HNIW - #LOC_CRP_HTP_DisplayName = HTP - #LOC_CRP_HTPB_DisplayName = HTPB - #LOC_CRP_Hydrazine_DisplayName = Hidrazina - #LOC_CRP_Hydyne_DisplayName = Hydyne - #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III - #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV - #LOC_CRP_IWFNA_DisplayName = IWFNA - #LOC_CRP_Kerosene_DisplayName = Querosene - #LOC_CRP_LeadBallast_DisplayName = Lastro de Chumbo - #LOC_CRP_LqdFluorine_DisplayName = FlúorLqd - #LOC_CRP_LqdMethane_DisplayName = MetanoLqd - #LOC_CRP_LqdOxygen_DisplayName = OxigênioLqd - #LOC_CRP_Methane_DisplayName = Metano - #LOC_CRP_Methanol_DisplayName = Metanol - #LOC_CRP_MMH_DisplayName = MMH - #LOC_CRP_MON1_DisplayName = MON1 - #LOC_CRP_MON3_DisplayName = MON3 - #LOC_CRP_MON10_DisplayName = MON10 - #LOC_CRP_MON15_DisplayName = MON15 - #LOC_CRP_MON20_DisplayName = MON20 - #LOC_CRP_MON25_DisplayName = MON25 - #LOC_CRP_NGNC_DisplayName = NGNC - #LOC_CRP_N2F4_DisplayName = N2F4 - #LOC_CRP_Nitrogen_DisplayName = Nitrogênio - #LOC_CRP_NitrousOxide_DisplayName = Óxido Nitroso - #LOC_CRP_NTO_DisplayName = NTO - #LOC_CRP_OF2_DisplayName = OF2 - #LOC_CRP_PBAN_DisplayName = PBAN - #LOC_CRP_Pentaborane_DisplayName = Pentaborano - #LOC_CRP_PSPC_DisplayName = PSPC - #LOC_CRP_Syntin_DisplayName = Syntin - #LOC_CRP_TEATEB_DisplayName = TEATEB - #LOC_CRP_Tonka250_DisplayName = Tonka250 - #LOC_CRP_Tonka500_DisplayName = Tonka500 - #LOC_CRP_UDMH_DisplayName = UDMH - #LOC_CRP_UH25_DisplayName = UH25 - //DeepFreeze - #LOC_CRP_Glykerol_DisplayName = Glicerol - } -} diff --git a/Orion/GameData/CommunityResourcePack/Localization/ru.cfg b/Orion/GameData/CommunityResourcePack/Localization/ru.cfg deleted file mode 100644 index ef6be2e..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/ru.cfg +++ /dev/null @@ -1,236 +0,0 @@ -Localization -{ - ru - { - //USI & TAC LS - #LOC_CRP_Hydrates_DisplayName = Гидраты - #LOC_CRP_Gypsum_DisplayName = Гипс - #LOC_CRP_IntakeLqd_DisplayName = Забортная жидкость - #LOC_CRP_ColonySupplies_DisplayName = Колониальные припасы - #LOC_CRP_Lead_DisplayName = Свинец - #LOC_CRP_CarbonDioxide_DisplayName = Углекислый газ - #LOC_CRP_Chemicals_DisplayName = Химикаты - #LOC_CRP_Dirt_DisplayName = Грунт - #LOC_CRP_ExoticMinerals_DisplayName = Экзотические минералы - #LOC_CRP_Food_DisplayName = Еда - #LOC_CRP_Supplies_DisplayName = Припасы - #LOC_CRP_Fertilizer_DisplayName = Удобрения - #LOC_CRP_Mulch_DisplayName = Мульча - #LOC_CRP_Machinery_DisplayName = Машинерия - #LOC_CRP_SpecializedParts_DisplayName = Специальные компоненты - #LOC_CRP_Recyclables_DisplayName = Вторсырьё - #LOC_CRP_Hydrogen_DisplayName = Водород - #LOC_CRP_Karbonite_DisplayName = Карбонит - #LOC_CRP_Karborundum_DisplayName = Карборунд - #LOC_CRP_LqdCO2_DisplayName = жидк. CO2 - #LOC_CRP_LqdCO_DisplayName = жидк. CO - #LOC_CRP_MaterialKits_DisplayName = Конструкционные материалы - #LOC_CRP_Metals_DisplayName = Металлы - #LOC_CRP_Minerals_DisplayName = Минералы - #LOC_CRP_MetallicOre_DisplayName = Металлическая руда - #LOC_CRP_Organics_DisplayName = Органика - #LOC_CRP_Oxygen_DisplayName = Кислород - #LOC_CRP_Polymers_DisplayName = Полимеры - #LOC_CRP_RareMetals_DisplayName = Редкие металлы - #LOC_CRP_RefinedExotics_DisplayName = Аффинированная экзотика - #LOC_CRP_Rock_DisplayName = Камень - #LOC_CRP_RocketParts_DisplayName = Ракетные запчасти - #LOC_CRP_SpareParts_DisplayName = Запчасти - #LOC_CRP_Substrate_DisplayName = Субстрат - #LOC_CRP_Uraninite_DisplayName = Урановая смолка // Possible variants: "Настуран" (obsolete) or "Уранинит" (looks like typo in "Уранит") - #LOC_CRP_Waste_DisplayName = Отходы - #LOC_CRP_WasteWater_DisplayName = Грязная вода - #LOC_CRP_Water_DisplayName = Вода - //NFT - #LOC_CRP_ArgonGas_DisplayName = Аргон - #LOC_CRP_ArgonGas_Abbreviation = Ar - #LOC_CRP_Boron_DisplayName = Бор - #LOC_CRP_Boron_Abbreviation = B - #LOC_CRP_ResourceLode_DisplayName = Ресурсный самородок // Literally - "resource nugget" It's a movable thing! - #LOC_CRP_EnrichedUranium_DisplayName = Обогащённый Уран - #LOC_CRP_EnrichedUranium_Abbreviation = обгщ.U - #LOC_CRP_DepletedUranium_DisplayName = Обеднённый уран - #LOC_CRP_DepletedUranium_Abbreviation = обдн.U - #LOC_CRP_LqdHydrogen_DisplayName = Жидкий водород - #LOC_CRP_LqdHydrogen_Abbreviation = ЖВ - #LOC_CRP_StoredCharge_DisplayName = Накопленный заряд - #LOC_CRP_StoredCharge_Abbreviation = НЗ - //KSPI-E - #LOC_CRP_Actinides_DisplayName = Актиноиды - #LOC_CRP_Actinides_Abbreviation = Акт - #LOC_CRP_Aluminium_DisplayName = Алюминий - #LOC_CRP_Aluminium_Abbreviation = Al - #LOC_CRP_Alumina_DisplayName = Глинозём - #LOC_CRP_Alumina_Abbreviation = Al2O3 - #LOC_CRP_Ammonia_DisplayName = Аммиак - #LOC_CRP_Ammonia_Abbreviation = NH3 - #LOC_CRP_Antimatter_DisplayName = Антиматерия - #LOC_CRP_Antimatter_Abbreviation = АМ - #LOC_CRP_LqdArgon_DisplayName = Жидкий аргон - #LOC_CRP_LqdArgon_Abbreviation = Ar - #LOC_CRP_Borate_DisplayName = Борат - #LOC_CRP_Borate_Abbreviation = Брт - #LOC_CRP_Caesium_DisplayName = Цезий - #LOC_CRP_Caesium_Abbreviation = Cs - #LOC_CRP_CarbonMonoxide_DisplayName = Угарный газ - #LOC_CRP_CarbonMonoxide_Abbreviation = CO - #LOC_CRP_Carbon_DisplayName = Углерод - #LOC_CRP_Carbon_Abbreviation = C - #LOC_CRP_ChargedParticles_DisplayName = Заряженные частицы - #LOC_CRP_ChargedParticles_Abbreviation = ЗЧ - #LOC_CRP_Chlorine_DisplayName = Хлор - #LOC_CRP_Chlorine_Abbreviation = Cl - #LOC_CRP_Decaborane_DisplayName = Декаборан // Possible variant "Декаборан(14)" though it's the same shit. - #LOC_CRP_Decaborane_Abbreviation = B10H14 - #LOC_CRP_Deuterium_DisplayName = Дейтерий - #LOC_CRP_Deuterium_Abbreviation = D - #LOC_CRP_LqdDeuterium_DisplayName = Жидкий дейтерий - #LOC_CRP_LqdDeuterium_Abbreviation = D - #LOC_CRP_DepletedFuel_DisplayName = Обеднённое топливо - #LOC_CRP_DepletedFuel_Abbreviation = обдн.Т - #LOC_CRP_ExoticMatter_DisplayName = Экзотическая материя - #LOC_CRP_ExoticMatter_Abbreviation = ЭкзМ - #LOC_CRP_FusionPellets_DisplayName = Термоядерные пеллеты // Placeholder. Suggest something better if you are a nuclear physicist. - #LOC_CRP_Fluorine_DisplayName = Фтор - #LOC_CRP_Fluorine_Abbreviation = F - #LOC_CRP_HeavyWater_DisplayName = Тяжёлая вода - #LOC_CRP_HeavyWater_Abbreviation = D20 - #LOC_CRP_IntakeAtm_DisplayName = Атмосферные газы - #LOC_CRP_IntakeAtm_Abbreviation = АтмГ - #LOC_CRP_KryptonGas_DisplayName = Криптон - #LOC_CRP_KryptonGas_Abbreviation = Kr - #LOC_CRP_LqdKrypton_DisplayName = Жидкий криптон - #LOC_CRP_LqdKrypton_Abbreviation = Kr - #LOC_CRP_NeonGas_DisplayName = Неон - #LOC_CRP_NeonGas_Abbreviation = Ne - #LOC_CRP_LqdNeon_DisplayName = Жидкий неон - #LOC_CRP_LqdNeon_Abbreviation = Ne - #LOC_CRP_Lithium_DisplayName = Литий - #LOC_CRP_Lithium_Abbreviation = Li - #LOC_CRP_Lithium6_DisplayName = Литий-6 - #LOC_CRP_Lithium6_Abbreviation = Li6 - #LOC_CRP_LithiumHydride_DisplayName = Гидрид лития - #LOC_CRP_LithiumHydride_Abbreviation = LiH - #LOC_CRP_LithiumHydride_Title = Гидрид лития - #LOC_CRP_LithiumDeuteride_DisplayName = Дейтерид лития - #LOC_CRP_LithiumDeuteride_Abbreviation = Li6D - #LOC_CRP_LithiumDeuteride_Title = Дейтерид лития - #LOC_CRP_LqdAmmonia_DisplayName = Жидкий аммиак - #LOC_CRP_LqdAmmonia_Abbreviation = NH3 - #LOC_CRP_Helium3_DisplayName = Гелий-3 - #LOC_CRP_Helium3_Abbreviation = He3 - #LOC_CRP_LqdHe3_DisplayName = Жидкий гелий-3 - #LOC_CRP_LqdHe3_Abbreviation = He3 - #LOC_CRP_Helium4_DisplayName = Гелий-4 - #LOC_CRP_Helium4_Abbreviation = He4 - #LOC_CRP_LqdHelium_DisplayName = Жидкий гелий - #LOC_CRP_LqdHelium_Abbreviation = He4 - #LOC_CRP_Nitratine_DisplayName = Натриевая селитра - #LOC_CRP_Nitratine_Title = Натриевая селитра - #LOC_CRP_Hexaborane_DisplayName = Гексаборан // Possible variant is "Гексаборан(10)" though it's the default meaning anyway. - #LOC_CRP_LqdNitrogen_DisplayName = Жидкий азот - #LOC_CRP_LqdNitrogen_Abbreviation = N14 - #LOC_CRP_LqdNitrogen15_DisplayName = Жидкий азот-15 - #LOC_CRP_LqdNitrogen15_Abbreviation = N15 - #LOC_CRP_Megajoules_DisplayName = Мегаджоули - #LOC_CRP_Megajoules_Abbreviation = МДж - #LOC_CRP_Monazite_DisplayName = Монацит - #LOC_CRP_Monazite_Abbreviation = Мнцт - #LOC_CRP_LqdOxygen18_DisplayName = Жидкий кислород-18 - #LOC_CRP_LqdOxygen18_Abbreviation = O18 - #LOC_CRP_Sodium_DisplayName = Натрий - #LOC_CRP_Sodium_Abbreviation = Na - #LOC_CRP_PolyvinylChloride_DisplayName = Поливинилхлорид - #LOC_CRP_PolyvinylChloride_Abbreviation = ПВХ - #LOC_CRP_Plutonium-238_DisplayName = Плутоний-238 - #LOC_CRP_Plutonium-238_Abbreviation = Pu238 - #LOC_CRP_Regolith_DisplayName = Реголит - #LOC_CRP_Regolith_Abbreviation = Р - #LOC_CRP_UF4_DisplayName = Тетрафторид урана - #LOC_CRP_UF4_Abbreviation = UF4 - #LOC_CRP_Silicates_DisplayName = Силикаты - #LOC_CRP_Silicates_Abbreviation = Сил - #LOC_CRP_Silicon_DisplayName = Кремний - #LOC_CRP_Silicon_Abbreviation = Si - #LOC_CRP_SolarWind_DisplayName = Солнечный ветер - #LOC_CRP_SolarWind_Abbreviation = СВ - #LOC_CRP_ThermalPower_DisplayName = Тепловая энергия - #LOC_CRP_ThermalPower_Abbreviation = ТЭ - #LOC_CRP_Thorium_DisplayName = Торий - #LOC_CRP_ThF4_DisplayName = Тетрафторид тория - #LOC_CRP_ThF4_Abbreviation = ThF4 - #LOC_CRP_Tritium_DisplayName = Тритий - #LOC_CRP_Tritium_Abbreviation = T - #LOC_CRP_Tritium_Title = Тритий - #LOC_CRP_LqdTritium_DisplayName = Жидкий тритий - #LOC_CRP_LqdTritium_Abbreviation = T - #LOC_CRP_UraniumNitride_DisplayName = Нитрид урана - #LOC_CRP_UraniumNitride_Abbreviation = UN - #LOC_CRP_VacuumPlasma_DisplayName = Квантовый вакуум //Proper name in english is "Quantum Vacuum" or "Quantum Vacuum Virtual Plasma", rather than "Vacuum Plasma", and it's a physical effect rather than anything storeable. - #LOC_CRP_VacuumPlasma_Abbreviation = КвВ - #LOC_CRP_WasteHeat_DisplayName = Избыточное тепло - #LOC_CRP_WasteHeat_Abbreviation = Изб.Т - #LOC_CRP_LqdXenon_DisplayName = Жидкий ксенон - #LOC_CRP_LqdXenon_Abbreviation = Xe - #LOC_CRP_LqdXenon_Title = Жидкий ксенон - //RealFuels - #LOC_CRP_Aerozine50_DisplayName = Аэрозин - #LOC_CRP_AK20_DisplayName = AK20 - #LOC_CRP_AK27_DisplayName = AK27 - #LOC_CRP_Aniline_DisplayName = Анилин - #LOC_CRP_AvGas_DisplayName = Авиационный бензин - #LOC_CRP_CaveaB_DisplayName = CaveaB - #LOC_CRP_ClF3_DisplayName = Трифторид хлора - #LOC_CRP_ClF5_DisplayName = Пентафторид хлора - #LOC_CRP_Diborane_DisplayName = Диборан - #LOC_CRP_Ethane_DisplayName = Этан - #LOC_CRP_Ethanol_DisplayName = Этанол - #LOC_CRP_Ethanol75_DisplayName = Этанол 75% - #LOC_CRP_Ethanol90_DisplayName = Этанол 90% - #LOC_CRP_Ethylene_DisplayName = Этилен - #LOC_CRP_FLOX30_DisplayName = FLOX30 - #LOC_CRP_FLOX70_DisplayName = FLOX70 - #LOC_CRP_FLOX88_DisplayName = FLOX88 - #LOC_CRP_Furfuryl_DisplayName = Фурфуриловый спирт - #LOC_CRP_Helium_DisplayName = Гелий - #LOC_CRP_HNIW_DisplayName = HNIW // "Гексанитрогексаазаизовюрцитан" is too long, no? - #LOC_CRP_HTP_DisplayName = Пероксид водорода - #LOC_CRP_HTPB_DisplayName = HTPB // "Полибутадиен с концевыми гидроксильными группами" is too long, no? - #LOC_CRP_Hydrazine_DisplayName = Гидразин - #LOC_CRP_Hydyne_DisplayName = Гидин - #LOC_CRP_IRFNA-III_DisplayName = IRFNA-III - #LOC_CRP_IRFNA-IV_DisplayName = IRFNA-IV - #LOC_CRP_IWFNA_DisplayName = IWFNA - #LOC_CRP_Kerosene_DisplayName = Керосин - #LOC_CRP_LeadBallast_DisplayName = Свинцовый балласт - #LOC_CRP_LqdFluorine_DisplayName = Жидкий фтор - #LOC_CRP_LqdMethane_DisplayName = Жидкий метан - #LOC_CRP_LqdOxygen_DisplayName = Жидкий кислород - #LOC_CRP_Methane_DisplayName = Метан - #LOC_CRP_Methanol_DisplayName = Метанол - #LOC_CRP_MMH_DisplayName = Монометилгидразин - #LOC_CRP_MON1_DisplayName = MON1 - #LOC_CRP_MON3_DisplayName = MON3 - #LOC_CRP_MON10_DisplayName = MON10 - #LOC_CRP_MON15_DisplayName = MON15 - #LOC_CRP_MON20_DisplayName = MON20 - #LOC_CRP_MON25_DisplayName = MON25 - #LOC_CRP_NGNC_DisplayName = NGNC // "Нитроглицерин/Нитроцеллюлоза" is too long, no? - #LOC_CRP_N2F4_DisplayName = Тетрафторгидразин - #LOC_CRP_Nitrogen_DisplayName = Азот - #LOC_CRP_NitrousOxide_DisplayName = Оксид диазота - #LOC_CRP_NTO_DisplayName = Тетраоксид азота - #LOC_CRP_OF2_DisplayName = Дифторид кислорода - #LOC_CRP_PBAN_DisplayName = Перхлорат аммония - #LOC_CRP_Pentaborane_DisplayName = Пентаборан - #LOC_CRP_PSPC_DisplayName = PSPC // Don't know this mark of solid fuel. - #LOC_CRP_Syntin_DisplayName = Синтин - #LOC_CRP_TEATEB_DisplayName = Триэтилборан - #LOC_CRP_Tonka250_DisplayName = Tonka250 - #LOC_CRP_Tonka500_DisplayName = Tonka500 - #LOC_CRP_UDMH_DisplayName = Несимметричный диметилгидразин - #LOC_CRP_UH25_DisplayName = UH25 - //DeepFreeze - #LOC_CRP_Glykerol_DisplayName = Гликерол // It's a fantastic spirit-like cryogenic fluid rather than a typo in common glycerine. - } -} diff --git a/Orion/GameData/CommunityResourcePack/Localization/zh-cn.cfg b/Orion/GameData/CommunityResourcePack/Localization/zh-cn.cfg deleted file mode 100644 index 28e8dc4..0000000 --- a/Orion/GameData/CommunityResourcePack/Localization/zh-cn.cfg +++ /dev/null @@ -1,256 +0,0 @@ -Localization -{ - zh-cn - { - //USI - #LOC_CRP_Hydrates_DisplayName = 水合物 - #LOC_CRP_Gypsum_DisplayName = 石膏 - #LOC_CRP_IntakeLqd_DisplayName = 摄入液体 - #LOC_CRP_ColonySupplies_DisplayName = 殖民地用品 - #LOC_CRP_Lead_DisplayName = 鉛者 - #LOC_CRP_CarbonDioxide_DisplayName = 二氧化碳 - #LOC_CRP_Chemicals_DisplayName = 化学制品 - #LOC_CRP_Dirt_DisplayName = 污垢 - #LOC_CRP_ExoticMinerals_DisplayName = 奇异矿物 - #LOC_CRP_Food_DisplayName = 食物 - #LOC_CRP_Supplies_DisplayName = 资源 - #LOC_CRP_Fertilizer_DisplayName = 肥料 - #LOC_CRP_Mulch_DisplayName = 护根 - #LOC_CRP_Machinery_DisplayName = 机械 - #LOC_CRP_SpecializedParts_DisplayName = 专业零件 - #LOC_CRP_Recyclables_DisplayName = 可回收 - #LOC_CRP_Hydrogen_DisplayName = 气态氢 - #LOC_CRP_Karbonite_DisplayName = Karbonite - #LOC_CRP_Karborundum_DisplayName = Karborundum - #LOC_CRP_LqdCO2_DisplayName = 液态二氧化碳 - #LOC_CRP_LqdCO_DisplayName = 液态一氧化碳 - #LOC_CRP_MaterialKits_DisplayName = 材料套装 - #LOC_CRP_Metals_DisplayName = 金属 - #LOC_CRP_Minerals_DisplayName = 矿产 - #LOC_CRP_MetallicOre_DisplayName = 金属矿物 - #LOC_CRP_Organics_DisplayName = 有机物 - #LOC_CRP_Oxygen_DisplayName = 气态氧 - #LOC_CRP_Polymers_DisplayName = 聚合物 - #LOC_CRP_RareMetals_DisplayName = 稀有金属 - #LOC_CRP_RefinedExotics_DisplayName = 精炼奇异矿物 - #LOC_CRP_Rock_DisplayName = 石头 - #LOC_CRP_RocketParts_DisplayName = 火箭零件 - #LOC_CRP_SpareParts_DisplayName = 回收的部件 - #LOC_CRP_Substrate_DisplayName = 基质 - #LOC_CRP_Uraninite_DisplayName = 沥青铀矿 - #LOC_CRP_Waste_DisplayName = 垃圾 - #LOC_CRP_WasteWater_DisplayName = 污水 - #LOC_CRP_Water_DisplayName = 液态水 - - //NFT - #LOC_CRP_ArgonGas_DisplayName = 氩气 - #LOC_CRP_ArgonGas_Abbreviation = 氩气 - #LOC_CRP_Boron_DisplayName = 硼 - #LOC_CRP_Boron_Abbreviation = 硼 - #LOC_CRP_ResourceLode_DisplayName = ResourceLode - #LOC_CRP_EnrichedUranium_DisplayName = 富铀 - #LOC_CRP_EnrichedUranium_Abbreviation = 富铀 - #LOC_CRP_DepletedUranium_DisplayName = 贫铀 - #LOC_CRP_DepletedUranium_Abbreviation = 贫铀 - #LOC_CRP_LqdHydrogen_DisplayName = 液态氢 - #LOC_CRP_LqdHydrogen_Abbreviation = 液态氢 - #LOC_CRP_StoredCharge_DisplayName = 存储的电力 - #LOC_CRP_StoredCharge_Abbreviation = 存储的电力 - - //KSPI-E - #LOC_CRP_Actinides_DisplayName = 锕系元素 - #LOC_CRP_Actinides_Abbreviation = 锕系元素 - #LOC_CRP_Aluminium_DisplayName = 铝 - #LOC_CRP_Aluminium_Abbreviation = 铝 - #LOC_CRP_Alumina_DisplayName = 氧化铝 - #LOC_CRP_Alumina_Abbreviation = 氧化铝 - #LOC_CRP_Ammonia_DisplayName = 氨 - #LOC_CRP_Ammonia_Abbreviation = 氨 - #LOC_CRP_Antimatter_DisplayName = 反物质 - #LOC_CRP_Antimatter_Abbreviation = 反物质 - #LOC_CRP_AntiHydrogen_DisplayName = 反氢 - #LOC_CRP_AntiHydrogen_Abbreviation = 反氢 - #LOC_CRP_LqdArgon_DisplayName = 液态氩 - #LOC_CRP_LqdArgon_Abbreviation = 氩 - #LOC_CRP_Borate_DisplayName = 硼酸 - #LOC_CRP_Borate_Abbreviation = 硼酸 - #LOC_CRP_Caesium_DisplayName = 铯 - #LOC_CRP_Caesium_Abbreviation = 铯 - #LOC_CRP_Calcium_Abbreviation = 钙 - #LOC_CRP_Calcium_DisplayName = 钙 - #LOC_CRP_CarbonMonoxide_DisplayName = 一氧化碳 - #LOC_CRP_CarbonMonoxide_Abbreviation = 一氧化碳 - #LOC_CRP_Carbon_DisplayName = 碳 - #LOC_CRP_Carbon_Abbreviation = 碳 - #LOC_CRP_ChargedParticles_DisplayName = 带电粒子 - #LOC_CRP_ChargedParticles_Abbreviation = 带电粒子 - #LOC_CRP_Chlorine_DisplayName = 氯 - #LOC_CRP_Chlorine_Abbreviation = 氯 - #LOC_CRP_CompressedAir_DisplayName = 压缩空气 - #LOC_CRP_CompressedAir_Abbreviation = 压缩空气 - #LOC_CRP_Decaborane_DisplayName = 癸硼烷 - #LOC_CRP_Decaborane_Abbreviation = 癸硼烷 - #LOC_CRP_Deuterium_DisplayName = 氘 - #LOC_CRP_Deuterium_Abbreviation = 氘 - #LOC_CRP_LqdDeuterium_DisplayName = 液态氘 - #LOC_CRP_LqdDeuterium_Abbreviation = 液态氘 - #LOC_CRP_DepletedFuel_DisplayName = 核废料 - #LOC_CRP_DepletedFuel_Abbreviation = 核废料 - #LOC_CRP_ExoticMatter_DisplayName = 奇异物质 - #LOC_CRP_ExoticMatter_Abbreviation = 奇异物质 - #LOC_CRP_FusionPellets_DisplayName = 聚变燃料球 - #LOC_CRP_FusionPellets_Abbreviation = 聚变燃料球 - #LOC_CRP_Fluorine_DisplayName = 氟 - #LOC_CRP_Fluorine_Abbreviation = 氟 - #LOC_CRP_Fluorite_DisplayName = 萤石 - #LOC_CRP_Fluorite_Abbreviation = 萤石 - #LOC_CRP_HeavyWater_DisplayName = 重水 - #LOC_CRP_HeavyWater_Abbreviation = 重水 - #LOC_CRP_IntakeAtm_DisplayName = 进气 - #LOC_CRP_IntakeAtm_Abbreviation = 进气 - #LOC_CRP_KryptonGas_DisplayName = 氪气 - #LOC_CRP_KryptonGas_Abbreviation = 氪气 - #LOC_CRP_LqdKrypton_DisplayName = 液态氪 - #LOC_CRP_LqdKrypton_Abbreviation = 液态氪 - #LOC_CRP_NeonGas_DisplayName = 氖气 - #LOC_CRP_NeonGas_Abbreviation = 氖气 - #LOC_CRP_LqdNeon_DisplayName = 液态氖 - #LOC_CRP_LqdNeon_Abbreviation = 液态氖 - #LOC_CRP_Lithium_DisplayName = 锂 - #LOC_CRP_Lithium_Abbreviation = 锂 - #LOC_CRP_Lithium6_DisplayName = 锂-6 - #LOC_CRP_Lithium6_Abbreviation = 锂-6 - #LOC_CRP_LithiumHydride_DisplayName = 氢化锂 - #LOC_CRP_LithiumHydride_Abbreviation = 氢化锂 - #LOC_CRP_LithiumDeuteride_DisplayName = 氘化锂 - #LOC_CRP_LithiumDeuteride_Abbreviation = 氘化锂 - #LOC_CRP_LqdAmmonia_DisplayName = 液态氨 - #LOC_CRP_LqdAmmonia_Abbreviation = 液态氨 - #LOC_CRP_Helium3_DisplayName = 氦-3 - #LOC_CRP_Helium3_Abbreviation = 氦-3 - #LOC_CRP_LqdHe3_DisplayName = 液态氦-3 - #LOC_CRP_LqdHe3_Abbreviation = 液态氦-3 - #LOC_CRP_Helium4_DisplayName = 氦 - #LOC_CRP_Helium4_Abbreviation = 氦 - #LOC_CRP_LqdHelium_DisplayName = 液态氦 - #LOC_CRP_LqdHelium_Abbreviation = 液态氦 - #LOC_CRP_Nitratine_DisplayName = 钠硝石 - #LOC_CRP_Nitratine_Abbreviation = 钠硝石 - #LOC_CRP_Hexaborane_DisplayName = 六硼烷 - #LOC_CRP_Hexaborane_Abbreviation = 六硼烷 - #LOC_CRP_LqdNitrogen_DisplayName = 液态氮 - #LOC_CRP_LqdNitrogen_Abbreviation = 液态氮 - #LOC_CRP_LqdNitrogen15_DisplayName = 液态氮-15 - #LOC_CRP_LqdNitrogen15_Abbreviation = 液态氮-15 - #LOC_CRP_Megajoules_DisplayName = 兆焦能量 - #LOC_CRP_Megajoules_Abbreviation = 兆焦能量 - #LOC_CRP_Mopedantte_DisplayName = 独居石 - #LOC_CRP_Mopedantte_Abbreviation = 独居石 - #LOC_CRP_LqdOxygen18_DisplayName = 液态氧-18 - #LOC_CRP_LqdOxygen18_Abbreviation = 液态氧-18 - #LOC_CRP_Salt_DisplayName = 盐 - #LOC_CRP_Salt_Abbreviation = 盐 - #LOC_CRP_Sodium_DisplayName = 钠 - #LOC_CRP_Sodium_Abbreviation = 钠 - #LOC_CRP_Sulphur_DisplayName = 硫 - #LOC_CRP_Sulphur_Abbreviation = 硫 - #LOC_CRP_SolidHydrogen_DisplayName = 固态氢 - #LOC_CRP_SolidHydrogen_Abbreviation = 固态氢 - #LOC_CRP_PolyvinylChloride_DisplayName = 聚氯乙烯 - #LOC_CRP_PolyvinylChloride_Abbreviation = PVC - #LOC_CRP_Plutonium-238_DisplayName = 钚-238 - #LOC_CRP_Plutonium-238_Abbreviation = 钚-238 - #LOC_CRP_Regolith_DisplayName = 浮土 - #LOC_CRP_Regolith_Abbreviation = 浮土 - #LOC_CRP_UF4_DisplayName = 四氟化鈾 - #LOC_CRP_UF4_Abbreviation = 四氟化鈾 - #LOC_CRP_Silicates_DisplayName = 硅酸盐 - #LOC_CRP_Silicates_Abbreviation = 硅酸盐 - #LOC_CRP_Silicon_DisplayName = 硅 - #LOC_CRP_Silicon_Abbreviation = 硅 - #LOC_CRP_Spodumene_DisplayName = 锂辉石 - #LOC_CRP_Spodumene_Abbreviation = 锂辉石 - #LOC_CRP_SolarWind_DisplayName = 太阳风 - #LOC_CRP_SolarWind_Abbreviation = 太阳风 - #LOC_CRP_ThermalPower_DisplayName = 热能 - #LOC_CRP_ThermalPower_Abbreviation = 热能 - #LOC_CRP_Thorium_DisplayName = 钍 - #LOC_CRP_Thorium_Abbreviation = 钍 - #LOC_CRP_ThF4_DisplayName = 四氟化钍 - #LOC_CRP_ThF4_Abbreviation = 四氟化钍 - #LOC_CRP_Tritium_DisplayName = 氚 - #LOC_CRP_Tritium_Abbreviation = 氚 - #LOC_CRP_LqdTritium_DisplayName = 液态氚 - #LOC_CRP_LqdTritium_Abbreviation = 液态氚 - #LOC_CRP_UraniumNitride_DisplayName = 氮化铀 - #LOC_CRP_UraniumNitride_Abbreviation = 氮化铀 - #LOC_CRP_VacuumPlasma_DisplayName = 真空等离子体 - #LOC_CRP_VacuumPlasma_Abbreviation = 真空等离子体 - #LOC_CRP_WasteHeat_DisplayName = 废热 - #LOC_CRP_WasteHeat_Abbreviation = 废热 - #LOC_CRP_LqdXenon_DisplayName = 液态氙 - #LOC_CRP_LqdXenon_Abbreviation = 液态氙 - - //RealFuels - #LOC_CRP_Aerozine50_DisplayName = Aerozine50 - #LOC_CRP_AK20_DisplayName = AK20 - #LOC_CRP_AK27_DisplayName = AK27 - #LOC_CRP_Aniline_DisplayName = 苯胺 - #LOC_CRP_AvGas_DisplayName = AvGas - #LOC_CRP_CaveaB_DisplayName = CaveaB - #LOC_CRP_ClF3_DisplayName = ClF3 - #LOC_CRP_ClF5_DisplayName = ClF5 - #LOC_CRP_Diborane_DisplayName = 乙硼烷 - #LOC_CRP_Ethane_DisplayName = 乙烷 - #LOC_CRP_Ethanol_DisplayName = 乙醇 - #LOC_CRP_Ethanol75_DisplayName = 乙醇75 - #LOC_CRP_Ethanol90_DisplayName = 乙醇90 - #LOC_CRP_Ethylene_DisplayName = 乙烯 - #LOC_CRP_FLOX30_DisplayName = FLOX30 - #LOC_CRP_FLOX70_DisplayName = FLOX70 - #LOC_CRP_FLOX88_DisplayName = FLOX88 - #LOC_CRP_Furfuryl_DisplayName = 糠醇 - #LOC_CRP_Helium_DisplayName = 氦气 - #LOC_CRP_HNIW_DisplayName = 六硝基六氮杂异伍兹烷 - #LOC_CRP_HTP_DisplayName = 过氧化氢 - #LOC_CRP_HTPB_DisplayName = 端羟基聚丁二烯 - #LOC_CRP_Hydrazine_DisplayName = 联氨 - #LOC_CRP_Hydyne_DisplayName = Hydyne - #LOC_CRP_IRFNA-III_DisplayName = 红发烟硝酸-3 - #LOC_CRP_IRFNA-IV_DisplayName = 红发烟硝酸-4 - #LOC_CRP_IWFNA_DisplayName = 白发烟硝酸 - #LOC_CRP_Kerosene_DisplayName = 煤油 - #LOC_CRP_LeadBallast_DisplayName = 铅镇流器 - #LOC_CRP_LqdFluorine_DisplayName = 液态氟 - #LOC_CRP_LqdMethane_DisplayName = 液态甲烷 - #LOC_CRP_LqdOxygen_DisplayName = 液态氧 - #LOC_CRP_Methane_DisplayName = 甲烷 - #LOC_CRP_Methanol_DisplayName = 甲醇 - #LOC_CRP_MMH_DisplayName = 甲肼 - #LOC_CRP_MON1_DisplayName = MON1 - #LOC_CRP_MON3_DisplayName = MON3 - #LOC_CRP_MON10_DisplayName = MON10 - #LOC_CRP_MON15_DisplayName = MON15 - #LOC_CRP_MON20_DisplayName = MON20 - #LOC_CRP_MON25_DisplayName = MON25 - #LOC_CRP_NGNC_DisplayName = NGNC - #LOC_CRP_N2F4_DisplayName = 四氟肼 - #LOC_CRP_Nitrogen_DisplayName = 液态氮 - #LOC_CRP_NitrousOxide_DisplayName = 一氧化氮 - #LOC_CRP_NTO_DisplayName = 四氧化二氮 - #LOC_CRP_OF2_DisplayName = 二氟化氧 - #LOC_CRP_PBAN_DisplayName = 聚丁二烯丙烯腈 - #LOC_CRP_Pentaborane_DisplayName = 戊硼烷 - #LOC_CRP_PSPC_DisplayName = PSPC - #LOC_CRP_Syntin_DisplayName = Syntin - #LOC_CRP_TEATEB_DisplayName = TEATEB - #LOC_CRP_Tonka250_DisplayName = 通卡250 - #LOC_CRP_Tonka500_DisplayName = 通卡500 - #LOC_CRP_UDMH_DisplayName = 偏二甲肼 - #LOC_CRP_UH25_DisplayName = UH25 - - - //DeepFreeze - #LOC_CRP_Glykerol_DisplayName = 甘油 - } -} diff --git a/Orion/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg b/Orion/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg index b37d0dc..96ada9f 100644 --- a/Orion/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg +++ b/Orion/GameData/CommunityResourcePack/ResourceConfigs/Water.cfg @@ -47,9 +47,9 @@ GLOBAL_RESOURCE Distribution { - PresenceChance = 20 - MinAbundance = .1 - MaxAbundance = 50 + PresenceChance = 100 + MinAbundance = 5 + MaxAbundance = 75 Variance = 20 Dispersal = 3 } @@ -77,7 +77,7 @@ PLANETARY_RESOURCE Distribution { PresenceChance = 100 - MinAbundance = 1 + MinAbundance = 5 MaxAbundance = 50 Variance = 20 Dispersal = 3 diff --git a/Orion/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg b/Orion/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg index a90111e..db4d725 100644 --- a/Orion/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg +++ b/Orion/GameData/CommunityResourcePack/ResourceConfigs/XenonGas.cfg @@ -44,23 +44,6 @@ BIOME_RESOURCE } } -BIOME_RESOURCE -{ - ResourceName = XenonGas - ResourceType = 0 - PlanetName = Kerbin - BiomeName = Water - - Distribution - { - PresenceChance = 100 - MinAbundance = 0.001 - MaxAbundance = 0.01 - Variance = 10 - Dispersal = 3 - } -} - BIOME_RESOURCE { ResourceName = XenonGas diff --git a/Orion/GameData/Orion/Localization/en-us.cfg b/Orion/GameData/Orion/Localization/en-us.cfg index d74edfa..6d03f1d 100644 --- a/Orion/GameData/Orion/Localization/en-us.cfg +++ b/Orion/GameData/Orion/Localization/en-us.cfg @@ -84,10 +84,11 @@ Localization #LOC_SPO_BombISRU_Stop = Stop APU Manufacture #LOC_SPO_medOre_Name = Medium Radial Ore Tank - #LOC_SPO_medMetalOre_Name = Medium Metallic Ore Ore Tank + #LOC_SPO_medMetalOre_Name = Medium Radial Metallic Ore Tank #LOC_SPO_medMetal_Name = Medium Radial Metals Container #LOC_SPO_medU238_Name = Medium Radial Enriched Uranium Container - #LOC_SPO_medUranite_Name = Medium Radial Uranitite Tank + #LOC_SPO_medUraninite_Name = Medium Radial Uranitite Tank + #LOC_SPO_medGenericResource_Name = Medium Radial Resource Tank #LOC_SPO_Ore_desc = A radial resource storage container for supplying Orion ISRU processes #LOC_SPO_ResTank_tags = isru mine )mining (ore resource store //Crew diff --git a/Orion/GameData/Orion/Parts/Command/Mk15Pod/Capsule.cfg b/Orion/GameData/Orion/Parts/Command/Mk15Pod/Capsule.cfg index 1b48a26..d036063 100644 --- a/Orion/GameData/Orion/Parts/Command/Mk15Pod/Capsule.cfg +++ b/Orion/GameData/Orion/Parts/Command/Mk15Pod/Capsule.cfg @@ -39,7 +39,7 @@ breakingTorque = 200 maxTemp = 1000 skinMaxTemp = 2000 vesselType = Ship -bulkheadProfiles = size1.5, size1 +bulkheadProfiles = size1p5, size1 tags = #autoLOC_501807 //#autoLOC_501807 = capsule cmg control ?eva fly gyro ?iva moment pilot react rocket space stab steer torque CrewCapacity = 2 diff --git a/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/LargeTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/LargeTank.cfg index 2378ced..4d0a60a 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/LargeTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/LargeTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_Mag_tags RESOURCE { diff --git a/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/MedTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/MedTank.cfg index 9260811..9bd6093 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/MedTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/MedTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 1000 breakingTorque = 1000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_Mag_tags RESOURCE { diff --git a/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/SmallTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/SmallTank.cfg index b581d32..dade79f 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/SmallTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/BombMagazine/SmallTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 500 breakingTorque = 500 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_Mag_tags RESOURCE { diff --git a/Orion/GameData/Orion/Parts/FuelTanks/LFO/LargeTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/LFO/LargeTank.cfg index 301c869..592209d 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/LFO/LargeTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/LFO/LargeTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #autoLOC_500546 //#autoLOC_500546 = fueltank ?lfo liquid oxidizer propellant rocket RESOURCE diff --git a/Orion/GameData/Orion/Parts/FuelTanks/LFO/MedTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/LFO/MedTank.cfg index 9e1f4e3..e72c7eb 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/LFO/MedTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/LFO/MedTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #autoLOC_500546 //#autoLOC_500546 = fueltank ?lfo liquid oxidizer propellant rocket RESOURCE diff --git a/Orion/GameData/Orion/Parts/FuelTanks/LFO/ShortTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/LFO/ShortTank.cfg index ac8a255..3347628 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/LFO/ShortTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/LFO/ShortTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #autoLOC_500546 //#autoLOC_500546 = fueltank ?lfo liquid oxidizer propellant rocket RESOURCE diff --git a/Orion/GameData/Orion/Parts/FuelTanks/RCS/MedTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/RCS/MedTank.cfg index 65133f7..c91b1e4 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/RCS/MedTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/RCS/MedTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #autoLOC_500615 //#autoLOC_500615 = fuel fueltank rcs RESOURCE diff --git a/Orion/GameData/Orion/Parts/FuelTanks/RCS/ShortTank.cfg b/Orion/GameData/Orion/Parts/FuelTanks/RCS/ShortTank.cfg index 2a5a2a7..d4ad335 100644 --- a/Orion/GameData/Orion/Parts/FuelTanks/RCS/ShortTank.cfg +++ b/Orion/GameData/Orion/Parts/FuelTanks/RCS/ShortTank.cfg @@ -37,7 +37,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #autoLOC_500615 //#autoLOC_500615 = fuel fueltank rcs RESOURCE diff --git a/Orion/GameData/Orion/Parts/Resources/Centerfuge/Processor.cfg b/Orion/GameData/Orion/Parts/Resources/Centerfuge/Processor.cfg index 8c90a88..90f65ac 100644 --- a/Orion/GameData/Orion/Parts/Resources/Centerfuge/Processor.cfg +++ b/Orion/GameData/Orion/Parts/Resources/Centerfuge/Processor.cfg @@ -102,6 +102,12 @@ tags = #LOC_SPO_Processor_tags DumpExcess = false FlowMode = STAGE_PRIORITY_FLOW } + OUTPUT_RESOURCE + { + ResourceName = DepletedUranium + Ratio = 0.7 + DumpExcess = true + } } MODULE diff --git a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetalContainer.cfg b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetalContainer.cfg index 3e572f6..9ceb172 100644 --- a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetalContainer.cfg +++ b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetalContainer.cfg @@ -19,7 +19,7 @@ node_stack_top = 0.0, 1, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -1, 0.0, 0.0, -1.0, 0.0, 2 -TechRequired = experimentalScience +TechRequired = advFuelSystems entryCost = 7000 cost = 1600 category = FuelTank @@ -39,7 +39,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_ResTank_tags // isru mine )mining (ore resource store RESOURCE diff --git a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetallicOreContainer.cfg b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetallicOreContainer.cfg index 24dc8f6..d5b619d 100644 --- a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetallicOreContainer.cfg +++ b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/MetallicOreContainer.cfg @@ -39,7 +39,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_ResTank_tags // isru mine )mining (ore resource store RESOURCE diff --git a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/OreContainer.cfg b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/OreContainer.cfg index c755449..9f1faa7 100644 --- a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/OreContainer.cfg +++ b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/OreContainer.cfg @@ -38,7 +38,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_ResTank_tags // isru mine )mining (ore resource store RESOURCE diff --git a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/U238Container.cfg b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/U238Container.cfg index 650d83c..f765edb 100644 --- a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/U238Container.cfg +++ b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/U238Container.cfg @@ -39,7 +39,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_ResTank_tags // isru mine )mining (ore resource store RESOURCE diff --git a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/UranititeContainer.cfg b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/UranititeContainer.cfg index 9362321..1ec78ae 100644 --- a/Orion/GameData/Orion/Parts/Resources/ResourceContainers/UranititeContainer.cfg +++ b/Orion/GameData/Orion/Parts/Resources/ResourceContainers/UranititeContainer.cfg @@ -24,7 +24,7 @@ entryCost = 7000 cost = 1600 category = FuelTank subcategory = 0 -title = #LOC_SPO_medUranite_Name +title = #LOC_SPO_medUraninite_Name manufacturer = #LOC_SPO_manufacturer_title description = #LOC_SPO_Ore_desc attachRules = 1,1,1,1,0 @@ -39,7 +39,7 @@ crashTolerance = 14 breakingForce = 200 breakingTorque = 200 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, srf +bulkheadProfiles = size1p5, srf tags = #LOC_SPO_ResTank_tags // isru mine )mining (resource store RESOURCE diff --git a/Orion/GameData/Orion/Parts/Resources/Smelter/Smelter.cfg b/Orion/GameData/Orion/Parts/Resources/Smelter/Smelter.cfg index f6ce360..16202af 100644 --- a/Orion/GameData/Orion/Parts/Resources/Smelter/Smelter.cfg +++ b/Orion/GameData/Orion/Parts/Resources/Smelter/Smelter.cfg @@ -42,7 +42,7 @@ crashTolerance = 20 breakingForce = 2000 breakingTorque = 2000 maxTemp = 3000 // = 3000 -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 tags = #LOC_SPO_Processor_tags MODULE diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125.cfg index f832aa6..c5dec5f 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125.cfg @@ -38,7 +38,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size1 +bulkheadProfiles = size1p5, size1 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125Tall.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125Tall.cfg index 1f1dc06..bdb001b 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125Tall.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter125Tall.cfg @@ -38,7 +38,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size1 +bulkheadProfiles = size1p5, size1 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25.cfg index 8bc613e..0b2d946 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25.cfg @@ -38,7 +38,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size2 +bulkheadProfiles = size1p5, size2 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25Tall.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25Tall.cfg index 909e694..30b16cc 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25Tall.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter25Tall.cfg @@ -38,7 +38,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size2 +bulkheadProfiles = size1p5, size2 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375.cfg index 5ffcbc0..5930b66 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375.cfg @@ -38,7 +38,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size3 +bulkheadProfiles = size1p5, size3 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375Tall.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375Tall.cfg index cbf14ef..a8ce4f7 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375Tall.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter375Tall.cfg @@ -38,6 +38,6 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size3 +bulkheadProfiles = size1p5, size3 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter5.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter5.cfg index 2e92a76..9819dd8 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter5.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Adapter5.cfg @@ -9,7 +9,7 @@ MODEL model = Orion/Parts/Structural/Adapters/5Adapter texture = mk2CargoBay, Squad/Parts/Utility/mk2CargoBay/mk2CargoBay texture = cabin, Squad/Parts/Command/hitchhikerStorageContainer/cabin - texture = cabin_n, Squad/Parts/Command/hitchhikerStorageContainer/cabin_n + texture = cabin_n_NRM, Squad/Parts/Command/hitchhikerStorageContainer/cabin_n } scale = 1 @@ -39,7 +39,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size5 +bulkheadProfiles = size1p5, size4 tags = #LOC_SPO_Adapter_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/Adapters/Endcap.cfg b/Orion/GameData/Orion/Parts/Structural/Adapters/Endcap.cfg index 419d10e..05bbcda 100644 --- a/Orion/GameData/Orion/Parts/Structural/Adapters/Endcap.cfg +++ b/Orion/GameData/Orion/Parts/Structural/Adapters/Endcap.cfg @@ -37,7 +37,7 @@ crashTolerance = 25 breakingForce = 2000 breakingTorque = 2000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 tags = #LOC_SPO_Spine_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter125.cfg b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter125.cfg index fde32e9..50a4e04 100644 --- a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter125.cfg +++ b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter125.cfg @@ -38,7 +38,7 @@ crashTolerance = 50 breakingForce = 5000 breakingTorque = 5000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size1 +bulkheadProfiles = size1p5, size1 tags = #LOC_SPO_Spine_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter25.cfg b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter25.cfg index 69ff045..d46e29f 100644 --- a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter25.cfg +++ b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter25.cfg @@ -38,7 +38,7 @@ crashTolerance = 50 breakingForce = 5000 breakingTorque = 5000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size2 +bulkheadProfiles = size1p5, size2 tags = #LOC_SPO_Spine_tags } diff --git a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter375.cfg b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter375.cfg index 74eae8b..e7637f2 100644 --- a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter375.cfg +++ b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter375.cfg @@ -38,7 +38,7 @@ crashTolerance = 50 breakingForce = 5000 breakingTorque = 5000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size3 +bulkheadProfiles = size1p5, size3 tags = #LOC_SPO_Spine_tags MODULE diff --git a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter5.cfg b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter5.cfg index 6bd19ba..cb5d207 100644 --- a/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter5.cfg +++ b/Orion/GameData/Orion/Parts/Structural/TrussAdapters/Adapter5.cfg @@ -38,7 +38,7 @@ crashTolerance = 50 breakingForce = 5000 breakingTorque = 5000 maxTemp = 2000 // = 3000 -bulkheadProfiles = size1.5, size3 +bulkheadProfiles = size1p5, size3 tags = #LOC_SPO_Spine_tags MODULE diff --git a/Orion/GameData/Orion/Parts/Utility/CrewHabs/CrewSpineShort.cfg b/Orion/GameData/Orion/Parts/Utility/CrewHabs/CrewSpineShort.cfg index f327996..30336cd 100644 --- a/Orion/GameData/Orion/Parts/Utility/CrewHabs/CrewSpineShort.cfg +++ b/Orion/GameData/Orion/Parts/Utility/CrewHabs/CrewSpineShort.cfg @@ -39,7 +39,7 @@ breakingTorque = 1000 maxTemp = 1000 skinMaxTemp = 2000 vesselType = Ship -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 tags = #autoLOC_500690 CrewCapacity = 2 INTERNAL diff --git a/Orion/GameData/Orion/Parts/Utility/CrewHabs/Hab.cfg b/Orion/GameData/Orion/Parts/Utility/CrewHabs/Hab.cfg index b8dc6da..72db610 100644 --- a/Orion/GameData/Orion/Parts/Utility/CrewHabs/Hab.cfg +++ b/Orion/GameData/Orion/Parts/Utility/CrewHabs/Hab.cfg @@ -39,7 +39,7 @@ breakingTorque = 1000 maxTemp = 1000 skinMaxTemp = 2000 vesselType = Ship -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 tags = #autoLOC_500690 CrewCapacity = 8 diff --git a/Orion/GameData/Orion/Parts/Utility/CrewedLab/Lab.cfg b/Orion/GameData/Orion/Parts/Utility/CrewedLab/Lab.cfg index 3efa8c0..fc7cff2 100644 --- a/Orion/GameData/Orion/Parts/Utility/CrewedLab/Lab.cfg +++ b/Orion/GameData/Orion/Parts/Utility/CrewedLab/Lab.cfg @@ -38,7 +38,7 @@ breakingForce = 1000 breakingTorque = 1000 maxTemp = 1000 skinMaxTemp = 2000 -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 tags = #autoLOC_500690 CrewCapacity = 2 @@ -80,7 +80,7 @@ name = Mobile_Processing_Lab_Int name = ModuleScienceConverter dataProcessingMultiplier = 0.4 // Multiplier to data processing rate and therefore science rate scientistBonus = 0.1875 //Bonus per scientist star - need at least one! So 0.25x - 2.5x - researchTime = 6.5 //Larger = slower. Exponential! + researchTime = 7 //Larger = slower. Exponential! scienceMultiplier = 4 //How much science does data turn into? scienceCap = 400 //How much science can we store before having to transmit? powerRequirement = 5 //EC/Sec to research diff --git a/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayLongRadial.cfg b/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayLongRadial.cfg index ff2b792..042e8f3 100644 --- a/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayLongRadial.cfg +++ b/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayLongRadial.cfg @@ -40,7 +40,7 @@ crashTolerance = 50 maxTemp = 2700 // = 3000 emissiveConstant = 0.87 fuelCrossFeed = True -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 breakingForce = 750 breakingTorque = 750 tags = #autoLOC_500920 diff --git a/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayRadial.cfg b/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayRadial.cfg index b195897..303ad2a 100644 --- a/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayRadial.cfg +++ b/Orion/GameData/Orion/Parts/Utility/RadialCargoBay/BayRadial.cfg @@ -40,7 +40,7 @@ crashTolerance = 50 maxTemp = 2700 // = 3000 emissiveConstant = 0.87 fuelCrossFeed = True -bulkheadProfiles = size1.5 +bulkheadProfiles = size1p5 breakingForce = 750 breakingTorque = 750 tags = #autoLOC_500920 diff --git a/Orion/GameData/Orion/Patches/ResourceContainers.cfg b/Orion/GameData/Orion/Patches/ResourceContainers.cfg new file mode 100644 index 0000000..f9134fd --- /dev/null +++ b/Orion/GameData/Orion/Patches/ResourceContainers.cfg @@ -0,0 +1,189 @@ +B9_TANK_TYPE +{ + name = Ore + title = #autoLOC_501007 //#autoLOC_501007 = Ore + primaryColor = #222322 + percentFilled = 0 + tankMass = 0.0001 + tankCost = 0.1 + RESOURCE + { + name = Ore + unitsPerVolume = 1 + } +} + +B9_TANK_TYPE +{ + name = MetallicOre + title = #LOC_CRP_MetallicOre_DisplayName //#LOC_CRP_MetallicOre_DisplayName = Metallic Ore + primaryColor = #583D20 + percentFilled = 0 + tankMass = 0.0002 + tankCost = 0.2 + RESOURCE + { + name = MetallicOre + unitsPerVolume = 1 + } +} + +B9_TANK_TYPE +{ + name = Uraninite + title = #LOC_CRP_Uraninite_DisplayName //#LOC_CRP_Uraninite_DisplayName = Uraninite + primaryColor = #9D8948 + percentFilled = 0 + tankMass = 0.0004 + tankCost = 0.4 + RESOURCE + { + name = Uraninite + unitsPerVolume = 1 + } +} + +B9_TANK_TYPE +{ + name = Metals + title = #LOC_CRP_Metals_DisplayName //#LOC_CRP_Metals_DisplayName = Metals + primaryColor = #747B74 + percentFilled = 0 + tankMass = 0.0002 + tankCost = 0.2 + RESOURCE + { + name = Metals + unitsPerVolume = 1 + } +} + +B9_TANK_TYPE +{ + name = EnrichedUranium + title = #LOC_CRP_EnrichedUranium_DisplayName //#LOC_CRP_EnrichedUranium_DisplayName = Enriched Uranium + primaryColor = #439231 + percentFilled = 0 + tankMass = 0.0008 + tankCost = 0.8 + RESOURCE + { + name = EnrichedUranium + unitsPerVolume = 1 + } +} + ++PART[SPO_OreContainer]:NEEDS[B9PartSwitch] +{ + @name = SPO_ResourceContainer + @title = #LOC_SPO_medGenericResource_Name + @description = #LOC_SPO_Ore_desc + + !MODEL,* {} + + MODEL + { + name = Ore + model = Orion/Parts/Resources/ResourceContainers/OreContainer + texture = ksp_s_landerCan_diff, Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff + texture = battery4k, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff + texture = battery4k_n_NRM, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal + } + MODEL + { + name = MetallicOre + model = Orion/Parts/Resources/ResourceContainers/MOreContainer + texture = ksp_s_landerCan_diff, Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff + texture = battery4k, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff + texture = battery4k_n_NRM, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal + texture = model003, Squad/Parts/Engine/liquidEngineLV-N/model000 + } + MODEL + { + name = Uraninite + model = Orion/Parts/Resources/ResourceContainers/YellocakeContainer + texture = ksp_s_landerCan_diff, Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff + texture = battery4k, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff + texture = battery4k_n_NRM, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal + texture = model000, Squad/Parts/Engine/liquidEngineLV-N/model003 + } + MODEL + { + name = Metals + model = Orion/Parts/Resources/ResourceContainers/MetalContainer + texture = ksp_s_landerCan_diff, Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff + texture = battery4k, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff + texture = battery4k_n_NRM, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal + texture = model000, Squad/Parts/Engine/liquidEngineLV-N/model003 + } + MODEL + { + name = EnrichedUranium + model = Orion/Parts/Resources/ResourceContainers/EnrichedUContainer + texture = ksp_s_landerCan_diff, Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff + texture = battery4k, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff + texture = battery4k_n_NRM, Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal + texture = model000, Squad/Parts/Engine/liquidEngineLV-N/model003 + } + + MODULE + { + name = ModuleB9PartSwitch + moduleID = resourceSwitch + switcherDescription = Resource Type + switchInFlight = True + baseVolume = #$../RESOURCE[Ore]/maxAmount$ + + SUBTYPE + { + name = Ore + transform = Ore + tankType = Ore + title = #LOC_SPO_medOre_Name + defaultSubtypePriority = 100 + + } + SUBTYPE + { + name = MetallicOre + transform = MetallicOre + tankType = MetallicOre + title = #LOC_SPO_medMetalOre_Name + defaultSubtypePriority = 90 + + } + SUBTYPE + { + name = Uraninite + transform = Uraninite + tankType = Uraninite + title = #LOC_SPO_medUraninite_Name + defaultSubtypePriority = 80 + + } + SUBTYPE + { + name = Metals + transform = Metals + tankType = Metals + title = #LOC_SPO_medMetal_Name + defaultSubtypePriority = 70 + + } + SUBTYPE + { + name = EnrichedUranium + transform = EnrichedUranium + tankType = EnrichedUranium + title = #LOC_SPO_medU238_Name + defaultSubtypePriority = 100 + + } + } +} + +@PART[SPO_OreContainer,SPO_MetalOreContainer,SPO_UraniniteContainer,SPO_MetalContainer,SPO_EnrichedUContainer]:NEEDS[B9PartSwitch] { + %TechHidden = True + @category = none + @TechRequired = none +} diff --git a/Orion/GameData/Orion/Patches/SMX_Drills.cfg b/Orion/GameData/Orion/Patches/SMX_Drills.cfg index 222601e..f035702 100644 --- a/Orion/GameData/Orion/Patches/SMX_Drills.cfg +++ b/Orion/GameData/Orion/Patches/SMX_Drills.cfg @@ -1,535 +1,547 @@ -@PART[SMX_InlineDrill]:NEEDS[MiningExpansion] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 1 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 15 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 1 - ResourceName = Uranitite - ConverterName = UraniniteHarvester - StartActionName = Start UraniniteHarvester - StopActionName = Stop UraniniteHarvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 15 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } -} -@PART[SMX_0mStackDrill]:NEEDS[MiningExpansion] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 0.3 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 2.5 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 0.3 - ResourceName = Uraninite - ConverterName = UraniniteHarvester - StartActionName = Start UraniniteHarvester - StopActionName = Stop UraniniteHarvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 2.5 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } -} - -@PART[SMX_1mInlineDrill|SMX_1mHInlineDrill]:NEEDS[MiningExpansion] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 1 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 15 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 1 - ResourceName = Uraninite - ConverterName = UraniniteHarvester - StartActionName = Start UraniniteHarvester - StopActionName = Stop UraniniteHarvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 15 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } -} -@PART[SMX_1mStackDrill]:NEEDS[MiningExpansion] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 5 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 10 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 5 - ResourceName = Uraninite - ConverterName = UraniniteHarvester - StartActionName = Start UraniniteHarvester - StopActionName = Stop UraniniteHarvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 10 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } -} -@PART[SMX_2mStackDrill]:NEEDS[MiningExpansion] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 20 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 20 - ResourceName = Uraninite - ConverterName = Uraninite Harvester - StartActionName = Start Uraninite Harvester - StopActionName = Stop Uraninite Harvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } -} -@PART[SMX_3mStackDrill]:NEEDS[MiningExpansion] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 50 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 50 - ResourceName = Uraninite - ConverterName = Uraninite Harvester - StartActionName = Start Uraninite Harvester - StopActionName = Stop Uraninite Harvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } +@PART[SMX_InlineDrill]:NEEDS[MiningExpansion] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 1 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 1 + ResourceName = Uranitite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } +} +@PART[SMX_0mStackDrill]:NEEDS[MiningExpansion] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 0.3 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 2.5 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 0.3 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 2.5 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } +} + +@PART[SMX_1mInlineDrill|SMX_1mHInlineDrill]:NEEDS[MiningExpansion] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 1 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 1 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } +} +@PART[SMX_1mStackDrill]:NEEDS[MiningExpansion] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 5 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 10 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 5 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 10 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } +} +@PART[SMX_2mStackDrill]:NEEDS[MiningExpansion] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 20 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 20 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } +} +@PART[SMX_3mStackDrill]:NEEDS[MiningExpansion] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 50 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 50 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } } \ No newline at end of file diff --git a/Orion/GameData/Orion/Patches/SPO_CTT.cfg b/Orion/GameData/Orion/Patches/SPO_CTT.cfg index 8ce8f10..78f5b55 100644 --- a/Orion/GameData/Orion/Patches/SPO_CTT.cfg +++ b/Orion/GameData/Orion/Patches/SPO_CTT.cfg @@ -1,26 +1,26 @@ -// ISRU -@PART[SPO_UraniumProcessor]:NEEDS[CommunityTechTree] -{ - @TechRequired = nuclearFuelSystems -} -//Drives -@PART[SPO_Orion5Meter]:NEEDS[CommunityTechTree] -{ - @TechRequired = improvedNuclearPropulsion -} -@PART[SPO_SmallMag]:NEEDS[CommunityTechTree] -{ - @TechRequired = improvedNuclearPropulsion -} -@PART[SPO_MedMag]:NEEDS[CommunityTechTree] -{ - @TechRequired = improvedNuclearPropulsion -} -@PART[SPO_LargeMag]:NEEDS[CommunityTechTree] -{ - @TechRequired = improvedNuclearPropulsion -} -@PART[SPO_Medusa50Meter]:NEEDS[CommunityTechTree] -{ - @TechRequired = advNuclearPropulsion -} +// ISRU +@PART[SPO_UraniumProcessor]:NEEDS[CommunityTechTree] +{ + @TechRequired = nuclearFuelSystems +} +//Drives +@PART[SPO_Orion5Meter]:NEEDS[CommunityTechTree] +{ + @TechRequired = improvedNuclearPropulsion +} +@PART[SPO_SmallMag]:NEEDS[CommunityTechTree] +{ + @TechRequired = improvedNuclearPropulsion +} +@PART[SPO_MedMag]:NEEDS[CommunityTechTree] +{ + @TechRequired = improvedNuclearPropulsion +} +@PART[SPO_LargeMag]:NEEDS[CommunityTechTree] +{ + @TechRequired = improvedNuclearPropulsion +} +@PART[SPO_Medusa50Meter]:NEEDS[CommunityTechTree] +{ + @TechRequired = advNuclearPropulsion +} diff --git a/Orion/GameData/Orion/Patches/Stock_Drills.cfg b/Orion/GameData/Orion/Patches/Stock_Drills.cfg index 5af2799..328c6da 100644 --- a/Orion/GameData/Orion/Patches/Stock_Drills.cfg +++ b/Orion/GameData/Orion/Patches/Stock_Drills.cfg @@ -1,375 +1,383 @@ -@PART[MiniDrill] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 0.3 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 2.5 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 0.3 - ResourceName = Uraninite - ConverterName = UraniniteHarvester - StartActionName = Start UraniniteHarvester - StopActionName = Stop UraniniteHarvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 2.5 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - - } -} -@PART[RadialDrill] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 1.5 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 15 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 5 - ResourceName = Uraninite - ConverterName = UraniniteHarvester - StartActionName = Start UraniniteHarvester - StopActionName = Stop UraniniteHarvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = true - GeneratesHeat = true - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 15 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - UseSpecialistHeatBonus = true - SpecialistHeatFactor = 0.1 - ExperienceEffect = DrillSkill - EfficiencyBonus = 1 - - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - - } -} -@PART[SMX_2mStackDrill] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 20 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = false - GeneratesHeat = false - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Scientist - EfficiencyBonus = 1 - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Engineer - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 20 - ResourceName = Uraninite - ConverterName = Uraninite Harvester - StartActionName = Start Uraninite Harvester - StopActionName = Stop Uraninite Harvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = false - GeneratesHeat = false - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Scientist - EfficiencyBonus = 1 - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Engineer - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } -} -@PART[SMX_3mStackDrill] -{ - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 50 - ResourceName = MetallicOre - ConverterName = MetallicOre Harvester - StartActionName = Start MetallicOre Harvester - StopActionName = Stop MetallicOre Harvester - ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = false - GeneratesHeat = false - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Scientist - EfficiencyBonus = 1 - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Engineer - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } - MODULE - { - name = ModuleResourceHarvester - HarvesterType = 0 - Efficiency = 50 - ResourceName = Uraninite - ConverterName = Uraninite Harvester - StartActionName = Start Uraninite Harvester - StopActionName = Stop Uraninite Harvester -ImpactTransform = ImpactTransform - ImpactRange = 5 - AutoShutdown = false - GeneratesHeat = false - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Scientist - EfficiencyBonus = 1 - - INPUT_RESOURCE - { - ResourceName = ElectricCharge - Ratio = 6 - } - TemperatureModifier - { - key = 0 10000 - key = 250 7500 - key = 500 5000 - key = 750 500 - key = 1000 0 - } - UseSpecialistBonus = true - SpecialistEfficiencyFactor = 0.2 - SpecialistBonusBase = 0.05 - Specialty = Engineer - EfficiencyBonus = 1 - ThermalEfficiency - { - key = 0 0.1 - key = 250 .1 - key = 500 1 - key = 750 .1 - key = 1000 0 - } - } +@PART[MiniDrill] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 0.3 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 2.5 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 0.3 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 2.5 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + + } +} +@PART[RadialDrill] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 1.5 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 5 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = true + GeneratesHeat = true + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + + } +} +@PART[SMX_2mStackDrill] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 20 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = false + GeneratesHeat = false + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Scientist + EfficiencyBonus = 1 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Engineer + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 20 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = false + GeneratesHeat = false + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Scientist + EfficiencyBonus = 1 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Engineer + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } +} +@PART[SMX_3mStackDrill] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 50 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = false + GeneratesHeat = false + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Scientist + EfficiencyBonus = 1 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Engineer + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 50 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5 + AutoShutdown = false + GeneratesHeat = false + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Scientist + EfficiencyBonus = 1 + + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 6 + } + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + Specialty = Engineer + EfficiencyBonus = 1 + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } } \ No newline at end of file diff --git a/Orion/GameData/Orion/Patches/Ventral_Drill.cfg b/Orion/GameData/Orion/Patches/Ventral_Drill.cfg new file mode 100644 index 0000000..f1cd4fc --- /dev/null +++ b/Orion/GameData/Orion/Patches/Ventral_Drill.cfg @@ -0,0 +1,95 @@ +// https://forum.kerbalspaceprogram.com/index.php?/topic/113694-ksp-111120210301-ventral-drill-for-stock-isru/ +@PART[VentralISRUDrill]:NEEDS[VentralDrill] +{ + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 1.5 + ResourceName = MetallicOre + ConverterName = Metallic Ore Harvester + StartActionName = Start Metallic Ore Harvester + StopActionName = Stop Metallic Ore Harvester + ToggleActionName = Toggle Metallic Ore Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5.58 + AutoShutdown = true + GeneratesHeat = true + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + } + MODULE + { + name = ModuleResourceHarvester + HarvesterType = 0 + Efficiency = 5 + ResourceName = Uraninite + ConverterName = Uraninite Harvester + StartActionName = Start Uraninite Harvester + StopActionName = Stop Uraninite Harvester + ToggleActionName = Toggle Uraninite Harvester + ImpactTransform = ImpactTransform + ImpactRange = 5.58 + AutoShutdown = true + GeneratesHeat = true + INPUT_RESOURCE + { + ResourceName = ElectricCharge + Ratio = 15 + } + UseSpecialistBonus = true + SpecialistEfficiencyFactor = 0.2 + SpecialistBonusBase = 0.05 + UseSpecialistHeatBonus = true + SpecialistHeatFactor = 0.1 + ExperienceEffect = DrillSkill + EfficiencyBonus = 1 + + TemperatureModifier + { + key = 0 10000 + key = 250 7500 + key = 500 5000 + key = 750 500 + key = 1000 0 + } + + ThermalEfficiency + { + key = 0 0.1 + key = 250 .1 + key = 500 1 + key = 750 .1 + key = 1000 0 + } + + } +} diff --git a/Orion/GameData/Orion/SPO.restockwhitelist b/Orion/GameData/Orion/SPO.restockwhitelist index 761f573..875d1b8 100644 --- a/Orion/GameData/Orion/SPO.restockwhitelist +++ b/Orion/GameData/Orion/SPO.restockwhitelist @@ -7,7 +7,7 @@ Squad/Parts/Wheel/roverWheelTR-2L/ksp_r_medWheel_diff.dds Squad/Parts/Command/mk1LanderCan/ksp_s_landerCan_diff.dds Squad/Parts/FuelTank/RCStankRadialLong/ksp_r_rcsCylTank_diff.dds Squad/Parts/Command/hitchhikerStorageContainer/cabin.dds -Squad/Parts/Command/hitchhikerStorageContainer/cabin_n,dds +Squad/Parts/Command/hitchhikerStorageContainer/cabin_n.dds Squad/Parts/Command/hitchhikerStorageContainer/cabin_Illum.dds Squad/Parts/Resources/ISRU/Processor_Large.dds Squad/Parts/Engine/liquidEnginePoodle_v2/poodle.dds @@ -23,4 +23,6 @@ Squad/Spaces/mk2LanderCanInternal/mk2LanderCan_props_diffuse.dds Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int.dds Squad/Spaces/MK3_CrewCab_Int/MK3_CrewCab_Int_n.dds Squad/Parts/Command/mk2LanderCan_v2/Mk2Can.dds -Squad/Parts/Command/mk2LanderCan_v2/Mk2Can_glow.dds \ No newline at end of file +Squad/Parts/Command/mk2LanderCan_v2/Mk2Can_glow.dds +Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_diff.dds +Squad/Parts/Electrical/z-4kBattery/ksp_l_batteryPack_normal.dds diff --git a/Orion/Ships/VAB/(MH) Gorgon-class StarYacht.craft b/Orion/Ships/VAB/Orion Gorgon-Class StarYacht.craft similarity index 99% rename from Orion/Ships/VAB/(MH) Gorgon-class StarYacht.craft rename to Orion/Ships/VAB/Orion Gorgon-Class StarYacht.craft index bb624fa..f5e8392 100644 --- a/Orion/Ships/VAB/(MH) Gorgon-class StarYacht.craft +++ b/Orion/Ships/VAB/Orion Gorgon-Class StarYacht.craft @@ -1,7 +1,7 @@ -ship = (MH) Gorgon-class StarYacht +ship = Gorgon-Class StarYacht version = 1.9.1 description = A light Medusa-powered vessel for traipsing about the star system. -type = SPH +type = VAB size = 7.83636999,49.3195343,8.58598709 steamPublishedFileId = 0 persistentId = 1555182292 @@ -72,7 +72,7 @@ PART } MODULE { - name = ModulePulseEngine + name = ModuleNuclearPulseEngine isEnabled = True EngineEnabled = False enginePacked = True diff --git a/Orion/Ships/VAB/(MH) Orion Mode 1.craft b/Orion/Ships/VAB/Orion Mode.craft similarity index 99% rename from Orion/Ships/VAB/(MH) Orion Mode 1.craft rename to Orion/Ships/VAB/Orion Mode.craft index 36dbebf..66da7e7 100644 --- a/Orion/Ships/VAB/(MH) Orion Mode 1.craft +++ b/Orion/Ships/VAB/Orion Mode.craft @@ -1,4 +1,4 @@ -ship = (MH) Orion Mode 1 +ship = Orion Mode version = 1.11.0 description = A light Orion test vessel using a modified Saturn V first stage to loft it into a high sub-orbital trajectory prior to Orion Drive activation. type = VAB