-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[DE] Add Client/Beatmap editor/Test mode
#12476
Open
The-Last-Cookie
wants to merge
2
commits into
ppy:master
Choose a base branch
from
The-Last-Cookie:de-testmode
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
tags: | ||
- editor | ||
- beatmapping | ||
- mapping | ||
--- | ||
|
||
# Testmodus | ||
|
||
![Screenshot des Testmodus](img/test-mode-example.jpg "Der Testmodus mit aktiviertem Autoplay") | ||
|
||
Der **Testmodus** ist eine Funktion des [Beatmap-Editors](/wiki/Client/Beatmap_editor) mit dem Ersteller ihre eigenen [Beatmaps](/wiki/Beatmap) zu Testzwecken aus dem Editor heraus spielen können. Der Modus ist über den Button `Test` in der rechten, unteren Ecke im Editor aufrufbar. | ||
|
||
![Testmodus Button](img/test-mode-button.png "Der Test-Button im Beatmap-Editor") | ||
|
||
*Anmerkung: Der Testmodus ist dafür bekannt, dass bei einigen Nutzern Lags oder spürbare Einbrüche der Framerate auftreten.* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sounds a bit like lagging is the main thing that the test mode is known for... |
||
|
||
Das Spielen einer Beatmap im Testmodus unterscheidet sich vom normalen Spiel, da keine Scores angelegt werden, keine Ranglisten angezeigt werden und Spieler nicht auf der Beatmap scheitern können. Des Weiteren werden auf der linken Seite des Bildschirms immer diese Informationen angezeigt: | ||
|
||
- Der aktuelle [Zeitstempel](/wiki/Modding/Timestamp) der Beatmap. | ||
- Die [SB-Belastung](/wiki/Client/Beatmap_editor/SB_load). | ||
- Die gesamte Menge an 300er, 100er, 50er und Misses, die erzielt wurden. | ||
- Der Anteil an Treffern, die falsch getimt sind. | ||
- Die durchschnittliche Verzögerung (in Millisekunden), mit der ein falsch getimter Treffer zu spät ist. | ||
- Die [Sternebewertung](/wiki/Beatmap/Star_rating) der Beatmap. | ||
- Die gesamte Spiellänge der Beatmap (in Sekunden). | ||
- Die maximal mögliche Combo, die ein Spieler auf der Beatmap erreichen kann. | ||
- Verschiedene Tastaturkürzel. | ||
|
||
Der Testmodus unterscheidet sich vom normalen Spiel ebenfalls dadurch, dass Nutzer ihre Beatmap vor dem Spielen abspeichern müssen. Außerdem kann die Beatmap mit aktiviertem Autoplay angeschaut werden, genauso wie bei der Mod [Auto](/wiki/Gameplay/Game_modifier/Auto). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure it's required