Skip to content

Releases: Chomenor/ioq3_new_filesystem

Beta 14

02 Mar 03:59
Compare
Choose a tag to compare
  • merge ioquake3 updates
  • support "servercfg" directory for server-side configuration
  • fix potential error due to zero length bot or arena files
  • add "fs_download_mode" cvar, replacing "fs_saveto_dlfolder" and "fs_restrict_dlfolder"
  • minor tweaks and improvements

The auxiliary sourcedir feature has been removed, since the same functionality is generally available through the servercfg system.

Beta 13 (Windows test builds)

01 Apr 16:16
Compare
Choose a tag to compare
  • pk3 manifests: support wildcard specifiers
  • pk3 manifests: support &cvar_import command
  • improved debug print coverage
  • minor fixes and improvements

There are also some pk3 manifest changes that will require existing custom manifests to be modified to work with the new version:

  • pk3 selectors starting with '*' have been changed to start with '#'
  • the '&exclude' command has been renamed to '&block'

If you are running a server using a custom pure/download manifest review the readme and update the manifest formatting before installing the new version.

Beta 12 (Windows test builds)

12 May 22:25
Compare
Choose a tag to compare
  • merge ioquake3 updates (includes possible sound-related fixes)
  • rename 'fs_search_inactive_mods' setting to 'fs_read_inactive_mods'
  • change fs_read_inactive_mods default to 1 (previous default was 2; new default only uses inactive mods for team arena content and for paks on server pure list; intended to be a more stable long-term default)
  • improved filesystem error checking
  • minor tweaks and improvements

Beta 11 (Windows test builds)

19 Sep 04:44
Compare
Choose a tag to compare
  • pk3dir support
  • auxiliary source directory support
  • improved pure and download list customization
  • arena and bot file caching for faster initial startup
  • minor tweaks and improvements

Beta 10 (Windows test builds)

06 Mar 04:13
Compare
Choose a tag to compare

ioq3_newfs_beta10_x86.zip
ioq3_newfs_beta10_x86_64.zip

  • improved inactive mod directory options
  • debug command fixes
  • minor tweaks and improvements

Beta 9 (Windows test builds)

13 Oct 04:23
Compare
Choose a tag to compare

ioq3_newfs_beta9_x86.zip
ioq3_newfs_beta9_x86_64.zip

  • fixed slow load times with certain mods such as UI Enhanced
  • minor tweaks and improvements

Beta 8 (Windows test builds)

08 Sep 04:37
Compare
Choose a tag to compare

ioq3_newfs_beta8_x86.zip
ioq3_newfs_beta8_x86_64.zip

  • support manifest-based download and pure list generation
  • minor tweaks and improvements

Beta 7 (Windows test builds)

15 Jul 18:46
Compare
Choose a tag to compare

ioq3_newfs_beta7_x86.zip
ioq3_newfs_beta7_x86_64.zip

  • fixed pure verification issues with 64-bit builds
  • improved warnings when ID paks are missing or corrupt
  • minor tweaks and improvements

Beta 6 (Windows test builds)

25 May 05:13
Compare
Choose a tag to compare

Beta 5 (Windows test builds)

09 May 01:47
Compare
Choose a tag to compare

ioq3_newfs_beta5_x86.zip
ioq3_newfs_beta5_x86_64.zip

  • allow qvms with trusted hashes under fs_restrict_dlfolder 1
  • support semi-pure server mode with sv_pure 2
  • some game dll-related fixes