moddingSuite icon indicating copy to clipboard operation
moddingSuite copied to clipboard

Request: including precompiled .exe file in the package

Open TK3600 opened this issue 4 years ago • 2 comments

Most of the downloaders are not programmers, a pre-compiled one would be very helpful.

TK3600 avatar Jul 06 '21 21:07 TK3600

Not exactly sure how to do this. but here are some instructions from the r/rusegame Reddit for compiling the suite in visual studio 2019: https://www.reddit.com/r/rusegame/comments/o3zp4l/changing_unit_namesdescriptions/h2h8tlo/

Instructions for installing the modding suite using Visual studio: I did it a while ago and used youtube guides. I remember once I installed Visual Studio with C#, I opened up the unzipped modding suite folder in VS, clicked view -> solution explorer -> opened up the folder dropdown. Then I double clicked on moddingsuite.sln. Then I clicked Build ->Build Modding Suite. Once it succeeds, a new folder was created in the modding suite called bin and it had the exe to run the suite.

ProlutionXbox avatar Jul 09 '21 22:07 ProlutionXbox

If you follow the linked PR, you can find a compiled version on the fork.

Direct link: https://github.com/RemiGC/moddingSuite/releases

Once it's merged, new tagged version will automatically create a downloadable release here.

RemiGC avatar Jul 09 '21 22:07 RemiGC