b3lx 161 Posted November 3, 2020 Terrain Object Replacement Modules Replace or delete massive numbers of terrain objects easily Download: https://steamcommunity.com/sharedfiles/filedetails/?id=2276624333 Check images below for how to use: Spoiler Explanation: Spoiler Set the module position and module area to define area for changes (use same value for A and B size, radius will take the larger value)Types to replace Use an array of types of objects to delete. Example: ["HOUSE"]Classnames or models to replace Leave the previous field blank or [ ] and specify an array of classnames or model names of objects to replace. Example1: [ "Land_u_Addon_02_V1_F", "Land_i_Stone_HouseBig_V1_F"] There are terrain objects like bushes and trees and many others that may not have classnames, or may not work. But you can use their model name instead. So instead of ["b_ficus2d", "b_Neriumo2d", "b_Ficus2s", "b_Ficus1s", "t_Ficus1s", "t_Ficus2s"] use: ["b_ficusC2d_f.p3d", "b_NeriumO2d_f.p3d", "b_FicusC2s_f.p3d", "b_FicusC1s_f.p3d", "t_FicusB1s_f.p3d", "t_FicusB2s_f.p3d"];Classnames to create Use an array or an weighted array of objects to create as replacements or leave empty (or [ ] ) to simply delete objects or to use synched objects as input. Example 1: [" Land_House_Small_03_F", "Land_Shed_05_F", "Land_i_House_Big_02_b_yellow_F"] Example 2 (the second classname has double chances of being used as replacement): [" Land_House_Small_03_F", 1, "Land_Shed_05_F", 2, "Land_i_House_Big_02_b_yellow_F", 1] Example 3 (just deletes the objects without replacing them): [ ] Example 4: Instead of "Classnames to create" you can just leave blank and synch objects you want to use as replacements (that how it is done in the example shown in the images)NOTE: All these instructions refer to the "Terrain Replacer Module" and not the "Terrain Profile Replacer Module". There is some info on this latter in a file in the mod folder 3 1 Share this post Link to post Share on other sites
b3lx 161 Posted November 7, 2020 58 minutes ago, icebreakr said: Nasty. Ok, I'll remove it Share this post Link to post Share on other sites
b3lx 161 Posted November 7, 2020 Updated. Now is possible to use model names instead of classnames of objects to be replaced. Share this post Link to post Share on other sites
b3lx 161 Posted December 27, 2020 Major update: -Can set area shape (rectangle or ellipse) -New object selection filters: probability, condition expression, exclusion areas -New object creation options: custom or random direction, snap to terrain, random height (good for trees), simple object mode, expression to run on each created object 2 1 Share this post Link to post Share on other sites
Storm Rider 17 Posted May 19, 2021 Is possible to use this module to instead of replacing existing objects, to simply add new objects in a random area distribution setup? I'd like to add more vegetation to forests and would like to be able to sync an array of plants objects to create. Is this possible? Cheers Share this post Link to post Share on other sites
b3lx 161 Posted May 21, 2021 No, this just replaces. But it shouldn't be very difficult to make a module for that. Will try to make it if I have time. Share this post Link to post Share on other sites