question about ai.ipf

For everything that doesn't fall into the other categories
dorin2nd
Posts: 11
Joined: Wed Jan 26, 2011 8:09 pm

Re: question about ai.ipf

Post by dorin2nd »

allright then... i'll first try the method that pirate_sephiroth tell me... to throw some invalid code into the resources of ge.exe... hope it will works :)
bustygals
Posts: 100
Joined: Tue Jul 13, 2010 10:03 pm
Contact:

Re: question about ai.ipf

Post by bustygals »

dont worry, u will succeed!
dorin2nd
Posts: 11
Joined: Wed Jan 26, 2011 8:09 pm

Re: question about ai.ipf

Post by dorin2nd »

it seems that i've failed T_T

could you give me some examples of those invalid code? i've made some invalid code and it seems that my ge.exe still read those invalid code from ge.exe and not from ai.ipf? how can i patch it correctly? thanks in advance
Bionic
Posts: 107
Joined: Mon Jun 28, 2010 1:17 am

Re: question about ai.ipf

Post by Bionic »

dorin2nd wrote:it seems that i've failed T_T

could you give me some examples of those invalid code? i've made some invalid code and it seems that my ge.exe still read those invalid code from ge.exe and not from ai.ipf? how can i patch it correctly? thanks in advance
You can try the following method.

Use any hex editor, look for the following text string.
func SCR_ATTACKER_TS_KEEP(self
change the text string to
unc SCR_ATTACKER_TS_KEEP(self
by deleting the "f" character.

This should invalid the bulit-in AI on ge.exe file and it will use the ai.ipf file instead.
dorin2nd
Posts: 11
Joined: Wed Jan 26, 2011 8:09 pm

Re: question about ai.ipf

Post by dorin2nd »

yes, that's what i do with dracx tools... well, i'll give it a try with the hex editor... thx for your information :)
pirate_sephiroth
Posts: 95
Joined: Sat Nov 07, 2009 11:04 pm
Location: Brazil

Re: question about ai.ipf

Post by pirate_sephiroth »

you can write anything to make it invalid, like replacing
func SCR_ATTACKER_TS_KEEP(self
by
derp SCR_ATTACKER_TS_KEEP(self
(USER WAS BANNED FOR THIS POST)
Post Reply