sinshu / managed-doom

A Doom port written in C#
421 stars 62 forks source link

.WAD Paths #34

Closed Gobblerofpotatoes closed 3 months ago

Gobblerofpotatoes commented 3 months ago

I am having trouble locating where I should place the wad files, is there any advice you could give?

thx

IceReaper commented 3 months ago

https://github.com/sinshu/managed-doom/blob/master/ManagedDoom/src/ConfigUtilities.cs#L51 next to the .exe ;)

Gobblerofpotatoes commented 3 months ago

Might I ask where is the .exe Thx :)

sinshu commented 3 months ago

Normally, you can find it in the following locations:

Release mode: your-project-directory\ManagedDoom\bin\Release\net7.0

Debug mode: your-project-directory\ManagedDoom\bin\Debug\net7.0

Gobblerofpotatoes commented 3 months ago

Thankyou so much