TLeonardUK / ds3os

Dark Souls - Open Server
MIT License
693 stars 113 forks source link

Loader not building with Cmake #219

Closed CCefman closed 1 month ago

CCefman commented 2 months ago

Hi, I’ve been tweaking Loader.exe for some added functionality but I can’t seem to be able to build it?

Cmake seems to generate files for everything apart from Loader. Server, Injector, serverds2 and serverds3 folders all have their own.sln files after using Cmake but Loader nothing?

What could I be doing wrong?

I even cloned the project from GitHub and went to build it immediately (though maybe my adjustment interferes with the build process) but still the same. Loader doesn’t seem to generate.sln files.

Using VS 2022 Cmake 2.29.5 Win 10

Thanks in advance

TLeonardUK commented 1 month ago

The Loader is its own csproj which is just included directly into the generated vs project, cmake doesn't generate it itself - mostly because I couldn't find a way for it to work correctly, and this seems to be comment practice.

You can see the project here: Source\Loader\Loader.csproj

(Also sorry for the late reply, I've been busy and not paying much attention to github recently).