Remove random preplaced props
- Soaponarope
- Posts: 180
- Joined: Thu Oct 04, 2012 3:21 am
Remove random preplaced props
The fact that the editor pretties up your tilesets by adding random props can be nice, but in some cases annoying too. Is there a way to make sure nothing extra is preplaced on certain squares? For instance, it is automactially adding floor grating underneath places where I have floor corpses and it looks bad.
Re: Remove random preplaced props
I believe you can copy and paste one of the wallsets from the asset pack, like this one:
And remove all the models you don't want to show up, or set the frequency to zero.
Code: Select all
defineWallSet{
name = "dungeon",
randomFloorFacing = true,
floors = {
"assets/models/env/dungeon_floor_01.fbx", 5,
"assets/models/env/dungeon_floor_02.fbx", 5,
"assets/models/env/dungeon_floor_03.fbx", 5,
"assets/models/env/dungeon_floor_04.fbx", 5,
"assets/models/env/dungeon_floor_05.fbx", 5,
"assets/models/env/dungeon_floor_06.fbx", 5,
"assets/models/env/dungeon_floor_drainage.fbx", 1,
},
walls = {
"assets/models/env/dungeon_wall_01.fbx", 50,
"assets/models/env/dungeon_wall_drainage.fbx", 1,
},
pillars = {
"assets/models/env/dungeon_pillar.fbx", 1,
},
ceilings = {
"assets/models/env/dungeon_ceiling.fbx", 1,
},
ceilingShafts = {
"assets/models/env/dungeon_ceiling_pit.fbx", 1,
},
floorDecorations = {
},
wallDecorations = {
"assets/models/env/metal_hooks_wall.fbx", 1,
"assets/models/env/metal_hooks_chain_wall.fbx", 1,
},
pillarDecorations = {
"assets/models/env/metal_hook_pillar.fbx", 1,
"assets/models/env/metal_hook_chain_pillar.fbx", 1,
"assets/models/env/metal_ring_pillar.fbx", 1,
},
}Re: Remove random preplaced props
Or just place your desired floor on the square that has the offending model.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!