Jump to content

Getting new grenade weapon to read new grenade projectile F04Edit


xxdeathknight72xx

Recommended Posts

Has anyone figured out how to copy any type of grenade into a new record and have it read its own projectile. There is no ammo used so each grenade weapon type must read its projectile directly but i cant figure it out. I assume its down at the bottom hex code in the FNAM, I'll test later tonight.
I would like to figure this out soon so my mirelurk eggs dont have to take over the frag grenades and my queen wont take over the beacon grenades.

Link to comment
Share on other sites

ITS f***ing BACKWARDS MAN!!!!!!!!!!!!
I've been pulling my damn hair out over this and its right infront of me this entire god damn time . . . I think
I have to run out real quick but once I get home I'm gonna be all over this conspiracy of the backwards hex projectile code

02a4c7_1a1cb700a6dd47b29cbe4ab15a873861.

I hope to god I'm not just grasping at straws and looking for any sort of pattern . . . We'll see :/

Edited by xxdeathknight72xx
Link to comment
Share on other sites

SOLVED
WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOT

I'll put together a quick tutorial about it all but that was it
After looking over everything COUNTLESS f***ing times I finally found a pattern and yet there is NO f***ing METHOD TO THAT MADNESS BETH

I'm not sure about all weapons and it doesnt really matter for those with actual ammo BUT for grenades it seems that it calls on its projectile in the FNAM field
I've known this for a few days but couldnt figure out how it was calling. Its obviously hex but Ive tried converting everything into dec,ascii and . . . everything else just to see where its grabbing its information but to no avail.

IT WAS RIGHT INFRONT OF MY DAMN FACE THE WHOLE TIME
ONLY, get this
f***ing BACKWARDS!?!?!?!?!?!

So the ending sequence of numbers in the FNAM hex sequence is the backwards FORM ID number
So if you make a new grenade based off of the frag and a new projectile youre looking for these numbers

WEAP FNAM : 33 33 33 3F CD CC CC 3D 9A 99 99 3E 9A 99 19 3E CA 54 15 40 00 00 00 00 00 00 80 3E 01 4E 57 0E 00 00 00 00 00 00 00 00 00

PROJ FORM ID: 01000804


the original frag projectile FORM ID is 000E574E . . . yeah . . . that s*** right there man

so you take your FORM ID from your own projectile, this example is 01000804, split it into "hex" 01 00 08 04 then reverse the chunks

04 08 00 01

now place that into the WEAP FNAM hex sequence

33 33 33 3F CD CC CC 3D 9A 99 99 3E 9A 99 19 3E CA 54 15 40 00 00 00 00 00 00 80 3E 01 04 08 00 01 00 00 00 00 00 00 00 00

 

now your grenade will be reading your personal projectile and act as it should

HOLY HELL THAT TOOK FOREVER TO FIGURE OUT

f*#@ing backwards form id number broken into chunks to look like hex then placed into an actual sting of hex

Sneaky sneaky Bethesda

I do like a challenge though so THANKS BETHESDA :D

Edited by xxdeathknight72xx
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...