Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Contribution Scores
Random page
Help about MediaWiki
External Links
Homepage
Discord
Forum
Funding
DDraceNetwork
Search
Search
English
Create account
Log in
Personal tools
Create account
Log in
Translations:Teams/6/de: Difference between revisions
Translation unit
Discussion
Deutsch
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
In other languages
Help
From DDraceNetwork
Visual
Wikitext
Revision as of 18:20, 6 October 2023
view source
Steinchen
(
talk
|
contribs
)
Automoderated users
177
edits
Created page with "* To speed up joining dummy maps: TODO"
Latest revision as of 20:16, 11 June 2024
view source
Iza
(
talk
|
contribs
)
Automoderated users
45
edits
No edit summary
Line 1:
Line 1:
*
To speed up joining dummy maps
: TODO
*
Um das Betreten von Dummy Maps zu beschleunigen
: TODO
Latest revision as of 20:16, 11 June 2024
Information about message (
contribute
)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (
Teams
)
Connecting a dummy and making it join a specific team can be automated with a single key press. To set it up, create a file in the game directory, paste the code below into it, and bind a key in the F1 Console to execute the file using the bind command: <code>bind [key] exec [filename]</code>. This can save you a bit of time when playing Dummy Maps.
<syntaxhighlight lang="properties">
# connect dummy to the server
dummy_connect
# make dummy join a team, replace "[team number]" with a number between 1 and 63
say /team [team number]
# switch to main player controller
cl_dummy 0
# make main player controller join a team, replace "[team number]" with a number between 1 and 63
say /team [team number]
# lock the team so that nobody else can join your team
say /lock
</syntaxhighlight>
Um das Betreten von Dummy Maps zu beschleunigen: TODO
Toggle limited content width