-
Posts
24,950 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] Civilian Population Modernized
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 3.0.0.5 Renamed module to ModuleAnimateGenericEffects Split ModuleAnimateGenericEffects into new mod Added MM code to parts to use stock ModuleAnimateGeneric if the ModuleAnimateGenericEffects is not installed Mod now has dependency on ModuleAnimateGenericEffects for proper animation & sounds for the landing legs Download from here: https://github.com/linuxgurugamer/CivilianPopulation/releases/tag/3.0.0.5 Note that this mod now has a "soft" dependency on the following new mod; soft meaning that if not installed things will still work, but the landing legs animations will be too fast and silent: Please delete the current version of the mod before installing this new beta -
ModuleAnimateGenericEffects The stock ModuleAnimateGeneric does not allow for any effects (ie: audio, or other). This module extends the stock module and adds effects This is an expansion of the stock ModuleAnimateGeneric module. It adds the following: Associate effects with the moving animation Modules now follow part symmetry animSpeed is now working to set the animation speed Usage This works by utilizing the stock EFFECTS stanzas as used in many parts. See the stock documentation for information on how to set up the EFFECTS stanzas The syntax for the module itself is identical to the stock ModuleAnimateGeneric, with the following additions: deployEffectName = deploy postDeployEffectName = deployed postDeployEffectLength = 0.5 retractEffectName = retract postRetractEffectName = retracted postRetractEffectLength = 0.5 animSpeed = 0.1 where deployEffectName is the effect(s) which should be played when deploying postDeployEffectName is the effect(s) which should be played when deployment is completed. postDeployEffectLength is how long the post-deployment effect should be played retractEffectName is the effect(s) which should be played when retracting postRetractEffectName is the effect(s) which should be played when retractment is completed postRetractEffectLength is how long the post-retractment effect should be played animationRampSpeed controls how quickly the animation gets up to speed. If not specified, starts at full speed customAnimationSpeed is a multiplier to adust the speed without having to change the model reverseGUIName is the text to put into the PAW to reverse the motion. If not specified, then will not be active Default Values deployEffectName = deploy postDeployEffectName = postDeployEffectLength = 0.5 retractEffectName = retract postRetractEffectName = postRetractEffectLength = 0.5 animSpeed = 1 animationRampSpeed = 0.005 customAnimationSpeed = 1 reverseGUIName = If no value is specified, no effect will be played Incompatible Option This mod is not compatible with the stock option: allowDeployLimit = true Availability Download:https://spacedock.info/mod/2345/ModuleAnimateGenericEffects Source: https://github.com/linuxgurugamer/ModuleAnimateGenericEffects License: CC-BY-NC-SA-4.0 Available via CKAN
-
[1.2.x] Kerbal Crew Manifest v0.6.4.0 (Dec 30th 2016)
linuxgurugamer replied to sarbian's topic in KSP1 Mod Releases
@sarbian Two questions: First, will this make all kerbals' portraits available, even if there aren't enough IVA seats for them ( or no IVA seat at all)? Second, assuming the answer to the above is yes, are you going to update this, or would you like me to adopt it and keep it going? LGG -
[1.7.X] Civilian Population [RELEASED : 07/04/2018]
linuxgurugamer replied to Pamynx's topic in KSP1 Mod Development
New release candidate, see new thread for details- 242 replies
-
- civilian population
- revamp
-
(and 1 more)
Tagged with:
-
[1.12.x] Civilian Population Modernized
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New beta, 3.0.0.4 Created new module to add sounds to animation: ModuleAnimateGenericSound Can use seperate deploy and retraction sound, using Stock EFFECTS stanzas Added code for parts in symmetry Added option to set animation speed Added animation sounds when landing legs lower and raise to both landing legs Slowed animation down to 1/10 speed This is a Release Candidate, please let me know how it goes -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Sorry, I was on mobile. There are two issues which would need to be addressed: Rearranging the toolbar to your liking Keeping the toolbar rearranged All this without having too much of an impact on the game. -
[1.12.x] IXS Warpship & Spacedock Redocked
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.5.0.2 Fixed folder name in InstallChecker https://github.com/linuxgurugamer/warpship/releases/tag/0.5.0.2 -
[1.12.x] IXS Warpship & Spacedock Redocked
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Or be patient and wait for it to be fixed. It's a beta for a reason -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Not easily -
Deployed ground solar panels as base power
linuxgurugamer replied to Buzz light fear's topic in KSP1 Mods Discussions
By notifying the mods, I did that just now -
[WIP][1.5.1]PAPIPlugin Continued: v0.4.10 2018-10-28
linuxgurugamer replied to bssthu's topic in KSP1 Mod Development
New release is here: Please move all conversations about this to the new thread -
[1.12.x] IXS Warpship & Spacedock Redocked
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New beta, 0.5.0.1 Restored the missing DLL https://github.com/linuxgurugamer/warpship/releases/tag/0.5.0.1 @Getsome2030 It _is_ a beta :-) -
[1.12.x] Kerbin Date Calendar Recalculated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.7.0.1 Fixed null ref which spammed the log after going back to the main menu -
[1.12.x] Kerbin Date Calendar Recalculated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ok,thank you. I'll look at it this evening -
[1.12.x] Kerbin Date Calendar Recalculated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Could you test it in 1.8 as well, and let me know? -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
There is actually an option in the EEX popup menu to reset them. Specifically because of this See above -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I just tested Editor Extensions Redux, the x and c keys are working well. Not sure what your problem is, I'll look at the log file later -
[1.9.x] YongeTech Tech Trees Plugin Re-Revived
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It can only shot those tech trees which were designed to use it. Currently the only active one I am aware of is the ETT. CKAN is correct -
Pink Square Problem
linuxgurugamer replied to derbleifuss's topic in KSP1 Technical Support (PC, modded installs)
Pretty much -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
The ping rectangle is from a bad shader. Toolbar Controller does not do anything with shaders. There has to be another mod involved. Please provide a log file for analysis -
[1..x, 1.9.x, 1.10.x] Kerbal Research & Development
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.16.0.2 Moved initialization of GUIStyles into Start Made window 70 pixels higher