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

Mods, guides how to use and install mods go right in here.
Post Reply
Cool Julian1204
Posts: 19
Joined: 30 Aug 2014, 20:07

Post » 16 Sep 2017, 22:48

How do I edit this specifically hat textures

User avatar
Technochips
Posts: 608
Joined: 12 Mar 2015, 16:05
Contact:

Post » 16 Sep 2017, 23:21

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

Cool Julian1204
Posts: 19
Joined: 30 Aug 2014, 20:07

Post » 17 Sep 2017, 00:07

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

User avatar
Qwerbey
Posts: 1280
Joined: 05 Oct 2012, 07:58
Contact:

Post » 17 Sep 2017, 00:13

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.

User avatar
Technochips
Posts: 608
Joined: 12 Mar 2015, 16:05
Contact:

Post » 17 Sep 2017, 03:38

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

User avatar
Qwerbey
Posts: 1280
Joined: 05 Oct 2012, 07:58
Contact:

Post » 17 Sep 2017, 07:59

I've literally done it before, at least with vanilla Mari0.

User avatar
NH1507
Posts: 211
Joined: 08 Nov 2018, 04:30

Post » 17 Nov 2018, 04:07

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.

Post Reply