Difference between revisions of "Useful Editor Tricks"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Tutorials == Creating a Save Game in PIE == Open the command console, type "saveworld" and enter. Make sure to wait for a few seconds before closing to allow the...")
 
 
Line 1: Line 1:
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 +
[[Category:General]]
 
== Creating a Save Game in PIE ==
 
== Creating a Save Game in PIE ==
 
Open the command console, type "saveworld" and enter. Make sure to wait for a few seconds before closing to allow the save to complete.
 
Open the command console, type "saveworld" and enter. Make sure to wait for a few seconds before closing to allow the save to complete.

Latest revision as of 09:19, 7 April 2018

Creating a Save Game in PIE

Open the command console, type "saveworld" and enter. Make sure to wait for a few seconds before closing to allow the save to complete.

Loading a Save Game in PIE

When starting the dev kit append "-forceload", this loads the last game saved with "saveworld", effectively allowing you to simulate a server restart.

Simulating a reconnect

Open the command console, type "open 127.0.0.1"