Can someone make a step by step modding guide?

Ravager

Look, Ma! Two Heads!
Just curious since I give up. I never made a mod and I don’t even know where to start. I just messed up my game and I’m tired of re-installing it over and over again. I don’t even know what programs should I use.
 
I'd guess he want a guide on how to make mods, like create new weapons, new items, new gear or companions and such. I'd say this is a good idea but I think if someone had the time or will do make one they're either already made one or are on their way :P

Plus it's better to request a specific guide instead of just asking for guides to be made, like asking if anyone could make a guide on how to create new weapons for example.

Step by step guide could be first creating a copy of a existing weapon, then changing its stats. After that a step could be to give it a unique texture and/or model. And finally a guide on how to make it available in the game without having to use the console.

Just a small tips as I myself would love a guide like this :P
 
I wanna make a mod. I know how to manage them… I looked at some of the other threads but I don’t get all that hex stuff. I don’t even know what programs do I have to use and what files to open.

So far I just made a big package of textures including the T-51b model for BOS (I gave this one a bit different texture making the hands/wrists all silvery instead of green – it’s a bit of a temporary fix since the author of the original mod couldn’t change the BOS texture on the Outcast left hand. It just looked weird to me so now the outcasts are walking with one black and one silver peace, their amours are also black in the areas of the chest, shoulders and shin. Anyway I’ve done a lot of minor changes to that texture).

But that’s not enough. So I still need to change weapon and armor names to the ones used in Fallout 1 and 2 not to mention stuff like accuracy and damage. Especially when it come to that damn sniper rifle. Not only there is no Gauss Gun but the only available long range weapon sux! And it’s unique siblings aren’t much better. And did you see the – Agility on the power armor? It’s a nightmare! So ye I need to mod this stuff.
 
well

Well I don't have all the answers but I'll try to write some thing for us nubs to help us get in the right direction.

First thing you will need to gather what resorces your going to need.

Tools:

FO3 BSA Archive Utility
- A Java applet that allows you to extract data from the game archives.
Photoshop DDS Plugins
- Allows Photoshop to open, edit and save DDS files.
DDS Converter 2
- For those without Photoshop that want to edit textures.
Fallout Mod Manager
- Utility for editing ESM/ESP files, with launcher.
NifSkope (frequently updated)
- 3D mesh viewer/editor allowing you to edit properties (texture path, translucency, etc.).
FO3Dump BETA
- Decodes contents of ESM/ESP files.
ArchiveInvalidation Invalidated
- Circumvents the tiresome job of adding lines to ArchiveInvalidation.txt.
KF Updater
- Command line utility for converting custom animations to FO3.
Blender
- An open source 3D modelling suite for use in conjunction with NifSkope.
FO3Edit
- Module viewer/editor and conflict detector.

NOTE: you may not need all the tools. Depends on your intentions.

Most forum posts I've come across the majority of people seem to be using Fallout mod manager to do most of there work. I'd recommend it for the shear amount of information given in this format.

To Mod weapons and items:


Open up FOMM ( Fallout Mod Manager) > click plugin editor> file > open . . and open the file fallout3.esm

This file is where all the scripting variables are held like weight of an item and damage of a gun.

It takes a second to load but once you have it up you'll see tons of catagories to choose from. In the format of GRUP (****).

For modding guns you'll be focusing in the GRUP (WEAP) , GRUP (AMMO) and GRUP (GMST). If you Click on say the GRUP (WEAP) catagory it'll expand and you'll see every gun in the game now. If you go down twords the end and find WEAP (WeapChineseAssaultRifle) and click on it you'll see the information on the gun on the right and the bottem left you'll see more of those damn acronyms.

DATA and DNAM are the main focus of most of the tweaking of guns. If you go into say DATA and your NOT in hex mode youll get named fields in which you can change there values to what you desire. WARNING : some feilds are NOT labled due to lack of knowlage of what that particular variable controls and I would be careful changing these values.

Almost all post ive seen on editing and changing weapon stats is in Hex. to get to hex go to Options and uncheck " Use new subrecord editor" and when you click on DNAM or DATA you'll get the rawl hex values.

once you've modified what you want go to the top left window and scroll to the top and click TES4 right under Fallout3.esm go to edit > New subrecord and down in the bottem left you'll see NEW_ go to options and uncheck hex mode then click on NEW_ and type in the box fallout3.esm and change the Name to MAST.

Once that is done it makes the new .esp your about to create over ride the settings in the fallout3.esm.

Then just go to file Save and name your modification plugin what you want. Open up your fallout launcher and underneath play you'll see DATA click than and make sure you checked off the newly created .esp you created, than play.

I DO NOT no all the specifics of what every thing does in the fallout3.esm my intentions are just to help people get started in the right direction. I hope this is of much help to all.


Also its a good idea to delete all unmodified catagories in your plugin so they dont conflict with any thing or do unwanted accidental changes. It also helps cut down on confusion while your working on it.

If your still lost download this small mod by Ar1Z realism.rar
So you can see an example of every thing if need be.
 
The last version of FOMM came with the hex values of weapons decodeds, now it's easy to change the values like ammo, damage and health.
 
OMFalloutG! It actually worked! Perfectly even. I can now one shot my targets at a long range! I changed the name, weapon spread, damage… everything! The only thing missing right now are the statistics on armors like +2 strength or +2 agility etc.

Thx Gustavo!

I wanna buy some ammunition now!
 
Ahh great that helped a lot :D just a quick question, is it possible to give the weapon a second ability, like firing a grenade?
 
spite_nike said:
Ahh great that helped a lot :D just a quick question, is it possible to give the weapon a second ability, like firing a grenade?

Hmm i don't no about that excatly but i did read that some one used some of the same settings from the Rock-It launcher to make a gun fire diffrent ammo types . That thread is --- > Here
 
I don't think that grenades are considered ammo by the game, thus first you'll need to know if grenade can be transformed in ammo or if a gun can shot things that are no ammo, and if the grenades shoted will act like grenades should do.
 
Never mind about the energy weapon damage. It’s lower then the value I set but just a little bit. I don’t know why though.

Btw you wouldn’t happen to know how to edit armors?
 
Gustavo Ganso said:
i think the damage done is based on your skills with energy guns too.

Indeed!

Now I'm wondering how to set accuracy. I did some changing and djusted maximum and minimum spread but I'm not sure how to make a sniper rifle far more accurate then it is now. Both with and without V.A.T.S.
 
Back
Top