walkingwounded Posted February 8, 2021 Share Posted February 8, 2021 I searched the xml files to see if the player crafted storage container had a list of shapes (including the "writeable" version) and could not find it. My search on the forums came up short too. The objective is to make the "Writeable" shape the default shape for the player created storage container. The reason I want to do this is because this is the shape I use almost exclusively and having to manually switch to it each time is getting tedious (my base usually ends up with about 20 or so due to how I sort things...plus hoarding). Link to comment Share on other sites More sharing options...
Maharin Posted February 9, 2021 Share Posted February 9, 2021 I, too, wish this were possible. The closest you'll get to it is to create a stack, change the shape before placing, and always keep at least one in that stack. Adding to a stack will keep the same selected shape. Link to comment Share on other sites More sharing options...
walkingwounded Posted February 9, 2021 Author Share Posted February 9, 2021 I hope this changes in a future release. (in blocks.xml I think) I do see the shapes for wood frames and such have a sortorder number parameter, which may apply, but I cannot find the writeable storage container object to see if it has one too. In theory all it would take is to modify the sort value to put it in front (ie: default), in which case the change could be made into a modlet, but perhaps I'm not even close. Link to comment Share on other sites More sharing options...
Gazz Posted February 9, 2021 Share Posted February 9, 2021 I think the order is the order they are listed on the placeholder block that you craft. Link to comment Share on other sites More sharing options...
Jihh Posted February 9, 2021 Share Posted February 9, 2021 Imho it should be the default shape, because even if you don't intend to write on it, it's just the same as the current default shape. I'd even say that you could remove the current default shape completely from the game and make it a paint texture. Link to comment Share on other sites More sharing options...
walkingwounded Posted February 10, 2021 Author Share Posted February 10, 2021 I don't think you can paint the writeable box though, like you can the default one. I would be very happy if the default was the writeable one and you could paint it then the current default box would not be needed. Link to comment Share on other sites More sharing options...
bdubyah Posted February 10, 2021 Share Posted February 10, 2021 Like Gazz said, you just need to edit the cntWoodFurnitureBlockVariantHelper block so that cntStorageGenericSigned is the first block listed under PlaceAltBlockValue, instead of the current cntStorageGeneric being first. Link to comment Share on other sites More sharing options...
walkingwounded Posted February 12, 2021 Author Share Posted February 12, 2021 @bdubyahThanks for the info (was missing the object names), I will try fiddling with the xml files again once I get a chance.. Link to comment Share on other sites More sharing options...
walkingwounded Posted February 15, 2021 Author Share Posted February 15, 2021 first attempt at adjusting blocks.xml cntWoodFurnitureBlockVariantHelper record to set the signed variant first did not work (no change in-game), but will keep fiddling to see if I can make any progress. Very busy lately, but plan to post back if I make any progress. Link to comment Share on other sites More sharing options...
Gouki Posted February 15, 2021 Share Posted February 15, 2021 8 hours ago, walkingwounded said: first attempt at adjusting blocks.xml cntWoodFurnitureBlockVariantHelper record to set the signed variant first did not work (no change in-game), but will keep fiddling to see if I can make any progress. Very busy lately, but plan to post back if I make any progress. Hi walkingwounded You could add the recipe to make only the signed box, that would be easier. Regards Link to comment Share on other sites More sharing options...
walkingwounded Posted March 15, 2021 Author Share Posted March 15, 2021 Yeah, also an option I suppose. I've actually just decided to go with lockable storage containers and wooden signs for now as they hold a lot more stuff. Just wish I could add up and down arrows to the text (not sure what font type it is, if I knew that I could use the alt+### input method to add the desired symbol (if available). eg: alt+133 = à (in whatever this forum font is) alt+0133 = … (so input is very specific) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.