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
This may be embarrassing as I could be missing something simple. But looking through the codebase, I'm not sure how to add characters directly to the black book and make them hireable. I see configurations for 'forceHireable' and hireorfire. But I'm not sure how these get built to the menu. Any help would be greatly appreciated <3
i.e new criminal bosses and factions like Tony Montana or Vito Corleone for film buffs like me
https://eos.paradoxwikis.com/Modding
"Please note that this initial release supports modding of text assets in the game, specifically BRScript, Lua scripts and localization files. This allows you to mod all gameplay code, configuration data, missions, conversations, displayed text, etc. in the game. We are working on supporting modding of other assets types in a future update, e.g. audio, sprites, 3d models, UI, etc."
You can use existing assets of course, which is what this mod has done. I recommend searching the source files for "prefab =" or "ragdollPrefab =" to find configs with existing character asset paths used throughout the game.
Good Luck!