Skip to content

Commit

Permalink
Added README.md markdown document to the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGod committed Sep 6, 2016
1 parent 63c59f0 commit 368b4b5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
@@ -0,0 +1,45 @@
Source Finagler
==============

**Source Finagler 2.0.3**

System Requirements: Mac OS X 10.5.x or later

Build Requirements: This Source Finagler 2.0.3 project is intended to produce a universal Intel executable (both 32-bit and 64-bit) that is capable of running on OS X 10.5.x. To achieve such a result, I'm using Xcode 3.2.6 with GCC 4.2.






Source Finagler is a Mac OS X app designed to enhance the integration of [Valve Software's Steam.app](http://store.steampowered.com) client and games for OS X. Some of its key features are:

* A native Mac-equivalent of [GCFScape](http://nemesis.thewavelength.net/index.php?p=25) that allows you to browse the contents of Valve's game cache files using a Finder-like interface. You can preview items in the game cache files using QuickLook, and extract the contents using a drag-and-drop interface.

* Assists in relocating the `SteamApps` folder (where games are stored) to a different location by creating the Steam Apps shortcut (symbolic link).

* "Helps" Source-based games so other Mac OS X applications can properly recognize them as Mac OS X applications. (Use this with apps like USB Overdrive, SteerMouse, Logitech Control Center, etc.).

* Provides Spotlight and QuickLook plugins for Valve Source Texture Images (.vtf) and Microsoft DDS (.dds) images.










[http://www.markdouma.com/sourcefinagler/](http://www.markdouma.com/sourcefinagler/)











2 changes: 2 additions & 0 deletions Source Finagler.xcodeproj/project.pbxproj
Expand Up @@ -1020,6 +1020,7 @@
C12C8E3212922C7600C8E667 /* zoomOut.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = zoomOut.png; path = Resources/zoomOut.png; sourceTree = "<group>"; };
C12C8E6312922E5C00C8E667 /* zoomToFit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = zoomToFit.png; path = Resources/zoomToFit.png; sourceTree = "<group>"; };
C12CE52A1912D9B20067DA65 /* Linear Grayscale Profile.icc */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Linear Grayscale Profile.icc"; path = "TextureKit/Linear Grayscale Profile.icc"; sourceTree = "<group>"; };
C12D190C18A8A25300B15F9D /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
C12D372B12E14CD200397411 /* MDScopeBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDScopeBarView.h; path = SourceFinagler/MDScopeBarView.h; sourceTree = "<group>"; };
C12D372C12E14CD200397411 /* MDScopeBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MDScopeBarView.m; path = SourceFinagler/MDScopeBarView.m; sourceTree = "<group>"; };
C12DB4B3125FADE00051A751 /* TKDDSImageRep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TKDDSImageRep.h; path = TextureKit/TKDDSImageRep.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1930,6 +1931,7 @@
isa = PBXGroup;
children = (
C1351911139479C40074B5EA /* Acknowledgments.rtf */,
C12D190C18A8A25300B15F9D /* README.md */,
C17319D41298D13800C29732 /* TextureKit framework */,
C1580F68139634F900D5D4D8 /* HLKit framework */,
C140E63713889A6900027DD6 /* SteamKit framework */,
Expand Down

0 comments on commit 368b4b5

Please sign in to comment.