Releases: vingard/Tactical-Intervention-Revived
Releases · vingard/Tactical-Intervention-Revived
1.2.0
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
- Hotfix for auto updater which does not work in version
1.1.1
or version1.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
- 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
- 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
- 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
Merge pull request #10 from vingard/dev server start final fix!
1.0.7
Merge pull request #9 from vingard/dev srcds fix probably?
1.0.6
Merge pull request #8 from vingard/dev Started work on mod support
1.0.4
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
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