Recent content by spacelol

  1. S

    Is KSA heading down KSP's path?

    No major issues now, obviously. Also not a great deal of long-term community dependency. Things haven't really settled feature-wise, but Kerbal was basically what I'd call this project's "discovery" phase. The rough requirements are already a playable game (KSP itself), with plenty of...
  2. S

    Is KSA heading down KSP's path?

    They're certainly going to repeat a number of architectural mistakes, IMO. Be ready for a future of "Did you try uninstalling and then re-installing mods one at a time?" This is the kind of thing that happens early on in development, where its KISS it first, everyone nods their heads, then a...
  3. S

    Need a stable ID system.

    We learned in Kerbal that using raw names or strings for part IDs is a bad idea. From an engineering perspective: Human readable strings as the sole form of object identification does not a robust architecture make. Yes, I've been bitten by this problem before. Before the community gets too...
  4. S

    Parts Tic Tac Drone

    I've copied the vanilla default_pbr and default_normal into the mod's Textures directory. When you have things called "default" it is reasonable to assume that is what gets loaded when not specified... Anyway, it seems to be loaded during game startup, BUT the part is still not accessible anywhere.
  5. S

    Parts Tic Tac Drone

    Trying to create a 1m "Tic-Tac" drone for the heck of it. The idea is to be able to fly one of the many documented "white blob" UAPs. Not sure how to justify its operation, but don't really care at the moment. The practical purpose here is just to get a braindead simple one part drone mod up...