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
I took to getting clothing pieces and once they have a certain task, dressing them a certain way. IE; all my stall vendors except the medical stall, have on a red dress. The medical stall has on a lab coat.
Security settlers assigned to guard posts have on the best military kit I can equip them with.
Farmers have on farm hand clothing.
I feel dirty having to use the player.showinventory and spawn in a rediculous amount of red dresses and farm hand clothing, but lacking any way to change a name this system needed to be implemented.
EDIT:
I see, it shows a list of items usable by the player.
It just hit me that, that command shows the player inventory... Any chance you can share the ID of the items for farmers, military, and gatherers? Or the clothing your using.
I found the
Military Fatigues Clothing (Defender) - 0016892C
Scavenger Outfit (Scavenger) - 000732AE
Flannel shirt and Jeans Outfit (Farmer) - 00117EB9
where x is the number of the item you want. For those who don't know.
Here are the codes you wanted. I'll edit when I grab the Tuxedo for the male settlers (or dress them in drag ya know whatever floats your boat) and farm hand
Red Dress - 000F9A8
Lab Coat - 000178b68
Farmhand Clothes - 000E5084
As cool as the document is it takes time and I'd still like an in-game naming function.
http://orcz.com/Fallout_4:_Item_IDs
Guide can be found here: http://www.nexusmods.com/fallout4/articles/8/?
He has also made a simple mod that has pre-set names that can be found here:
http://www.nexusmods.com/fallout4/mods/2017/?
It obviously goes without saying that all the credit goes to him, I'm just spreading the word.
Hope it was helpful.
Click on a npc and use the command SetActorFullName followed by a MESG number.
Since there are only certain messages available by default, I used, for example "help doctor 0"
to search for a MESG value with the word doctor in it. That means the console command
[ SetActorFullName 001E73E7 ] names the selected settler "Doctors" which is a good enough name for me.
(I searched for a MESG with 'medic' in it first but the only MESG available was "Gained Combat Medic Perk", which would be a strange name :P) I name someone that first and it still works though.
Use by clicking on actor then typing into console: SetActorFullName (MESG # below)
MESG "Doctors" = 001E73E7
MESG "Healing" = 001EC020
MESG "Food" = 001EC021
MESG "Settler" = 0019C5A9
MESG "Barter" = 0000017F
MESG "Companions" = 00060A9C
MESG "Provisioner Guard" = 00060A9C
MESG "Camp Defense Patrol" = 01221BE
MESG "Weapons" = 001E9717
MESG "Attacking" = 001E6017
MESG "Armor" = 001E6015
MESG "Power Armor" = 0003E579
MESG "SPECIAL" = 001E971D
MESG "Warning!" = 00216255
MESG "Grenades and Mines" = 00237DD7 (I use this one for anyone on artillery)
Also, to search for messages more effectively:
help doctor 0 MESG
will show you only all messages containing the string doctor. WAY helpful so that you don't have to scroll past other info.
using the command console type
'help X 4 MESG' to get a complete list of all messages containing the letter X