Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
-Base Game Ammunition
-DLC Ammunition
-Base Game + DLC ammunition
Upcoming:
-Base Game Armor & Clothing
-DLC Armor & Clothing
-Consumables
-Keys
-Holodisks & Notes
-Skill Books
-Skill Magazines
-Snow Globes
-Base Game Weapons
-DLC Weapons
-Base Game Unique Weapons
-DLC Unique Weapons
-And many more
Actually really useful if people just need specific things, nice.
Example from FNV Base Weapons Modifications.txt:
Obviously this is not all of them but still as you can see, i put what each code goes to and under what category they are
I also put which DLC they are from so people can put a ; before the codes for the DLC's they dont have. If they dont have all.
-Base Game Ammunition (2000 of each type)
//UPDATED
-DLC Ammunition (2000 of each type)
-Base Game + DLC Ammunition (2000 of each type)
-Skill Books (10 of each)
-Skill Magazines (20 of each)
-Base Game Snowglobes
-DLC Snowglobes
-Base Game + DLC Snowglobes
player.additem xx00947b 2000 ;Standard (Honest Hearts)
player.additem xx00085b 2000 ;Explosive (Gun Runners Arsenal)
For the first item, i have to replace the "xx" with "02" since Honest Hearts is number 2 in my data file load order. So after editing it, it would be like this:
player.additem 0200947b 2000 ;Standard (Honest Hearts).
And for the second item, i have to replace "xx" with "06" since Gun Runners Arsenal is number 6 in my data files load order. So after editing, it would be like this:
player.additem 0600085b 2000 ;Explosive (Gun Runners Arsenal).
Please take this in mind when downloading the DLC.txt & the BaseGameAndDLC.txt files
Current versions:
-Base Game Weapon Modifications
-DLC Modifications
-Base Game + DLC Modifications
-Factions Maxed Out
-Base Game Ammunition (2000 of each type)
-DLC Ammunition (2000 of each type)
-Base Game + DLC Ammunition (2000 of each type)
-Skill Books (10 of each)
-Skill Magazines (20 of each)
-Base Game Snowglobes
-DLC Snowglobes
-Base Game + DLC Snowglobes
Currently in the process of making:
-Consumables
Upcoming:
-Base Game Armor & Clothing
-DLC Armor & Clothing
-Base Game Unique Weapons
-DLC Unique Weapons
-Keys
-Holodisks & Notes
-Base Game Weapons
-DLC Weapons
-And many more
I am going to keep uploading BAT files :) just comment what you all need and ill add a file for it!