Judicator81
Members-
Posts
89 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Judicator81
-
Version 0.3.0 released. Changelog: Added buttons "Open CFG node in editor" and "Open orig. CFG in editor" to PAW menu. Both buttons open corresponding file in system default editor for .cfg files. Added crew / maximum crew information to PAW menu. For KSP 1.11+ displayed wet part mass and cost takes into account kerbonauts mass and their inventories mass/cost. Engine information in PAW menu was completely overhauled. Now it also contains gimbal information, as well as other useful parameters, depending on engine type. Near/Far Future, KSPIE, RealFuels/RO are supported. New button "MM patches history" opens window with tree-like structure of all module manager patches, applied to part, in order of appliance. Information about patches is parsed from module manager cache. Mod menu options and buttons are now fully configurable in game difficulty settings ("Part Info in PAW" section). PartInfoInPAW adds itself to each and every part during game load. MM patch, adding partmodule to all parts, is no longer needed and is deprecated. Mod now only works in VAB/Hangar and is no more available in flight scene. Perfomance improvements and code cleanup.
-
SimpleRepaint use B9PartSwitch (or in some cases stock PartVariant) to alter part color. All variants and subtypes introduced neither add/alter any resources nor change part parameters (mass, cost, ...). So, uninstalling SimpleRepaint mid-save should not cause any harm to your crafts. Some error messages in KSP.log to be expected, of course, on save load, but that's ok.
-
[1.12.x] Far Future Technologies - October 9
Judicator81 replied to Nertea's topic in KSP1 Mod Releases
Those two parts harverst liquid helium 3 directly. So, you should look for some place with high lqd. helium 3 concentration. -
Version 0.4.2 released. Changelog: Added three drills from MKS mod to greylist. Added blacklist for Kerbal Atomics, added reactors and RTGs from dev version of Near Future Electrical to blacklist. Moved greylist to separate GreyList.cfg file. Bundled B9PartSwitch updated to last version (2.20.0). Mod is marked as 1.12.5 compatible.
-
Version 0.2.3 released. Changelog: Fixed "Copy Part CFG to Clipboard" not working for parts, having spaces in their cfg-file path (for example, Coatl Aerospace mod). Minor UI improvement: buttons "Copy Part ID to Clipboard" and "Copy Part CFG to Clipboard" now generate on-screen messages then pressed. Added part temperature and skin temperature (current/max) to PAW menu, but only for flight scene and if showInfoInFlight is true (see README).
-
totm sep 2021 [1.12] Stockalike Station Parts Redux (August 14, 2024)
Judicator81 replied to Nertea's topic in KSP1 Mod Releases
Copy Extras/StationPartsExpansionReduxIVAs folder from downloaded mod archive to you GameData folder. -
[1.11.2] B9PartSwitch v2.18.0 (March 17)
Judicator81 replied to blowfish's topic in KSP1 Mod Releases
There is nothing to do with B9PartSwitch. Install CommunityResourcePack. -
Not sure, but I think there is some misunderstanding here. And it's actually my fault: mod description could be more clear. So, button "Copy part CFG node" copies actual in-game part representation, not text from original part CFG-file. That means, whole PART{} node with all MM-patches already applied. You can think of it as of copy of respective PART{} from ModuleManager.ConfigCache file. Apart from the fact, that actual ModuleManager.ConfigCache is not required. Thus, this feature is likely more useful for "inspecting" your own or third-party changes to specific part(s) (made with MM-patches), rather than creating new MM-patches. But it's up to you, how you would like to use it, of course.
-
PartInfoInPAW [0.3.0] Mod for Kerbal Space Program intended for mod creators and advanced players. Get useful information about part from PAW menu (including full module manager patches history), copy part ID or CFG to clipboard, open part CFG (original or in-game presentation) in editor with one click. What does this mod do? 1. It displays part name (basically, part ID) and path to part CFG file in the parts list (in VAB/Hangar): This feature is more or less identical to PartInfo mod by linuxgurugamer. 2. PartInfoInPAW also adds some information to PAW menu (right-click menu) for alls parts (works only in VAB/SPH). This information includes: part name (basically, part ID); part mod (GameData folder name); dry/wet mass (takes into account crew mass for KSP 1.11+); empty/full cost (takes into account crew inventories cost for KSP 1.11+); entry cost; current and maximum crew (only for crewable parts). For engines, mod also display propellants information, thrust and ISP, minimum thrust (in %, and only if engine has non-zero minThrust) and engine gimbal information. If part has more than one ModuleEngines (for example, multi-mode engine like RAPIER), information for first two ModuleEngines will be displayed. RealFuels/RO, KSPIE and other engines are all supported). 3. Mod adds several buttons to PAW menu: Сopy part name - copy part name (ID) to clipboard; Copy orig. CFG file / Open orig. CFG in editor - copy original part CFG file to clipboard / opens it in system default editor for .cfg files; Copy part CFG node / Open CFG node in editor - copy part CFG to clipboard / save it to temporary file and open in system default editor for .cfg files. Important: "part CFG" here means actual in-game part representation, not text from original part CFG-file. That means, whole PART{} node with all MM-patches already applied to it; MM patches history - opens window with history all module manager patches. See screenshot: 4. All buttons and information options are configurable in game difficulty settings. Choose which options you want to see in PAW menu. No dependencies As of version 0.3.0, PartInfoInPAW no longer relies on module manager patch for adding itself to every part. Instead, mod do so automatically during KSP startup. Downside is, mod only works in editor scene now (VAB/Hangar). Licensing The MIT License (MIT) Copyright (c) 2022-2024 Alexander Rogov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Changelog Downloads Spacedock GitHub CKAN Source: https://github.com/judicator/PartInfoInPAW
- 12 replies
-
- 10
-
Yep, it looks like some parts from VaporVents mod are not compatible with B9PartSwitch. Fixed in 0.4.1. Version 0.4.1 released. Changelog: Added some parts from VaporVent mod to greylist. Added blacklist for Bluedog_DB mod (about 600 parts are blacklisted from more than a thousand total in BDB). Mod is marked as 1.12.4 compatible. P.S. It looks like spacedock.info is temporally down now. Get new mod version from github or CKAN, if you are in a hurry.
-
Yes, your spacecraft will be fine in such situation. Version 0.4.0 released. Changelog: Changed MM patch order to get rid of problems, caused by interaction with other mods' patches, updating B9PS switchers (i.e. Kerbalism + SSPX). Black and grey lists are now moved to separate folder (IgnoreParts). List of blacklisted parts is expanded, parts from several mods added.
-
[1.12.x] Kerbal Atomics: fancy nuclear engines! (August 18, 2024)
Judicator81 replied to Nertea's topic in KSP1 Mod Releases
NFE support have been removed from KerbalAtomics in version 1.3.0 of the mod: NearFutureElectrical NTRs Extra has been removed forever https://github.com/post-kerbin-mining-corporation/KerbalAtomics/releases/tag/1.3.0 You could: 1. use earlier version of the mod, 2. or just install SystemHeat and SystemHeatFissionEngines from SystemHeat/Extras. -
Unfortunately, it's not so easy (if possible at all) to implement within current approach. Shiny parts (or parts variants) use special "specular" textures. And SimpleRepaint just changes color property for any textures of part, but contains no additional textures on it's own. Yes, it's a known issue. Stock PartsVariants partmodule is not fully compatible with B9PartSwitch, and I can't really fix that.