Can someone please compile these C++ tools for Windows?
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Can someone please compile these C++ tools for Windows?
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
https://github.com/schdub/dlcsign
https://github.com/schdub/tstoimg
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Can someone please compile these C++ tools for Windows?
dlcsign is easy to compile but the other one is a pain due to libavcodec, it requires an older version or some small edits.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Can someone please compile these C++ tools for Windows?
Oh ok, I wish I knew how to compile or know what tools to use to compile these...
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Can someone please compile these C++ tools for Windows?
I said it was painful, not that I would have not done it
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
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
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Can someone please compile these C++ tools for Windows?
Nice thanks so much.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Can someone please compile these C++ tools for Windows?
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.
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.
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Can someone please compile these C++ tools for Windows?
LolHacksRule wrote:https://github.com/Dazzozo/nxtool
see if this works.
the other one kept throwing errors with mingw even though it looks like it has everything it needs.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Can someone please compile these C++ tools for Windows?
Thanks so much.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
-
- Posts: 1
- Joined: Tue Mar 12, 2019 2:59 pm
Re: Can someone please compile these C++ tools for Windows?
aluigi wrote:I said it was painful, not that I would have not done it
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
-
- Posts: 1
- Joined: Tue Apr 02, 2019 1:52 pm
Re: Can someone please compile these C++ tools for Windows?
Its the thing which are easy going on the community version