Page 1 of 1

How Do I edit the .exe file in Alesan99's Entities

Posted: 16 Sep 2017, 22:48
by Cool Julian1204
How do I edit this specifically hat textures

Re: How Do I edit the .exe file in Alesan99's Entities

Posted: 16 Sep 2017, 23:21
by Technochips
download the .love version, rename it to a .zip file, and the source code and textures should be there
to run it, rename it back to a .love file, install this https://love2d.org/ and run the .love file with it

Re: How Do I edit the .exe file in Alesan99's Entities

Posted: 17 Sep 2017, 00:07
by Cool Julian1204
Technochips wrote:download the .love version, rename it to a .zip file, and the source code and textures should be there
to run it, rename it back to a .love file, install this https://love2d.org/ and run the .love file with it
I know that but how do you do it with a .exe file not a .love

Re: How Do I edit the .exe file in Alesan99's Entities

Posted: 17 Sep 2017, 00:13
by Qwerbey
The .exe file is likely unobfuscated, so you could probably open it up with anything that can open .zip files. If not, I guess you could download the .love version, edit that, then compile it into an .exe, but that's really complicated for a simple texture edit.

Re: How Do I edit the .exe file in Alesan99's Entities

Posted: 17 Sep 2017, 03:38
by Technochips
https://en.wikipedia.org/wiki/Portable_Executable
opening a .exe file seems not very nice, since it usually contains raw data and assembly code etc. that are complicated for people, since .exe files are generated using compilers n programs, and not people
you can always try to hack it using softwares that opens the raw .exe data, and edit the images (i think the images are still there in png format, probably), but that's kinda unrecommanded

just download the .love version

Re: How Do I edit the .exe file in Alesan99's Entities

Posted: 17 Sep 2017, 07:59
by Qwerbey
I've literally done it before, at least with vanilla Mari0.

Re: How Do I edit the .exe file in Alesan99's Entities

Posted: 17 Nov 2018, 04:07
by NH1507
If you use linux you can open the exe with archive manager and click "extract" and boom there's the files.
also if you're trying to get hat textures, a99e doesn't have them, mari0 1.6 does, so use that exe file instead.