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

A FAQ for common problems #241

Closed
Tenchi2xh opened this issue Apr 8, 2020 · 2 comments
Closed

A FAQ for common problems #241

Tenchi2xh opened this issue Apr 8, 2020 · 2 comments
Labels
improvement Something can be added or improved

Comments

@Tenchi2xh
Copy link

Tenchi2xh commented Apr 8, 2020

(Could be a markdown file in this repo or this issue stickied? Also maybe pinned in the chat and in #resources)

Goal: to avoid users encountering common issues from repeating the same things in the chat or issues, and provide them with a quick link to solve their problems

I can see two such issues already:

EDIT: adding more questions gradually, the two initial ones that prompted this were about wallpapers and cache

The TOC will only work as a markdown file and not an issue

FAQ

General

My wallpaper won't load

This is probably due to the image host where the wallpaper was uploaded not supporting CORS Headers, meaning that the host does not explicitly allow web applications to download their content.

Solutions:

  • Upload the wallpaper on another image host
  • Use a CORS proxy, which will get around the header issue by adding their own. For this, just add https://cors-anywhere.herokuapp.com/ in front of the URL of the wallpaper (for example, https://cors-anywhere.herokuapp.com/https://foobar.com/my_blocked_wallpaper.png

My game is behaving weirdly / I can't connect / I keep getting connection errors

This is probably due to an old cache. Solutions:

  • Do a forced refresh: Ctrl+F5, or ⌘ Cmd+⇧ Shift+R on Mac
  • Clear the cache of your browser and reload the game

Gameplay

How many lines of garbage do my attacks send?

Here is the current attack table used by the game, showing how many lines of garbage an attack will send, depending on when in a combo the attack was made:

Attack table

For example, doing the combo TripleSingleSingleQuad will send 2 + 0 + 1 + 7 = 10 lines of garbage total.

Tetra League

I have finished my 10 placement matches, but still have no rank?

You will receive a rank when your RD (the uncertainty score, the part after the ±) is under 100

For that all you need to do is play more games until the system is sure about your actual ranking. The placement matches are only there to give you an initial position

How does the game decide which rank I have?

Here is the current rank distribution used by the game:

Ranks cheat sheet

This means that the ranks are distributed equally across the player base and is not intrinsically tied to the exact number of TR or Glicko points — the ranks are spread throughout the whole player base, meaning that the top 1% will always have the rank X while the bottom 3.5% will always have the rank D.

In other words, if the server ever only contains pro-level players, the bottom 3.5% of those pro-level players will have the rank D. And similarly, if the server only ever contains beginner-level players, the top 1% of those would have the rank X.

Moreover, your rank will only get updated if you play league games, and can only go down if you lose, and only go up if you win.

Glossary of abbreviations

TODO: Complete

PPS
Pieces Per Second
APM
Attacks Per Minute
TR
Tetr.io Ranking
PC
Perfect Clear
SD
Soft Drop
...
...
@Tenchi2xh Tenchi2xh added the improvement Something can be added or improved label Apr 8, 2020
@Tenchi2xh
Copy link
Author

More questions to add:

  • What is finesse?
  • How is the VS score calculated? How do I improve my VS score?
  • How are TR, glicko and RD calculated?

@Tenchi2xh
Copy link
Author

I implemented a fan-FAQ on my fansite: https://tetrio.team2xh.net/?t=faq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something can be added or improved
Projects
None yet
Development

No branches or pull requests

1 participant