[[TOC]] = Frequently Asked Questions (Stand: April 2021) = == '''Basic Troubleshooting''' == '''IMPORTANT''': If the problem remains ask for help either on the [https://wildfiregames.com/forum/forum/145-help-amp-feedback/ forum] or via [https://wildfiregames.com/irc.html IRC #0ad], the game is maintained by volunteers who do all sorts of tasks, be patient. ||= '''Issue''' =||= '''possible Solution''' =|| || Crash when starting the game || Do you have any antivirus software running? Try disabling it temporarily or add an exception for 0AD. || || Crash when starting a match || Try disable `Post-processing` in the game options, while leaving `Prefer GLSL` on. || || No replay files are generated || Do you have any antivirus software running? Try disabling it temporarily or add an exception for 0AD. || || Errors are displayed || Try to disable all mods not compatible with the new version. || || Registering for the Game Lobby does not work || Try to disable `TLS` via `Settings` => `Options` => `Lobby`[[BR]][[Image(FAQ:disableTLS.jpg,500)]][[BR]]PS: There is a limit in the number of accounts you can submit per hour, try again later. || || The multiplayer lobby is empty || You are probably using an older version of the game, see [https://play0ad.com/download/ play0ad.com/download] for the latest version. || || How to play online? || Go to `Multiplayer` --> `Game Lobby` || || I forgot my `Game Lobby` password || Resetting is currently not possible via the GUI, you would need to create an account on the forum and contact [https://wildfiregames.com/forum/profile/21426-user1/ user1]. || || How to play via LAN? || See this forum thread with detailed instructions - [https://wildfiregames.com/forum/topic/21614-multiplayer-on-lan/?do=findComment&comment=325645 Multiplayer on LAN (16/Jan/17)]. || || My friend cannot join my game and I cannot join their game. || If you forward the port, everyone will be able to join you. If you use STUN when hosting, probably many but not everyone will be able to join you. If you can't join someone else's game, there's nothing you can do about it other than informing the host that he should port forward or host your own game. || || What is port forwarding UDP 20595? || A port forward is a way of making a computer on your network accessible to computers on the internet, even though they are behind a router. It is commonly used in gaming, security camera setup, voice over ip, and downloading files. After you have forwarded a port you are said to have an open port. 0 A.D. uses the port 20595. || || How to do port forwarding? || This can be adjusted in your router settings, try googling the manual of your router and follow the instructions from there.[[BR]][[Image(FAQ:router_port_forwarding.jpg,400)]] || || Increasing the User Interface || Add `gui.scale = "1.2"` to your `user.cfg` file, you can increase this number if you like, this will likely become an option with A25.[[BR]][[Image(FAQ:user_cfg.jpg,400)]] || || Where do I find my replays, save files and configuration files (e.g `user.cfg`)? || see [https://trac.wildfiregames.com/wiki/GameDataPaths wiki/GameDataPaths] || || Game is lagging || Yes, it's a general issue of the game. See this forum thread with recommendation to avoid lag: [https://wildfiregames.com/forum/topic/27600-lag-in-0-ad-a-few-questions/ Lag in 0 AD - A Few Questions] (12/Feb/20). || == Gameplay == ||= '''Question''' =||= '''Answer''' =|| || How do you destroy a building instead of capturing it? || Hold `Ctrl` before `right-clicking` on the building you want to destroy. || || How does capturing work? || The buildings have `capture points` for all players. If a player reaches 100% of the `capture points` for that building that player gains control over that building. `Capture points` can be gained by ordering units to capture that building or by that building standing inside a players area of influence (the player-coloured borders). || || Where can I find all keyboard combinations for the game? || (1) Either in the game itself via the GUI `Hotkeys` button or[[BR]](2) see [https://trac.wildfiregames.com/wiki/HotKeys wiki/HotKeys] || || How do I find idle units? || (1) There is a button right below the minimap[[BR]](2) You can also press `.` || || How do you select all idle workers? || Press `Alt + .` || || How do you select only military units? || Press `Alt` and `Left Drag` with your mouse a rectangle over your units. || || Can you make groups of units? || Select a bunch of units and then press `Ctrl + 1`, you can make more multiple groups by using different numbers. || || How does trade work? || Select a trader and send it from your market to any allied market. It will give you some free resources over time. || || How is my "Game Lobby" rating calculated? || [NEEDS EXPLANATION, it uses ELO like chess, but more details would be nice] || || How are the total, economy, military and exploration score calculated? || (1) Total = Sum of economy, military and exploration score[[BR]](2) Economy = Sum of all resources + trade income, divided by 10[[BR]](3) Military = Sum of enemyUnitsKilledValue, unitsCapturedValue, enemyBuildingsDestroyedValue and buildingsCapturedValue, divided by 10[[BR]](4) Exploration = percentMapExplored, multiplied with 10[[BR]][[Image(FAQ:score.jpg,500)]] || == Modding == ||= Question =||= '''Answer''' =|| || How to get started? || The game itself is developed to be highly modifiable, to get started see [https://trac.wildfiregames.com/wiki/Modding_Guide wiki/Modding_Guide] and [https://trac.wildfiregames.com/wiki/Mod_Layout wiki/Mod_Layout].[[BR]]Taking a look at small existing mods (e.g [https://wildfiregames.com/forum/topic/27124-ffm_visibility-mod/ ffm_visibility] or [https://wildfiregames.com/forum/topic/38615-battle-mod-for-0-ad Battle Mod]) might help to better understand how things work.[[BR]]Some total-conversion mods are: [https://www.moddb.com/mods/hyrule-conquest Hyrule Conquest], [https://github.com/JustusAvramenko/delenda_est Delenda Est] or [https://github.com/azayrahmad/0AD-City-Builder 0AD City Builder]. || || What to do if I need help? || (1) You can ask via IRC 0ad (general questions) or 0ad-dev (technical questions).[[BR]](2) You might find old threads in the [https://wildfiregames.com/forum/forum/18-game-modification/ Game Modification] subforum answering your questions, otherwise you can create a topic and ask for help there. || || Can I use the game assets? || Yes, you only have to comply with the [https://trac.wildfiregames.com/wiki/Modding_Guide#License 0AD license].[[BR]]''"0 A.D. is released as open source: you can freely use, copy, modify and distribute the game's source code and data files, as long as you include attribution to Wildfire Games and let anyone freely modify and distribute any of your own modifications to the game's files."'' || || Where to find the source code? || Here you can find all the information on how to get the source code and build the game: [https://trac.wildfiregames.com/wiki/BuildInstructions wiki/BuildInstructions]. || == Miscellaneous == ||= Question =||= '''Answer''' =|| || How to keep up with the game? || For casual players there is no channel that summarizes progress. From time to time there are a some social media posts and a development report, but they are rare.[[BR]]For players with technical background, you can read the [https://trac.wildfiregames.com/log/ps logs], check committed patches on [https://code.wildfiregames.com/diffusion/commit/query/all/ Phabricator] or the timeline on [https://trac.wildfiregames.com/timeline Trac]. || || When will the game be released? || When it will be ready. Unfortunately we can't be much more specific than that, there are too many things we just don't know. We're working on the game in our spare time, so we don't know how much time we'll have to make the game. We've never developed a game before, so we don't know how long it will take to do one or the other. || || Will you put the game on Steam? || We're going to look at putting the game on Steam to make it easier for people to find out about it, but not until we get to the beta stage at the earliest. We want the game to be as good as possible so people don't miss it among all the other games that are there. [NEEDS UPDATE @wraitii] || || Does 0AD use any social media accounts? || You can find a list of all accounts at the bottom of our homepage [https://play0ad.com play0ad.com]. || || Does 0AD have a Discord? || There is no official Discord, but there are unofficial servers:[[BR]]https://discord.gg/KJPwF94 [[BR]]https://discord.gg/VbE9U3r [[BR]]https://discord.gg/ztUnc2dg [[BR]]https://discord.gg/xgpMArvu [[BR]]https://discord.gg/jywnFzFA || || How about more factions? || Currently, there are no plans to add more factions until the game reaches the beta stage. However, there are mods that add more factions to the game (see [https://github.com/0ADMods github.com/0ADMods]). || || Will you add single-player campaigns? || It has been committed to the development version with changeset [https://trac.wildfiregames.com/changeset/24979/ 24979] (2/Mar/21), you can find more information in this forum thread [https://wildfiregames.com/forum/topic/35890-tutorial-campaign/ Tutorial Campaign (29/Jan/21)]. || || Where can I download the game? || The game is free and open source, you are welcome to [https://play0ad.com/community/donate/ donate] if you like. || || Does the game have an in-game store, is it freemium or pay-to-win? || Everything of the game is totally free and open source. We use [https://play0ad.com/community/donate/ donations] to pay for server hosting, etc. || || '''How can I contribute?''' || Look [wiki:WikiStart#Fordevelopersandthoseinterestedinthelatestprogress here]. You can also introduce yourself on our [https://wildfiregames.com/forum/index.php forums] or dive into our [https://webchat.quakenet.org/?channels=0ad-dev IRC-channel #0ad-dev on QuakeNet][[BR]]There are basically four important channels:[[BR]](1) [https://trac.wildfiregames.com/ trac.wildfiregames.com] - for managing bugs and the wiki[[BR]](2) [https://code.wildfiregames.com/ code.wildfiregames.com] (aka Phab or Phabricator) - for managing patches before they are committed into the game[[BR]](3) [https://wildfiregames.com/forum/ wildfiregames.com/forum] - discussion/feedback/miscellaneous[[BR]](4) [https://www.transifex.com/wildfire-games/0ad/ transifex.com/wildfire-games/0ad] - translating the game || || Where and how should I report bugs? || See [https://trac.wildfiregames.com/wiki/ReportingErrors wiki/ReportingErrors] || || Can you recommend a video or presentation about 0ad? || (1) Video - [https://peertube.debian.social/videos/watch/7d134d11-0b25-42bc-92dd-13c496863e8e 0 A.D. Empires Ascendant, a FLOSS Game] (25/Nov/20)[[BR]](2) PDF-presentation - [https://wildfiregames.com/forum/topic/27553-sogyo-presentation/ Sogyo Presentation] (1/Feb/20) || || What to do if I have a question that is not part of this FAQ? || Join IRC 0ad (general question) or 0ad-dev (technical question) or see [https://wildfiregames.com/forum/index.php?/forum/145-help-amp-feedback/ help & feedback section] of our forums many other questions have already been answered. You may also ask any new questions there. ||