More than that... It is actually possible to be at max length and not close enough to have the tool tip appear over the item you want to connect and you can still sometimes make that connection. Even so, I'll be increasing the max length in my games going forward.Did you know that if you go the max length of the wire, but are still within connection range of the electrical item, you can still connect the circuit?
More than that... It is actually possible to be at max length and not close enough to have the tool tip appear over the item you want to connect and you can still sometimes make that connection. Even so, I'll be increasing the max length in my games going forward.
Nothing wrong with that. It can just be a pain sometimes to place those without them looking out of place, depending on your design.And that's fair to say too. I guess just speaking for me I more inclined to just craft and use another connector to lengthen the circuit. I'm not confident enough to meddle with code for the same reason. I'll likely shoot my eye out.
When cables were visible, I agree 100%. I would route the cables to keep them hidden and not hanging everywhere. It was a lot of work but it was better than wires going everywhere. Now that they aren't visible except when using the wire tool, I don't really care how they are set up and so using an increased wire length is fine with me.and I would prefer cables running over the wall and not hang in the air from the middle of the ceiling in going though the floor where there are no holes for that matter.
What's the harm? Not only is it a single line of code that you simply copy and paste in, but if something DID go wrong, you just validate the files on Steam and it will re-download the original file. Not to mention if you use Notepad++ to edit the file, it will automatically create a backup of the original for you. Don't be afraid to mod things. It's really fun and liberating!Ramethzer0 said:And that's fair to say too. I guess just speaking for me I more inclined to just craft and use another connector to lengthen the circuit. I'm not confident enough to meddle with code for the same reason. I'll likely shoot my eye out.
What's the harm? Not only is it a single line of code that you simply copy and paste in, but if something DID go wrong, you just validate the files on Steam and it will re-download the original file. Not to mention if you use Notepad++ to edit the file, it will automatically create a backup of the original for you. Don't be afraid to mod things. It's really fun and liberating!
Don't mean to necro this post but you saved me so much time, as I was really thinking of tearing down and rebuilding my base on my server. Thank you.I've cracked it, it came to me in the night.... add <property name="MaxWireLength" value="30"/> to the Action1 property of the meleeToolWireTool item in items.xml. Better still, create a small mod that appends it. That's what I've done, works a treat.
Is there a way to see all the extra property commands that you can use? And do you still have your mod up on Nexus mods?Glad it helped
Thanks, the reason for the first question is the line of code you originally posted before the mod I searched every XML file in the config directory and there was no MaxWireLength text in any of them. I used that line where you said to put it and it worked perfect not using the mod, I just want to figure out what file that would be in and or where the other "Properties" of say like a Wire Relay would be. Sorry for all the questions and I appreciate all the help.