Can someone please compile these C++ tools for Windows?

Doubts, help and support about QuickBMS and other game research tools
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Can someone please compile these C++ tools for Windows?

Post by LolHacksRule »

It would mean a lot to me if these are compiled, using them will likely improve game research on The Simpsons: Tapped Out.

https://github.com/schdub/dlcsign
https://github.com/schdub/tstoimg
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile these C++ tools for Windows?

Post by aluigi »

dlcsign is easy to compile but the other one is a pain due to libavcodec, it requires an older version or some small edits.
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile these C++ tools for Windows?

Post by LolHacksRule »

Oh ok, I wish I knew how to compile or know what tools to use to compile these...
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile these C++ tools for Windows?

Post by aluigi »

I said it was painful, not that I would have not done it :D

dlcsign.exe is attached.

tstoimg.exe instead is on Mediafire because it requires many libraries that make it big... 80 Mb!!!
The zip contains also the source code with my few edits (ffmpeg.h) for being able to compile it, I launched it and it worked but I don't have game files to test.

Simpsons Tapped Out images file converter:
https://www.mediafire.com/file/ox9ikdm6 ... g.zip/file
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile these C++ tools for Windows?

Post by LolHacksRule »

Nice thanks so much.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Can someone please compile these C++ tools for Windows?

Post by aluigi »

I can't compile all the tools of the world :)
Download mingw and try by yourself
Both the links are Visual Studio projects so you may have better luck with VS, the Community version is free.

I'm curious to know why they don't directly release the binaries too.
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Can someone please compile these C++ tools for Windows?

Post by Acewell »

LolHacksRule wrote:https://github.com/Dazzozo/nxtool

see if this works. :D
nxtool.zip



the other one kept throwing errors with mingw even though it looks like it has everything it needs. :P
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Can someone please compile these C++ tools for Windows?

Post by LolHacksRule »

Thanks so much.
eurocharts
Posts: 1
Joined: Tue Mar 12, 2019 2:59 pm

Re: Can someone please compile these C++ tools for Windows?

Post by eurocharts »

aluigi wrote:I said it was painful, not that I would have not done it :D

dlcsign.exe is attached.

tstoimg.exe instead is on Mediafire because it requires many libraries that make it big... 80 Mb!!!
The zip contains also the source code with my few edits (ffmpeg.h) for being able to compile it, I launched it and it worked but I don't have game files to test.

Simpsons Tapped Out images file converter:
https://www.mediafire.com/file/ox9ikdm6 ... g.zip/file


Thank You for compiling!

Running exe with parameter --rgb2png working fine,
but converting to avi don't...

Code: Select all

[NULL @ 02c7a0c0] [IMGUTILS @ 0028fc14] Picture size 0x1067450368 is invalid 
[NULL @ 02c7a0c0] ignoring invalid width/height values
[jpegls @ 02c7a0c0] codec type or id mismatches
ASSERT: "encoder.isOk()" in file tstoimg.cpp, line 58
DrAyesha
Posts: 1
Joined: Tue Apr 02, 2019 1:52 pm

Re: Can someone please compile these C++ tools for Windows?

Post by DrAyesha »

aluigi wrote:I can't compile all the tools of the world :)
Download mingw and try by yourself PhenQ | Phen375 | Phen24
Both the links are Visual Studio projects so you may have better luck with VS, the Community version is free.

I'm curious to know why they don't directly release the binaries too.


Its the thing which are easy going on the community version