Page 6 of 16

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 7:03 pm
by pox911
budboy wrote:
Tue Feb 12, 2019 8:48 am
If you are able to get the values for the skill slot, are you also able to get the values to modify the Pierce/Crush/Slash values of the weapon?
If i'm reading the weapon info right, those are stored elsewhere in the game data and not part of the weapon itself. i could be wrong though

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 7:23 pm
by Murasaki
When you change the slotted skills level is it just a visual change? I see the number change on the skills but the HP,OP,ST wasn't affected. I'm probably doing something wrong lol but wanted to ask anyway

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 7:28 pm
by pox911
after you changed it, did you unequip the weapon and re equip it?

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 7:31 pm
by Murasaki
pox911 wrote:
Tue Feb 12, 2019 7:28 pm
after you changed it, did you unequip the weapon and re equip it?
Ah that was the issue :lol: Thanks

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 7:51 pm
by Xblade Of Heaven
mission reset timer o freeze timer?

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 8:08 pm
by Murasaki
Xblade Of Heaven wrote:
Tue Feb 12, 2019 7:51 pm
mission reset timer o freeze timer?
you can pick from 3 options, Normal,Instant or Unlimited time.

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 10:14 pm
by xros
is there a way to give yourself all items/materials/blueprints?

Re: God Eater 3 (Steam)

Posted: Tue Feb 12, 2019 11:50 pm
by deama1234
I was wondering if you could help OP, or at least someone here.
I can't seem to figure out how to find attack speed, I've tried doing all sorts, even trying just changed instead of increased/decreased, but nothing.
The best guess I can come up with is that I think the game changes attack speed slightly according to the situation, and when I run into these situations it screws up my results I guess. Anyway, has anyone got any idea how to find attack speed? It should be possible right? There's like 2 different attack speed modifiers. Though I guess it's entirely possible they're fake, they are pretty miniscule afterall...

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 12:29 am
by Xblade Of Heaven
Murasaki wrote:
Tue Feb 12, 2019 8:08 pm
Xblade Of Heaven wrote:
Tue Feb 12, 2019 7:51 pm
mission reset timer o freeze timer?
you can pick from 3 options, Normal,Instant or Unlimited time.
no, i say this timer.

Image

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 12:52 am
by Murasaki
Xblade Of Heaven wrote:
Wed Feb 13, 2019 12:29 am
Murasaki wrote:
Tue Feb 12, 2019 8:08 pm
Xblade Of Heaven wrote:
Tue Feb 12, 2019 7:51 pm
mission reset timer o freeze timer?
you can pick from 3 options, Normal,Instant or Unlimited time.
no, i say this timer.

Image
Oh that, I don't think you'd really need to mess with it unless it takes you 30-40 mins to kill the target and loot the area

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 12:54 am
by Xblade Of Heaven
Murasaki wrote:
Wed Feb 13, 2019 12:52 am
Xblade Of Heaven wrote:
Wed Feb 13, 2019 12:29 am
Murasaki wrote:
Tue Feb 12, 2019 8:08 pm


you can pick from 3 options, Normal,Instant or Unlimited time.
no, i say this timer.

Image
Oh that, I don't think you'd really need to mess with it unless it takes you 30-40 mins to kill the target and loot the area

I know, but I would like to know if someone has found it

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 12:58 am
by gunbalde60
pox911 wrote:
Tue Feb 12, 2019 7:03 pm
budboy wrote:
Tue Feb 12, 2019 8:48 am
If you are able to get the values for the skill slot, are you also able to get the values to modify the Pierce/Crush/Slash values of the weapon?
If i'm reading the weapon info right, those are stored elsewhere in the game data and not part of the weapon itself. i could be wrong though
Is there a list of skills? Your spreadsheet only shows items and clothing.

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 1:23 am
by Xblade Of Heaven
My contribution, mission timer found, always full mission timer on missions. :D :)

Code: Select all

[ENABLE]

aobscanmodule(missiontimer,ge3.exe,F3 0F 58 8B 88 00 00 00) // should be unique
alloc(newmem,$1000,missiontimer)


label(code)
label(return)

newmem:
xorps xmm0,xmm0
movss [rbx+00000088],xmm0

code:
  addss xmm1,[rbx+00000088]
  jmp return

missiontimer:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(missiontimer)

[DISABLE]

missiontimer:
  db F3 0F 58 8B 88 00 00 00

unregistersymbol(missiontimer)
dealloc(newmem)
Grettings!

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 2:31 am
by m09
Infinite Custom Bullet Ammo pls

Re: God Eater 3 (Steam)

Posted: Wed Feb 13, 2019 1:47 pm
by xros
i sorry for being a noob but
how do the last weapon equip code work?

what are the skill ids/levels?