File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# ShowKSP2Events - a Kerbal Space Program 2 plugin
22Shows events triggered by KSP2.
33
4- This is a mod to help modders mod.
4+ This is a mod that helps modders mod.
55
66- ** White event** - event that was just triggered (< 1 sec)
77- ** Yellow event** - event that was recently triggered (< 20 sec)
8- - ** Grey event** - event that hasn't triggered for a while (< 60 sec)
8+ - ** Gray event** - event that hasn't triggered for a while (< 60 sec)
99
10- ![ screenshot] ( https://i.imgur.com/Z3zMOcJ .png )
10+ ![ screenshot] ( https://i.imgur.com/Cb1D1P7 .png )
1111
1212## Installation
1313Extract the contents of the .zip into your KSP2 installation folder.
@@ -29,4 +29,10 @@ messages.Subscribe<NameOfTheEventYouWantToSubscribeTo>(new Action<MessageCenterM
2929private void YourMethodThatWillHandleTheEvent(MessageCenterMessage obj)
3030{
3131 // Do stuff
32- }
32+ }
33+ ~~~~~~~~
34+
35+ ## Other features
36+ - pin events to the top
37+ - customize timings of colors and purges
38+ - export list to a JSON file inside mod folder
You can’t perform that action at this time.
0 commit comments