A geocaching experience for Microsoft Flight Simulator X and Lockheed Martin Prepar3D inspired by Microsoft Flight's Aerocaches.
-
Open
SimCache.slnin Visual Studio 2013 or later and build in either Debug or Release configuration. Copy the resulting DLL to the FSX/ESP/P3D root directory. -
Run cabdir on the
Gaugefolder insideResources, name the resulting fileSimCache.caband place it in thegaugesfolder inside your FSX/ESP/P3D root directory. -
Add the following entry to your
DLL.XMLfile:<Launch.Addon> <Name>SimCache</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>SimCache.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> -
Copy the
SimCachefolder insideResourcesto theSimObjects\Miscfolder inside the FSX/ESP/P3D root directory. -
Add the following entries to any aircraft
panel.cfgfile, replacingXXwith the next window number in the sequence.[Window Titles] ... WindowXX=SimCache ... [WindowXX] size_mm=250,70 position=6 windowsize_ratio=1.000 pixel_size=250,70 visible=0 sizable=0 gauge00=SimCache!SimCache, 0,0 -
Launch the simulator and accept any security warnings related to
SimCache.dll.