-
Posts
24,912 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New beta, 1.7.0.2 Beta 3 Fixed stuttering and resetting of vessel orbital position Fixed issues with timerate not being honored correctly Cleaned up code regarding timerate This bug was actually hidden by the previous bug, which was preventing any decay from happening during timewarp. When that was fixed, this was exposed, but since I was looking at timewarp, I didn't see it. Available here: https://github.com/linuxgurugamer/OrbitalDecay/releases/tag/1.7.0.2 I did not look at the station keeping fuel usage, please check it out and let me know how it goes -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
No need now, thanks. I see the problem. In the future, a log file would be appreciated. -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ok. Could you provide a log file as well, please? I'll be looking at the mod tomorrow, would like to be able to review it, there are some debugging statements which may be useful for me. Edit: I have now observed the problem in my install when I look a fast look. -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Where did you get the orbital decay beta from? Based on @Daniel Prates comment above, I suspect you may not have the right version. -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Is created by the mod. I’m concerned by the stutter, can you tell me how many vessels you have in the game. Also, could you please send me the save files, I’d like to compare them to my test save thx -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Hmm. Any chance you have two copies installed? Which file did you download? you should have downloaded this: https://github.com/linuxgurugamer/OrbitalDecay/releases/download/1.7.0.1/OrbitalDecay-1.8.0-1.7.0.1.zip A complete view of the directory with files is this, if you have anything else, then something's wrong: -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I've rewritten the VesselData.cs, uses a dictionary now, no more permutations n^n. Also, GetTotalMass has been replaced with my new method -
Yes. I strongly recommend using CKAN, especially with my mods. If you do a mix of manual installs + CKAN installs, you do have a risk of having files installed which CKAN will not overwrite, it's a safety thing. So if you run into that, then remove the offending mod and let CKAN install it as well. CKAN does a good job of installing all necessary dependencies
-
It's keep loading
linuxgurugamer replied to julythomas02's topic in KSP1 Technical Support (PC, modded installs)
Post a log file, follow the link in my sig for information -
[1.12.x] L-Tech Continued Release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Already there -
[1.8.x, 1.9.x, 1.10.x] Orbital Decay Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New beta, 1.7.0.1 Fixed vessel mass calculation for unloaded vessels Rewrote the VesselData.cs to use internal class instead of confignodes Replaced ConfigNode structure with Dictionary using vessel id (GUID), huge speedup Fixed bug in DecayManager, which in CheckVesselProximity was comparing the vessel to itself and getting 0, this was preventing any decay from happening during timewarp Misc. cleanup in DecayManager Please try with the new beta, I found the problem and craft will decay. If timewarping, the screen may not be updated, but will be once you leave timewarp. -
[1.8.x, 1.9.x, 1.10.x] PartInfo
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.0.3.7 Added display of mass of part and resources -
[1.12.x] L-Tech Continued Release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New Beta, 0.5.1.1 Beta 2 Added optional (default is to use) interface with KCT to adjust the research times based on what's been allocated in KCT, thanks @hemeac for the suggestion copied above Must use KCT 1.4.8 or later for this to work -
New release, 1.4.8 Thanks to @siimav for this: Fix airlaunched vessels flipping out with Principia Thanks to user @DarthPointer for this: Added vessel merging How to use it: You build some vessels or recover them (merging only operates vessels that are in storages) Start editing any vessel from the storage Open merging selection Pick a vessel you want to merge (make sure its root is attachable, just as with stock ship merging) The achieved BP progress will be FullMergedVessel * (1 - ConfigurablePercent/100), FullMergedVessel is Build Points for a craft made of merged vessels. Added public methods for needed access by L-Tech mod
-
Booster Recovery method
linuxgurugamer replied to TylaJames's topic in KSP1 Gameplay Questions and Tutorials
I installed FMRS on a clean KSP + DLC install with CKAN. It started and got to the main menu without any problem. On anything 1.8 or later, you need to be installing FMRS 1.2.9.1; make sure if you are using CKAN that you set the compatibility to allow 1.8 and 1.9 to be installed on a 1.10 game -
Booster Recovery method
linuxgurugamer replied to TylaJames's topic in KSP1 Gameplay Questions and Tutorials
If you are installing it with CKAN. It doesnt matter, CKAN will install the right files. I'll test this evening on my modding stream -
Booster Recovery method
linuxgurugamer replied to TylaJames's topic in KSP1 Gameplay Questions and Tutorials
That actually sounds like a very old version of FMRS -
Booster Recovery method
linuxgurugamer replied to TylaJames's topic in KSP1 Gameplay Questions and Tutorials
That usually means there is an exception while loading models and the game just hangs there. I would need to see the log file to diagnose it any better, but I will see if I can replicate it this evening -
It first happened to me about 4-5 months into the game. I was lucky enough to get a screenshot. Since then, I've seen it a few times, not often at all
-
Very rare, congrats
-
Booster Recovery method
linuxgurugamer replied to TylaJames's topic in KSP1 Gameplay Questions and Tutorials
What happens with FMRS and the expansion packs? No one has reported any issues. Log file would help -
[1.12.x] Smartstage, intelligent VAB reset button
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Sorry, SpaceTuxLibrary was a r3cent addition. It is correct in CKAN, I’ve updated the OP -
[1.12.x] Smartstage, intelligent VAB reset button
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Make sure all the dependencies are installed. CKAN is best way to install any/all of my mods -
Where did I ever say that? I guess you didnt read my follow up post: My ideas are similar to yours, to decouple the tech tree from the parts