You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Share integrations, request missing API capabilities, or contribute improvements on GitHub. Useful community projects may be highlighted as examples for other developers.
<pclassName="mb-3">{isWorld ? 'Extract and move the world folder into your Hytale Saves directory:' : `Move ${isBundle ? 'ALL extracted files' : 'the downloaded file'} to your Hytale Mods directory:`}</p>
186
+
<pclassName="mb-3">{isPrefab
187
+
? 'If the download is archived, extract it, then place the prefab files inside a Hytale asset pack in your Mods directory:'
188
+
: isWorld
189
+
? 'Extract and move the world folder into your Hytale Saves directory:'
190
+
: `Move ${isBundle ? 'ALL extracted files' : 'the downloaded file'} to your Hytale Mods directory:`}</p>
{isWorld ? 'Launch Hytale and select the world from the Singleplayer menu.' : `Restart your Hytale Launcher to load the new project${isBundle ? 's' : ''}.`}
203
+
{isPrefab
204
+
? 'Enable the asset pack in the target world, load the prefab from the Prefab List, then use the Paste Tool to place it.'
205
+
: isWorld
206
+
? 'Launch Hytale and select the world from the Singleplayer menu.'
207
+
: `Restart your Hytale Launcher to load the new project${isBundle ? 's' : ''}.`}
0 commit comments