520 Commits

Author SHA1 Message Date
Ben C
b5e3e4d89c Updated Schemas 2024-10-10 02:28:07 +00:00
Ben C
9826420287 Updated Schemas 2024-10-05 14:58:58 +00:00
Joshua Thome
8a3841730a Merged dev into hawkbar-dreamworld 2024-10-05 09:57:26 -05:00
Ben C
821cd982ea Updated Schemas 2024-10-05 05:59:44 +00:00
Ben C
26dbc04864 Updated Schemas 2024-10-05 05:56:53 +00:00
Ben C
0ac18fcbe9 Updated Schemas 2024-10-05 01:51:18 +00:00
xen-42
fad1cd82c5
Multiple spawn points (#947)
## Minor features

- The spawn module now has `playerSpawnPoints` and `shipSpawnPoints`
allowing you to define multiple possible spawns on one planet.
- Spawn points now have `makeDefaultIfFactRevealed` and
`makeDefaultIfPersistentCondition` allowing you to change which spawn
the player uses. Priority goes fact -> persistent condition -> default
- Black holes and change star system volumes now have `spawnPointID`. If
this is set, entering one of these volumes will send you to the spawn
with a matching `id` (fixes #917)

## Bug fixes:
- Fix empty warp drive ship log page appearing
- Use save data directly when checking for facts for ship log warp drive
2024-10-04 21:26:41 -04:00
Ben C
f36b33075c Updated Schemas 2024-10-04 19:06:24 +00:00
Ben C
dd78f62f33 Updated Schemas 2024-10-04 18:46:59 +00:00
xen-42
aeb08f1480 Merge branch 'dev' into ship-spawn-facts 2024-10-04 13:34:15 -04:00
Ben C
609b7bfd09 Updated Schemas 2024-10-04 17:19:12 +00:00
xen-42
ae2f762b76
Multiple fixes (#942)
- [ ] JOHN document keeploaded as in say what does this do with culling
- [ ] skybox factor for atmosphere probably
- [ ] maybe put multipliers for surface size?? probably not tho

<!-- A new module or something else important -->

## Major features

-

<!-- A new parameter added to a module, or API feature -->

## Minor features

- Added `allowShipAutoroll` to `Water` and `Atmosphere` (fixes #935)
- Replaced `invulnerableToSun` with `hasFluidDetector` and better
documented anglerfish making planets go gorp #830

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->

## Improvements

- Allows subtitles of any size now (images get rescaled if need be)
(fixes #893)
- Added documentation of naming scheme for alt ship log images (fixes
#848)

<!-- Be sure to reference the existing issue if it exists -->

## Bug fixes

- Fix subtitles start cycling before main menu is visible (fixes #844)
- Fix disappearing signalscope UI after warping to new star system
(fixes #934)
- Fix null primary body not defaulting to center of universe in other
star systems (fixes #933) (probably)
- Fix proxy details requiring "keepLoaded" set to true to work (fixes
#940)
- Handle proxy body edge case when all scales = 0 (fixes #941)
2024-10-04 12:55:43 -04:00
Ben C
9fe2845900 Updated Schemas 2024-10-04 16:48:58 +00:00
xen-42
42f898a3fa Merge branch 'main' into system-name 2024-10-03 00:46:58 -04:00
Ben C
59055c1ad0 Updated Schemas 2024-10-03 04:35:37 +00:00
Ben C
85e25125af Updated Schemas 2024-10-03 04:23:10 +00:00
Ben C
1d0ede59b7 Updated Schemas 2024-10-03 04:12:13 +00:00
xen-42
e793ce92cb Merge branch 'multiple-fixes' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into multiple-fixes 2024-10-03 00:05:41 -04:00
xen-42
4051645965 Add documentation of naming scheme for alt ship log images #848 2024-10-03 00:05:30 -04:00
Ben C
05aa5d76ec Updated Schemas 2024-10-03 04:04:27 +00:00
Ben C
e0869897e3 Updated Schemas 2024-10-03 03:55:54 +00:00
Ben C
508d1780f7 Updated Schemas 2024-10-03 02:12:00 +00:00
Ben C
6069dc28dd Updated Schemas 2024-09-27 19:41:32 +00:00
Ben C
4044903a34 Updated Schemas 2024-09-27 17:33:19 +00:00
Ben C
040ebed205 Updated Schemas 2024-08-15 19:17:44 +00:00
xen-42
4b9a1297b8
Global music module (#901)
## Major features

- Added `GlobalMusic` module to system config (change end times, bramble
dimension, and final end times music) (Resolves #894)

## Bug fixes

- Fixed global bramble music not playing because all dimensions have an
ambient audio volume
2024-06-17 19:14:58 -04:00
xen-42
ae1c958541
If parent cant be found try creating prop again (#881)
## Improvements
- Setting `parentPath` will be more robust on most props


Kinda worried about the overhead on this, do we think using `Find` to
look for the parent is expensive? We'd be doing it for every prop ever
and in most cases it will not matter.
2024-06-17 19:06:34 -04:00
Ben C
b10291fa1a Updated Schemas 2024-06-14 19:11:49 +00:00
Ben C
c0b8d9ebc9 Updated Schemas 2024-06-14 01:12:43 +00:00
Ben C
fe3dd1176b Updated Schemas 2024-06-13 20:20:45 +00:00
Ben C
035dc02406 Updated Schemas 2024-06-07 11:27:18 +00:00
Noah Pilarski
eebcdc1ccd
Add map marker display distance overrides and make a map marker module (#878)
## Minor features

- Added a map marker module with display distance overrides (#847)
2024-06-04 11:44:00 -04:00
Noah Pilarski
7a44824b0d
Add different slide reel prefabs (#879)
## Minor features

- New `reelModel` and `reelCondition` parameters in prop `slideShows`
for slide reel mesh and material. (#811)
- Models: 6-slided, 7-slided, 8-slided, and Whole (7-slided but
connected like 8-slided).
- Conditions: Antique (Stranger), Pristine (Dreamworld), Rusted (Burnt)
- `rotate` parameter added to slide info. Rotates the slide reel item
while inside a projector.
2024-06-04 11:43:43 -04:00
Ben C
978de836d8 Updated Schemas 2024-06-04 12:34:29 +00:00
Ben C
e3b0dc0e34 Updated Schemas 2024-06-04 12:15:26 +00:00
Ben C
230f4e842e Updated Schemas 2024-06-02 16:47:54 +00:00
Ben C
2e7f1b7508 Updated Schemas 2024-06-02 03:02:27 +00:00
Noah Pilarski
5027ca8fd0 Update schemas 2024-05-31 00:13:28 -04:00
Noah Pilarski
c9132a1450 rearrange things
to somewhat match base games's xmls even if they aren't always consistent there
2024-05-24 03:24:27 -04:00
Noah Pilarski
811299579e Fix and update xsd schemas 2024-05-24 03:07:41 -04:00
Ben C
811897279c Updated Schemas 2024-04-11 15:36:32 +00:00
Ben C
c5a0752228 Updated Schemas 2024-04-01 04:06:59 +00:00
Ben C
4406258739 Updated Schemas 2024-03-18 00:03:39 +00:00
Ben C
4314f510c9 Updated Schemas 2024-03-13 20:00:47 +00:00
Ben C
8946ce360d Updated Schemas 2024-03-09 05:13:11 +00:00
Ben C
1a4b29ca61 Updated Schemas 2024-02-26 05:58:32 +00:00
Ben C
73b818d0b4 Updated Schemas 2024-02-03 21:11:25 +00:00
xen-42
ddcd1cdf4e
Fix some slide bugs (#756)
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
-

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
-

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- [ ] make async slide loading actually async. maybe try to find a way
to unload them too, idk
- [ ] maybe fix #755 
- [x] fix #754
- [x] fix #746
2023-12-17 00:43:25 -05:00
xen-42
daf5709b51
Item and Item Socket Props (#750)
<!-- A new module or something else important -->
## Major features
- Custom items and item sockets, as an extension of the existing
details. Interactivity can be added without code by setting dialogue
conditions with an item's `pickupCondition` or socket's
`insertCondition`, and then turning other details on or off using their
`activationCondition`.

<!-- A new parameter added to a module, or API feature -->
## Minor features
- Added API methods for looking up translated strings for localization.
2023-12-17 00:42:28 -05:00
Ben C
3a01e1330a
Merge branch 'main' into docs-astro 2023-11-28 16:33:27 -05:00