Przeglądaj źródła

Changed registry keys so that they end up in final pak files. (#367)

* Changed registry keys so that they end up in final pak files.

Signed-off-by: Mike Balfour <[email protected]>

* Consensus is to turn off the display.

Signed-off-by: Mike Balfour <[email protected]>

---------

Signed-off-by: Mike Balfour <[email protected]>
Mike Balfour 2 lat temu
rodzic
commit
c7aad72e38

+ 6 - 7
Registry/settings.multiplayersample_gamelauncher.setreg

@@ -1,11 +1,10 @@
 {
 {
-    "Amazon": {
-        "AzCore": {
-            "Runtime": {
-                "ConsoleCommands": {
-                    "cl_serverAddr": "127.0.0.1",
-                    "loadlevel": "startmenu"
-                }
+    "O3DE": {
+       "Autoexec": {
+            "ConsoleCommands": {
+                "r_displayInfo": 0,
+                "cl_serverAddr": "127.0.0.1",
+                "loadlevel": "startmenu"
             }
             }
         }
         }
     }
     }

+ 6 - 7
Registry/settings.multiplayersample_unifiedlauncher.setreg

@@ -1,11 +1,10 @@
 {
 {
-    "Amazon": {
-        "AzCore": {
-            "Runtime": {
-                "ConsoleCommands": {
-                    "cl_serverAddr": "127.0.0.1",
-                    "loadlevel": "startmenu"
-                }
+    "O3DE": {
+       "Autoexec": {
+            "ConsoleCommands": {
+                "r_displayInfo": 0,
+                "cl_serverAddr": "127.0.0.1",
+                "loadlevel": "newstarbase"
             }
             }
         }
         }
     }
     }