You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
0.2.2
2
+
-----
3
+
- Slightly changed info format in Parts selection window. Now full path to part CFG file is displayed. PAW menu still has only basic mod folder info to avoid clutter.
4
+
- Updated README.
5
+
1
6
0.2.1
2
7
-----
3
8
- Added mod folder parameter to displayed information. For some mods (like Bluedog_DB or USI family) 2 or 3 nested mod folder levels are shown (for example, "Bluedog_DB/Parts_Atlas" instead of just "Bluedog_DB").
Very small and simple mod for Kerbal Space Program.
4
-
Mod works in VAB/SPH and adds some useful information about part to right-click menu (PAW menu):
5
-
* part name (basically, part ID);
6
-
* part mod (GameData folder name);
7
-
* dry/wet mass;
8
-
* cost;
9
-
* entry cost;
10
-
* dry engine TWR ("dry means" TWR is only calculated for this specific part, not craft or stage). Of course, is shown only for engines.
3
+
Mod for Kerbal Space Program intended for mod creators and advanced players.
4
+
Get useful information about part from PAW menu, copy part ID or full part CFG node to clipboard with one click.
11
5
12
-
By default, mod adds it's functionality to all in game parts.
6
+
## What does this mod do?
13
7
14
-
For engines, mod also display formatted string of additional data about engine (the same you can see in part information screen in left panel in VAB/SPH). If part has more than one ModuleEngines (for example, multi-mode engine like RAPIER), information for first two ModuleEngines will be displayed.
8
+
1. It displays part name (basically, part ID) and path to part CFG file in the parts list (in VAB/Hangar):
9
+

10
+
This feature is more or less identical to [PartInfo mod by linuxgurugamer](https://forum.kerbalspaceprogram.com/index.php?/topic/182040-*).
15
11
16
-
Lastly, mod adds two buttons to PAW menu, which allows you to copy part name (part ID) or whole part config (in-game part representation in human-readable text) to clipboard.
12
+
2. PartInfoInPAW also adds some information to PAW menu (right-click menu) for alls parts (works only in VAB/SPH).
13
+
This information include:
14
+
* part name (basically, part ID);
15
+
* part mod (GameData folder name);
16
+
* dry/wet mass;
17
+
* cost;
18
+
* entry cost;
19
+
* dry engine TWR ("dry" means TWR is only calculated for this specific part, not craft or stage). And of course, it is shown only for engines.
20
+
21
+
For engines, mod also display formatted string of additional data about engine (the same you can see in parts list in VAB/SPH). If part has more than one ModuleEngines (for example, multi-mode engine like RAPIER), information for first two ModuleEngines will be displayed.
17
22
18
-
Actually, one picture can tell more than a thousand words:
19
-

23
+

20
24
25
+
3. Finally, mod adds two buttons to PAW menu (see screenshot above), which allows you to copy part name (part ID) or whole part config (in-game part representation in human-readable text) to clipboard.
26
+
This is my favorite feature, and I hope other players and modders will find it useful (as did I).
21
27
22
28
## Dependencies
23
29
24
-
*[Module manager (last version preferred)](https://github.com/sarbian/ModuleManager)
25
-
30
+
*[Module manager (preferably last version)](https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*)
31
+
Version 4.2.2 is bundled as part of download.
26
32
27
33
## Supported KSP versions
28
34
29
-
KSP 1.8.1 or newer is supported.
30
-
35
+
KSP 1.8.0 or newer is supported.
31
36
32
37
## Licensing
33
38
@@ -40,3 +45,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
40
45
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
41
46
42
47
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.
48
+
49
+
50
+
Bundled Module Manager is licensed under a "CC share-alike license". More information can be found [here](https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*).
0 commit comments