Little Fighter Empire - Forums
[14/08/09] LF2 DLL Framework - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7)
+--- Forum: [2.0] Exe Editing (https://lf-empire.de/forum/forumdisplay.php?fid=43)
+--- Thread: [14/08/09] LF2 DLL Framework (/showthread.php?tid=2246)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: [14/08/09] LF2 DLL Framework - TheNave - 09-02-2009

(08-29-2009, 08:10 AM)Buxie Wrote:  >Works fine for me
Okey,I try again.
>What hits many times?
It hits twice when TS starts.

incrase the v/arest of your sand wind stuff, that should fix it
anyways, cool move^^


RE: [14/08/09] LF2 DLL Framework - George - 09-10-2009

Is there any FAQ , how to use this DLL ?
For example i tries to edit text.inc

Well , i see this:
Code:
.data
loadingText db "Silva Rules!!",0
Load dd 00424431h

.code

As i understood , 00424431 is Demical adress in .EXE , or no ?

For example , how i can change Copyright with this DLL ? What should i do ? Can someone give a little explanation about it rolleyesrolleyesrolleyes

In advance , thanks!
Also sorry for my english :P


RE: [14/08/09] LF2 DLL Framework - Headstrong Warrior - 09-10-2009

change the test Silva Rules!! to whatever you want e.G.
.data
loadingText db "Loading... ",0
Load dd 00424431h

.code

that´s mine ^^


RE: [14/08/09] LF2 DLL Framework - TheNave - 09-10-2009

(09-10-2009, 05:06 PM)George Wrote:  Is there any FAQ , how to use this DLL ?
For example i tries to edit text.inc

Well , i see this:
Code:
.data
loadingText db "Silva Rules!!",0
Load dd 00424431h

.code

As i understood , 00424431 is Demical adress in .EXE , or no ?

For example , how i can change Copyright with this DLL ? What should i do ? Can someone give a little explanation about it rolleyesrolleyesrolleyes

In advance , thanks!
Also sorry for my english :P

why would you want to change the copyrights? they're there for a reason


RE: [14/08/09] LF2 DLL Framework - George - 09-10-2009

It's just an example , i want to know how to change other texts...

(09-10-2009, 05:35 PM)Headstrong Warrior Wrote:  change the test Silva Rules!! to whatever you want e.G.
.data
loadingText db "Loading... ",0
Load dd 00424431h

.code

that´s mine ^^

Thx but you don't understand what i want :P
I want to know hot to change other texts , for example Copyright , or text Function keys locked , any other text not in 00424431 adress... How to change it with DLL , is it real ? Or i can change it only with a HEX Editor rolleyes ?


RE: [14/08/09] LF2 DLL Framework - George - 09-12-2009

thx for all... You are so hospitables...


RE: [14/08/09] LF2 DLL Framework - The Lost Global Mod - 09-12-2009

firstly read this(clicky) and this(clicky again)
your request is easily done with basic hex editing.. if you have more advanced problems.. in which you really need a dll for it... ask again...
but more detailed pleas, otherwise you can't expect an good and working answer/solution


(09-12-2009, 09:31 AM)George Wrote:  thx for all... You are so hospitables...

and yes we are :D


RE: [14/08/09] LF2 DLL Framework - hkmnhkmn - 09-18-2009

i still don`t understand the itr/kind: 8 , 80 ,81 ..... thing


RE: [14/08/09] LF2 DLL Framework - Hax0r - 09-18-2009

I downloaded newest version and sometimes after i do time stop few sec. after whole game stop (i mean me, my opponent, my items and it's don't unfreeze even after 1 minute but i set state to 10250. And i can quit with F4) not always but sometimes. I think it's a bug.


RE: [14/08/09] LF2 DLL Framework - Buxie - 09-19-2009

(09-18-2009, 10:32 PM)Hax0r Wrote:  I think it's a bug.

sometimes I have this bug, too.
I don't know the reason why It couldn't go normal.:'(