Skip to content

Commit

Permalink
Add Unreal Console documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceGameDev568 committed May 23, 2024
1 parent fcdbbd1 commit 0c0f0c7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions modules/ROOT/pages/Development/TestingResources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,40 @@ will affect every instance of Command Prompt on your system.
See the link:#_launch_script_enhancements[Launch Script Enhancements] section below
for another method of controlling where the window will appear.

== Unreal Console

The Unreal Console is a useful tool for debugging your mods.
It allows you to view the game's log in real-time, and input console commands.
In order to open the console, you will need to add some command line arguments to the game within your launcher.

=== Steam

On Steam, go to your library and right-click on Satisfactory in the left panel, then choose "Properties" from the menu.

image:TestingResources/Steam-Library.png[image]

Then, in the new window that appears, under "Launch Options", add `-Log -NewConsole`.

image:TestingResources/Steam-Options.png[image]

=== Epic Games

On the Epic Games Launcher, go to your library and right-click on Satisfactory.

image:TestingResources/EGS-Library.png[image]

Choose "Manage" from the menu, and then in the modal that appears, scroll down to "Launch Options".
Add `-Log - NewConsole` to your list of options.

image:TestingResources/EGS-Options.png[image]

---

Now, when you launch the game, you should see the Unreal Console appear as a separate window.
Here, you can view the game logs, enter commands, and see the game's current status.

image:TestingResources/Unreal-Console.png[image]

[id="LaunchScript"]
== Quick Launch Script

Expand Down

0 comments on commit 0c0f0c7

Please sign in to comment.