| Latest version | 1.2.2 |
|---|---|
| Minimum Core | |
| Compatible Core | |
| Last updated | 1 year ago |
| Created | 1 year ago |
| Authors | |
| Languages |
|
| Systems | All systems |
| Project source | Project URL |
| Report bugs | Bug tracker URL |
A module that enhances wall management by providing tools to import, export, and manage walls.
Two methods are available for importing walls:
From Clipboard:
From File:
Two methods are available for exporting walls:
To Clipboard:
To File:
For accurate wall positioning, it's recommended to set scene padding to 0 before importing or exporting walls. If padding is not 0, the module will warn you before proceeding.
To adjust scene padding:
The module includes settings for log level control, accessible in the Module Settings.
The module exposes functions on the global AutoWallCompanion object:
// Import walls from clipboard
window.AutoWallCompanion.importWallsFromClipboard();
// Import walls from file
window.AutoWallCompanion.importWallsFromFile();
// Export walls to clipboard
window.AutoWallCompanion.exportWallsToClipboard();
// Export walls to file
window.AutoWallCompanion.exportWallsToFile();
// Copy scene image URL
window.AutoWallCompanion.copySceneImageUrl();
For issues, suggestions, or contributions, please visit the GitHub repository.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: auto-wall-companion or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.