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
Please someone help me
actors(npc that are level listed are not followers)
to be able to have that as follower
they need the unique flag to begin with, like in Skyrim.
thats how the engine works btw
and the voice they use must support follower mechanic
and the player needs the relationship set between player and that npc
last there disposition must be friendly to the player thats a disposition of 75
the follower script must be linked to that character and its vaules set
also needs the potional followre factions sets so it can identify
thatis sets for being a follower.
only if these 6 requirements are met, only then can they be followers and or married
EDITED
factions identify on what the npc can do, it links mechanics to the npcs
mechanics as in stores, followers,fences,crimes and so forth are all part of the faction mechanic
linked sub script and variable will allow the engine to keep track and manage those npc properly
so that that engine knows this npc can do this at that time and this at that time and this if its part of that
if a faction is set 0 its a faction active
if a faction is set -1 its set as a potional, but is inactive
its direct communication to the engine as long you give it the correct commands and do it properly
its like you use a script. just that it overrides and ignores the fail check system and so can break content.
it think there is also a way to load yourself yout own external script and let it compile in real time
this can help
https://www.creationkit.com/fallout4/index.php?title=Console_Commands_(Papyrus)
and this might help
https://www.creationkit.com/fallout4/index.php?title=Category:Papyrus
simple reminder:
scripts have fail check
console debug commands do not have fail check
if want to be save make scripts and use them befor you start a game.
http://steamcommunity.com/sharedfiles/filedetails/?id=1310456114
Creatures without a special ID just can't talk, they have to dismissed via console, or by picking up another companion.
setrelationshiprank player 4
You only need that and
setplayerteammate 1
to get a basic companion.