From 1da2e7c5155422aea1a66249e90fa117e9ebcf15 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Thu, 20 Jun 2024 04:04:27 +0300 Subject: [PATCH] Docs for SS14-29179 (#240) Merge after https://github.com/space-wizards/space-station-14/pull/29179/ --- src/en/space-station-14/mapping/guides/general-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/en/space-station-14/mapping/guides/general-guide.md b/src/en/space-station-14/mapping/guides/general-guide.md index eac747615..6dafbde26 100644 --- a/src/en/space-station-14/mapping/guides/general-guide.md +++ b/src/en/space-station-14/mapping/guides/general-guide.md @@ -39,7 +39,9 @@ A [development environment](../../../general-development/setup/setting-up-a-deve If you are using a development enviroment instead of just hosting a local server, make sure to use Tools instead of Debug/DebugOpt mode. This is because Debug adds artificial lag (making mapping unpleasant) and crashes more (having more assertions enabled). Additionally be careful to not use Release, which disables development environment tooling and configuration and causes the game to act like a standard server instead of a development environment. -If you are launching via a console, you can just use: +If you have ``runclient-Tools.bat`` and ``runserver-Tools.bat`` you can run those. + +If you don't have the above or want to launch via a console yourself, you can just use: ``` dotnet run --project Content.Server --configuration Tools dotnet run --project Content.Client --configuration Tools