Jump to content

MachXXV

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by MachXXV

  1. Got a working version - haven't tested it thoroughly yet, but should be ok. Angle snap labels are off a bit, and the strut alignment is wonky in some situations. https://github.com/MachXXV/EditorExtensions/raw/dev/BetaRelease/EditorExtensions_v3.0_Beta.zip
  2. I've started working on it, I've got it partially working in 1.1 so far, so hopefully I should have an update by the weekend.
  3. Sorry I've been absent for so long, work and life got in the way If anyone runs into any problems in 1.0.5 I'll be keeping an eye out and patching if needed.
  4. Seems to be working for the most part, but I did see some odd behavior, I'll have to do some more testing to narrow it down.
  5. I won't be able to test and publish this until tonight, but I have a build of v2.12 with the angle snap fix on Github for anyone who wants to try it before then: https://github.com/MachXXV/EditorExtensions/raw/master/Releases/EditorExtensions_v2.12.zip
  6. I'll have another update with the angle snap fix later today
  7. Issue is fixed, updates are on the main post.
  8. I'm getting issues too, it's not cycling as it should. Something has changed in the editor behavior, I'll need to track it down.
  9. I'm looking into this, I need to tweak the behavior when a gizmo is active. I may end up listening for when a gizmo is used, and revert back to the stock icon and on/off style angle snap until you go back to regular part place mode.
  10. Updated, with much better strut & fuel line alignment. details on the main post.
  11. I'm currently working on strut and fuel line alignment, and should have an update this week of Editor Extensions. The current version has a not terribly useful strut alignment, but I have a much better one coming this week - it will snap either end to the edge, middle or top/bottom 25% of the attached part, or just align itself straight out of the beginning part. As far as using the offset tool, I haven't tried adding something like that yet.
  12. Thanks for the update - I also noticed that it broke Kerbal Inventory System's dragging parts to the inventory windows - similar thing, it probably isn't hitting the inventory UI. Tried the updated patch - didn't break anything, but didn't fix it anymore either. In EE's case the problem is that the parts do spawn, but the spawn location is off, as well as the pointer-to-part offset when dragging. I've been poking around the pick part/spawn etc methods in the editor but no joy so far in tweaking it back to normal with an offset camera. When I did the disable/re-enable in EE itself, it was like some UI references were broken, even if I grabbed a new reference to editorlogic after the enable. I'll continue to poke around, if I find anything I'll let you know.
  13. I didn't try it without my mod running to see if it's just interfering with mine (it might only be affecting my mod), but after the disable/re-enable of the EditorLogic instance in that fix it appears that some of the editor gameobjects weren't accessible anymore, the big one was the angle snap mode wasn't responding to changes. I tried the fix in a couple different points in time during the mod loading but it didn't take care of it. I'll also try running it as an independent module to see if that makes a difference.
  14. Well I celebrated too soon, looks like that fix has some side effects in the editor and breaks some other behaviors. - - - Updated - - - Are you placing the part first, then hovering the mouse over the part, then hitting V or H? it doesn't work the old way anymore, where it would snap as you placed it.
  15. Thanks! Looks like that fixes the problem - I was going crazy trying to fiddle with the camera and editor space to get the part dragging to work right.
  16. Definitely looks doable. Just tried adding this in and got it mostly working, but I have to iron out an issue it creates with dragging parts from the part menu. I'll likely include this in the next update.
  17. It wasn't really affected by 1.0.1/2, but I rebuilt it anyways, and updated the KSP-AVC version file to include the 1.0.* compatibility range
  18. That wasn't intentional - I'll update the KSP-AVC file to wildcard the 1.0.x versions so that should take care of it.
  19. Yeah, the old way wasn't possible when they introduced the gizmos - I wasn't able to find a way to mod the snap points that they use, so I had to switch to moving the part after it's placed. It's still not ideal, but I'm taking another look at it now to see if I can make it work in a smoother way.
  20. What OS are you on? Try deleting the config.xml file in the GameData\EditorExtensions folder and starting the game back up - this will reset the plugin's config in case it's confused it's own keymapping. Also, the V function does work differently than it used to, you place the part first, then mouse over the part and hit V to center it.
  21. Posted the v2.6 update on the main post - toolbar button is working again, and a couple other minor tweaks.
  22. The toolbar icon is broken, but I'll have that updated tomorrow. I'll continue to test in case there's any other new problems too.
  23. The way the editor scenes are rendered changed completely with .90, and I haven't found a way to expand the interior dimensions like we were able to before. There might be a way involving modifying some of the game files, but I'm not really good enough at the 3D editing side of things that I'm comfortable doing that. - - - Updated - - - Just merged it in, I should have time this weekend to put it in a point release.
  24. thats basically it - it tries to send the strut out perpendicular to the spot on the surface it's attached to. if that direction doesn't hit anything, it leaves the strut as-is. Next version I want to have it go along a straight line between the parts regardless of the surface angle, but that takes a little math that I need to work on first. - - - Updated - - - I'll try that - so far I haven't had any luck getting it to crash using pwings, but I'll keep trying to catch it in the act.
  25. I'll take a look at pWings and see if i can find any conflicts, I haven't been using it so I'll install it and see what happens
×
×
  • Create New...