-
Posts
43 -
Joined
-
Last visited
Reputation
202 ExcellentContact Methods
- Website URL
Profile Information
-
About me
Rocketeer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hey everyone! I haven't had time to make this work with 1.0 yet. Hopefully I'll get to it this week at some point. It's just a bit... exhausting to code all day at work and then come home and code a bunch more. I'll be sure to get to all your questions when I fix things. As for now, if you manage to fix anything yourselves please let me know! I'm aware that apparently the textures are mirrored across the Y axis and now using a different file format than before. I'm not totally sure how to fix everything yet, but I promise I will!
-
It's hard to tell what is happening, but that almost looks like a computer issue with how most of the text is messed up. Could you try this? Open up Blender again, press A (select all), press Delete (just to get rid of that cube in the middle), press Ok. Now Import the Kerbal2. That has always been my test ship so I know it will work. If it's still weird, could you send me another screenshot?
-
Yeah, no need to change code any more. That is all in the past. Tonight I'm going to wrap up this process of including Cptman's code so there will be even less of a reason to edit code (up until now you had to manually add mod support line by line). Just be sure that you use the correct slashes in kspdir.txt. Don't use double slashes there either... just as it appears in the navigator, like C:\Users\manni01\Kerbal Space Program
-
That was an error I caused and I should not have uploaded that version. I fixed it about a day after I realized what I had done. Try downloading again, or you can just open import-craft.py and delete the line that says "import partdic." I was starting to incorporate CptMan's code and didn't finish. - - - Updated - - - If you go to page... 8 or 9, Sma and I figured it out and fixed the directory problem. The issue was that Windows uses backslashes and everything else uses forward slashes, so there is just a section of the script that chooses the slashes based on what OS it detects. It should work perfectly now, so please let me know if you have issues!
-
I actually had a much stupider way of figuring out each part name. I can't believe I didn't use the .cfg files. You can email me the script, add it to a Github fork, put it in Dropbox, or whatever you want. I'm really excited to get this going! I'm happy to take a look into the . vs _ issue, but I'm thinking that, worst case, we could just have it crank out a big text file that would get added into partdir.py's dictionary, and we would only have to run the script once per mod. It would be great to do away with partdir.py, however...
-
I'm going to basically echo what Sma said. Check that both addons are downloaded and enabled, and that you have the right info in kspdir.txt. Eventually I'm going to be consuming the .mu importer and kspdir.txt will become config.txt (and I might even try to find a fancy way to have it force you to update the configuration file when you first use the addon). You're totally right about the GPU thing. I have mentioned it at some points to some people, just not to everyone. There are a couple of hitches, however. While nVidia cards will almost always work, with AMD it is not as certain. Also (and I was beating my head against my desk for an hour before figuring this out), Cycles' fire and smoke will not render on the GPU. These are new features, so the idea in the Blender development pipeline was to just get them working on CPUs first. I think you understand all that. As for the python script for the dictionary... if you can figure it out you've solved the last great challenge of this project. I saw no way around manually doing it, especially because the naming conventions are so...... random. Here's an example: In the VAB, this part is called "Mk1-2 Command Pod". The folder it is in is "Mk1-2Pod". In the .craft file, this part is called "Mark1-2Pod", as you can see in the bottom left of the screenshot (they're imported to Blender with the naming system in the .craft files.) Sooooo, I don't see an easy way to procedurally do this. If all the modders (and Squad) were perfectly consistent then it would be possible. - - - Updated - - - Also if anyone can help me, is it possible to remove the Poll I made on this thread? I figured it would vanish when time was up, but it's still around and being useless.
-
Thanks for the P.S.! Any sneak peeks you want to upload? The book looks interesting, though the first thing I noticed is that it was written for 2.6 (2012 and 2013). All of the fundamentals will be the same, but there have been a lot of improvements and very valuable additions since then. Blender tends to get 2 or 3 major updates every year. On this page (http://www.blender.org/features/past-releases/) you can see the release history to get an idea of what I'm talking about. Each image goes to a changelog where they talk about what was updated. Some highlights: Freescale render engine (v2.67b), which lets you do cartoon and cell shading, outlines, and several other things very easily. I've used this render engine for making engineering-y schematics. Volumetric rendering for Cycles, which lets you do things like create photorealistic fire and smoke in like 2 minutes once you get the hang of it. Overhauls to the texture painting and sculpting modes Overhaul of the node editor But the book looks like a good place to start. Blender underwent a complete transformation at the 2.5 release, so it's crucial that the book is after that. Apparently they don't even list the versions before 2.5 (i.e. before mid 2011) on the downloads page... haha. Every now and then when you search around the internet for help you're going to come across images like this: http://wiki.blender.org/uploads/0/0c/Tree_interface.png, which is from a pre-2.5 version of Blender. It honestly looks like a different program.
-
Sounds like you could use a video tutorial, which I just so happen to be working on! I have a hunch that the .mu importer isn't enabled. Press Ctrl+Alt+U and go to Addons, then search "ksp" and make sure both addons show up and that you've checked the checkboxes. It threw an error when it went to look for an object within Blender that was never created because it was never imported. Blender has a steep learning curve, but it is the single most rewarding program I have ever used. It has all the potential if you just tough it out. This week I'll be making a YouTube series for people exactly in your shoes, so can you give it 1 more chance?
-
Honestly the tag at the end isn't very important for any part besides the fuel lines, struts, and clamps because those parts have special code to help them import. One thing I've been meaning to do (that I'll go make a note of on Trello) would be to make that info a little more useful, like saying which section in the VAB they come from.