xsoameix / openlf2

An open source clone of Little Fighter 2 built by decompiling the original game one bit at a time.
22 stars 3 forks source link

Nothing Appeares #1

Closed seikosantana closed 6 years ago

seikosantana commented 6 years ago

Hi, I'm new to GitHub and the C language.

I downloaded whole files in a zip, and extracted it. I ran the openlf2.exe but no window or anything was shown. Are there anything I missed?

Thanks in advance!

xsoameix commented 6 years ago

The openlf2.exe should be placed in normal LF2 folder, then you can launch it without problem.

Thanks for your feedback.

seikosantana commented 6 years ago

Hmm.. I placed the openlf2.exe on my root directory of LF2 as shown. But that doesn't work. I also tried to run it as administrator but it does not change anything. Are there any runtimes I need to run this?

xsoameix commented 6 years ago

openlf2.exe requires openlf2.dll. You should build this project to generate openlf2.dll, and place it into the LF2 directory. For more details, please see the section 2.1 in this page.

seikosantana commented 6 years ago

Can I get the dll somewhere, without having to build them?

xsoameix commented 6 years ago

I can build them and give you the generated dll, but why do you do that? The generated dll became useful only after you modified it. The original dll has same functionality in playing with the original LF2, you would feel no difference when playing.

seikosantana commented 6 years ago

I really want to test this. The reverse-engineering is really unique for me. Anyway, I am planning to recompile the game for Android platform, if possible. Unfortunately I am very inexperienced in this.

xsoameix commented 6 years ago

This is the openlf2.dll, and I hope that it will help you. If you have any questions, please feel free to ask.