76 Commits

Author SHA1 Message Date
Noah Pilarski
96bb04ef6b Add remote builder to multi pass
Do not try catch anymore
This would cause some addon devs to just ignore an error when they really shouldn't. Now it will show the body where this error occurs since the error gets handled higher up.
2024-06-07 07:22:09 -04:00
Noah Pilarski
3cf384accf Add extra error message functions to the each builder 2024-06-07 07:21:07 -04:00
Noah Pilarski
341652b4e7 Move local methods to static and add extra error message stuff 2024-06-07 07:19:37 -04:00
Noah Pilarski
5a354e4bee Base prop info
That only has the parent path and rename
2024-06-04 05:57:16 -04:00
Nick
6a3473d291 Comments 2024-06-04 00:50:12 -04:00
Nick
a0eb445dcb If parent cant be found try creating prop again 2024-06-04 00:46:41 -04:00
Noah Pilarski
6a516ef6af Move scatter after details
So that we can parent it to a root detail
2024-05-31 06:18:45 -04:00
Joshua Thome
358f130c0d Add IModBehavior params to detail builder and hierarchy 2023-10-31 01:31:05 -05:00
Nick
ed66cb0665 Fix update from dev 2023-07-22 12:04:02 -04:00
Nick
3bfabadda8 Merge branch 'dev' into shuttle 2023-07-22 11:44:43 -04:00
Nick
53f7bc0b67 Throw error when making signal without name or frequency #660 2023-07-21 19:53:29 -04:00
Nick
031ad5266c Added AudioSourceInfo as a new prop, refactors signals 2023-03-26 22:39:29 -04:00
Nick
a81f1e986a Fix parenting issue, add more dialogue verbose logs 2023-03-26 13:47:04 -04:00
Nick
b20c59e860 MORE REARRANGE!!!!! 2023-03-25 15:15:24 -04:00
Nick
3cede76bed Remove all unused usings 2023-03-25 13:51:15 -04:00
Nick
7179388094 Merge branch 'dev' into warp-pads 2023-03-22 22:38:21 -04:00
Nick
4a14101ba1 Implement warp pads 2023-03-22 00:07:53 -04:00
JohnCorby
9d2d8a4bc3 fix namespaces 2023-03-21 17:25:36 -07:00
Nick
20532b83ac Deprecate NomaiTextBuilder class 2023-03-04 18:04:54 -05:00
JohnCorby
451f70fe75 ignore obsolete guy and migrate debug menu to new nomai text thing 2023-02-22 17:01:52 -08:00
FreezeDriedMangoes
8c1032e67a reintroduced legacy NomaiTextBuilder and put new code under the name (and module) of TranslatorTextBuilder 2023-02-04 14:47:58 -05:00
FreezeDriedMangoes
f99de094c1 spiral meshse and positions are now being cached 2023-01-31 21:13:31 -05:00
Noah Pilarski
44358865bf Add gravity cannons 2022-11-24 19:37:20 -05:00
Noah Pilarski
9d4dd66ea1 Add shuttle builder 2022-11-21 00:06:33 -05:00
Nick
a0094c96b3 Cached fixed prefabs (component fixes) 2022-10-16 23:19:34 -04:00
Noah Pilarski
4ae90dcc25 Reorganize to a volume module 2022-08-31 13:26:10 -04:00
Noah Pilarski
890b496e7a Add notification volumes 2022-08-31 04:23:15 -04:00
Nick
e6412175e5 Refactor detail builder, fix parenting issue 2022-08-21 15:54:54 -04:00
Noah Pilarski
0cd726c2bc Add shared stones, projection platforms, and shared whiteboards. 2022-08-06 15:52:14 -04:00
Nick
a01c50a194 Renormalize line endings 2022-07-26 12:33:06 -04:00
JohnCorby
bef2a32cef just to exception tostring instead of printing message then stacktrace like gofy 2022-07-25 16:19:49 -07:00
Nick
2bb3c4e813 Signals are in props now 2022-07-13 21:43:15 -04:00
Nick
88ae09941b Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev 2022-07-13 20:22:23 -04:00
Nick
0952d90ffa Implement AudioVolume 2022-07-13 20:22:21 -04:00
Noah Pilarski
5e7e4b827a Add try catch for singularity builder 2022-07-13 20:17:24 -04:00
Nick
1e3f941286 Singularities now go under props, can have multiple per planet 2022-06-29 17:41:54 -04:00
FreezeDriedMangoes
76ade8d238 added quantum group handling to PropBuildManager 2022-06-15 09:35:24 -04:00
JohnCorby
12edcea9ee remove unused string uniqueModName parameter 2022-05-25 14:29:40 -07:00
JohnCorby
53dd88584b Revert "reformat again"
This reverts commit 93d82358
2022-05-22 18:55:27 -07:00
JohnCorby
93d82358fa reformat again 2022-05-22 18:48:23 -07:00
JohnCorby
656ff16305 Revert "Reformat"
This reverts commit 7c0ba5597720f963432d8379a236e74f3508d077.
2022-05-22 18:41:34 -07:00
Ben C
7c0ba55977 Reformat 2022-05-22 21:30:45 -04:00
Ben C
466df12003 Got Schema generation working! 2022-05-22 18:57:05 -04:00
Nick
23f3005d46 Lighting + Cloud refactor 2022-05-20 01:52:08 -04:00
Nick
e1e630aaef Organize + validate 2022-05-17 19:41:45 -04:00
Nick
eebccceaab Fix asset bundle issue and made a class of them 2022-05-13 16:49:29 -04:00
Nick
e274fbc030 Fix bundle dictionary 2022-05-13 16:30:54 -04:00
Ben C
e19e486f9d
0.13.1 (#102)
* Update PropModule.cs

* Debugging FluidDetector AddVolume

* Catch exceptions if they don't have the DLC

* Update PropBuildManager.cs

* Added the ability to make custom sky boxes

* Move config reset to `ResetConfigs` in Main.cs

* Bump version

Co-authored-by: Nick <nicholasconnors@hotmail.ca>
2022-05-06 19:46:21 -07:00
Nick
9faa08a0c8 Finish tornados (missing sound) 2022-05-05 22:27:54 -04:00
Nick
74a683def0 Rafts + patching with HarmonyLib 2022-05-05 18:43:04 -04:00