Jump to content

MEngence

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by MEngence

  1. Man that's a beautiful image man, you should feel proud at that! I've played around with it a bit more and I've managed to get it mostly working, however there are some parts which don't import correctly (the example below is a communotron 88-88 but the extra large landing gear is another example) I have a feeling its to do with the fact they're moving parts. Is this the same for you too?
  2. I've inserted the new files from https://github.com/leocadle/ksptoblender into kspblender and I've changed the kspdir.txt and import_craft.py from _object_mu-master to point to my KSP.exe and GameData respectively and this occurs, I don't think I've seen this error before so I thought it was worth posting the paths look like C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\ and "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Kerbal Space Program\\GameData"
  3. In io_object_mu-master (not io_kspblender-master) theres a file called import_craft.py (same name as in kspblender) Line 37 says something like: gamedata = "/home/bill/ksp/KSP_linux/GameData" change "/home/bill/ksp/KSP_linux/GameData" to where your game data is (you can use Steam, properties, browse local files to help) be aware that for windows / is an escape character and thus an extra / must be added, mine looks like gamedata = "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Kerbal Space Program\\GameData" The error comes from the project kspblender is built upon due to hard-coding a position for GameData (importing a .mu wouldn't work either beforehand) I had the same error and this fixed it for me so hope it helps.
×
×
  • Create New...