-
Posts
1,043 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Nereid
-
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Nope. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Well.... they are just loaded once - at least they should. So this should not cause this. And if one unchecks the button for direct texture load, FF won't load it at all, because KSP does it already. EDIT: Just tested: They are just loaded once. I have compiled FF against KSP 1.5.1 and checked for any memory leaks and I could not find any. Even in vanilla KSP eats up about 20 KB each mission and because of the garbace collecting mechanism in C# we do not really know if this is a leak or quite normal. With FF, NG and S.A.V.E installed the used memory just increases as it does in vanilla. Even with direct load enabled in FF. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Is there anything known about the memory leak? Any ideas from other mod developers (@linuxgurugamer)? Are other mods affected aswell? -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Sorry, for my absence the last months, but other games (and hilarious discussions with flattards ;)) just eat up my time. Ther is currently no fix. But a holyday week just is about to come. Unfortunately this time its not a staycation, but I still do have a version for 1.4.5 on my list. Its just that time seems to fly these days... Patience guys. KSP is still one of my favorite games. But other things are just more important at the moment. If there is no fix before 31-Oct then it will take a few weeks more (probatly until december). And I cannot gurantee I will work on this the next two weeks. We will see. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Ok, the blurred ribbons should be gone now. A side effect: The ribbon graphics are a little bit sharper now. But this comes with a drawback. To assure the ribbons are loaded in fullres FF will change a global quality parameter in the Unity engine at startup. For some strange reason, the same loading method that works for other mods will not work in FF without this. The ribbons are now loaded directly even in fullres mode (and costs therefore twice the amount of RAM). This can be changed in the configuration (disable "Allways use direct texture load"). -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
It's already there: Just deselect the "dead" button in the Hall of Fame. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Ok. I have found a solution to this problem by examining the code of other plugins. FF is loading the textures from the pool of all textures in KSP and all textures are loaded at startup of the game. I have never noticed any problem in earlier versions of KSP and the benefit was reduced memory (because KSP is loading all the textures anyway, so there is no need to load them twice). KSP is now (maybe since a while?) loading png-images at the resolution of the texture settings, which leads to this blur. Other mods do load the textures directly. I will try to change the code to load the textures directly. This will cause a little memory overhead, but since KSP64 it doesn't matter anyway and it shouldn't be that much. EDIT: And now I'm puzzled. Loading the file directly will cause the same blur. EDIT2: Got it. QualitySettings.masterTextureLimit was set to 1 and affects any texture when they are read from disk. EDIT3: It's fixed. I will upload it, when I got some sleep. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Seems I missed an update again. Well, I'm confident it will work with 1.4.2 but I don't know it. Today it's to late but tomorrow I will recompile it against 1.4.2 and release an updated just to be sure. This will include a warning for halfres textures as well. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
It works with 1.4.1. But change the texture settings to fullres. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
This would increase their size by a factor of 4. And why? Just because the settings are halfres? I'm quite sure most players will use fullres. A better solution would be a message dialog, that FF will not work with halfres textures because their are of limited use anyway. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Time is a bit of a problem since a few months. So at the moment: no. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Currently I do not know how to fix this. KSP is loading the textures not FF. But I will consider any suggestion... -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Another tip: Since 1.4.x the ribbons are blurred if the texture settings are not set to "fullres". Unfortunately "halfres" is the default. So change it to fullres if not already done. -
[1.10.0] NanoGauges - tiny ana1og gauges for kerbalnauts -1.10.0-3463
Nereid replied to Nereid's topic in KSP1 Mod Releases
Glad to hear this. Maybe this was introduced because halfres is default in the settings (why SQUAD?) and in KSP 1.4 even png-files are compressed if this setting is used.- 339 replies
-
- gauges
- information.
-
(and 1 more)
Tagged with:
-
[1.10.0] NanoGauges - tiny ana1og gauges for kerbalnauts -1.10.0-3463
Nereid replied to Nereid's topic in KSP1 Mod Releases
Version 1.8.1 is compiled against KSP 1.4.1 and shows a warning dialog if the textures are not fullres.- 339 replies
-
- 1
-
-
- gauges
- information.
-
(and 1 more)
Tagged with:
-
[1.10.0] NanoGauges - tiny ana1og gauges for kerbalnauts -1.10.0-3463
Nereid replied to Nereid's topic in KSP1 Mod Releases
That is caused by using halfres textures in KSP 1.4.1. I'm using fullres textures since 64bit KSP is working well so I never noticed this changed somehow in KSP. So: Just use fullres textures and the blurred gauges will go away. Same advice of course. PS: Any ideas how to tell KSP to load fullres textures regardless of settings? And: Any idea why some still bother with halfres textures?- 339 replies
-
- 1
-
-
- gauges
- information.
-
(and 1 more)
Tagged with:
-
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
It should work. I'm using it myself with 1.4.1. But why do you still use ATM? -
[1.10.0] NanoGauges - tiny ana1og gauges for kerbalnauts -1.10.0-3463
Nereid replied to Nereid's topic in KSP1 Mod Releases
Blurred gauges? Strange. I will send you a private message for further investigation.- 339 replies
-
- gauges
- information.
-
(and 1 more)
Tagged with:
-
EVA without parachutes?
Nereid replied to Nereid's topic in KSP1 Suggestions & Development Discussion
Ok, that is an argument. But disabling it in vacuum shouldn't be that big deal... -
EVA without parachutes?
Nereid replied to Nereid's topic in KSP1 Suggestions & Development Discussion
They just look like the chute in the atmosphere. -
EVA without parachutes?
Nereid replied to Nereid's topic in KSP1 Suggestions & Development Discussion
No. But wearing a parachute in vacuum looks just silly. -
Hi! First thanks to SQUAD for continuing and the new update 1.4. But is there a way to remove parachutes from a kerbal on entering EVA? A parachute on as backpack while doing EVA in orbit or on the mun looks quite silly.
-
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
New build against 1.4.0. No other changes -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Manually (like all custom ribbons). Because I still do not know how to detect this. -
[1.10.0] Final Frontier - kerbal individual merits 1.10.0-3485
Nereid replied to Nereid's topic in KSP1 Mod Releases
Maybe. I will have to invest this. As far as I remember each kerbal gets a timestamp as he starts a mission and the time is just calculated as he returns. Please save such a game for later analysis. I will send an email address so I can take a look.