-
Posts
2,469 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ColdJ
-
Banned for no subtitles. Watch out, it's a new page.
-
Granted: Silly Rabbit Bunnies swarm KSP2. I wish for Small Rabbit Bunnies.
-
Smeagol - ola = Smeg Red Dwarf Mining Ship Hill.
-
Wouldn't this be easier?
-
@Blaarkies Saw, the video now, A Stargate, very cool. I don't do coding myself so can't help you there. The other thread might be helpful for that. https://forum.kerbalspaceprogram.com/index.php?/forum/29-c-plugin-development-help-and-support/ In my method I am not sure you could get that lovely lock in sound per chevron that you have, more just one long sound effect for the entire thing. The sequence itself could be done in one animation if it isn't variable. The colour change module is more an all on at once thing so you would still need the animation to hide it and show it I think. It is one of the most complex things I have seen in KSP so if one of the coding experts in the other thread can help you then that is probably better for you. Otherwise I think 1 long animation that includes rotation, location and resize in the keyframes, using resize to bring the lit chevrons out of hiding under the skin on each chevron activation. Good Luck.
-
My E.M.U.V mod is now live on Spacedock. A chair to make spacewalks easier. https://spacedock.info/mod/3001/E.M.U.V
-
Exo Mobility Utility Vehicle. License: CC-BY-SA-4.0 Now live on Spacedock https://spacedock.info/mod/3001/E.M.U.V Updated to version 1.1.1 on the 4/9/22 This the E.M.U.V, Exo Mobility Utiity Vehicle. A chair to make space walking a bit easier. It has built in RCS,SAS and work lights, Docking port on the back that will mate with a standard docking port Jnr and a Kerbal Attachment System socket, so that if you have that mod you can attach. Useful for transfers and building in space or retrieving a Kerbal that has floated off. With it's built in SAS you can control it remotely to get it back if it has drifted while you are working or send it off after that Kerbal. It is all one piece, no assembly required. Found in the Pods section. It is set up to use Mechjeb. Enjoy. ColdJ Changelog 1.1.0 Added an enclosed version, same capabilities but more protection.It uses the new light system.
-
Not watching your video but If I understand what you have written, You are using a KSP emissive shader to light up chevrons that are hidden under the skin of your model using this module MODULE { name = ModuleColorChanger shaderProperty = _EmissiveColor animRate = 0.8 animState = false useRate = true toggleInEditor = true toggleInFlight = true toggleInFlight = true unfocusedRange = 5 toggleName = Toggle Lights eventOnName = Lights On eventOffName = Lights Off toggleAction = True defaultActionGroup = Light redCurve { key = 0 0 0 3 key = 1 1 0 0 } greenCurve { key = 0 0 0 1 key = 1 1 1 0 } blueCurve { key = 0 0 0 0 key = 1 0.7 1.5 0 } alphaCurve { key = 0 1 } } You then are using a separate module like this example for each of the chevrons to be pushed up from under the skin. MODULE { name = ModuleAnimateGeneric animationName = LandingGear startEventGUIName = Gear Up endEventGUIName = Gear Down actionGUIName = Landing Gear defaultActionGroup = Gear layer = 1 } If this is correct and each chevron has it's own "animationName =" that is unique to it. Are you remembering to give each ModuleAnimateGeneric module a unique "layer =" so that they don't interfere with each others operation? Everything that is considered animated in a model and uses different animation names needs to have a different "layer =" It doesn't match anything in blender and there is no correct order, it just has to be a different number to any other animation in the config. If they are not animating in blender itself then that it is a different problem, I have never tried to animate that many different things on the same model myself.
-
One, Not The Right Eggplant. One Kale please.
-
Covered in sweet smelling flowers. Smellalicious Hill.
-
It takes bets. Bookie Cookie.
-
Sure
-
Do you smell Barbecue? Cheese rolling.
- 668 replies
-
- according to all known laws of aviation; there is no way a bee should be able to fly. its wings are too small to get its fat little body off the ground. the bee; of course; flies anyway because bees dont care what humans think is impossible
- jeb stole my snacks bars...
-
(and 3 more)
Tagged with:
- according to all known laws of aviation; there is no way a bee should be able to fly. its wings are too small to get its fat little body off the ground. the bee; of course; flies anyway because bees dont care what humans think is impossible
- jeb stole my snacks bars...
- famous last words
- games
- do i need a life?
-
Run out of fuel 10 meters off the ground. SSTO
-
Jelly Bellies, 182 flavours.
-
with nice gravy
-
Granted: Now everything cancels out everything, leaving only a void. I wish to avoid.
-
Co-banned for serving at Ironic Snowmen Manikins Inc.
-
Wait, what weight? Who was waiting when, which where was wrought within? Customer: Is that literal literacy leaking laconically leeward?
-
Once had three, a long time ago, last time I had a pet of any sort. Can't put myself through the pain of losing something I love like that again. TUBM has taken a deep breath and counted to 10.
-
Well, I would do anything for Val, but I won't do that, oh no, no I won't do that. One veggie burgger. May I have some musk sticks please?
-
Ask a stupid question, Get a stupid answer back.
ColdJ replied to ThatKerbal's topic in Forum Games!
To remind itself of the sound of freedom. Why does the confined brain dream? -
You keep avoiding answering my questions and I have seen adjustments done in blender change shininess, opacity and more in game. The original set up by Cold War Aerospace caused the reflection to actually be a distorted lens of what was behind the model rather than a proper reflection, when I adjusted it it became a proper reflection. I believe that your information may be out of date. What I have been doing has been working so I will go with that. All anybody has to do to see if it works is try it out in the program using the set up I have outlined for BforArtists 2 V2.70 or blender 2.93 alpha with the .mu plugin and see for themselves what result they get. I am sorry if this comes across as curt but you keep saying it is not possible even though I have seen the results many times and it is just getting tiring. @cineboxandrew