Ads suck. We hate 'em too. That's why they're disabled for registered members.
Go Back   Fable 2 Forums > Fable Forum > Fable Modding

Reply
 
Thread Tools

Adding Augments to a Weapon
Old 03-04-2007   #1
NeutronHInc
Adding Augments to a Weapon

This will cover two things actually, adding Augmentation Slots and the Augments themselves.

We will be using the Iron Longsword for this "tutorial," though you can use any weapon you like, the steps are the same.

First open up Fable Explorer

1. Double-Click on game.bin
2. Double-Click on OBJECT
3. Find and double-click on 5474 - OBJECT_IRON_LONGSWORD
Warning, this is a spoiler!

4. In the window that pops up on the right, click once on OBJECT
Warning, this is a spoiler!

5. Scroll down until you find CObjectAugmentationsDef and then click on the Links to (GameBINEntryID): link
Warning, this is a spoiler!

6. In the new window that pops up, double-click on CObjectAugmentationsDef
7a. In the box next to Useable Augmentation Slots change the number from 0 to 8 (you can change the number to whatever you want, but I would suggest you use NO MORE then 24)
7b. You must change the number here from 5 to 8 (or whatever number you put in the box above. It MUST match or be higher then the number of Useable Slots!)
Warning, this is a spoiler!

8. Now, in the left part of the window, click once on 3F038D31 - unknown and you should see this. If you don't see this, click on each unknown until you find it.
Warning, this is a spoiler!

9a. Now, in the box next to (int)CObjectAugmentations Def Array 2 put in how many Augments you wish the weapon to start out with. I want all eight slots used so I put in 8
9b. Now click on the Add button to add an Augmentation to your weapon. (I suggest you NOT click on the "..." button, clicking on this and selecting from the box that comes up, has crashed my FE. If you need to know what number to use for what Augmentations, look at the image bellow to see them.)
Warning, this is a spoiler!


Hope you found this useful, enjoy!
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #2
Albion Knight
Re: Adding Augments to a Weapon

Excellent Work!!!
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #3
Pilgrim
Re: Adding Augments to a Weapon

Quote:
Originally Posted by NeutronHInc View Post
7b. You must change the number here from 5 to 8 (or whatever number you put in the box above. It MUST match or be higher then the number of Useable Slots!)
Are you sure, I usually use 0 here, which I think causes the augmentations to be (more) permanent, so that not even the trainer can remove them. It probably has something to do with the amount of augments you can spawn the weapon with, but I'll have to investigate...

Oh and nice guide,
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #4
NeutronHInc
Re: Adding Augments to a Weapon

Quote:
Originally Posted by Albion Knight View Post
Excellent Work!!!
Thank you!

Quote:
Originally Posted by Pilgrim View Post
Are you sure, I usually use 0 here, which I think causes the augmentations to be (more) permanent, so that not even the trainer can remove them. It probably has something to do with the amount of augments you can spawn the weapon with, but I'll have to investigate...

Oh and nice guide,
Well, let me explain why I said that...

For my sword, The Dragon's Claw, I gave it 8 Usable Augment Slots and left the Available Augment Slots at 5. When I went in the game and started to put Augments into the weapon, the game crashed as soon as I tried to put the sixth augment into the weapon. So I tried 0 Available Slots, it crashed again as soon as I tried to put just one augment into the weapon. I tried 7 Available, crashed again as soon as the eighth was put into the weapon. I doubled the Available, so it was 8 Usable to 16 Available, no crash. So at least on my PC, I figure, be safe then sorry and have at least the same amount of Available slots as Usable slots, if not double that. Hope that made sense.

Thanks!
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #5
Dark Drakan
Re: Adding Augments to a Weapon

Very good guide and very well explained
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #6
Pilgrim
Re: Adding Augments to a Weapon

Quote:
Originally Posted by NeutronHInc View Post
Well, let me explain why I said that...

For my sword, The Dragon's Claw, I gave it 8 Usable Augment Slots and left the Available Augment Slots at 5. When I went in the game and started to put Augments into the weapon, the game crashed as soon as I tried to put the sixth augment into the weapon. So I tried 0 Available Slots, it crashed again as soon as I tried to put just one augment into the weapon. I tried 7 Available, crashed again as soon as the eighth was put into the weapon. I doubled the Available, so it was 8 Usable to 16 Available, no crash. So at least on my PC, I figure, be safe then sorry and have at least the same amount of Available slots as Usable slots, if not double that. Hope that made sense.

Thanks!
Yeah that makes perfect sense, I was adding augments through FE, and no crashing. Must mean that 'Usable' slots are the total amount of slots, while 'Available' slots are the slots you can add to in-game... or something.
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #7
NeutronHInc
Re: Adding Augments to a Weapon

Quote:
Originally Posted by Dark Drakan View Post
Very good guide and very well explained
Thank you! Thanks for the Sticky as well!

Quote:
Originally Posted by Pilgrim View Post
Yeah that makes perfect sense, I was adding augments through FE, and no crashing. Must mean that 'Usable' slots are the total amount of slots, while 'Available' slots are the slots you can add to in-game... or something.
I'm not sure, I'll run a few tests to find out later. I'll try having Usable at 3 or 4 and Available at 2 or 3 and see what happens in-game. Hey, if all else fails, we can contact Lionhead and ask them! LOL
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #8
projectego
Re: Adding Augments to a Weapon

Awesome guide, NeutronHInc! Nice work!
  Reply With Quote

Re: Adding Augments to a Weapon
Old 03-04-2007   #9
NeutronHInc
Re: Adding Augments to a Weapon

Quote:
Originally Posted by projectego View Post
Awesome guide, NeutronHInc! Nice work!
Thank you! I so do enjoy helping people!
  Reply With Quote

Re: Adding Augments to a Weapon
Old 05-29-2007   #10
TheGuardians
Re: Adding Augments to a Weapon

nice tutorial
  Reply With Quote

Re: Adding Augments to a Weapon
Old 07-03-2007   #11
thearthur
Re: Adding Augments to a Weapon

so it is possible to make the stick u get at the beginning the most ultimate weapon by giving it 24 augments?!
  Reply With Quote

Re: Adding Augments to a Weapon
Old 07-03-2007   #12
RedBullKid
Re: Adding Augments to a Weapon

Quote:
Originally Posted by thearthur View Post
so it is possible to make the stick u get at the beginning the most ultimate weapon by giving it 24 augments?!
yes or u could just up the the damage and stuff... just saying

for the guide
  Reply With Quote

Re: Adding Augments to a Weapon
Old 07-04-2007   #13
thearthur
Re: Adding Augments to a Weapon

but if you for example give the iron longsword 10 augments do all the iron longswords have 10 augments? if not how do you get it in your inventory?
  Reply With Quote

Re: Adding Augments to a Weapon
Old 07-04-2007   #14
RedBullKid
Re: Adding Augments to a Weapon

well it depends if you edit OBJECT_IRON_LONGSWORD then no but if you edited say the bandit version then yah (it happened to me once i was doing a quest and got killed by a low class bandit in one hit) and about spawning it in the inventory theres a thread about tht or you could just buy the weapon or spawn it in a chest
  Reply With Quote

Re: Adding Augments to a Weapon
Old 07-04-2007   #15
OldBoy
Re: Adding Augments to a Weapon

Quote:
Originally Posted by thearthur View Post
but if you for example give the iron longsword 10 augments do all the iron longswords have 10 augments? if not how do you get it in your inventory?
Yes. I you give the OBJECT_IRON_LONGSWORD 10 augs, all OBJECT_IRON_LONGSWORD will have them. And if other weapons use the same CObjectAugmentationsDef, they'll have them too.

You can partially work around this by creating a new CObjectAugmentationsDef entry in the game.bin and link OBJECT_IRON_LONGSWORD to it.

Last edited by OldBoy; 07-04-2007 at 06:07 PM.
  Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Your own Legendary Weapon! droded Fable Modding 282 6 Days Ago 01:47 AM
Removing Augments from a Weapon. NeutronHInc Fable Modding 4 03-16-2007 01:28 AM
Favorite weapon Apron Boy Fable Discussion 20 11-07-2006 06:57 PM
Your own legendary weapon! Seigfreid Fable Discussion 103 10-22-2006 06:28 PM
Different Weapon deshikicks Fable Discussion 6 10-05-2006 08:45 PM



All times are GMT. The time now is 12:33 PM.