Replace Double Walls with invisible ones
Replace Double Walls with invisible ones
I have a map on Foundry that I have a bunch of double walls placed. I want to switch out 5 of the 9 that are placed on the map with invisible walls. And only those five. I know which ones they are, I have to coordinates written down and have tested them. I have tried cloning new wall_xxxl chunks, giving them the coordinates of the 5 walls I want to replace, and nulling the old walls out, but no go. The old walls didn't spawn, but the invisible walls didn't either. Could someone tell me how to do this please? Thanks.
- mxrider108
- Posts: 456
- Joined: Thu Jun 29, 2006 6:39 pm
- Location: Cary, NC
- Contact:
Re: Replace Double Walls with invisible ones
Change the tag index reference IDs for the 5 walls you want changed to any other object that you arent using on the map, then swap the idents of that object to the invisible wall ident. For future reference, you can avoid this step by using two different objects: one type for the stuff you are going to swap and one type for the walls you are going to keep as-is.scynide wrote:I have a map on Foundry that I have a bunch of double walls placed. I want to switch out 5 of the 9 that are placed on the map with invisible walls. And only those five. I know which ones they are, I have to coordinates written down and have tested them. I have tried cloning new wall_xxxl chunks, giving them the coordinates of the 5 walls I want to replace, and nulling the old walls out, but no go. The old walls didn't spawn, but the invisible walls didn't either. Could someone tell me how to do this please? Thanks.
If you need a more detailed step-by-step, just let me know.