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
disabled downloads when no mirrors + official account present, notification for users that they need mirrors to download the game, and name improvement
Copy file name to clipboardExpand all lines: Docs/English/Technical/ServicesReference.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ All services are registered as singletons in `Bootstrapper.cs` and injected via
16
16
-**Mods exact targeting:** mod IPC accepts optional `instanceId`; when provided, it has priority over branch/version to prevent collisions between multiple instances with the same version.
17
17
-**Mods changelog:**`hyprism:mods:changelog` returns the (best-effort) plaintext changelog for a specific CurseForge mod file (`modId` + `fileId`).
18
18
-**Instance operations targeting:** instance delete/saves IPC handlers accept `instanceId` and resolve by GUID first, with branch/version kept only as backward-compatible fallback.
19
-
-**Instance import:**`hyprism:instance:import` supports importing from both ZIP archives and PWR patch files. ZIP files are extracted directly; PWR files are applied using Butler to create a new instance with auto-detected version from filename.
20
19
-**Instance icon refresh:**`hyprism:instance:getIcon` returns a cache-busted file URL (`?v=<lastWriteTicks>`) so updated logos appear immediately after overwrite.
21
20
-**Frontend icon loading rule:** instance list icon requests are executed sequentially (not in parallel) to avoid mixed responses on shared IPC reply channels.
22
21
-**Launcher updater IPC:**
@@ -136,4 +135,4 @@ All services are registered as singletons in `Bootstrapper.cs` and injected via
136
135
-**Mods storage policy:** profile switching does not redirect `UserData/Mods` to `Profiles/.../Mods`; mods remain instance-local.
137
136
-**Profile folder format:** profile folders are stored under `Profiles/{profileId}` (GUID).
138
137
-**Legacy migration:** launcher attempts to migrate legacy name-based profile folders in `Profiles/` to ID-based layout at startup (best-effort, non-destructive merge when both folders exist).
139
-
-**Official profile auth routing:** switching to an official profile automatically sets auth domain to `sessions.hytale.com`.
138
+
-**Official profile auth routing:** switching to an official profile automatically sets auth domain to `sessionserver.hytale.com`.
Copy file name to clipboardExpand all lines: Frontend/src/assets/locales/fr-FR.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -492,11 +492,11 @@
492
492
"authError": "Une erreur s'est produite lors de la connexion. Réessaie.",
493
493
"noHytaleProfile": "Ton compte Hytale n'a pas encore de profils de jeu. Un profil de jeu sera créé lorsque tu accéderas au jeu pour la première fois.",
494
494
"nameTitle": "Choisis un Pseudo",
495
-
"nameDesc": "Choisis un nom pour ton profil hors ligne (3-13 caractères, lettres anglaises, chiffres, - et _)",
495
+
"nameDesc": "Choisis un nom pour ton profil hors ligne (3-16 caractères, lettres anglaises, chiffres, - et _)",
496
496
"namePlaceholder": "Entre un pseudo...",
497
497
"characters": "caractères",
498
498
"nickRules": "A-Z, 0-9, - et _ uniquement",
499
-
"nickInvalid": "Le pseudo doit contenir 3-13 caractères : lettres anglaises, chiffres, tiret ou underscore.",
499
+
"nickInvalid": "Le pseudo doit contenir 3-16 caractères : lettres anglaises, chiffres, tiret ou underscore.",
500
500
"create": "Créer le Profil",
501
501
"createFailed": "Échec de la création du profil. Réessaie.",
502
502
"createError": "Une erreur s'est produite lors de la création du profil."
0 commit comments