1724 Commits

Author SHA1 Message Date
Nick
b1b7f43905 Fix bramble seeds being the wrong size 2024-03-12 13:59:31 -04:00
Nick
b5ec327c3b Track new fog warp volumes and only patch those 2024-03-12 13:19:58 -04:00
Nick
c21fd90834 Fix ocean fog 2024-03-12 00:43:46 -04:00
Nick
9e8f8dd1df Update DialogueBuilder.cs 2024-03-07 18:04:46 -05:00
Nick
cab087d6f9 Fix dialogue replacement overwriting character names 2024-03-04 21:29:34 -05:00
xen-42
4a2a7636e4
Dialogue addition (#788)
## Minor features
- New `pathToExistingDialogue` field for adding new DialogueNodes and
DialogueOptions to existing character dialogues. Just add new responses
to Slate's dialogue instead of replacing it! Will improve mod compat and
simplify translating.
2024-02-26 01:41:19 -05:00
Nick
95dfe6a690 Update DialogueBuilder.cs 2024-02-26 01:37:08 -05:00
Nick
0298173935 Set pathToExisting dialogue to merge dialogue into existing ones 2024-02-26 00:57:03 -05:00
Nick
ceb688c988 Try catch pairing singularities, get radius from black hole size 2024-02-25 20:07:08 -05:00
Nick
73817ed54b Delete StreamingWarpVolumeBuilder.cs 2024-02-25 19:29:09 -05:00
Nick
d706dec89d Add streaming warp volume, make base volume sectored 2024-02-25 19:03:08 -05:00
Nick
04a7dc0af3 Zoinks I almost released a massive breaking change 2024-02-21 22:13:40 -05:00
Nick
b1320231ee Default to auto mapmode positioning, account for scale when spacing 2024-02-21 15:27:05 -05:00
coderCleric
68bac3a36c Stop propagated signals from having a detection area 2024-01-09 15:03:16 -07:00
Noah Pilarski
aedeb80f16 curse you stalker of dreams 2024-01-01 23:55:16 -05:00
Noah Pilarski
bcfe939d9d typo 2024-01-01 23:54:28 -05:00
Noah Pilarski
8a789b2ae2 fix looping of obsolete effects builder method
oopsie daisies. this only affected dreamstalker lol.
2024-01-01 22:58:53 -05:00
Nick
1f53e460b8 Re-add missing method signatures used by Dreamstalker 2023-12-29 16:38:20 -05:00
Nick
8e0fbbb69d Mark method obsolete 2023-12-17 01:03:59 -05:00
Nick
725ccf00cd Add back missing method signature for Outer Wives 2023-12-17 00:54:31 -05: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
Nick
9b435e3452 Fix shuttles/gravity cannons, add comment describing patch 2023-12-17 00:17:49 -05:00
JohnCorby
914ff4df5c actually provide default values 2023-11-28 13:22:05 -08:00
JohnCorby
47dcd79744 set streamingAssetIdentifier to non null value 2023-11-28 12:10:30 -08:00
Joshua Thome
5d4e09a3f8 Items and sockets can reveal ship log facts 2023-11-02 22:30:10 -05:00
Joshua Thome
9c87237174 Item audio and minor fixes 2023-10-31 01:31:23 -05:00
Joshua Thome
358f130c0d Add IModBehavior params to detail builder and hierarchy 2023-10-31 01:31:05 -05:00
Joshua Thome
cb7bece107 Item builder 2023-10-30 23:29:28 -05:00
Nick
9c1741622d
allow ghosts to work in bundles maybe (#731)
<!-- 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
- Ghost animator components don't always get removed now (except when
they need to be)

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- fix bug where ParticleFields assumes you have an Atmosphere and fails
to build your planet if you dont
- Reload configs always reload bundles now
2023-09-27 17:49:51 -04:00
coderCleric
a84baacb93 Reverted a weird fog scaling that was messing things up. 2023-09-15 16:42:06 -06:00
coderCleric
c8208fa087 Fix preview fog lights not being in the correct positions 2023-09-15 16:32:34 -06:00
Nick
d3eff8ce2a Double min height instead 2023-09-11 23:50:09 -04:00
Nick
53d5ce14f5 Merge branch 'ghost-bird' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into ghost-bird 2023-09-11 23:49:12 -04:00
Nick
588306f936 Change default particle height to not NRE probably 2023-09-11 23:49:03 -04:00
JohnCorby
900c7333a8 move around code, more comment 2023-09-11 20:20:25 -07:00
Nick
84c3655a32 Maybe fix ghost bird 2023-09-11 22:42:08 -04:00
Nick
4ae5ec17b1 Obsolete pulsars 2023-09-08 01:16:15 -04:00
JohnCorby
12a114d4a0 revert "remove pulsar" else it explodes 2023-09-07 15:04:23 -07:00
JohnCorby
47f2c083b7 doc 2023-09-06 16:24:33 -07:00
JohnCorby
d0ba74f4cd undo that GeneralPropBuilder rename i made a while ago cuz its dumb 2023-09-03 15:30:23 -07:00
JohnCorby
110fa46712 typo 2023-09-03 15:27:18 -07:00
JohnCorby
ee18a39ea1 better comment 2023-09-03 14:59:00 -07:00
JohnCorby
76a196a457 lots of comments 2023-09-03 14:48:42 -07:00
JohnCorby
2f1bd1d347 Merge remote-tracking branch 'origin/dev' into quantum-update-bc-someone-finally-asked-for-it 2023-09-03 14:20:48 -07:00
clay
574de12c74 position -> localPosition 2023-09-01 03:19:42 -04:00
clay
badea22cfc added todo and removed comment 2023-09-01 03:15:41 -04:00
clay
4641ab9004 fixed bug causing states objects to ignore probe pictures 2023-09-01 03:06:51 -04:00
JohnCorby
1a9d970ba7 oops 2023-08-31 15:48:11 -07:00
JohnCorby
3d184e551d null checks for _detectableFields 2023-08-31 15:39:00 -07:00