Useful Editor Tricks

From ARK Modding Wiki
Revision as of 12:18, 24 November 2017 by Tao (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"