You can read and reply to posts and download all mods without registering.
We're an independent and non-profit fan-site. Find out more about us here.
Up to the next goal! For example you could start something like a inventory rebalance mod. This could incorporate some stuff like the resizing of small weapons to 2x1, maybe resizing other items as well, maximum number of stacks for each stackable object. Maybe there are even more things to do.Just a suggestion, not a request.
@Join usss!: Thanks for the encouraging words. Even though my mods are mini-mods, I like keeping them separate. I like modular mods.
Somebody thinks he's a moderator.
No I didn't mean merge the mods, I just meant merge them into one thread named "Yankee Clipper's Mini-Mods" or some such.
//plants+ObjProp -69 "CombineType" = Plants+ObjProp -69 "StackCount" = 1
//Plant #2+ObjProp -69 "CombineType" = Plant #2+ObjProp -69 "StackCount" = 1//Mug+ObjProp -1221 "CombineType" = Mug+ObjProp -1221 "StackCount" = 1//Ring Buoy+ObjProp -1214 "CombineType" = Ring Buoy+ObjProp -1214 "StackCount" = 1//Heart Pillow+ObjProp -1398 "CombineType" = Heart Pillow+ObjProp -1398 "StackCount" = 1//Magazines+ObjProp -1255 "CombineType" = Magazines+ObjProp -1255 "StackCount" = 1
the reason is slightly different (loading something twice is ok, as long as the syntax is fine), but yes, that's the bit that's causing the dml to fail (as there is no archetype named "plants". you can't be making things up and expect them to work).also, noting one more time that stacking all the different magazine types into one is slightly unhealthy.