Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for SS14-29179 #240

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/en/space-station-14/mapping/guides/general-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading