Skip to content

Releases: Daggolin/tulip-voyager

Tulip Voyager - First Release

19 Sep 03:15
Compare
Choose a tag to compare

This is the first Tulip Voyager Release. This release should still be very similar to latest Lilium Voyager.

Changes (compared to Lilium Voyager)

Shared

  • New cvar to override fs_game (fs_forceGame)
  • Fix for argv[0] getting overriden at launch on unix-like systems
  • Workaround for high kernel load when using many pk3s
  • Increased file limit from 4096 to 16384

Client

  • Downloaded pk3s are prefixed "dl_" and only load when joining a server that references them
  • New cvars to control conosole key behavior (cl_consoleUseScanCode, cl_consoleShiftRequirement)
  • New cvars to set console text behavior (con_fullwidth, con_history, con_textsize)
  • Workarounds for better widescreen experience (cl_widescreenHUD, cl_widescreenMenu, cl_widescreenFOV)
  • Console bottom line color changed from red to blue

Server

  • Improved ping calculation (sv_pingFix)
  • New rate and snaps handling (sv_minSnaps, sv_maxSnaps, sv_enforceSnaps)
  • Support for sending partial snapshots rather than dropping clients (sv_dynamicSnapshot)
  • Workaround to let bots join password protected servers