Dec 21, 2024
Warfork - GelmoSan
Hey Forkers,

We have just released Warfork 2.15.1, which brings two minor updates:

- When a user connects to a Steam-enabled server, their SteamID will now be included in the server's log. This should help with server administration/moderation. [velzie]
- Fixed an issue that caused Warfork's Steam service to crash in some scenarios. This fixes crashes for players and servers that have a large amount of pk3 files. [velzie + Michael Pollind]

Note: Going forward, we will no longer be including previous versions of the game with each release. If you intend to keep demos for the purpose of making videos in the future, we recommend that you create a personal backup/copy of the game's installation directory before or after each new update. If this worries you, we suggest disabling automatic updates for Warfork in Steam. Additionally, you are free to compile a working build of any version of the game that you wish using the open-source code available in our GitHub repository; all releases since 2.14 are tagged. If you need assistance with this, please ask in our Discord server. The next update, 2.16, will break compatibility with current demos.
Warfork - GelmoSan
The fix for the occasional hang/crash that was pushed in the last optional update has proven to be problematic. This optional update for dedicated servers reverts that change, while retaining the logging change related to Steam IDs.

  • When a player connects to a server with Steam Auth enabled, their Steam ID is now written to the server's log/console. This facilitates retroactively muting and banning players.
Clients do not need to update to play on updated servers.
Warfork - GelmoSan
An optional update has just been pushed to the dedicated server appid. This update brings the following improvements, brought to you by Velzie:

  • The occasional hang/crash when switching maps should now be resolved.
  • When a player connects to a server with Steam Auth enabled, their Steam ID is now written to the server's log/console. This facilitates retroactively muting and banning players.
Clients do not need to update to play on updated servers.
Apr 22, 2024
Warfork - Caine
Hey Forkers,

Warfork 2.15 is just a minor update to sort out some bugs. Please be patient while game servers update.

- Fixed Steamshim logging. [coolelectronics]
- Memory reports are no longer dumped. [coolelectronics]
- Check if Matchmaking is enabled in G_AddPlayerReport. [Josh "Gelmo" Gelman]
- Resolve images failing to load with dots in the filename. [Michael Pollind]
Warfork - Caine
Hey Forkers,

WHAT!! has been hard at work on our third Warfork map, "shredder". Today, we bring you the beta version 1 of this map. We would appreciate it if you shared your feedback in this news post.

A special thanks to Evillair, Hipshot, and Boqu for the textures.

Lastly here's a message from WHAT!!:

"Hi forkers it's WHAT again. I was told to create a map around the concept of "toxic" by the powers up on high and I thought it would be fun to put that together with a bit of the old me and let loose with something a bit more free and wide. You all are probably going to haul some serious ass on this map. I look forward to all the insane movement people come up with. Thanks to our patient testing team for all the times I have pestered them for input. Have fun!"
Warfork - Caine
Hey Forkers,

Today, we're excited to announce an update featuring Steam Integration (primarily focused on moderation tools), along with fixes for Discord integration and various other improvements. You can find the changelog below. We'd like to extend a special thanks to "coolelectronics" for implementing Steamworks SDK, Mark "learn_more" Jansen for conducting code reviews for all Steamworks related code, Cyanic for advising us on various Steamworks obstacles, and Josh "Gelmo" Gelman for leading beta testing. Additionally, we wish to express our gratitude to Michael Pollind for his contributions to the renderer, and to Ashley 'LadyHavoc' Hale and Michael 'mikejs' Savage for their invaluable guidance and code reviews, as requested.

Steam Integration:
  • Steam IDs are now visible when using the "status" command (rcon required) or typing "players". [coolelectronics]
  • Implemented Warfork Steam Community bans. [coolelectronics]
  • Servers can now be restricted to Steam Authenticated users only, with sv_useSteamAuth "1" (enabled by default). [coolelectronics]
  • Define permanent operators by SteamID with g_permanent_operators "steamid64:steamid64:steamid64". [coolelectronics]
  • Restrict your server to only Whitelisted SteamIDs using sv_whitelist "steamid64:steamid64:steamid64". [coolelectronics]
  • Added the following commands: mute <steamid64> <shadow 0/1> <minutes>, removemute <steamid64>, ban <steamid64> <minutes>, and removeban <steamid64>. [coolelectronics]
  • In-game player names are now derived from Steam Persona names on first launch or if set to "Player" or any variant during game launch. [coolelectronics]
  • Added ability to block players in-game by pressing escape, clicking "Players", and selecting the player to block. Steam profiles can also be viewed this way. [coolelectronics]
  • Detailed information about Warfork is now displayed in your Steam game status. [coolelectronics]
  • Steam Friends can now join you in a server using the "Join Game" button. [coolelectronics]
  • Steam profile pictures are now visible on the scoreboard. [coolelectronics]
  • Added the command "steam_debug 1" to assist in troubleshooting Steam-related issues. [coolelectronics]

Discord Integration:
  • Removed color codes from game server names displayed in Discord rich presence. [coolelectronics]
  • Fixed issue where Discord game joins failed when Warfork was not running. [coolelectronics]
  • Resolved Discord rich presence issue causing repeated console errors printed when using a 1-character server name. [coolelectronics]
  • Resolved an issue where Discord rich presence incorrectly displayed 'unknownmap' for custom maps not listed in 'valid_maps'. Now, custom maps properly show 'unknownmap' as the level shot without affecting the map name. [coolelectronics]
  • Fixed Discord rich presence not loading levelshots for maps with uppercase characters. [coolelectronics]
  • Added discord levelshots: infinirace, infinirace_covered, return, pressure, shredder, and raketliga_slide. [caine]

General Bug Fixes:
  • Resolved an issue with level of detail (LOD) loading across different pk3 files, preventing bypassing of pure checks when items were in a _pure file. [Michael Pollind]
  • Fixed the console and start game button not working when you click on it. [Gauley]
  • Fixed the ammo count in the generated Clan Arena config. [Josh "Gelmo" Gelman]
  • Updated Clan Arena map defaults: Removed wfca1 and wfca2. Added: return and pressure. [caine]
  • Fixed demoget, which was broken in the previous update. [coolelectronics]
  • Fixed a crash bug on macos where a non power of two texture would crash the game. [Michael Pollind]
  • Implemented several rendering enhancements and fixes. [Michael Pollind]

Housekeeping:
  • Updated Angelscript 2014 to 2024. [Melissa aka "codecat"]
  • Updated third party gametypes to work with Angelscript 2024. [Josh "Gelmo" Gelman]
  • Updated various console descriptions. [caine and Josh "Gelmo" Gelman]
  • Removed scr_conspeed. There was no need to customize the console speed. It should just appear quickly as possible. [caine]
  • Removed cg_pickup_flash, which produced a flash effect when you pickup an item or weapon. [caine]
  • Removed g_disable_vote_vmute, g_disable_vote_vunmute, g_disable_opcall_vmute, and g_disable_opcall_vunmute, as the mute commands now mute vsays as well. [coolelectronics]
  • Enhanced callvote UI for improved context and expanded dropdown menu visibility. [Rees "TheFatCheetah"]
  • Removed cg_explosionsRing and cg_explosionsDust. These have both been disabled by default for years. [caine]
  • Removed the variable cg_placebo, which was merely for humor. [caine]
  • Removed Cartoon Hits aka Critical Hit Effects. Damage numbers have since replaced them. [caine]
  • Player models now have 4 jump sounds. For the time being the 3-4 are just duplicates of 1-2, but this will eventually change. This is noted in the changelog incase you have a custom sound pack. [caine]
  • Fixed various Continuous Integration issues. [Josh "Gelmo" Gelman]
  • Added Warfork TV console command descriptions previously overlooked. [caine and Josh "Gelmo" Gelman]
  • Added TV server option to disable heartbeat logging with tv_log_heartbeats. [Josh "Gelmo" Gelman]
  • It is no longer possible to kick/kickban/mute an operator or TV client. [coolelectronics]
  • Operator actions are now specified as such in server logs/console. [coolelectronics]
  • Logs and console output of operator actions are now accompanied by the operator's SteamID and/or IP address. [coolelectronics]

Lastly, we want to give thanks to all the Warfork, Warsow, Qfusion, and other code contributors who were on board with Steam Integration:

  • Alex "Toukkapoukka" (Christian Holmberg) Seilder
  • Andrea "koochi" Cervesato
  • Andreas "gladiac" Schneider
  • Andrei "adem4ik" Stepanov
  • Andrey "Vkni" Bergman
  • Ashley "LadyHavoc" Hale
  • Ben "kurim" Litz
  • Caine
  • Calvin "Chobbes" Beck
  • Christoph Scheid
  • codecat
  • coolelectronics
  • Damien "pb" Deville
  • Daniel "danlin" Lindenfelser
  • Dexter "dexter" Haslem
  • EXtremeExploit
  • fathom
  • Gabriel Schnoering
  • Gerco "hettoo" van Heerdt
  • German "jal" Garcia
  • gir
  • impulz
  • Jannik "drahti" Kolodziej
  • jite aka dimman
  • Johannes "hangy" Athmer
  • Jorgen "impii" "impakt" Indal
  • Joseph Alex "kalhartt" Hartsell
  • Josh "Gelmo" Gelman
  • Jyaan "jyaan" Bresy
  • koffie
  • Lawrence "thelawenforcer" McCurrach
  • Mallory "BoB le pointu" Mollo
  • Marcelo "nkr" Paez Sequeira
  • Mark "learn_more" Jansen
  • Mark "Mark90" Moes
  • Michael "mikejs" Savage
  • Michael P. "virus" Jung
  • Michael Pollind
  • msc
  • nightowl
  • northowl
  • obani
  • Pandaptable
  • paril
  • Pekka "Medar" Lampila
  • Philipp Thomas "aiwa" Unterbrunner
  • Richard "R1CH" Stanway
  • stopiccot
  • stylemistake
  • Susumu "guwashi" Ota
  • Tarmo Alexander "Crizis" Sundström
  • Tim Finney
  • Timothee "TTimo" Besset
  • Ultra-n00b
  • Uz-Valentin "uz" Friedrich
  • Victor "Vic" Luchits
  • Vitaliy "Triang3l" Kuzmin
  • Will "Will" Franklin
  • William "Willis" Weilep
Mar 22, 2024
Warfork - ABCDEFG
Hey Forkers,

You might have noticed a "game update". Previously, when you downloaded Warfork, it fetched the Windows, Linux, and MacOS versions regardless of your operating system. We've moved each respective version into its own depot. So, for future updates, if you're running Windows, you'll only receive the Windows version of Warfork. Another change you might notice is that the odd directory structure previously used is no more. For example, on Windows: C:\Program Files (x86)/Steam/steamapps/common/fvi/fvi-launcher/applications/warfork/Warfork.app/Contents/Resources/basewf has simply become C:\Program Files (x86)\Steam\steamapps\common\fvi\basewf.

Lastly, we wanted to inform everyone we've removed 32-bit builds of Warfork and will no longer support them. We're sorry for any confusion and will make this change to the Warfork Dedicated Server as well tonight. You can expect an actual game-changing update shortly, and we apologize for the confusion.
Warfork - Caine
Hey forkers,

We're currently in need of texture artists to help out with our third map, "Shredder," for Warfork. While the map has been blocked out, we're facing a pause due to the lack of textures. If you or someone you know is capable and willing to lend a hand, please join our Discord server at https://warfork.com/discord and send a Direct Message to "caine."

Examples of what we're looking for:






On a positive note, we're excited to announce that we've implemented all the planned features for the next version of Warfork, including Steam Integration and several other improvements. You can take a sneak peek at the changelog: https://github.com/TeamForbiddenLLC/warfork-qfusion/issues/239#issuecomment-2002805983. We're currently conducting tests and making final adjustments, so stay tuned!

That's all for now. Thank you for your support!

Warfork - Caine
Hey Forkers,

WHAT!! has been hard at work on our second Warfork map, "pressure." Today, we bring you the beta version 1 of this map. We would appreciate it if you shared your feedback in this news post.

A special thanks to Boqu for the textures and Jazcash, goreyzr, snuffy, Oizo, TheCodingDucc, Klaufir, farmz0r, Froid, sd1290, t3lly, and Maarten for playtesting the map.

Lastly here's a message from WHAT!!:

"Sup ya'll it's ya boi WHAT!! again. Here is the second map in a series of however many I can knock out before I burn out. This one isn't quite as "zoom-zoom" as Return and the combat is a bit tighter. During play testing it produced some VERY interesting and fun games. A special thanks to Boqu for the incredible texture set he provided for this map and a huge thanks to Oizo for his help and insight during the layout construction. He's my rude muse and I'd be stuck in the weeds without him."
Feb 19, 2024
Warfork - Caine
Hey forkers,

WHAT!! has updated our map "Return".

Return beta 2 Notes:
- Fixed a few minor clipping issues throughout the map.
- Altered an area in the upper part of the map to shrink line of sight and prevent camping.
- Fixed an out of bounds glitch.
- Altered a ramp on the lower level.
...

Search news
Archive
2025
Jun   May   Apr   Mar   Feb   Jan  
Archives By Year
2025   2024   2023   2022   2021  
2020   2019   2018   2017   2016  
2015   2014   2013   2012   2011  
2010   2009   2008   2007   2006  
2005   2004   2003   2002