Initial commit of Command & Conquer Renegade source code.

This commit is contained in:
LFeenanEA
2025-02-27 16:39:46 +00:00
parent 74ab8fa5e0
commit 58ed459113
4918 changed files with 1366710 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
HKEY_CLASSES_ROOT\.lvl = LevelEdit.Document
HKEY_CLASSES_ROOT\LevelEdit.Document\shell\open\command = LEVELEDIT.EXE %1
HKEY_CLASSES_ROOT\LevelEdit.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\LevelEdit.Document\shell\open\ddeexec\application = LEVELEDIT
; note: the application is optional
; (it defaults to the app name in "command")
HKEY_CLASSES_ROOT\LevelEdit.Document = LevelEdit Document