Notes (NOTE)
Simple plugin to take notes in game for Kerbal Space Program.
formerly ksp_notes
Notes under zer0Kerbal’s management!
Installation Instructions
Using CurseForge/OverWolf app or CKAN
You should be all good! (check for latest version on CurseForge)
If Downloaded from CurseForge/OverWolf manual download
To install, place the GameData folder inside your Kerbal Space Program folder:
- REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING, including any other fork:
- )optional( back up
<KSP_ROOT>/GameData/Notes/NotePad
and elsewhere you have saved notes - Delete
<KSP_ROOT>/GameData/Notes
- )optional( back up
- Extract the package’s
Notes/
folder into your KSP’s as follows:<PACKAGE>/Notes
–><KSP_ROOT>/GameData/Notes
- Overwrite any preexisting file.
- )optional( restore from backup to
<KSP_ROOT>/GameData/Notes/NotePad
If Downloaded from SpaceDock / GitHub / other
To install, place the GameData folder inside your Kerbal Space Program folder:
- REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING, including any other fork:
- )optional( back up
<KSP_ROOT>/GameData/Notes/NotePad
and elsewhere you have saved notes - Delete
<KSP_ROOT>/GameData/Notes
- )optional( back up
- Extract the package’s
GameData/
folder into your KSP’s as follows:<PACKAGE>/GameData/Notes
–><KSP_ROOT>/GameData
- Overwrite any preexisting file.
- )optional( restore from backup to
<KSP_ROOT>/GameData/Notes/NotePad
The following file layout must be present after installation
<KSP_ROOT>
[GameData]
[Notes]
[Compatibility]
...
[Localization]
...
[NotePad]
...
[Plugins]
...
[Textures]
...
0.17.0.0.htm
changelog.md
GPLv3.txt
Notes.version
notesRPM.version
readme.htm
...
KSP.log
...
graph LR
%% file structure of Notes Mod
id[(Notes File Structure)];
style id1 fill:#f9f,stroke:#333,stroke-width:3px
style id2 fill:#ff0,stroke:#333,stroke-width:2px
style id3 fill:#bada55,stroke:#333,stroke-width:1px
subgraph id1[Kerbal Space Program Root]
KSP --folder--> gamedata
KSP -. file .-> log>KSP.log]
end
subgraph id2 [GameData Folder]
gamedata -- folder --> Notes
gamedata -. file .-> ModuleManager[/ModuleManager.dll\]
end
subgraph id3 [Notes Folder]
Notes -- folder --> Compatibility & Localization & NotePad & Plugins & Textures & Files
Files .-> a>0.17.0.0.htm] & b>changelog.md] & c>Notes.version] & d>notesRPM.version] & e>readme.htm]
Compatibility --> 1[...]
Localization --> 2[...]
NotePad --> 3[...]
Plugins .-> 40[/Notes.dll\] & 41[/notesRPM.dll\] & 42[...]
Textures .-> 5[...]
end
Dependencies
- none