FAQ: Difference between revisions
Add FAQ items from zh |
|||
Line 1: | Line 1: | ||
{{LangNavBox}} | {{LangNavBox}} | ||
Here you can find a collection of '''''frequently asked questions'''''. | |||
Here you can find a collection of '''''frequently asked questions'''''. If you want to know how to contribute to this wiki, you can take a look at [[How to contribute]]. | |||
If you don't find the answers you want here, you can go to the [https://ddnet.org/discord official Discord] | |||
== Technical Questions == | == Technical Questions == | ||
Line 32: | Line 35: | ||
The run can be restored again with /load "code" in the chat. | The run can be restored again with /load "code" in the chat. | ||
Make sure that every player has the same name to load. | Make sure that every player has the same name to load. You and your team members need to be in a team and not have touched the start line to load a save game. Each save game can only be loaded once, so repeat the above steps if you need to save again. | ||
===My game skin, entities, autoexec or any other file was overwritten by an update, why?=== | ===My game skin, entities, autoexec or any other file was overwritten by an update, why?=== | ||
Line 52: | Line 55: | ||
There are also some [[Resources#Blog Posts|blog posts]] that may help you. | There are also some [[Resources#Blog Posts|blog posts]] that may help you. | ||
=== "The width of texture ... is not divisible by 16, or the height is not divisible by 16, which might cause visual bugs." === | |||
The game wants to give you and the image designer the best possible experience, so it specifies the dimensions of the image's appearance so that the designer can be consistent in his creation. In Teeworlds, the grid map is made up of small 16*16 images, so the length and width of the image needs to be divisible by 16 in order to render successfully, otherwise there will be what is called "texture/pixel bleeding". You can search for yourself to learn more. | |||
=== "No answer from server yet."? === | === "No answer from server yet."? === | ||
It is likely the server is down or not reachable from the client, probably due to DoS attacks. | It is likely the server is down or not reachable from the client, probably due to DoS attacks. | ||
You can try again later. | You can try again later. | ||
Line 61: | Line 68: | ||
==Gameplay Related== | ==Gameplay Related== | ||
===How to play | ===How to play with my friends only?=== | ||
There are multiple ways to achieve this: | There are multiple ways to achieve this: | ||
Line 72: | Line 79: | ||
== Design Related == | == Design Related == | ||
=== How to make a map or skin? === | |||
See [[Mapping]], [[Skin creation]] and [[Resources]] in general. | |||
=== How do I upload my map to the official server? === | |||
If you want to upload your map to the official server, your map should comply with and follow the map creation guidelines. Once you think your map meets all the requirements, you can submit it for review in the submit-maps channel on Discord. | |||
=== How can I get other players to see the skin that I created? === | === How can I get other players to see the skin that I created? === |