Description
Creates walls that you can shoot through for any modded wall added to the game. It does so by dynamically creating embrasure versions of all walls on load. This does create a instance where you can have a hedge embrasure, if you have a mod that adds a hedge wall to the game.
[b] Now with Settings [/b]
FAQ
[list]
[*] [b]How do I change the cover of the embrasures?[/b]
You can change the cover of all embrasures added by this mod through the mod settings. NOTE: If Seamless Embrasures is installed the embrasures added by that mod will not be affected by this setting.
[*] [b]Why is the Wall Embrasure cover not changing when I change it in the settings?[/b]
If you have Seamless Embrasures installed, then it is being handled by that mod. The other settings will still apply as expected.
[*] [b]I don't have Rimworld on steam:[/b]
Download it here: [url=https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1yMk6-phjxY-m_b1P6KLi_4XQGJeZf5oe%2Fview%3Fusp%3Dsharing]Google Drive[/url][drive.google.com]
[*] [b]Why not just use Seamless Embrasures?[/b]
If you don't have mods that add walls to the game, then Seamless Embrasures is the better option. If you have mods that add walls, then this mod is the better option. Assuming of course you want those walls to have embrasure versions.
[*] [b]When will this mod be updated?[/b]
When there is a bug or feature addition.
[*] [b]When will this be updated to Rimworld 1.7+?[/b]
It likely already works for that version. If it doesn't, please leave a [url=https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fdocs.google.com%2Fforms%2Fd%2Fe%2F1FAIpQLScn6utI5KR8SaYp_viRqPJ-eCs_NuhffvINqZ8et43mZcAKpw%2Fviewform%3Fusp%3Ddialog]bug report[/url][docs.google.com].
[*] [b]<Mod Name> adds walls and embrasures are not created:[/b]
Make sure that this mod is loaded after that one. I cannot patch something that is not yet loaded.
Still doesn't work? [url=https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fdocs.google.com%2Fforms%2Fd%2Fe%2F1FAIpQLScn6utI5KR8SaYp_viRqPJ-eCs_NuhffvINqZ8et43mZcAKpw%2Fviewform%3Fusp%3Ddialog]report it here[/url][docs.google.com]
[*] [b]Have a different question:[/b]
Comment it below!
[/list]
Found a Bug
[url=https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fdocs.google.com%2Fforms%2Fd%2Fe%2F1FAIpQLScn6utI5KR8SaYp_viRqPJ-eCs_NuhffvINqZ8et43mZcAKpw%2Fviewform%3Fusp%3Ddialog]Report it here[/url][docs.google.com]
How to make my wall compatible:
To have this mod handle turning your wall into an embrasure your wall must meet these requirements:
[list]
[*] graphically link to other walls
[*] have a fillPercent=1
[*] be deconstructable
[/list]
<Defs>
<ThingDef>
<graphicData>
<linkFlags>
<li>Wall</li>
</linkFlags>
</graphicData>
<fillPercent>1</fillPercent>
</ThingDef>
</Defs>
Dependencies
[list]
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2574315206&searchtext=xml+extension] Xml Extensions[/url]: allow us to create embrasures dynamically for every mod that may add a wall type.
[*] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2290689449&searchtext=seamlessseamless+embrasures] Seamless Embrasures[/url] [b]Optional[/b]: handles all the drawing for the embrasures as well as the creation of the vanilla embrasures.
If not installed:
[list]
[*] Base wall embrasure will be created by this mod instead of Seamless Embrasures, but using Seamless Embrasures defName so you can add it without breaking saves.
[*] Embrasures will look just like their regular wall counterparts.
[*] Letterbox embrasures will not be added, as they are visually and functionally the same as the hole embrasure without Seamless Embrasures.
[*] The mod name will appear as red in the mod list. I will not be removing as I consider being able to see if something is an embrasure a requirement for the mod to function. But those who disagree you are free to use this mod without Seamless Embrasures installed.
[/list]
[/list]