Jump to content

Looking for a tool to batch edit parts


Lisias

Recommended Posts

Hi.

Someone knows a mod that allows me to change a attribute for a batch of parts? Something that would work as a simplified SQL UPDATE or something like that:

UPDATE "vessel name".PARTS p
	SET p.autostrutMode = "Off", p.rigidAttachment = "False"
	FOR "LaunchClamp" in (SELECT name FROM p.MODULES)
;

Right now, I want to change all parts of a kind to autostrutMode=Grandparent, while all the parts of another kind should be autostrutMode=Off. And there's a lot of parts.

This is something not too easy to do editing directly the craft file - at very least, some serious regular expressions would be needed.

Part Wizard is useful when searching for a specific part to be changed or deleted. Good, but it's not what I need now.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...