BT412: fork from BT411 -- Steam + internet-multiplayer line

Identity pass (README/CLAUDE.md/CMake project bt412), the steamification
roadmap (docs/BT412-ROADMAP.md), and the living context topic
(context/steamification.md). Forked at BT411 4e72f0c; origin is
VWE/BT412.git only -- this repo never touches the BT411 remote.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-14 07:24:05 -05:00
co-authored by Claude Fable 5
parent 4e72f0c4f4
commit d8dd512843
5 changed files with 292 additions and 19 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
cmake_minimum_required(VERSION 3.20)
project(bt411 CXX)
project(bt412 CXX)
set(CMAKE_CXX_STANDARD 14)
# BattleTech 4.11 -- Virtual World Entertainment pod BattleTech (Tesla rel 4.10)
# reconstructed on the shared RP411 Windows engine. Build 32-bit (Win32) with
# the VS2019 BuildTools instance -- see README.md for the exact configure line.
# BattleTech 4.12 -- the Steamification of the BT411 pod port (Virtual World
# Entertainment pod BattleTech, Tesla rel 4.10, reconstructed on the shared
# RP411 Windows engine). Build 32-bit (Win32) -- see README.md for the exact
# configure line, docs/BT412-ROADMAP.md for the plan.
# Run from the content dir: cd content && ../build/Debug/btl4.exe -egg DEV.EGG
# --- external dependency: legacy DirectX SDK (June 2010); override with -DDXSDK=... ---