Difference between revisions of "Frequently Asked Questions"
m (→Where can I download Warfork from?: improve steamcmd download explanation) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
For Desktop OSes: Warfork can be downloaded from [https://store.steampowered.com/app/671610/Warfork/ Steam].<br> | For Desktop OSes: Warfork can be downloaded from [https://store.steampowered.com/app/671610/Warfork/ Steam].<br> | ||
For Linux servers: Warfork can be downloaded via [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD] (AppID 671610 (requires logging in) / 1136510 (no login required)). | For Linux servers: Warfork can be downloaded via [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD] (AppID 671610 (requires logging in) / 1136510 (no login required)). | ||
+ | |||
+ | Note that appid 1136510 contains client binaries/resources and can be used to download Warfork without steam authentication, for windows and linux both. | ||
+ | |||
+ | Example steamcmd interactive session, once you launched <code>steamcmd</code> | ||
+ | |||
+ | <syntaxhighlight lang="sh"> | ||
+ | force_install_dir typeyourpathhere | ||
+ | login anonymous | ||
+ | app_update 1136510 | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | You may want to specify an actual directory path instead of <code>typeyourpathhere</code>. | ||
== Where can I report bugs / issues? == | == Where can I report bugs / issues? == | ||
Line 32: | Line 44: | ||
! Code !! Color | ! Code !! Color | ||
|- | |- | ||
− | | ^0 || <span style="color:black; background-color:white">Black</span> | + | | ^0 || <span style="color:black; background-color: white">Black</span> |
|- | |- | ||
− | | ^1 || <span style="color: | + | | ^1 || <span style="color:#FF0202">Red</span> |
|- | |- | ||
− | | ^2 || <span style="color: | + | | ^2 || <span style="color:#05FF12">Green</span> |
|- | |- | ||
− | | ^3 || <span style="color: | + | | ^3 || <span style="color:#F1FF14">Yellow</span> |
|- | |- | ||
− | | ^4 || <span style="color: | + | | ^4 || <span style="color:#0100FE">Blue</span> |
|- | |- | ||
− | | ^5 || <span style="color: | + | | ^5 || <span style="color:#00FEFF">Cyan</span> |
|- | |- | ||
− | | ^6 || <span style="color: | + | | ^6 || <span style="color:#FF03FF">Purple</span> |
|- | |- | ||
− | | ^7 || <span style="color: | + | | ^7 || <span style="color:#FFFFFF">White</span> |
|- | |- | ||
− | | ^8 || <span style="color: | + | | ^8 || <span style="color:#F18602">Orange</span> |
|- | |- | ||
− | | ^9 || <span style="color: | + | | ^9 || <span style="color:#7B7B7B">Gray</span> |
|} | |} |
Latest revision as of 19:21, 11 May 2023
Important links:
Editing guidelines
Wiki rules
Contents
Where can I download Warfork from?
For Desktop OSes: Warfork can be downloaded from Steam.
For Linux servers: Warfork can be downloaded via SteamCMD (AppID 671610 (requires logging in) / 1136510 (no login required)).
Note that appid 1136510 contains client binaries/resources and can be used to download Warfork without steam authentication, for windows and linux both.
Example steamcmd interactive session, once you launched steamcmd
force_install_dir typeyourpathhere
login anonymous
app_update 1136510
You may want to specify an actual directory path instead of typeyourpathhere
.
Where can I report bugs / issues?
Any bugs, issues or problems related to Warfork can be reported on our Discord.
Where can I find my configuration file, demos, screenshots and other?
Operating System | Path |
---|---|
Windows | %USERPROFILE%/My Documents/My Games/Warfork 2.1/basewf/ |
Mac | ~/Library/Application Support/Warfork-2.1/basewf/ |
Linux | ~/.local/share/warfork-2.1/basewf/ |
How can I host a server? / My server isn't appearing on the server browser! What do I do?
Follow this guide.
How do I put colors in my player name?
Code | Color |
---|---|
^0 | Black |
^1 | Red |
^2 | Green |
^3 | Yellow |
^4 | Blue |
^5 | Cyan |
^6 | Purple |
^7 | White |
^8 | Orange |
^9 | Gray |