https://github.com/lofcz/vietconghd
Vietcong HD Remaster Launcher
https://github.com/lofcz/vietconghd
vietcong
Last synced: 7 months ago
JSON representation
Vietcong HD Remaster Launcher
- Host: GitHub
- URL: https://github.com/lofcz/vietconghd
- Owner: lofcz
- License: mit
- Created: 2025-02-19T20:05:08.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-23T01:52:20.000Z (8 months ago)
- Last Synced: 2025-03-06T08:59:01.746Z (7 months ago)
- Topics: vietcong
- Language: C#
- Homepage:
- Size: 676 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vietcong HD Remaster Launcher
This is the launcher for the [Vietcong HD Remaster](https://www.moddb.com/mods/del-vietcong-hd-remaster) project.
## Getting Started
- Download the latest release from [here](https://github.com/lofcz/VietcongRemasteredLauncher/releases).
- Unzip the downloaded file and place `hd_remaster_launcher.exe` into the folder with the game (make sure `vietcong.exe` is in the same folder).
- Start the launcher and enjoy the game!
## Localization
The launcher is currently localized into `en-en`, `de-de`, `pl-pl`, and `cs-cz` locales. After the first launch, `vrc.json` is created in the working directory. From this file culture can be forced:
```json
{
"culture": "en-en"
}
```The system culture is used by default, with `en-en` fallback.
## Building
Vietcong HD Remaster currently targets `.net framework 4.7.2` to produce small binaries. After cloning and restoring the repository, building should work in any standard IDE (JetBrains, Visual Studio). The build creates a single executable with all resources embedded.