2877 Commits

Author SHA1 Message Date
Noah Pilarski
ab237624b2 Fix cloak 2022-09-12 19:44:54 -04:00
Noah Pilarski
9d93981350 Fix meteors 2022-09-12 19:24:16 -04:00
Noah Pilarski
e8b6bb3af4 Fix mind slide projector 2022-09-12 16:09:39 -04:00
Noah Pilarski
dbdff11e2f Fix rafts 2022-09-12 16:00:01 -04:00
Noah Pilarski
9b20e61a00 Add eye state activation for reference frame 2022-09-11 20:35:01 -04:00
Noah Pilarski
83acc03027 oops 2022-09-11 04:46:50 -04:00
Noah Pilarski
54a47d096a __instance 2022-09-11 04:38:15 -04:00
Noah Pilarski
df4e0e237b No more invincible 2022-09-11 04:36:56 -04:00
Noah Pilarski
e4e3e87892 Set ringworld fade renderers to empty array 2022-09-11 04:27:56 -04:00
Noah Pilarski
3a5b5f9b92 Don't do fixed update if there is no cloak sphere shape 2022-09-11 04:27:36 -04:00
Noah Pilarski
f145d5ccc8 Move cloak patches 2022-09-11 04:27:15 -04:00
Noah Pilarski
c44dd5d85f Don't generate ship log when warping back to eye 2022-09-11 04:08:41 -04:00
Noah Pilarski
a501baf7d5 Stop reference frames warning you every second 2022-09-11 03:52:09 -04:00
Noah Pilarski
abed1b2439 Set airlock to open to an empty array 2022-09-11 03:51:38 -04:00
Noah Pilarski
ea1ff34e1c Set black hole audio stuff 2022-09-11 03:23:06 -04:00
Noah Pilarski
b8c28e3734 Me when 2022-09-11 03:08:11 -04:00
Noah Pilarski
1182865753 Almost forgor 2022-09-11 02:35:31 -04:00
Noah Pilarski
6caa2d8991 Get prefabs from solar system and then head back to eye 2022-09-11 01:32:07 -04:00
Noah Pilarski
d0a5b35a35 Fix silly mistake 2022-09-10 23:09:21 -04:00
Noah Pilarski
050e737217 Enable tunnel when you enter vortex 2022-09-10 19:58:37 -04:00
Noah Pilarski
2a9beb9194 Turn off when supernova happens 2022-09-10 19:41:21 -04:00
Noah Pilarski
a7e13a7f6d Add EyeSunLightParamUpdater 2022-09-10 19:06:58 -04:00
Noah Pilarski
11a30e7204 Set default intensity at eye to 0.2 2022-09-10 19:06:31 -04:00
Noah Pilarski
65f6a68f78 Don't keep world position 2022-09-10 18:04:50 -04:00
Noah Pilarski
e688939e8c Merge branch 'dev' into eye-of-the-universe 2022-09-10 15:13:36 -04:00
Nick
073892c008
Add screen prompts for debug mode (#352) 2022-09-10 13:32:56 -04:00
Nick
ccb823dfaf
Allow creation of more than one ring (#374)
Because extinction
2022-09-10 13:32:23 -04:00
Nick
1cb5079764
Me when (#375) 2022-09-10 13:26:09 -04:00
Noah Pilarski
53e8b281a0 Me when 2022-09-10 13:24:33 -04:00
Noah Pilarski
8705bd54b6 Migrate 2022-09-10 12:15:21 -04:00
github-actions[bot]
a4dc54712a Updated Schemas 2022-09-10 16:13:41 +00:00
Noah Pilarski
5ab727384b Allow more than one ring 2022-09-10 12:11:44 -04:00
Nick
2da1015620
Fix dialog text not trimmed in translation table key (#366)
<!-- 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
- The game trims the text of `Page` and `DialogOption` and this is used
in the key that indexes the translation table. However, this trim was
missing in NH, causing the game to fail to find the translation (and
displaying the key as a fallback). For example,
[this](78dd665323/planets/Dialogue/Fixxion.xml (L46))
would cause the error `String "1Jötunn is a really cold planet, it's
kinda hard to live in and it's so dark but" not found in table for
language ENG` because there is an space at the end of the string and the
game displays "1Jötunn is a really cold planet, it's kinda hard to live
in and it's so dark but" with the "1" at the start.
2022-09-10 10:57:04 -04:00
Nick
4e6a2446ad
Update faq.jinja2 (#373)
Update FAQ to reflect 1.0.0 update that totally just happened yep mhm.
2022-09-10 10:56:24 -04:00
Ben C
eb3dd9a827
Update faq.jinja2 2022-09-10 10:51:54 -04:00
Nick
44cf3d3fdc Remove parentheses 2022-09-10 10:07:26 -04:00
Noah Pilarski
5252ce18d5 Merge branch 'dev' into eye-of-the-universe 2022-09-09 20:42:56 -04:00
Nick
82f5f34800
End conversation on attach (#367)
## Bug fixes
- Fix a vanilla bug where being in a conversation and then getting
attached to something traps you in dialogue.
2022-09-09 19:56:19 -04:00
Nick
5fee72e649 Patch CharacterDialogueTree to end conversation when attaching 2022-09-09 19:38:27 -04:00
Damián Garro
867c180ae9 Rename variables 2022-09-09 18:55:21 -03:00
Damián Garro
79b842cc24 Swap comments 2022-09-09 18:53:28 -03:00
Damián Garro
e450a2b459 Fix dialog text not trimmed in translation table key 2022-09-09 18:48:31 -03:00
Nick
9e646753f8
Fix JSON file lookup for Proton (#364)
## Minor features

Added a warning when an empty systems or planets folder is found.

## Bug fixes

Fixes
https://github.com/Outer-Wilds-New-Horizons/new-horizons/issues/353

Should behave identical to current solution for JSON and JSONC files,
maybe someone on Windows can test. Worked flawlessly on Linux with Real
Solar System, The Vision and Carson System.
2022-09-09 12:52:40 -04:00
Nick
712b93a9c2
Rewrite Docs (#356)
\>900 commits behind gorp etc.

Rewrites the docs to be a bit more helpful.  
Also added a page for the config editor.

See #243 for progress updates
2022-09-09 12:48:24 -04:00
Nick
1ec59c6538
Set shuttle landing radius (#363) 2022-09-09 12:47:39 -04:00
Nick
ed00d762ae
Allow ship log details to be added to vanilla planets (#362) 2022-09-09 12:46:54 -04:00
Dominik
6bd84bef83 Change log level to verbose 2022-09-09 15:39:07 +02:00
Dominik
f38aacf7bf Fix JSON file lookup for Proton
* Add separate lookup for JSON and JSONC files
* Add warning when an empty folder is found
2022-09-09 15:13:28 +02:00
Noah Pilarski
1f224b3e72 Set shuttle landing radius 2022-09-08 22:48:28 -04:00
Noah Pilarski
fafdb1c48b Allow ship log details to be added to vanilla planets 2022-09-08 21:13:35 -04:00