Adustd Posted January 29 Share Posted January 29 I wonder if there is a mod or cammand where I can move biomes like...I mean move part of ocean biome in somewhere else in map Link to comment Share on other sites More sharing options...
MostMerryTomcat Posted February 1 Share Posted February 1 (edited) Only thing I for one found close to tile editing post World Generation, namely the destruction and/or placement of land-like tiles, was the Arcadiea mod (random print-screen example in spoiler below - not mine, don't know the poster, solely found it via DST Steam's Screenshots - for placing Wood turf-tiles, aka Bridge Board, on Ocean space; read mod's specs for details). Could be a good place to start when looking into named real-time tile editing. Spoiler Other mods that may help you in some capacity: Simple Map Editor Fix, EditMap, Do your Map !. Accent on "may". Most likely won't for what you exemplify (haven't tested them personally for landmass tile deletion). If certain aspects of map, aside bare-bone tiles, bother you, can simply delete them: Quote c_select():Remove() ConsoleWorldEntityUnderMouse():Remove() for k,v in pairs(Ents) do if v.prefab == "prefab" then v:Remove() end end Perhaps some coders/modders visiting this posting may provide you, OP, with more precise/punctual solutions. Cheers! Edited February 2 by x0-VERSUS-1y 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now