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
Tick **Enabled**, click **+**, then **Save and Close**. Open `/xlplugins` → **All Plugins**, search for **Aetherphone**, and install.
70
70
71
-
Playing the Chinese game version? The phone detects it, hides the apps that can't work there (Music, AetherStream, News), and signs you in through your Rising Stones (石之家) profile instead of the Lodestone.
71
+
Playing the Chinese game version? The phone detects it, hides the apps that are unavailable there (Music, AetherStream, News, Velvet), and signs you in through your Rising Stones (石之家) profile instead of the Lodestone.
Copy file name to clipboardExpand all lines: src/Aetherphone/Core/Localization/L.cs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1338,6 +1338,11 @@ internal static class Settings
1338
1338
1339
1339
internal static class Changelog
1340
1340
{
1341
+
public static readonly LocString[] Release1002 =
1342
+
{
1343
+
new("changelog.r1002.0", "A few changes specific to the Chinese game version"),
1344
+
};
1345
+
1341
1346
public static readonly LocString[] Release1001 =
1342
1347
{
1343
1348
new("changelog.r1001.0",
@@ -3207,6 +3212,8 @@ internal static class Velvet
3207
3212
public static readonly LocString UnavailableTitle = new("velvet.unavailableTitle", "Velvet is unavailable");
3208
3213
public static readonly LocString UnavailableBody = new("velvet.unavailableBody",
3209
3214
"Velvet is an adults only space and is not available on Lalafell characters. If you recently changed your race, this clears once the Lodestone reflects it.");
3215
+
public static readonly LocString UnavailableRegionBody = new("velvet.unavailableRegionBody",
3216
+
"Velvet is not available on the Chinese game version. Everything else on your phone works as normal.");
3210
3217
public static readonly LocString DiscoveryHeader = new("velvet.discoveryHeader", "Discovery");
3211
3218
public static readonly LocString DiscoverableHelp =
3212
3219
new("velvet.discoverableHelp", "When on, your profile can be found by others in Discover.");
Copy file name to clipboardExpand all lines: src/Aetherphone/Localization/de.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2128,6 +2128,7 @@
2128
2128
"velvet.discoverableHelp": "Wenn aktiv, können andere dein Profil in Entdecken finden.",
2129
2129
"velvet.unavailableTitle": "Velvet ist nicht verfügbar",
2130
2130
"velvet.unavailableBody": "Velvet ist ein Bereich nur für Erwachsene und auf Lalafell-Charakteren nicht verfügbar. Wenn du kürzlich dein Volk geändert hast, verschwindet dies, sobald der Lodestone es übernimmt.",
2131
+
"velvet.unavailableRegionBody": "Velvet ist auf der chinesischen Spielversion nicht verfügbar. Alles andere auf deinem Telefon funktioniert wie gewohnt.",
2131
2132
"velvet.whoCanMessage": "Wer dir schreiben darf",
2132
2133
"velvet.whoEveryone": "Alle",
2133
2134
"velvet.whoFriends": "Freunde",
@@ -4404,6 +4405,7 @@
4404
4405
"coin.rollupMore": "und {0} weitere",
4405
4406
"coin.settingsRow": "Aether Coin",
4406
4407
"coin.aboutWhat": "Ein kleines Dankeschön fürs Benutzen des Handys: einchecken, spielen, reden und in Optik investieren.",
4408
+
"changelog.r1002.0": "Einige Änderungen speziell für die chinesische Spielversion",
4407
4409
"changelog.r1001.0": "Behoben, dass das Telefon nach einem Update bei manchen nicht mehr lud: Wenn AetherStream sich nicht an die Anzeige des Spiels hängen kann, startet das Telefon jetzt normal, statt alles mit sich zu reißen",
4408
4410
"changelog.r1001.1": "Eine fehlende Schriftdatei lässt das Telefon nicht mehr ohne Text zurück: Bis die Datei wieder da ist, greift das Telefon auf die Schrift des Spiels zurück",
4409
4411
"changelog.r1000.68": "Gamba hinzugefügt, eine neue Spielgeld-Casino-App: An der Kasse werden Coins zu Chips, und das ganze Haus spielt damit, von Blackjack an gemeinsamen Tischen über Live-Bingoräume, ein gemeinsames Rad, Spielautomaten, Rubbellose und eine Schicht hinter der Bar bis zum kostenlosen täglichen Dreh; jede Runde ist nachweisbar fair, der Verlauf hält jeden Einsatz und jede Auszahlung fest, Verlustlimits setzen das Haus wie du selbst, und echtes Geld ist nirgends im Spiel",
0 commit comments