You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Find out more about Star Wars Dark Forces on [Wikipedia](https://en.wikipedia.org/wiki/Star_Wars:_Dark_Forces).
4
4
5
-
Purchase a copy of the game on [Steam](https://store.steampowered.com/app/32400/STAR_WARS__Dark_Forces/)! In fact, buy that Jedi Knight Collection while you're there. They're all good games.
5
+
Purchase a copy of the game on [Steam](https://store.steampowered.com/app/2292260/STAR_WARS_Dark_Forces_Remaster/)! In fact, buy that Jedi Knight Collection while you're there. They're all good games.
6
6
7
7
This showcase contains my Dark Forces libraries for .NET and Unity.
8
8
@@ -37,6 +37,14 @@ I'll leave everything else up to you to explore and discover!
37
37
38
38
The Level Preview tool is intended for embedding in web or desktop applications, and is a separate download. The documentation is [here](LevelPreview.md).
39
39
40
+
## Dark Forces Compatibility
41
+
42
+
This tool is compatible with the DOS version of Dark Forces and the Steam remaster.
43
+
44
+
This tool cannot yet read any of the enhanced file formats added to the remaster. However you can still read quite a bit including browsing the AVENGER level.
45
+
46
+
Simply load in the extra GOBs as a mod into this tool. EXTRAS.GOB contains AVENGER. ENHANCED.GOB contains mostly new files; you can't view most of them but can export them. OVERRIDE.GOB contains a few files altered for presumably legal purposes.
47
+
40
48
## Version Compatibility
41
49
42
50
The .NET DLL is compiled for .NET Standard 2.0 and thus is compatible with a wide array of .NET versions old and new.
0 commit comments