Skip to content

Commit

Permalink
Bump version number and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
The-MAZZTer committed Mar 19, 2024
1 parent 1b695a9 commit a928ae5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ PlayerSettings:
androidMinimumWindowWidth: 400
androidMinimumWindowHeight: 300
androidFullscreenMode: 1
androidAutoRotationBehavior: 1
defaultIsNativeResolution: 1
macRetinaSupport: 1
runInBackground: 1
Expand Down Expand Up @@ -136,7 +137,9 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 1.1.1
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.1.2
preloadedAssets:
- {fileID: 0}
- {fileID: 0}
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

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

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

## Dark Forces Compatibility

This tool is compatible with the DOS version of Dark Forces and the Steam remaster.

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.

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.

## Version Compatibility

The .NET DLL is compiled for .NET Standard 2.0 and thus is compatible with a wide array of .NET versions old and new.
Expand Down

0 comments on commit a928ae5

Please sign in to comment.