forked from SodiumEyes/KerbalLiveFeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (20 loc) · 1.65 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
KerbalLiveFeed Plugin, Client and Server v0.6.7
Created by Alfred Lam
======= Installation ===========================================
Place KLFClient.exe in your KSP install folder
Place KLF folder in your GameData folder
======= How to use ===========================================
Run KLFClient.exe while KSP is running and connect to a KLF server
======= Server Settings ===========================================
joinMessage: Shown to players when they join the server
updatesPerSecond: The number of updates that will be received from all clients combined per second
The higher you set this number, the more frequently clients will send updates.
As the number of active clients increases, the frequency of updates will decrease to not exceed this many updates per second.
totalInactiveShips: The maximum number of inactive ships that will be sent from all clients combined
The higher you set this number, the more inactive ships will be seen by clients
As the number of clients in-flight increases, the number of inactive ships sent per-client will decrease to not exceed this total.
If the number of clients in-flight exceeds this number, no inactive ships will be sent.
screenshotInterval: The minimum time a client must wait after sharing a screenshot before they can share another one
autoRestart: If true, the server will attempt to restart after catching an unhandled exception
saveScreenshots: If true, the server will save all screenshots to the klfScreenshots folder
screenshotHeight: The maximum height of the screenshots that players can share. Can range from 135 to 540 (Ideal values: 135, 144, 180, 270, 315, 360, 540)