Jump to content

hypodronic

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by hypodronic

  1. Awoken from my slumber of ages, I have finally gone back to my spreadsheet and tried to make sense of stock KSP part cost balance and concluded that actually it's just vibes-based. So I just made up some entry cost numbers that are vaguely close to stock, and shuffled a few part costs. A pull request there for you, @linuxgurugamer.
  2. If you want to install LLL, or pull out the files for just those parts, that should be possible. I have no idea if IFS and RealFuels are compatible. However, if you don't install IFS you will get a lot of errors in your logs and will probably do strange things with the LLL fuel tank parts.
  3. Awesome, thanks @linuxgurugamer. I could have sworn I had the engine sounds working. Huh. I think I was thinking I would move the LS parts out of the none category in the TACLS patch, but obviously I didn't do that, or even check if the textures were working. I specifically remember thinking "this won't work right if you have both Karbonite and Kethane, but who does that? Do people even use Kethane anymore?", so thanks for humbling me quickly on that. I'll take a look at the part costing, I don't play career so I'll have to look at that. And thank you very much @Firebird989 for the great feedback!
  4. @linuxgurugamer It is done! Having done about a million things on these parts (there are too many!) I suspect there's a million more I could tweak but it's good enough to give people a try I think. Anybody else watching, in the meantime please give it a try and tell me all of the things I missed or screwed up! https://github.com/hypodronic/LLL-Continued
  5. Interesting, I haven't got any parts that cast lights so it isn't that problem for me (yet?). It was some of the engines not appearing to glow when at high throttle. Turns out I was mostly mistaken because of how I was testing them. The sounds and particle effects need work though. I'll keep an eye out for that ModuleLight thing though if it ever comes up, I wonder what's going on. It looks like layers has to do with multiple animations on the same part:
  6. I've knocked off all of the major problems, which I'm defining as something not actually working or throwing errors etc. There's still a few usability and modernization things, one of which is that most of the current exhaust plumes look really bad in stock. I'm fixing that, and a host of other serious aesthetic problems like squashed UVs and missing glow animations, and maybe updating for some more modern KSP before calling it done. Fancy exhaust configs (and learning how to configure for yet another mod) are not currently on the list. It's a part mod, so as long as the dependencies are okay, nothing much has changed for a while. I'm currently testing on 1.12.2, so when it comes out it should be fine.
  7. I noticed that there were no hard drive sizes for the RLA-Continued and two of the three Restock+ cores, so I've sent in a pull request adding those. I also added the MPO and MTM parts. For these however, I note that most of the stock parts are localized, but obviously I can't do that singlehandedly. I hope how I did it isn't too inelegant, if there's anything I can do to arrange things better I'm happy to try to help. I saw there was talk in early 2020 of building an automated calculation, which I assume is going to be a Kerbalism 4 feature if anything. In the meantime, for my own enjoyment (ie. hours of fiddling with a spreadsheet and poking around part cfgs like a sicko), I wrote up some numbers that I think make as much sense as they can. These values are calculated by taking the part mass, removing what can be attributed to batteries and gyros (20k EC/ton and 100 torque/ton), multiplying the remaining mass by the cost, and then by a constant related to the tech tier. The RoveMate and MK2 core are halved because of sample storage and durability, respectively. I fiddled the constants to keep the changes to stock parts pretty small, albeit mostly upwards. However, you now really get bang for your buck with the tier 8 parts, where the high cost leads to some huge hard drives. Anyways, thanks for the cool mod!
  8. Howdy folks. As a way to procrastinate on working on the mod I should be, I opened one of these parts up with taniwha's Blender import addon and fiddled with the normals. I couldn't see anything wrong there, what's actually happened is that the red and green channels are flipped on the normal map. The clue is that the shadows on the parts are not actually backwards, they're 90 degrees off, because the left/right and the up/down are swapped. I switched those channels in Photoshop and saved it as a png, and it looks fine in game: I can send you the pngs somehow if you like, but I don't yet know how to make .ddses that KSP will load so if you know that you're probably better off doing it yourself. I'm sure there's an even better way to somehow just swap the channels, but I don't know what. I also don't know why the fuselage tanks flip over when I try to rotate them upside down, good luck with that one. Anyways, hope this helps!
  9. Blender is free, but there are a million addons, many of which cost money (but mostly not much). I got a UV plugin because the default stuff seems clumsy and limited. I would like to alleviate your extensive mod support burden, but I'm not really confident that I even know everything that's involved in releasing mods. I'd prefer if you'd keep it, at least for now, if you don't mind.
  10. Ok woah. I have a budget far below six million dollars. I have bought a Blender plugin, and one day may buy another, but no promises. Really though, if people want to take a look and tell me what's still broken, please take a look: https://github.com/hypodronic/LLL-Continued I know some of the docking ports still don't work, and most of the flags have the incorrect material. But if there's anything else, let me know! Also, I intend to consolidate all of the various adaptors in to part variants instead of separate parts. If anyone knows an easy way to do that or wants to write the cfg stuff, I can plug the numbers in.
  11. Yeah I think you're right about deleting & replacing the function colliders - I spent an hour or two trying to debug a weird docking port, and I obviously should have just tried replacing it. I'll post more in the LLL thread about that part... For the textures, do you mean you don't know how, in Blender, to change the textures, or do you mean you don't know how, in Photoshop/Gimp/etc, to make them? I'm only dipping my toe in textures at the moment too... but if you're using a hex editor I assume that's to change the texture referenced in the .mu or something like that? I'm sure I saw a thread or video about KSP materials in Blender once upon a time but I'm equally sure I'll never find it again. If you have a texture file, you should be able to apply it in Blender by changing it in either the node graph or the materials panel, I think those are meant to be different ways of accessing the same thing. Be sure to use the appropriate KSP material. If that helps? I hope? Either way, good luck!
  12. I've been working very slowly on the LLL parts (and learning Blender to do so), so whenever you want to help out, let me know too. Dev thread is here: Most of the collider stuff is done, but the more times I spend the more oddball problems I keep finding.
  13. You're in the wrong thread, folks, try the continued version here:
  14. It's hard to know specifically, but in my limited experience it's usually a problem with the model hierarchy but it could be a lot of things. Do you have known good version of the mu to revert to, have there been cfg changes recently? Or is this after you've just imported an existing mu, made small changes and re-exported?
  15. I would look at the docking port on the station in the save file, yes.
  16. I see that the texture is .dds. Because these are upside-down with respect to other textures, and KSP and Blender treat them differently, it can look ok in one and wrong in the other. I bet if you flip the texture vertically, or scale the UV map y -1 before exporting, you might get the right look in-game.
  17. If you're editing the config files, I suspect you're halfway there but looking in the wrong place. If you're trying to dock two vessels that are already in space, you won't just have to edit the configs. When the parts are added to vessels, a bunch of the config info is copied on to the specific instance of that part, so you'd have to edit the save file to file the docking ports to give the same nodetype to the ports on the two vessels.
  18. Ahh yes, by B9PS, I mean IFS. Sorry about that. If you know CLS and can fix it up, that would be great! In retrospect, I wish I'd been more conscientous about switching the names, I think there's probably a few patches fixes still to go from that.
  19. Ahoy folks. Sorry for the long silence. I've used modulemanager patches to add Karbonite to tank options only when it's installed, and standardized most of the tanks to use the B9PartSwitch to switch all the same resources. I've tried to do the same trick for Kethane, but that mod doesn't seem to be up to date for 1.10. I haven't touched the Connected Living Space patch, I'm hoping that still works. I was able to remove some stuff from cfgs for mods that no longer require anything (KIS/KAS for instance) as well. There's still a few errors in the log: one to do with the fairing decoupler, and one the air intake. I don't know exactly what's going on there, but there don't seem to be any gameplay problems. There were problems with a bunch of the docking connectors to do with the docking transforms pointing the wrong way. These are fixed except for the the shielded 2x1 end cap, which is as-is for the moment. It's a mismatched size relative to the others, too. Also, fixes to a bunch of nodes, my first texture for the 1x1 probe nosecone, an icon, a few texture fixes, and a bunch of other random bugs and problems. https://github.com/hypodronic/LLL-Continued
  20. It feels like a lifetime since the last post, but I guess that's just the pandemic timewarp effect. I've done some stuff under the hood to simplify the layout of the mod by moving the models and textures in to the part cfg heirarchy. This was a little weird and complex because several meshes and textures get re-used in creative ways, I assume to manage file size and loading/memory burden. This will hopefully make no noticable difference to players, but will make managing the thing easier. I also renamed the parts under the hood to all have a LLL prefix, to make them easier to find or refer to. LGG added a restockwhitelist, which is very helpful for ensuring compatibility with Restock. I'm currently working on a MM patch to only add the Kethane and Karbonite tank types to tanks when those mods are present, which I suppose I may have to install a testing instance of 1.9 to test. I suppose I may also expand the IFS functionality to more/all tanks. There's some KAS modules that I plan to pull out to a MM patch as well, just to remove the errors from the log as much as anything. This leads me to a few decisions or ideas that I want to suggest to anyone interested. 1. The LLL-Extra folder contains some TACLS parts, which I think make sense to include in the base folder, but only enable via MM patch, so they will only be visible when that mod is present. The parts use existing models & textures that are in the main LLL folder, so there wouldn't be any added memory or significant loading time. 2. LLL-Extra also includes a huge array of adaptors for those exotic tank profiles, in most cases 4 for each tank size - short/long, offset/straight. Rather than all of those seperate parts, I could switch those to also use IFS mesh variants, so the same functionality & selection would be there, but with a less crowded part list. 3. I originally suggested to LGG that, because Tweakscale is a dependency of IFS, and some parts included are just upscaled versions of 1x1 or 2x1 parts, those should be removed. If you want a 4x2 tank, you can get it by pressing a button, so why would you want a seperate part for that? Now that I look closer at the parts, I see that they are in some cases not exactly the same as they would be - for instance, the 4x4 fuel tank is not scaled by 4,4,4, it's scaled by 4,2,4, so half of the relative length. I've just noticed this, but my thinking now is to bring them back. 4. Do people need/want the building parts? They're currently just structural blocks that look like they could be KAS-attached. One of the two blocks can house kerbals. Should I update them to do something else, or are they even necessary? Some of the other parts seem stylistically to make more sense stuck to a building than a rover or rocket - the fan extractor and the windmill for instance. So there we are. Thoughts or ideas on any of these, or any strong feelings?
  21. And come to think of it, I haven't packaged the LLL-Extra group yet. So that should be coming soon.
  22. Ahh, thanks for spotting the texture prob on that part.I think the MrWizerd zip is a bit of a historical holdover, most of the exotic adapters are in the LLL-Extra package now.
  23. It's entirely parts, so probably? If you want to try and let me know, please try LLL-1.3.0.0.zip from here: https://github.com/hypodronic/LLL-Continued
×
×
  • Create New...