0
Files
lwjake2/README.MD
2025-05-26 13:43:07 +03:00

33 lines
673 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LWJake2
Порт игры **Quake2** с **C++** на **Java 1.8** с использованием **LWJGL2**.
Оригинальный порт: [github.com/flibitijibibo](https://github.com/flibitijibibo/LWJake2)
## Требования
- Java 1.8 (full)
- XOrg (для Linux)
## Запуск через Gradle
Перед первым запуском, нужно распаковать архив с игровыми данными `baseq2.zip`:
```shell
gradlew unpackBaseQ2
```
Команда запуска игры
```shell
gradlew run
```
# Git LFS
Настройка
```shell
git config lfs.https://di9.ru/Voomra/lwjake2/info/lfs.locksverify true
```