Skip to content

Commit 387d3c2

Browse files
committed
add MISSING md5sum for btb
and some other updates maybe drop ueberzu and ueberzugpp seem too bugged
1 parent 3832f97 commit 387d3c2

File tree

11 files changed

+247
-1217
lines changed

11 files changed

+247
-1217
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ if(NOT TEST)
163163
${CMAKE_SOURCE_DIR}/database/data_factory.py
164164
${CMAKE_SOURCE_DIR}/database/get_leaf_cert.py
165165
${CMAKE_SOURCE_DIR}/database/https.py
166+
${CMAKE_SOURCE_DIR}/database/main.py
167+
${CMAKE_SOURCE_DIR}/database/make_tombll_database.py
166168
${CMAKE_SOURCE_DIR}/database/scrape_common.py
167169
${CMAKE_SOURCE_DIR}/database/scrape_trle.py
168170
${CMAKE_SOURCE_DIR}/database/scrape_trle_download.py
@@ -172,7 +174,7 @@ if(NOT TEST)
172174
${CMAKE_SOURCE_DIR}/database/tombll_manage_data.py
173175
${CMAKE_SOURCE_DIR}/database/tombll_read.py
174176
${CMAKE_SOURCE_DIR}/database/tombll_update.py
175-
${CMAKE_SOURCE_DIR}/database/make_tombll_database.py
177+
${CMAKE_SOURCE_DIR}/database/tombll_view.py
176178
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}
177179
)
178180

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Tomb Raider Linux Launcher
1+
# Tomb Raider Level Launcher
22

3-
A tool for running and modding classic Tomb Raider games (1–5) on Linux with Wine/Proton. It also supports searching and downloading levels from trle.net, enabling direct play from the application.
3+
A tool for running and modding classic Tomb Raider games (1–5) on Windows (After Linux) and Linux with Wine/Proton. It also supports searching and downloading levels from trle.net, enabling direct play from the application. Obs repository will move to TombRaiderLevelLauncher.
44

55
This project is my passion for Tomb Raider classics combined with learning C++, Python, and SQL. My dream is to create an arcade machine featuring all classic Tomb Raider games and TRLE levels, potentially with a co-op mode.
66

@@ -12,6 +12,7 @@ This project is my passion for Tomb Raider classics combined with learning C++,
1212
- Workarounds for Linux/Wine compatibility issues
1313
- Modding support for executable-based mods
1414
- Level download and installation from trle.net
15+
- Pool level files to save disk space, need NTFS on Windows for hard links
1516
- Respectful scraping and filtering of data from trle.net (with site owner permission)
1617

1718
## Installation
@@ -160,6 +161,9 @@ a computer with a strong video card.
160161

161162
## Targets
162163
I program mostly on Slackware-current and Arch, I gonna try target and test SteamOS for second release.
164+
I don't use Windows but it should build on both Windows and Linux with MinGw. I will test with Wine/VM.
165+
It's recommended as a standard to use Arch Linux or MSYS2 on Windows, with qt-creator.
166+
Its possible to set it up with neovim or vscode or any other but its more work.
163167

164168
## License
165169
This project is licensed under GPLv3. Art assets are under Creative Commons Attribution-NonCommercial-ShareAlike 4.0. Tomb Raider is a trademark of Embracer Group AB.

0 commit comments

Comments
 (0)