Skip to content

Commit

Permalink
Altered asset structure, reg files
Browse files Browse the repository at this point in the history
  • Loading branch information
themuffinator committed Feb 20, 2021
1 parent ab3b427 commit 140d245
Show file tree
Hide file tree
Showing 55 changed files with 95 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DarkMatter is a project that ultimately aims to provide a unified platform for e
* Detailed cvar descriptions straight from the console, min and max values for all appropriate cvars
* A number of added cvars and commands providing more customization and control

More details available in the docs directory.
More information including features and installation available in the assets/docs directory.

**Quake3e features**:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions assets/docs/darkmatter-readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DarkMatter, Win x86_64
--------------------------------------------

INSTALLATION:
-------------
DarkMatter can automatically detect your game installation path, subject to registry settings. If it cannot detect your paths, there are registry files to correct this (modify the files in a text editor to your correct paths.)

DarkMatter can also detect an installation path if run from it - it will search for both the original game executable in current folder and main pak file and appropriate subfolder.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions assets/docs/reg/reg-q2-add.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Windows Registry Editor Version 5.00

; Quake 2 registry
; Generated by RegFiles.net
; https://www.regfiles.net/registry/quake-2-registry

@echo OFF

reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT

if %OS%==32BIT (
[HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Quake II]
"FTP"="Q2W95"
"EXE"="Quake2_exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Quake II\1.0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Quake2_exe]
"Path"="C:\\Program Files\\Quake2"
@="C:\\Program Files\\Quake2\\Quake2.exe"
) else (
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision\Quake II]
"FTP"="Q2W95"
"EXE"="Quake2_exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision\Quake II\1.0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\Quake2_exe]
"Path"="C:\\Program Files (x86)\\Quake2"
@="C:\\Program Files (x86)\\Quake2\\Quake2.exe"
)
19 changes: 19 additions & 0 deletions assets/docs/reg/reg-q2-remove.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Windows Registry Editor Version 5.00

; Quake 2 registry
; Generated by RegFiles.net
; https://www.regfiles.net/registry/quake-2-registry

@echo OFF

reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT

if %OS%==32BIT (
[-HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Quake II]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Activision\Quake II\1.0]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Quake2_exe]
) else (
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision\Quake II]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision\Quake II\1.0]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\Quake2_exe]
)
21 changes: 21 additions & 0 deletions assets/docs/reg/reg-q3a-add.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Windows Registry Editor Version 5.00

; Quake III: Arena registry
; Generated by RegFiles.net
; https://www.regfiles.net/registry/quake-iii-arena-registry

@echo OFF

reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT

if %OS%==32BIT (
[HKEY_LOCAL_MACHINE\SOFTWARE\Id\Quake III Arena]
"CD"="D:\\setup\\"
"INSTALLPATH"="C:\\Program Files\\Quake III Arena"
"INSTALLEXEPATH"="C:\\Program Files\\Quake III Arena\\quake3.exe"
) else (
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Id\Quake III Arena]
"CD"="D:\\setup\\"
"INSTALLPATH"="C:\\Program Files (x86)\\Quake III Arena"
"INSTALLEXEPATH"="C:\\Program Files (x86)\\Quake III Arena\\quake3.exe"
)
15 changes: 15 additions & 0 deletions assets/docs/reg/reg-q3a-remove.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Windows Registry Editor Version 5.00

; Quake III: Arena registry
; Generated by RegFiles.net
; https://www.regfiles.net/registry/quake-iii-arena-registry

@echo OFF

reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT

if %OS%==32BIT (
[-HKEY_LOCAL_MACHINE\SOFTWARE\Id\Quake III Arena]
) else (
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Id\Quake III Arena]
)

0 comments on commit 140d245

Please sign in to comment.