catinsurance / Repentogon-Discord-Rich-Presence

A DLL Mod for Repentogon that adds Discord rich presence to TBOI Repentance
MIT License
7 stars 0 forks source link

Can't build from source #4

Open elliottcarlson opened 1 month ago

elliottcarlson commented 1 month ago

I am looking at the code here as an example of building a DLL based mod, however it seems like there might be some missing content that has been blocked by your .gitignore.

I have made some assumptions regarding libs, libszhl, and include -- for libs I added submodules for zydis, lua (the Repentogon version fork), rapidxml, rapidjson, and mINI - and while I can get CMake to configure/generate fine now, I am getting various errors when trying to build in VS. I am about to blow away the checkout and try from scratch again, since at this point I am making changes to the CMakeLists.txt to try and get things working, but I have a feeling that I am just hacking away at the wrong things now to get everything necessary to build.

Do you have any instructions or further information on how to get this to build from source?

elliottcarlson commented 1 month ago

While it doesn't help solve the building issue for this specific mod, I have figured out how to get started with building DLL mods for REPENTOGON. For anyone else looking for examples, I am creating a repo with a couple of examples and a slight intro to the REPENTOGON DLL modding system at https://github.com/TwitchingOfIsaac/Repentogon_DLL_Mods_Info.