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
44cf3d3fdc
Remove parentheses
2022-09-10 10:07:26 -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
1ec59c6538
Set shuttle landing radius ( #363 )
2022-09-09 12:47:39 -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
JohnCorby
b016652ad1
Revert "dont use file scoped namespace"
...
This reverts commit 44b181a3879b817543e0ac9565c04fd4939d19fb.
2022-09-07 18:06:20 -07:00
JohnCorby
44b181a387
dont use file scoped namespace
2022-09-07 18:01:54 -07:00
JohnCorby
b7a36af80d
Merge remote-tracking branch 'origin/groups' into groups
2022-09-07 17:56:49 -07:00
JohnCorby
5dcaac14f5
rename
2022-09-07 17:56:41 -07:00
github-actions[bot]
e12de937cd
Updated Schemas
2022-09-08 00:40:31 +00:00
JohnCorby
da211eff75
scatter builder keep loaded
2022-09-07 17:33:38 -07:00
JohnCorby
7a67a1f980
improve warnings
2022-09-07 17:30:22 -07:00
JohnCorby
bf6745d351
groups on details
2022-09-07 17:21:42 -07:00
github-actions[bot]
70f07c20a9
Updated Schemas
2022-09-06 03:37:40 +00:00
Noah Pilarski
331d33ac77
Add rename option to volumes
2022-09-05 23:35:24 -04:00
Nick
026891c5d8
Implement #167 + update schemas
2022-09-05 01:11:54 -04:00
Nick
ba65c949a6
Clean up
2022-09-05 00:49:14 -04:00
Nick
d65bb15aa5
Merge branch 'dev' into titlescreen-popups
2022-09-05 00:44:53 -04:00
github-actions[bot]
332238c298
Updated Schemas
2022-09-05 04:37:07 +00:00
Nick
11e4bc7022
MenuFramework support, outdated version popup, one shot popups for addons
2022-09-05 00:34:25 -04:00
Nick
58e12a23c7
Add more volumes ( #332 )
...
I added a ton of volumes.
2022-09-04 22:53:22 -04:00
Will Corby
9192890f4c
Transparent clouds ( #338 )
...
Adds fourth cloud prefab that allows transparency.
2022-09-04 19:22:21 -07:00
Noah Pilarski
15d8d107e8
Create a new material for that
2022-09-04 20:51:17 -04:00
Noah Pilarski
f9882b5b00
Use InterferenceVolume instead of id
2022-09-04 01:41:25 -04:00
TerrificTrifid
29c109e28c
Don't show on title screen
2022-09-03 17:01:44 -05:00
TerrificTrifid
1c67f9ce7f
Use cloud height for effects
2022-09-03 15:19:08 -05:00
Nick
a422bfbc71
Invoke the interaction event to equip the suit
2022-09-03 11:30:01 -04:00
github-actions[bot]
ad79680388
Updated Schemas
2022-09-03 15:06:19 +00:00
Noah Pilarski
12e95bce0b
Indeed
2022-09-03 11:04:01 -04:00
Noah Pilarski
f909832cb2
comment
2022-09-03 11:01:07 -04:00
Noah Pilarski
57e26794d9
Add parentPath to volumes
2022-09-03 10:53:49 -04:00
Nick
3dc6baca4d
Small fixes ( #344 )
...
- forgor to instantiate inactive trailmarker
- Don't do funny entry name prepend for modded facts
2022-09-03 10:27:44 -04:00
Noah Pilarski
c3019cafcf
Comment
2022-09-03 10:17:16 -04:00
Will Corby
7f801039ba
Update SearchUtilities.cs
2022-09-02 21:27:30 -07:00
Will Corby
5cf4150deb
Update SearchUtilities.cs
2022-09-02 21:27:05 -07:00
JohnCorby
680314645d
fix find again by not including prefabs
2022-09-02 21:21:40 -07:00
Noah Pilarski
18d5755133
Better interference
2022-09-02 17:55:39 -04:00
Noah Pilarski
af89532c4e
Don't do funny entry name prepend for modded facts
2022-09-02 15:45:01 -04:00
Noah Pilarski
7a457b8bb1
I guess I forgot to instantiate inactive
2022-09-02 14:40:02 -04:00
Noah Pilarski
fdfe477508
Replace < > and CDATA in value as well
2022-09-02 12:57:30 -04:00
Noah Pilarski
e1136b39b1
Make entry locations work in dimensions
2022-09-02 10:30:57 -04:00
Noah Pilarski
d6b91acce5
Add render queue controller
2022-09-02 08:26:41 -04:00