-
Posts
24,924 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] Kerbal Launch Failure Revived
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Don't know if it's related, but I do see several NullRefs in the file, as well as 2 PartLoader errors. the PartLoader errors are for what appears to be depreciated parts, so if you aren't using them, you may want to delete them and notify the author. All of the part errors are in WildBlueIndustries directories, and there is a single NullReff in flight from the KSPAlternateResourcePanel. Another problem with WildBlue is an IndexOutOfRange exception ContractConfigurtor has an ArgumentException Finally, GravityTurn had an IsolatedStorageException. There were others as well. None of them appears to be an issue with KerbalLaunchFailure (KLF), but, sometimes unobvious things cause remote issues. A few questions: Was this a career game? Was the launch in progress? It appears that in the log file you switched from one vessel to another. If it happens again, I've created a debug build with debugging statements here: https://www.dropbox.com/s/jt44lki44ri8xnh/KerbalLaunchFailure-0.4.1-debug.zip?dl=0 All you need from the file is the DLL, copy it over the one in your save -
Umm... LOL Page is under construction, I fixed that. As you can tell, it was mostly a copy/paste for now I usually release on Sunday, but I'll see if I can get this out on Friday
-
[1.0.5 - Alpha 6] Dang It! (12 september 2015)
linuxgurugamer replied to Ippo's topic in KSP1 Mod Releases
Ok, so, since I haven't heard from Coffeeman, I'm announcing that I will be taking this over, and have created a new thread per @Ippo's request here: Please move all discussions over there. @Ippo, feel free to ask this thread to be locked. Status Update: I just sent a second beta to @Elkram. He's done a great job testing for me. Once he gets back to me, I'll package it for for release. It will be on Spacedock as well as Github -
This is the thread for the new release of Dang It! Continued DANG IT! A random failures mod for KSP Install it using CKAN! CKAN is the awesome package manager for KSP. The new version for KSP 1.4.1 has new dependencies New Dependencies Click Through Blocker ToolbarController New Dependency added for version 0.7.20.5 SpaceTuxLibrary CKAN has been updated to install the dependencies, if needed. Or install manually. SpaceDock: http://spacedock.info/mod/1055/Dang It! Continued Source Code: https://github.com/linuxgurugamer/DangIt License: GPLv3 Donations gratefully accepted https://www.patreon.com/linuxgurugamer Having problems / questions? There's a WIKI! With explanations, troubleshooting, and... well nothing much really. INCOMPATIBLE WITH: Mod Effect FAR Control surfaces won't fail Procedural Parts Procedural tanks are not recognized What is this? It is a mod that will cause the parts on your ship to fail randomly, and you will need to repair them before you can use them again. Be careful... some failures might be relatively harmless, but others might seriously ruin your day. The more you use a part, the less reliable it will become: so don't be too throttle happy with those mainsails! This mod requires Module Manager to function: it will also target ANY part mod that you have installed. (As long as some conditions are respected) My thanks to @Coffeeman, who graciously gave me permission to merge his Entropy addon into this mod. The original thread for Entropy is here: What's changed in the latest update? 0.7.2 Updated ModuleManager to 2.7.3 Updated WheelMotor.cfg & Wheeltire.cfg, changed ModuleWheel to ModuleWheelBase Added WheelMotor Added WheelTire Fixed glow to work even when going EVA Added ability to enable or disable failure mode for each type of module Fixed bug where switching to vessel in flight wouldn't properly initialize the popup buttons Updated the Radial bay to only allow access if it is opens Added spare parts to cargo bays Added code so that any cargo bay with parts will have to be open before accessing the parts Added DeployableAntenna Removed requirement for the Community Resource Pack, but is still compatible with it Following are from Entropy, originally by @Coffeeman Added Parachutes Added Motors (Animations) Added Generators Added Solar Panels Added SRBs 0.7.0 Compatible with KSP 1.2.1 Added config file for the Snacks! parts Unfortunately at this point nothing is refunded for having bought upgrades to Kerbal Experience. Sorry! (You can hack your funds up, it's ok, you have my permission ) Credits The original mod was written by @Ippo A large amount of work was done by @Coffeeman Report a problem on the issue tracker
- 498 replies
-
- 25
-
[1.12.x] Kerbal Launch Failure Revived
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
That is correct. It's a leftover, nothing is in it at this time -
[1.12.x] Part Commander Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Try Part Wizard for that, it's another mod specifically for the editor -
OK. If you can, please ping me when you get it released. Thanks
- 933 replies
-
@Angel-125 I'm working on updating Dang It!, and a tester is having a problem with Snacks. So, before I start digging, I saw that on SpaceDock, the version seems to be for 1.2 (unless you just forgot to update Spacedock), and the last version was released on 11/2 So, do you have a 1.2.1 version available?
- 933 replies
-
Interesting, i didn't see that in the thread. I just posted on the thread with a couple of suggestions. While not eager to take up another crazy mod, if he posts that he is stopping, I might take a crack at it So in a fresh install, it works for you?
-
@aikixd I took a fast look at the code, and have the following suggestions: In FRMS_Core.cs, reflection is used to get the directory name of the executing assembly, at lines 389 & 449: stb_texture.LoadImage(System.IO.File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "icons/tb_st_en.png"))); There is no need for this. it will start reading in the GameData directory, so change it to the following: stb_texture.LoadImage(System.IO.File.ReadAllBytes("FRMS/icons/tb_st_en.png")); Also, while I see that you did update the ToolbarWrapper code, the formatting is very different from what is currently provided, so I would suggest downloading a current version and changing ONLY the namespace, as suggested. Here is a link to the current wrapper code: https://github.com/blizzy78/ksp_toolbar/blob/master/Wrapper/ToolbarWrapper.cs
-
Well, the last post from @aikixd was on Oct. 25: http://forum.kerbalspaceprogram.com/index.php?/topic/72605-110-flight-manager-for-reusable-stages-fmrs-x110-experimental/&do=findComment&comment=2822502 That is about 3 weeks ago. I understand your frustration, but, keep in mind that this is not a job for @aikixd nor myself. Real Life happens sometimes. I'm rather busy with updating other mods, but I'll look at it for about 5 minutes. Do you have ContractConfigurator installed? And if so, is it the latest versoin?
-
This was one of those very strange things where two wrongs actually made a right, and when one wrong was fixed, the right was broken. It's fixed, version 3.3.9 is released. And this time it's done the right way. When it was working before, code was being called incorrectly, but in a way which allowed it to actaully work because of another related problem. When I fixed one during some cleanup, it broke. Please test and let me know how it goes.
-
Since you mention the VA, I assume you are exmilitary. so, thank you for your service.
-
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
That's why I said the "it may be a while", same issue that VesselViewer has, I think -
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I can take a look, but think that it may be a while. -
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I haven't yet finished with it, it is not updated for 1.2 yet -
Some had made a PR, which I merged, and when I tested it in flight, it seemed to work. Strange. Anyway, you are mostly correct, but just remove the FOR. Since this patch is included with the mod, no need to add an extra check there. Here is a correct cfg: @PART:HAS[@MODULE[ModuleEngines]|@MODULE[ModuleEnginesFX]] { MODULE { name = SensiblePumps } } Update imminent
-
[1.12.x] Kerbal Launch Failure Revived
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Not at this time. Create an issue on github about it. New release: 0.4.1 Fixed harmless nullref wnen exiting from flight to main menu. Only happened when mod is disabled Fixed harmless nullref wnen launching. Only happened when mod is disabled Fixes DivisionByZero when engine has multiple ModuleEngines per part, thanks @ThirdOfSeven