Skip to content

Commit a928ae5

Browse files
committed
Bump version number and update README
1 parent 1b695a9 commit a928ae5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ PlayerSettings:
7676
androidMinimumWindowWidth: 400
7777
androidMinimumWindowHeight: 300
7878
androidFullscreenMode: 1
79+
androidAutoRotationBehavior: 1
7980
defaultIsNativeResolution: 1
8081
macRetinaSupport: 1
8182
runInBackground: 1
@@ -136,7 +137,9 @@ PlayerSettings:
136137
vulkanEnableLateAcquireNextImage: 0
137138
vulkanEnableCommandBufferRecycling: 1
138139
loadStoreDebugModeEnabled: 0
139-
bundleVersion: 1.1.1
140+
visionOSBundleVersion: 1.0
141+
tvOSBundleVersion: 1.0
142+
bundleVersion: 1.1.2
140143
preloadedAssets:
141144
- {fileID: 0}
142145
- {fileID: 0}

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Find out more about Star Wars Dark Forces on [Wikipedia](https://en.wikipedia.org/wiki/Star_Wars:_Dark_Forces).
44

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.
66

77
This showcase contains my Dark Forces libraries for .NET and Unity.
88

@@ -37,6 +37,14 @@ I'll leave everything else up to you to explore and discover!
3737

3838
The Level Preview tool is intended for embedding in web or desktop applications, and is a separate download. The documentation is [here](LevelPreview.md).
3939

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+
4048
## Version Compatibility
4149

4250
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

Comments
 (0)