mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
361ce7baef
6
.github/workflows/release_build.yml
vendored
6
.github/workflows/release_build.yml
vendored
@ -55,7 +55,11 @@ jobs:
|
|||||||
- name: Zip Asset
|
- name: Zip Asset
|
||||||
uses: montudor/action-zip@v1
|
uses: montudor/action-zip@v1
|
||||||
with:
|
with:
|
||||||
args: zip -qq -r xen.NewHorizons.zip xen.NewHorizons/*
|
args: |
|
||||||
|
cd xen.NewHorizons/
|
||||||
|
zip -r xen.NewHorizons.zip *
|
||||||
|
mv xen.NewHorizons.zip ..
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Upload Asset
|
- name: Upload Asset
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|||||||
@ -34,8 +34,8 @@ Check the ship's log for how to use your warp drive to travel between star syste
|
|||||||
- Separate solar system scenes accessible via wormhole OR via the ship's new warp drive feature accessible via the ship's log
|
- 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
|
- Remove or edit existing planets, including what they orbit around
|
||||||
- Create custom planets from heightmaps/texturemaps
|
- Create custom planets from heightmaps/texturemaps
|
||||||
- Create stars (and supernovae), comets, asteroid belts, satellites, and quantum planets/moons.
|
- 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, and tornados.
|
- Add stock planet features to custom ones, such as geysers, cloak fields, meteor-launching volcanoes, rafts, tornados, and Dark Bramble seeds/nodes.
|
||||||
- Binary orbits
|
- Binary orbits
|
||||||
- Signalscope signals and custom frequencies
|
- Signalscope signals and custom frequencies
|
||||||
- Surface scatter: rocks, trees, etc, using in-game models, or custom ones
|
- Surface scatter: rocks, trees, etc, using in-game models, or custom ones
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user