Noah Pilarski
65f6a68f78
Don't keep world position
2022-09-10 18:04:50 -04:00
Noah Pilarski
2fa9f6bf28
Merge branch 'dev' into enum
2022-09-10 16:19:05 -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
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
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
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
Noah Pilarski
79fc329fe8
Merge branch 'dev' into debugprompts
2022-09-08 12:53:15 -04:00
Noah Pilarski
3337b5e2e7
Merge branch 'dev' into eye-of-the-universe
2022-09-08 12:51:28 -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
Noah Pilarski
29ccf772bf
Add screen prompts for debug stuff
2022-09-05 01:15:22 -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
JohnCorby
8f4993a1ac
Merge branch 'dev' into scatter-optimization
2022-09-04 20:58:25 -07:00
Nick
58e12a23c7
Add more volumes ( #332 )
...
I added a ton of volumes.
2022-09-04 22:53:22 -04:00
JohnCorby
01f3224a8a
Merge branch 'dev' into scatter-optimization
2022-09-04 19:30:21 -07: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
Noah Pilarski
3a1eb83356
Fix credits
2022-09-03 23:00:00 -04:00
Noah Pilarski
fda39ad79e
Scene stuff
2022-09-03 21:05:30 -04:00
Noah Pilarski
da6c7b79a1
Allow big bang to kill you at the eye
2022-09-03 20:52:00 -04:00
Noah Pilarski
bb014b689a
Fix vessel nomai text
2022-09-03 20:28:51 -04:00