-
Posts
152 -
Joined
-
Last visited
Reputation
51 ExcellentProfile Information
-
About me
Spacecraft Engineer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You can go into the settings for OBS and change it to output to .mp4 instead. You can then import these files into Movie Maker or just about any other video editor.
-
Kerbal Space Program 1.1 Hype Train Thread.
jaredkzr replied to Whirligig Girl's topic in KSP1 Discussion
It happens to all gaming communities at some point, unfortunately. We've been pretty lucky here so far. -
I believe that these are created in Blender using the KSPBlender addon here. You basically create a craft in KSP, import it into Blender, and then you can do practically anything from there.
-
First things first: I fixed it! It turns out that the UV maps were being incorrectly flipped along the x-axis which caused the objects to receive the wrong parts of textures from the texture files. I dove into the python files and found the culprit: line 237 of the import_craft.py file. Originally the offending chunk of code looked like this: if len(obj.data.uv_layers): if "_fixed" not in obj.data.uv_layers[0].name: obj.data.uv_layers.active.name+="_fixed" for uvvertex in obj.data.uv_layers.active.data: uvvertex.uv[1] = -uvvertex.uv[1] + 1 Notice that negative sign in front of the uvvertex.uv in the last line? That's the problem. Just get rid of it and your UV maps will be correct! I'm guessing that it was originally a workaround for some weird KSP texture handling that got fixed in some update. So, to reiterate, remove the negative sign in front of uvvertext.uv[1] in line 237 of import_craft.py to fix the texture problem. Now that this is fixed, I'm going to play around with it some more and finally realize my dreams of creating a decent rocket launch in blender!
-
Do you have a screenshot that makes you laugh every time?
jaredkzr replied to Randazzo's topic in KSP1 Discussion
So I decided to mess around with KAS and took my copilot out skydiving. He doesn't seem to be enjoying it... -
That was a really nice read. Just, wow. Like you suggested, you might've saved that kids life. It makes me happy to know that there are people in this world like you.
-
I wish I could select more options in the poll! I'll like anything that I find particularly entertaining, informative, amazing, etc. It could be anything from a really nice SSTO design to a particular quote from a movie I enjoy (ahem see Gladiator quote above).
- 64 replies
-
- 2
-
-
- miscellaneous
- whimsical
-
(and 1 more)
Tagged with:
-
Congratulations to the winners! I really enjoyed participating in this giveaway! We should have more of these types of things here on the forums.
-
I believe it is about time I made a return to the Mun's south pole.
-
You'll be in luck when 1.1 is released. 64 bit and multi-core support should (hopefully) provide a nice performance boost for everyone.
-
I'm so glad gifs are now accepted as profile pictures! I'm loving the new forums!
-
jaredkzr changed their profile photo
-
Atlas V launch watch live T minus 20 min
jaredkzr replied to Beatz0121's topic in Science & Spaceflight
This has the potential to be a very nice night launch. I hope they can get it before the end of the launch window. -
Atlas V launch watch live T minus 20 min
jaredkzr replied to Beatz0121's topic in Science & Spaceflight
They've picked up the count! 4 minutes to launch! Edit: Nevermind... -
Aerodynamic updates! The atmospheric soup no longer exists!