Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.68 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.68 KB

tag

DCS Livery Unlocker

Simple script to unlock all skins from all nations in DCS: World.

Table of Contents

Download and Usage

Download

You can get the latest executable from releases. Or from the UserFiles: https://www.digitalcombatsimulator.com/en/files/3318254/

Usage

Just point the app to your DCS install folder and to the Saved Games/DCS folder on your computer. Note: do NOT point it to Saved Games, point it to Saved Games/DCS.openbeta or Saved Games/DCS. (Changed from previous versions)

Changelog

Changelog:

  • 1.0: Initial Release.
  • 1.1: Changed how the script reads files (some people had errors on SavedGames).
  • 1.2: Helicopters and every other vehicle in the game (including ground vehicles).
  • 1.2.1: Internal build is different, uses glob package (simpler code), also fixed a bug where some skins (due to lua file structure) would be ignored.

License

This project is under the MIT license - see the file LICENSE.md for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Thanks to Atom for being an awesome text editor

Create executable (from src folder):

pyinstaller --clean --onefile --icon='logo.ico' main.py