Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 12 to 17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/verify-changed-files/releases">tj-actions/verify-changed-files's releases</a>.</em></p> <blockquote> <h2>v17</h2> <h1>Changes in v17.0.0</h1> <h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2> <p>A new <code>safe_output</code> input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection.</p> <blockquote> <p>[!NOTE] This can be disabled by setting the <code>safe_output</code> to false this comes with a recommendation to store all outputs generated in an environment variable first before using them.</p> </blockquote> <h4>Example</h4> <pre lang="yaml"><code>... - name: Verify Changed files uses: tj-actions/verify-changed-files@v16 id: verify-changed-files with: safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection. <pre><code> - name: List all changed tracked and untracked files env: FILES_CHANGED: ${{ steps.verify-changed-files.outputs.changed_files }} run: | echo &quot;Changed files: $FILES_CHANGED </code></pre> <p>... </code></pre></p> <h2>What's Changed</h2> <ul> <li>Upgraded to v16.1.1 by <a href="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/343">tj-actions/verify-changed-files#343</a></li> <li>chore(deps): update actions/checkout action to v4.1.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/344">tj-actions/verify-changed-files#344</a></li> <li>Bump actions/checkout from 4.1.0 to 4.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/345">tj-actions/verify-changed-files#345</a></li> <li>chore(deps): update tj-actions/auto-doc action to v3.1.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/346">tj-actions/verify-changed-files#346</a></li> <li>chore(deps): update tj-actions/auto-doc action to v3.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/347">tj-actions/verify-changed-files#347</a></li> <li>chore(deps): update tj-actions/auto-doc action to v3.2.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/348">tj-actions/verify-changed-files#348</a></li> <li>chore(deps): update tj-actions/auto-doc action to v3.3.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/349">tj-actions/verify-changed-files#349</a></li> <li>chore(deps): update tj-actions/auto-doc action to v3.4.0 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/350">tj-actions/verify-changed-files#350</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/351">tj-actions/verify-changed-files#351</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/352">tj-actions/verify-changed-files#352</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/353">tj-actions/verify-changed-files#353</a></li> <li>chore(deps): update github/codeql-action action to v3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/354">tj-actions/verify-changed-files#354</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/355">tj-actions/verify-changed-files#355</a></li> <li>chore: update entrypoint.sh by <a href="https://github.com/jackton1"><code>@jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/357">tj-actions/verify-changed-files#357</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0">https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0</a></p> <hr /> <h2>v17.0.0</h2> <h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2> <p>A new <code>safe_output</code> input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md">tj-actions/verify-changed-files's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->➖ Remove</h2> <ul> <li>Deleted .github/workflows/auto-approve.yml (<a href="7b7a3b8db9">7b7a3b8</a>) - (Tonye Jack)</li> <li>Deleted .github/workflows/greetings.yml (<a href="9f02ec6cab">9f02ec6</a>) - (Tonye Jack)</li> </ul> <h2><!-- raw HTML omitted -->🔄 Update</h2> <ul> <li>Update README.md (<a href="bc950d8b56">bc950d8</a>) - (Tonye Jack)</li> <li>Update README.md (<a href="e302902a89">e302902</a>) - (Tonye Jack)</li> <li>Update README.md (<a href="2f947c4551">2f947c4</a>) - (Tonye Jack)</li> <li>Update README.md (<a href="a6a8167ce9">a6a8167</a>) - (Tonye Jack)</li> <li>Updated README.md (<a href="f151bce85b">f151bce</a>) - (jackton1)</li> <li>Updated README.md (<a href="3571d6515d">3571d65</a>) - (jackton1)</li> <li>Update README.md (<a href="126b949fca">126b949</a>) - (Tonye Jack)</li> <li>Updated README.md (<a href="47f2c87555">47f2c87</a>) - (jackton1)</li> <li>Update update-readme.yml (<a href="14b9592dda">14b9592</a>) - (Tonye Jack)</li> <li>Updated README.md (<a href="301fce7ea8">301fce7</a>) - (jackton1)</li> <li>Update README.md (<a href="1e75cac4ff">1e75cac</a>) - (Tonye Jack)</li> <li>Update README.md (<a href="7149bbe258">7149bbe</a>) - (Tonye Jack)</li> <li>Update README.md (<a href="78dc414e91">78dc414</a>) - (Tonye Jack)</li> </ul> <h2><!-- raw HTML omitted -->📝 Other</h2> <ul> <li>PR <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/355">#355</a>: README.md (<a href="6f91e272e5">6f91e27</a>) - (repo-ranger[bot])</li> <li>Merge pull request from GHSA-ghm2-rq8q-wrhc</li> </ul> <ul> <li> <p>feat: add <code>safe_output</code> input enabled by default</p> </li> <li> <p>fix: migrate README to safe uses of interpolation</p> </li> <li> <p>fix: also sanitize <code>)</code></p> </li> <li> <p>fix: remove sanitization of <code>'</code></p> </li> <li> <p>fix: also sanitize <code>|</code></p> </li> <li> <p>fix: also sanitize <code>&</code></p> </li> <li> <p>fix: also sanitize <code>;</code> (<a href="498d3f316f">498d3f3</a>) - (Jorge)</p> </li> </ul> <ul> <li>PR <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/354">#354</a>: update github/codeql-action action to v3 (<a href="97c5ec9971">97c5ec9</a>) - (repo-ranger[bot])</li> <li>PR <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/353">#353</a>: README.md (<a href="5eff60fda8">5eff60f</a>) - (repo-ranger[bot])</li> <li>PR <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/352">#352</a>: README.md (<a href="4053b68916">4053b68</a>) - (repo-ranger[bot])</li> <li>PR <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/351">#351</a>: README.md (<a href="5d3816d5ec">5d3816d</a>) - (repo-ranger[bot])</li> <li>PR <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/343">#343</a>: to v16.1.1 (<a href="141fe36b09">141fe36</a>) - (repo-ranger[bot])</li> </ul> <h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="bc950d8b56"><code>bc950d8</code></a> Update README.md</li> <li><a href="e302902a89"><code>e302902</code></a> Update README.md</li> <li><a href="2f947c4551"><code>2f947c4</code></a> Update README.md</li> <li><a href="a6a8167ce9"><code>a6a8167</code></a> Update README.md</li> <li><a href="592e305da0"><code>592e305</code></a> chore: update entrypoint.sh (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/357">#357</a>)</li> <li><a href="6f91e272e5"><code>6f91e27</code></a> Merge pull request <a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/355">#355</a> from tj-actions/chore/update-readme</li> <li><a href="f151bce85b"><code>f151bce</code></a> Updated README.md</li> <li><a href="498d3f316f"><code>498d3f3</code></a> Merge pull request from GHSA-ghm2-rq8q-wrhc</li> <li><a href="08975f08f9"><code>08975f0</code></a> Create SECURITY.md</li> <li><a href="97c5ec9971"><code>97c5ec9</code></a> Merge pull request <a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/354">#354</a> from tj-actions/renovate/github-codeql-action-3.x</li> <li>Additional commits viewable in <a href="https://github.com/tj-actions/verify-changed-files/compare/v12...v17">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Outer-Wilds-New-Horizons/new-horizons/network/alerts). </details>
Do you want to create planets using New Horizons? Then check out our website for all our documentation!
If you want to see examples of what NH can do check out the examples add-on or real solar system add-on.
Check the ship's log for how to use your warp drive to travel between star systems!
Incompatible mods
- Quantum Space Buddies.
- OW Randomizer.
Supported Mods
New Horizons has optional support for a few other mods:
- Discord Rich Presence: Showcase what New Horizons worlds you're exploring in your Discord status!
- Voice Acting Mod: Characters in NH can be given voice lines which will work with this mod installed. Try it out by downloading NH Examples and talking to Ernesto!
- Achievements+: New Horizons and its addons have achievements you can unlock with this mod installed!
Features
- Load planet meshes or details from asset bundles
- Use our template Unity project to create assets for use in NH, including all game scripts recovered using UtinyRipper
- Separate solar system scenes accessible via wormhole OR via the ship's new warp drive feature accessible via the ship's log
- Remove or edit existing planets, including what they orbit around
- Create custom planets from heightmaps/texturemaps
- Create stars (and supernovae), comets, asteroid belts, satellites, quantum planets/moons, and custom Dark Bramble dimensions.
- Add stock planet features to custom ones, such as geysers, cloak fields, meteor-launching volcanoes, rafts, tornados, and Dark Bramble seeds/nodes.
- Binary orbits
- Signalscope signals and custom frequencies
- Surface scatter: rocks, trees, etc, using in-game models, or custom ones
- Black hole / white hole pairs
- Custom dialogue, slide-reel projections, translatable text, and custom ship log entries for rumour mode and map mode
- Funnels and variable surface height (can be made of sand/water/lava/star)
Development
If you want to help (please dear god help us) then check out the contact info below or the contributing page.
The Unity project we use to make asset bundles for this mod is here.
Contact
Join the Outer Wilds Modding Discord if you have any questions or just want to chat about modding! Theres a New Horizons category there dedicated to discussion of this mod.
Credits
Main authors:
New Horizons was made with help from:
- JohnCorby
- MegaPiggy
- FreezeDriedMangos
- Trifid
- Hawkbar
- And many others, see the contributors page.
Translation credits:
- Russian: Tlya
- German: Nolram
- Spanish: Ciborgm9, Ink, GayCoffee
- French: xen
- Japanese: TRSasasusu
New Horizons was based off Marshmallow was made by:
with help from:
- TAImatem
- AmazingAlek
- Raicuparta
- and the Outer Wilds discord server.
