Skip to content

Releases: vingard/Tactical-Intervention-Revived

1.2.0

24 May 16:57
1b4b7ca
Compare
Choose a tag to compare

What's Changed

  • Added server browser - finally! Find other servers hosted on Tactical Intervention Revived with a server browser
  • Added create server UI - with a few options to make your server setup easier (a map cycle UI is the next priority for improving this)
  • Created master server backend (powers the server browser functionality) - created servers will ping the master server to share their IP address and port. When creating a server you may mark it as hidden which will prevent your server IP from being shared with other users
  • Added --serverPort <PORT> and --serverCfg <CFG_FILE> CLI arguments to automatically start server when the executable starts. (example in Windows commmand line: ./"Tactical Intervention Revived.exe" --serverPort 27016 --serverCfg myserver.cfg)
  • Added a help link in the game installer
  • Added basic Wiki documentation and a README to the repo
  • Updated the loadout UI visuals, everything is a bit cleaner now
  • Fixed mod priority sorting issues
  • Fixed a few typos across the app
  • Fixed an issue where server addresses could not be domain names, you can now connect to servers that are using a domain via DNS (e.g. tacint.coolservers.net)
  • Fixed auto updater issues - this has been a massive pain, hopefully we are near the end of the auto-update whack-a-mole
  • Various other small fixes
  • Removed deprecated 'Start Dedicated Server' menu option (replaced)

Full Changelog: v1.1.3...v1.2.0

(attached is a 'FB' version, this version will not receive updates and runs without requiring admin permission, this is intended only for servers to use)

1.1.3

17 Sep 21:13
d29aeca
Compare
Choose a tag to compare
  • Hotfix for auto updater which does not work in version 1.1.1 or version 1.1.2. If you are on an affected version please run the uninstaller, then reinstall the latest version to the same directory as your previous install. This manual upgrade will not re-install your game, dont worry.

1.1.2

17 Sep 20:35
7f62145
Compare
Choose a tag to compare
  • Fixed item name typos
  • Fixed critical issue when extracting any archive (removed 7z in favour of onezip, as binaries would not pack nicely)

1.1.1

17 Sep 18:41
9e62fb9
Compare
Choose a tag to compare
  • Added launcher auto-update popup dialogs (instead of system notifications that no one would see)
  • Added 'Check for Updates' button to the 'Help' toolbar
  • Changed extraction method to 7zip internally for increased speed
  • Launcher updates now prompt and request to be downloaded rather than doing it automatically in the background
  • Fixed 'Add Mod' not working correctly
  • Fixed issue where extraction errors would not be reported
  • Fixed loadout UI spacing bug

1.1.0

16 Sep 19:29
b45b509
Compare
Choose a tag to compare
  • Added Mod support
  • Added Loadout editing (change your weapons, equipment, cosmetics, etc.)
  • Added Uninstall option to toolbar
  • Added custom icon, menu background and loading screen
  • Added files from 'dossier.fpx' to base content, allowing for scripts to be edited by mods (seamless '.ctx' VICE-encrypted script editing coming soon for mods)
  • Reworked game installer processes, the download section of the installer can now carry on after a download failure and is generally far more reliable
  • Game installed content is now versioned so it can be automatically updated in the future if needed
  • Game now solely mounts from the 'tacint' directory, this allows for mods to control all aspects of the game content
  • Restored VOIP support in game servers (by default all players can hear each other regardless of their team currently)
  • Fixed critical issue where game download would freeze randomly
  • Cleaned up toolbar menu

1.0.8

01 Sep 20:53
14f9fbb
Compare
Choose a tag to compare
Merge pull request #10 from vingard/dev

server start final fix!

1.0.7

01 Sep 20:36
0de0ea1
Compare
Choose a tag to compare
Merge pull request #9 from vingard/dev

srcds fix probably?

1.0.6

01 Sep 19:09
6ba1a52
Compare
Choose a tag to compare
Merge pull request #8 from vingard/dev

Started work on mod support

1.0.4

31 Aug 22:00
938dc82
Compare
Choose a tag to compare

What's Changed

  • Fixed critical bug where auto updater would remove all the game files. Note - this introduces a (hopefully temporary) limitation where the game must be installed to the default location, probably your C:/Program Files/Tactical Intervention Revived folder.

Full Changelog: v1.0.3...v1.0.4

1.0.3

31 Aug 19:50
839f853
Compare
Choose a tag to compare

What's Changed

  • Updated content download source to be reliable
  • Added Source Server Query support to Dedicated Server
  • Improved server connection dialog UI
  • Removed removed Steam library shortcut support
  • Added server config internal methods
  • Fixed typos

Full Changelog: v1.0.2...v1.0.3