Skip to content

Commit

Permalink
Merge pull request #24 from Outer-Wilds-New-Horizons/dev
Browse files Browse the repository at this point in the history
Fix geswaldo
  • Loading branch information
TerrificTrifid authored Jan 19, 2023
2 parents aa07364 + b9b7718 commit 937435d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "xen",
"name": "New Horizons Examples",
"uniqueName": "xen.NewHorizonsExamples",
"version": "0.16.2",
"version": "0.16.3",
"owmlVersion": "2.5.2",
"dependencies": [ "xen.NewHorizons" ]
}
17 changes: 14 additions & 3 deletions planets/ExistingPlanets/timber_hearth.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,19 @@
"details" :
[
{
"rename": "VisionTorch",
"path": "DreamWorld_Body/Sector_DreamWorld/Sector_Underground/Sector_PrisonCell/Interactibles_PrisonCell/PrisonerSequence/VisionTorchWallSocket/Prefab_IP_VisionTorchItem",
"position": {"x": 19.6589, "y": -49.67694, "z": 183.6397},
"rotation": {"x": 0.1034197, "y": -0.2596551, "z": 167.9601479}
},
{
"rename": "Bob",
"path" : "DreamWorld_Body/Sector_DreamWorld/Sector_DreamZone_2/Ghosts_DreamZone_2/GhostNodeMap_HornetHouse/Prefab_IP_GhostBird_Hornet/Ghostbird_IP_ANIM",
"position" : {"x": 12.0282, "y": -45.4429,"z": 185.0175},
"rotation" : {"x":5.426, "y": 99.0692,"z": 105.8894}
},
{
"rename": "Fred",
"path" : "QuantumMoon_Body/Sector_QuantumMoon/State_EYE/Interactables_EYEState/ConversationPivot/Character_NOM_Solanum/Nomai_ANIM_SkyWatching_Idle",
"position" : {"x": 18.06051, "y": -50.64357, "z": 183.141},
"rotation" : {"x":311.8565, "y": 287.9388, "z": 254.72}
Expand All @@ -59,14 +62,17 @@
"scale" : 50
},
{
"rename": "Geswaldo",
"path": "GiantsDeep_Body/Sector_GD/Sector_GDInterior/Jellyfish_GDInterior/Jellyfish_Pivot (1)/Jellyfish_Body/Beast_GD_Jellyfish_v4",
"position": {"x": 28.63121, "y": -46.67, "z": 185.68},
"rotation": {"x":78, "y":189, "z":180},
"scale" : 0.08
},
{
"rename": "GeswaldoLight",
"assetBundle": "planets/bundle/examples_trifid",
"path":"Assets/JellyfishLight (1).prefab",
"parentPath": "Sector_TH/Geswaldo",
"position": {"x": 28.63121, "y": -46.67, "z": 185.68}
},
{
Expand All @@ -80,17 +86,21 @@
"rename": "Ernesto"
},
{
"rename": "ErnestoCollision",
"path" : "Anglerfish_Body/Beast_Anglerfish_Collision",
"scale" : 0.02,
"parentPath": "Sector_TH/Ernesto",
"isRelativeToParent": true
},
{
"rename": "ErnestoLight",
"assetBundle": "planets/bundle/examples_trifid",
"path":"Assets/AnglerfishLight (1).prefab",
"parentPath": "Sector_TH/Ernesto",
"position": {"x": 24.1185, "y": -41.9897, "z": 187.1345}
},
{
"rename": "Shale",
"path" : "TimberHearth_Body/Sector_TH/Sector_Village/Sector_StartingCamp/Characters_StartingCamp/Villager_HEA_Slate",
"position": {"x": 18.2547, "y": -40.6567, "z": 185.6922},
"rotation": {"x": 82.1106, "y": 107.3981, "z": 103.934},
Expand Down Expand Up @@ -127,12 +137,12 @@
{
"position": {"x": 13.2082, "y": -46.2829, "z": 187.4374},
"xmlFile" : "planets/Dialogue/Ghostbird.xml",
"pathToAnimController": "Sector_TH/Ghostbird_IP_ANIM"
"pathToAnimController": "Sector_TH/Bob"
},
{
"position": {"x": 18.0605, "y": -50.5836, "z": 185.0414},
"xmlFile" : "planets/Dialogue/Nomai.xml",
"pathToAnimController": "Sector_TH/Nomai_ANIM_SkyWatching_Idle",
"pathToAnimController": "Sector_TH/Fred",
"lookAtRadius" : 3
},
{
Expand All @@ -142,6 +152,7 @@
{
"position": {"x": 28.63121, "y": -46.67, "z": 185.68},
"xmlFile" : "planets/Dialogue/Angry Geswaldo.xml",
"radius": 0,
"remoteTriggerPosition": {"x": 9.851137, "y": -42.59065, "z": 186.2374},
"remoteTriggerRadius": 3,
"remoteTriggerPrereqCondition": "EXAMPLES_INSULT"
Expand All @@ -155,7 +166,7 @@
{
"position": {"x": 18.2946, "y": -40.5167, "z": 186.9321},
"xmlFile" : "planets/Dialogue/Shale.xml",
"pathToAnimController": "Sector_TH/Villager_HEA_Slate/Villager_HEA_Slate_ANIM_LogSit",
"pathToAnimController": "Sector_TH/Shale/Villager_HEA_Slate_ANIM_LogSit",
"lookAtRadius" : 3
}
],
Expand Down

0 comments on commit 937435d

Please sign in to comment.