Page 1 of 2
Change the wallset of just one room?
Posted: Thu Sep 27, 2012 3:31 am
by HaunterV
Can it be done?
Re: Change the wallset of just one room?
Posted: Thu Sep 27, 2012 3:38 am
by Skuggasveinn
Yes and no
You can only change the wallset between levels.
But you can have props and assets that belong to another wallset on any level. (you can place prison_alcove in a temple wallset level)
If its only one room, I would create the walls, floor, ceiling etc as props, and define them as objects that have replacesWall = true flagged in object.lua.
Hope that helps you.
Re: Change the wallset of just one room?
Posted: Thu Sep 27, 2012 3:59 am
by HaunterV
hmm i know i can manually place walls n such fro mother sets but the colums between the walls remains the main tileset.
Re: Change the wallset of just one room?
Posted: Thu Sep 27, 2012 4:02 am
by Komag
you can set the pillars from specific sets too, no problem
Re: Change the wallset of just one room?
Posted: Thu Sep 27, 2012 5:19 am
by SpacialKatana
You can mix tilesets...did it in my last mod. Use secret doors as walls and matchin pillars between.
Re: Change the wallset of just one room?
Posted: Sat Sep 29, 2012 4:45 am
by HaunterV
SpacialKatana wrote:You can mix tilesets...did it in my last mod. Use secret doors as walls and matchin pillars between.
yes but i have to like remove the block i want the wall to replace... that means there is empty space on the other side of teh wall... i hate unused space...
Re: Change the wallset of just one room?
Posted: Sat Sep 29, 2012 5:03 am
by Lmaoboat
Maybe if you clone a wall decoration, like a wall drain, give it the model of a basic wall, and set replacesWall to yes.
Re: Change the wallset of just one room?
Posted: Sat Sep 29, 2012 5:54 am
by Lmaoboat
Nope, doesn't work, pillars are still there. All I can think of is using an edited wallset with the prison pillar set as the default pillar since it it's smaller than the other two, and just place whatever you want on top of that, but that seems a little excessive.
Re: Change the wallset of just one room?
Posted: Sat Sep 29, 2012 7:11 am
by petri
I think you can manually place custom walls AND pillars to replace the existing walls.
Re: Change the wallset of just one room?
Posted: Sat Sep 29, 2012 7:26 am
by Lmaoboat
I tried making a pillar with replaceWalls set to true, and it didn't seem to do anything.