From 6e5cf5b29dc6f7f31002b266ef2a263a778ef5c6 Mon Sep 17 00:00:00 2001 From: Rob B Date: Sun, 30 Jun 2024 00:22:55 -0400 Subject: [PATCH] Clarify where to find the mod folder within the editor vs. on disk --- .../Development/BeginnersGuide/SimpleMod/gameworldmodule.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/Development/BeginnersGuide/SimpleMod/gameworldmodule.adoc b/modules/ROOT/pages/Development/BeginnersGuide/SimpleMod/gameworldmodule.adoc index 376dc750..f978ae4f 100644 --- a/modules/ROOT/pages/Development/BeginnersGuide/SimpleMod/gameworldmodule.adoc +++ b/modules/ROOT/pages/Development/BeginnersGuide/SimpleMod/gameworldmodule.adoc @@ -62,7 +62,9 @@ The Dependencies list should already be pre-populated with a dependency on the c image:BeginnersGuide/simpleMod/EditPlugin.png[Edit your Plugin screenshot] -Creating your plugin with this wizard will create a plugin workspace folder inside the project folder under `/Mods/`. +You can find your mod's files within the editor in the Plugins subfolder of any Content Browser. +On disk, the folder can be found inside your modding project folder at +`/Mods/`. All of the settings you selected in the wizard are stored in your mod's `.uplugin` file, which you can optionally read more about