jonnybasic / tesNet

The Elder Scrolls (.NET)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Elder Scrolls .NET

WPF/RT Viewer of the Daggerfall Models (only one model ATM) Screenshot

Requirements

  • Visual Studio 2019 Community
  • Full Daggerfall Game from Bethesda
  • OptiX 6.5
  • CUDA 10.1 I'll try to update this to 11 soon I guess, might work with 11, but there are some library names hard coded in the OptixCore.Library that would need to be updated (at least)
  • That should do it.
  • A git Submodule version may show up one day.

Notes

Once you have installed Daggerfall you will need to set the Area2Path in the application config file

<applicationSettings>
    <wpfDagger.Properties.Settings>
        <setting name="Arena2Path" serializeAs="String">
            <value>B:\Bethesda.net Launcher\games\TES Daggerfall\DF\DAGGER\ARENA2</value>
        </setting>
    </wpfDagger.Properties.Settings>
</applicationSettings>

About

The Elder Scrolls (.NET)

License:MIT License


Languages

Language:C# 98.1%Language:Smalltalk 1.2%Language:Cuda 0.5%Language:C++ 0.2%Language:C 0.0%