-
Posts
5,039 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by sarbian
-
Ok, can you lock MJ thread before I start throwing rocks at people who run Pre and can't read. Thanks.
-
YES, IT IS CHEATING. CAN WE MOVE ON ?
-
Indeed, I did not though of that case. Worth having a look.
-
Do we really need a rolling file appender with daily and size trigger in KSP ? You have a Debug.Log, Debug.LogWarning and Debug.LogError. Adding a static call that only uses one of those when some var is set is not exactly a thousands lines project
-
Feasability Question
sarbian replied to Akira_R's topic in KSP1 C# Plugin Development Help and Support
Setting up a dev env is not exactly the hard part of KSP plugin modding. -
Find Center of Mass of current vessel
sarbian replied to Endashi's topic in KSP1 C# Plugin Development Help and Support
vessel.CoM -
PopupDialog and the DialogGUI classes
sarbian replied to DMagic's topic in KSP1 C# Plugin Development Help and Support
Since it is used by the stock I doubt it. -
[1.8+] Custom Barn Kit 1.1.20 (19 October 2019) - Parachute Included
sarbian replied to sarbian's topic in KSP1 Mod Releases
I have no idea. The only limit I know is activeContractsLimit and it is set to 2, 7, unlimited. So no 27 there... -
[1.8+] Custom Barn Kit 1.1.20 (19 October 2019) - Parachute Included
sarbian replied to sarbian's topic in KSP1 Mod Releases
v1.1.11 Add homebodyEVA (Are EVA allowed on the home body before EVA is unlocked ?) Add homebodyAtmoEVA flags (Are atmospheric EVA allowed on the home body before EVA is unlocked ?) CustomBarnKit-1.1.11.0.zip -
[1.4.0] GCMonitor 1.4.8.0 - A graphic Memory monitor (Marsh 9th 2018)
sarbian replied to sarbian's topic in KSP1 Mod Releases
In the GCMonitor\PluginData\GCMonitor directory you have a config file. fpsXEditor & fpsYEditor are the counter positions -
[1.2.2] SideView Alpha 0.9 - Expand your horizon (or crash the game)
sarbian replied to sarbian's topic in KSP1 Mod Releases
Thanks for the feedback so far. I am more or less stuck with the mouse issue since I can not know on which screen the mouse currently is. I did a few test with Unity and it works in 5.5. Now it all depends on the version of Unity in the next KSP. I will still try to add a few things that could make people happy like the basic components required for mods to display some UI on an other screen, and maybe test with muti monitor space view. But without proper mouse code I don't see what else I could add. -
First : This is an early alpha than I want to get out to see how it works on other computer and OS to see if further work is justified. It lacks a lot of planned features and may (will) crash your game. Do not complain here if it crashed your precious save, this is alpha code. A couple of weeks ago I was a bit tired of working on the same problems of my old mods. I needed something fresh to work on and I stumbled upon an old note from back in KSP 1.1 that ended with: "Check again when KSP uses Unity 5.4+". As it happens this is the case now so I unearthed that old idea to see where it could go. A few coding session later here is the result (and as I said this is an early alpha). I am not explaining the mod purpose here for a day or two, see for yourself To use this mod you need at least 2 monitors. If Unity detects only one it will not work. You may have to run the game in DX11 or OpenGL if both monitor are not on the same resolution and refresh rate. To activate it press the numpad 0 key. To switch the control focus press the same key again. So I need your feedback to know how it works on your KSP install : Does it crash the game ? If it does please share your config info (OS; DX9 or DX11 or OpenGL...) & logs When you move the mouse around does the "display id" text (top left of your monitor) ever changes to something other than 0 or is the mouse position negative when your mouse is not on your main screen ? Comment & Bugs ? (Obviously the mod is not finished) Download : SideView-0.9.0.0.zip Licence : MIT Source
- 25 replies
-
- 13