241 Commits

Author SHA1 Message Date
96-38
aef4cc3089 docs: add cli tool section 2022-10-30 09:57:40 +09:00
Ben C
728f8d7ffe Made generic API methods 2022-10-18 08:56:24 -04:00
Nick
b5d499b2dc
1.6.0 (#337)
## Major features
- Added support for `Extras` in your planet configs. This allows for
other mods to extend planet and system configs with new features.
- Added new volumes to configs under the `Volumes` module:
   - Hazard volumes
   - Notification volumes
- Implemented a transparent `cloudsPrefab`. It works mostly the same as
normal clouds except that it allows a transparent texture.

## Minor features
- Can now toggle atmospheric shock layers with `hasShockLayer`.
- Addons can now define `popupMessage` in their addon-manifest. This
will show a one time pop-up when the mod is first installed. Use this
for story mods to give the user a prompt to go in the right direction
with the mod. Means NH now requires [Menu
Framework](https://outerwildsmods.com/mods/menuframework/).
- `Ring` module now replaced with `Rings` module (can have multiple
rings per planet)
- Can override the far clip plane for a system from the star system
config (you're welcome Jammer)

## Improvements
- Various improvements for upcoming Quantum Space Buddies compatibility
mod.
- Made rain/snow heights more robust for larger planets.
- Improved Discord Rich Presence support (icons should show for more
addons)
- Proxies now have atmospheres and fog
- Ship log entry location marking now works in Bramble dimensions.
- If the user has an outdated version of Outer Wilds, a warning popup
will display.
- Adds disabling of renderers/colliders/shapes/lights when you're not at
the planet (can be disabled with `keepLoaded`).
- Allow ship log details to be added to vanilla planets
- Nomai shuttle landing radius is now properly set
- Added on screen button prompts when in debug mode
- Potentially fixes some threading issues when loading slides
- Improved scatter build time by not calling detail builder over and
over
- Added `preventOverlap` option to scatter. Is on by default but can be
disabled to increase performance. Useful when there is low change
anything will overlap (prop low density).
- Nomai remote cameras (projection pools) display the right camera
layers, and better show the protagonist. Uses
[CommonCameraUtility](https://github.com/xen-42/ow-common-camera-util)

## Bug fixes
- **Addons should now work properly on Linux**
- Only autosave debug mode configs if the save button is unlocked.
Prevents overwriting your configs unintentionally.
- Bramble dimensions will hide Bramble nodes inside then when you're
outside.
- Translation keys containing < or > or CDATA now work.
- Translated ship log facts no longer have the entry ID slapped in front
of them
- Fix a vanilla bug where being in a conversation and then getting
attached to something traps you in dialogue.
- Fixed a translation bug that affected Secret Worlds
- Does not fix the vision torch bug affecting "The Vision", but will at
least log an error when it happens now
- Fixed a translation bug where translations for NH itself weren't
reloaded when reloading configs
2022-09-16 00:06:31 -04:00
Ben C
eb3dd9a827
Update faq.jinja2 2022-09-10 10:51:54 -04:00
Ben C
9b482bd257
Fix Typos 2022-09-08 17:02:16 -04:00
Ben C
694496f953
Paste Link 2022-09-08 08:09:41 -04:00
Ben C
33e28078a6 Added Publishing Page 2022-09-08 08:08:26 -04:00
Ben C
5847a751c6
Add Log Port Image 2022-09-07 21:02:13 -04:00
Ben C
c72989ab05
Merge branch 'dev' into docs/rewrite
# Conflicts:
#	docs/content/pages/home.md
#	docs/content/pages/tutorials/api.md
#	docs/content/pages/tutorials/details.md
2022-09-07 20:31:05 -04:00
Ben C
01419392f6
More Pages 2022-09-07 20:29:25 -04:00
Ben C
b9a5a8abfe Fix typo in editor.md 2022-09-07 09:36:11 -04:00
Ben C
bf4fe574ea Added some Pages 2022-09-07 09:31:54 -04:00
Ben C
3259a7e206 Added XML Guide 2022-09-07 08:10:57 -04:00
Ben C
c75162137f Add Orbit Section to Planet Gen 2022-09-07 07:48:27 -04:00
Ben C
8cdc3f842f Fixed Typos 2022-09-06 15:22:06 -04:00
Ben C
c568787278 Add Editor Page 2022-09-06 11:31:32 -04:00
Ben C
4fb11a75a1
What If Again 2022-09-02 10:20:59 -04:00
Ben C
228e5eb83e
Make Docs Redeploy Gorp 2022-09-02 10:12:32 -04:00
Ben C
a9a9b20e31
Fix name inconsistency in docs 2022-08-29 18:55:58 -04:00
Ben C
c31064c68e
What if I like changed it LOL!!! 2022-08-29 18:47:53 -04:00
Ben C
1c99f6c3d4
Update Docs Again 2022-08-29 17:31:01 -04:00
Ben C
202eb808aa
Add Mod Dep Warning 2022-08-29 08:52:26 -04:00
Ben C
44984bde27
Update API docs to use TryGetModApi 2022-08-29 08:38:31 -04:00
Ben C
21dc7fc8dd
Updated Docs 2022-08-29 08:33:20 -04:00
Nick
90ef0e4beb
Update dev from main before 1.5.0 (#298) 2022-08-25 21:17:55 -04:00
Nick
7545b39a37
Hotfixes (#297)
Fixed some bugs, was gonna merge this into main but with 1.5.0 happening now I guess we don't have to
2022-08-25 21:16:09 -04:00
Ben C
9cb84968ce
Update Links in Doc Examples 2022-08-24 20:52:17 -04:00
Ben C
07a506e057 Add 404 Page To Docs 2022-08-23 11:41:25 -04:00
Ben C
98f3afe88f
Fix AudioClips in references 2022-08-15 12:23:13 -07:00
TerrificTrifid
04825d6b42 Complete color table 2022-07-29 18:50:22 -05:00
TerrificTrifid
5ffc533d2a
Merge branch 'xen-42:dev' into dev 2022-07-28 22:31:58 -05:00
Ben C
36cb35127d
Update details.md 2022-07-28 18:02:17 -07:00
TerrificTrifid
be9a036821 Create bramble_colors.md 2022-07-28 19:17:38 -05:00
Ben C
0efa007472
Add Test Text 2022-07-28 19:17:56 -04:00
Noah Pilarski
055eca5d9e Update star system config example 2022-07-25 23:22:00 -04:00
Nick
dd2181b688
Merge pull request #214 from xen-42/dev
1.4.0
2022-07-25 00:05:38 -04:00
Ben C
b28576dfd6
Typos in Getting Started 2022-07-24 19:16:45 -04:00
Ben C
19f4f57094
Typos in Home 2022-07-24 18:47:05 -04:00
Ben C
b6f03bca88
Typos in Getting Started 2022-07-24 18:45:43 -04:00
Ben C
6863ccdf31
Add Addon Creation Guide 2022-07-24 18:06:58 -04:00
Ben C
5e0f0c8faf
Gorbo Mode 2022-07-23 18:26:58 -04:00
Ben C
0f40e37d1c
Start on docs redo 2022-07-23 17:01:30 -04:00
Nick
15ff6e9c6d Update audio enum doc 2022-07-13 21:46:54 -04:00
Ben C
59850e1875
😳 2022-07-13 16:53:35 -07:00
Ben C
98718b6cf6
Mention prop list on detailing page 2022-07-06 12:03:44 -07:00
Noah Pilarski
83bd9c1f31 Fix headers 2022-06-30 21:11:57 -04:00
Noah Pilarski
2fb9e93399 Merge branch 'docs-star-system' 2022-06-30 21:09:12 -04:00
Noah Pilarski
b246bb1b57 Add star system page 2022-06-30 21:08:07 -04:00
Nick
5d628349ff Star system doc 2022-06-29 15:39:01 -04:00
Ben C
0dc85f558c
Update ship_log.md 2022-06-19 18:42:26 -07:00