Difference between revisions of "StartingPoints"
From The Battle for Wesnoth Wiki
m (→Reference: 1.8) |
m (Protocol-agnostic HTTP/HTTPS linking) |
||
Line 7: | Line 7: | ||
What would you like to learn about Wesnoth in this wiki? [[Play]] it, [[create]] with it, [[support]] for it, examine the [[project]], view [[credits]] of it. | What would you like to learn about Wesnoth in this wiki? [[Play]] it, [[create]] with it, [[support]] for it, examine the [[project]], view [[credits]] of it. | ||
− | This is a page with starting points to exploring this wiki about The Battle for Wesnoth. In addition to the wiki, there's also a [ | + | This is a page with starting points to exploring this wiki about The Battle for Wesnoth. In addition to the wiki, there's also a [//www.wesnoth.org homepage], a [//www.wesnoth.org/forum forum], and a [https://github.com/wesnoth Github project page]. |
* [[Special:Categories|List of all page categories in this wiki]] | * [[Special:Categories|List of all page categories in this wiki]] | ||
Line 40: | Line 40: | ||
* [[ChatCommands]] - commands you can use when on a multiplayer server | * [[ChatCommands]] - commands you can use when on a multiplayer server | ||
* [[ServerAdministration]] - commands that invoke direct server response (mostly for getting information) | * [[ServerAdministration]] - commands that invoke direct server response (mostly for getting information) | ||
− | * [ | + | * [//units.wesnoth.org/ Units] - Units advancement trees and stats |
− | ** [ | + | ** [//units.wesnoth.org/1.14 Stable version] |
− | ** [ | + | ** [//units.wesnoth.org/trunk Trunk version] |
* [[Races]] - [[Drakes (race)|Drakes]], [[Dwarves]], [[Elves]], [[Humans]], [[Orcs]], [[Undead (race)|Undead]], etc. | * [[Races]] - [[Drakes (race)|Drakes]], [[Dwarves]], [[Elves]], [[Humans]], [[Orcs]], [[Undead (race)|Undead]], etc. | ||
** [[Factions]] - all major factions, mainline and user-made | ** [[Factions]] - all major factions, mainline and user-made | ||
Line 71: | Line 71: | ||
== Improving the Game == | == Improving the Game == | ||
* [[ReportingBugs]] - use GitHub! | * [[ReportingBugs]] - use GitHub! | ||
− | * [ | + | * [//www.wesnoth.org/wiki/ReportingBugs#Guidelines_for_suggesting_features Guidelines for suggesting features] - To submit a feature request, use https://bugs.wesnoth.org |
==== Developer information ==== | ==== Developer information ==== | ||
* [[DeveloperResources]] - useful links | * [[DeveloperResources]] - useful links | ||
− | * [ | + | * [//changelog.wesnoth.org Changelog] - the most recent changes made to the game |
* [[WesnothRepository]] - accessing the source code | * [[WesnothRepository]] - accessing the source code | ||
* [[HackingWesnoth]] - guide for programmers | * [[HackingWesnoth]] - guide for programmers | ||
Line 81: | Line 81: | ||
* [[Git_for_Wesnoth_Crash_Course]] - guide for contributors who are new to git / github | * [[Git_for_Wesnoth_Crash_Course]] - guide for contributors who are new to git / github | ||
* [[SoftwareTesting]] - for programmers | * [[SoftwareTesting]] - for programmers | ||
− | * [ | + | * [//www.wesnoth.org/units/trunk/animations.html Missing unit animations] - what's available and what's missing |
* [[Wesnoth_AI]] - starting point for AI documentation | * [[Wesnoth_AI]] - starting point for AI documentation | ||
* [[ThemeSystem]] - customizing the screen layout for the game and the editor | * [[ThemeSystem]] - customizing the screen layout for the game and the editor | ||
Line 106: | Line 106: | ||
== Other == | == Other == | ||
* [[UsefulLinks]] | * [[UsefulLinks]] | ||
− | * [ | + | * [//en.wikipedia.org/wiki/Battle_for_Wesnoth Wikipedia entry for Wesnoth] |
* [[WikiHaiku]] | * [[WikiHaiku]] | ||
Revision as of 22:14, 11 July 2019
What would you like to learn about Wesnoth in this wiki? Play it, create with it, support for it, examine the project, view credits of it.
This is a page with starting points to exploring this wiki about The Battle for Wesnoth. In addition to the wiki, there's also a homepage, a forum, and a Github project page.
Getting the Game
Downloading
- Download - get the most recent source-files and many binaries
- WesnothBinariesLinux - precompiled for many GNU/Linux distributions
Compiling
- CompilingWesnoth - on Unix, Mac, Windows, GNU/Linux, PDAs, ...
- UsingSourceinstall - using GNU Source Installer to automate installation and upgrades from source (Unix-likes only)
- DebuggingWesnoth - on GNU/Linux and Unix-like systems
Playing the Game (Play)
For New Players
- GettingStarted - read me first!
- WesnothManual - the rules
- MainlineCampaigns - walkthroughs for the game-supplied campaigns
For Not-So-New Players
- AdvancedTactics - beating the AI and other people
- MultiplayerServers - where to play against other people online
- Replays - archive of replays new and old
- How to play... - learn more about various faction vs faction strategies
Reference
- HotKeysSystem - keyboard shortcuts
- CommandMode - commands you can use in-game
- ChatCommands - commands you can use when on a multiplayer server
- ServerAdministration - commands that invoke direct server response (mostly for getting information)
- Units - Units advancement trees and stats
- Races - Drakes, Dwarves, Elves, Humans, Orcs, Undead, etc.
- Factions - all major factions, mainline and user-made
- Glossary - common Wesnothian jargon, acronyms and slang explained
Tweaking the Game (Create)
Scenarios & Campaigns
- Guide_to_UMC_Content - user-written scenarios, campaigns and game modifications
- Wesnoth UMC Dev - where you can do collaborative UMC development
- BuildingCampaigns - how to make your own single player campaigns
- MultiplayerContent - how to make your own multiplayer scenarios and campaigns
- BuildingScenarios - how to make your own scenarios
- BuildingUnits - how to make your own units
- UnitAnalysis - tool to analyze units
References
- ReferenceWML - all about Wesnoth Markup Language
Tools & Utilities
- ExternalUtilities - scripts to help create scenarios, campaigns, and graphics
- CustomizingStartup - some tweaks for optimizing the game's startup & performance
- Art Tutorials - help in creating art
- GraphicLibrary - unit and terrain images posted on the forums
- Tiles_Status - terrain tiles: proposed and in progress.
Improving the Game
- ReportingBugs - use GitHub!
- Guidelines for suggesting features - To submit a feature request, use https://bugs.wesnoth.org
Developer information
- DeveloperResources - useful links
- Changelog - the most recent changes made to the game
- WesnothRepository - accessing the source code
- HackingWesnoth - guide for programmers
- CodingStandards - for programmers
- DeveloperGuide - for those who received repository commit rights
- Git_for_Wesnoth_Crash_Course - guide for contributors who are new to git / github
- SoftwareTesting - for programmers
- Missing unit animations - what's available and what's missing
- Wesnoth_AI - starting point for AI documentation
- ThemeSystem - customizing the screen layout for the game and the editor
- ReleasingWesnoth - steps to follow to release a new version
- EasyCoding - Bugs and features that are easy to implement for new coders
- NotSoEasyCoding - Bugs and features which are doable but lacking someone working on them
- WesnothdDesign - Guide to the design of wesnothd, the multiplayer server.
- SummerOfCodeIdeas - Ideas for Google summer of code
Game translations
- GettextForTranslators - how to translate Wesnoth under GetText
- WesnothTranslations - completely unknown stats...
- WesCamp - a project for translating user-made campaigns
About the Game
- WesnothPhilosophy - Dave on Wesnoth
- Timeline of Wesnoth - the timeline of Wesnoth campaigns
- Geography of Wesnoth - description of Wesnoth and surrounding lands
- WesnothFigures - notable figures of valorous and infamous deeds in Wesnoth
- WesnothReviews - third party reviews of Wesnoth
- #wesnoth - our IRC channel
- Trailer - the Wesnoth trailer
Other
About this Wiki
- Editing - learn how to edit pages
- Sandbox - experiment with the wiki
- WikiMigration - we were looking for a replacement for our old wiki (and ended up using Mediawiki)