-
Posts
2,475 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blizzy78
-
Looking at you, 5thHorseman!
-
Obviously there should be rules
-
Same here. calisker's last post in the thread made me kind of sad. And then to just close the thread to cut off any discussion, that's not a good move at all.
-
[assembly: KSPAssembly] and [assembly: KSPAssemblyDependency] are used to declare your assembly as a KSP plugin, or declare a dependency on another KSP plugin, respectively. These go into your AssemblyInfo.cs file. Examples: https://github.com/blizzy78/ksp_voice_commander/blob/master/VoiceCommander/Properties/AssemblyInfo.cs#L38-L40
-
Diazo, nothing in particular jumps out at me in your code. However, I don't use node.nodes.Contains(), or node.SetNode(). Can you retry using node.HasNode() and simply .AddNode() in combination with removal for replacing an existing node? This always worked for me. https://github.com/blizzy78/ksp_toolbar/blob/master/Toolbar/Internal/Extensions.cs#L61-L88
-
[0.24.2] Achievements 1.6.3 - Earn 136 achievements while playing
blizzy78 replied to blizzy78's topic in KSP1 Mod Releases
Good point. Did it? At least it hasn't been updated for recent KSP versions, I think. -
Right, I've just repacked it without making a new version.
-
You need to be very careful when doing that. Config node names and key names do not allow all characters. You may instead want to go for this structure: EDITOR { ship // fixed node name { name = <ship name> } } (Of course, the values also don't allow all characters, most notably '/'.) The same goes for your part sub-node's name.
-
This poll needs a "don't care" option.
-
Except when Blender crashes when Unity tries to use it. I've had that happen with Blender 2.71.
-
Nope. After this thread appeared, I've gone ahead and put in some more stuff. Either it has not been seen yet (doubtful), or nobody cared to screenshot it.
-
I wish I could have spawned some VAB mechanics. I could launch the right components and such, but then it just would give errors in the log with not finding the animations that it needs to play. And I couldn't figure out how to load those. I've also tried dissecting said mechanics in the VAB at runtime, but it didn't give me any real clues. So now we need to live with some zombies instead.
-
Normal map / Lighting direction problems
blizzy78 replied to CaptainKipard's topic in KSP1 Modelling and Texturing Discussion
Not sure I get the question, but I'll take a stab anyway. Are you sure all your normals are looking in the direction they're supposed to? -
If I remember correctly, the App Launcher is not available at the space center. But I might be mistaken. And how is staff deciding if my data is subject to the rule or not? Is there a list of guidelines? If so, those could just be appended to the rule instead In the end, it all comes down to eliminating guesswork.
-
How to look for easter eggs?
blizzy78 replied to Laie's topic in KSP1 Gameplay Questions and Tutorials
Sometimes, you don't need to go further than the main menu: http://forum.kerbalspaceprogram.com/threads/88286 -
Oh, that didn't last very long, I guess. Some people are just too smart. So let me say: I made this. Of course I was just trying to have a little fun (*) - I hope you had some, too. The whole thing took me quite a while to figure out, what with the spawning of Kerbals and models. I've also tried a few other things, but they wouldn't work for various reasons: Remove Kerbin from the sky and put it on the ground. - It just wouldn't move. Add additional light sources to produce multiple shadows. - No more than a single shadow possible. Spawn in mechanics from the VAB. - I couldn't get them to work. I really loved that idea! Put a Kerbal behind the camera to produce a nice big shadow to make the light source look fake. - Shadow didn't look quite right to me. Put a Kerbal behind the hills in the background to make those look like fake billboards. - I couldn't find a good place to put him to really sell that idea. I may have forgotten some other ideas I've tried. So yeah, I was just trying to have a little fun. I hope you all enjoyed it, too, and that noone is mad at me or something. (I have nothing to do with the weird landing gear glitch, though.) Edit: I have yet to see a screenshot of the new stuff I put in after they first appeared... (*) No Kerbals were harmed in the process. Source code: https://github.com/blizzy78/ksp_toolbar/blob/master/Toolbar/Internal/Sh.cs ("sh" is short for "shovel") Shovel prop: http://www.blendswap.com/blends/view/23765 - Texture by myself.