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
Outside of a few unique characters (i.e. the tutorial characters), character generation in Phoenix Point is done via copying a default template (for the case of the Phoenix recruits there's 1 template for each class) and then randomising things like the name and customisation options to make distinguishable soldiers. Third row perks are randomly taken from a "pool" of available perks regardless of whether it's a tutorial or default character.
TFTV does quite a lot under the hood to manipulate that third row: expands it to a full row of perks (rather than only 3) where some of them are dependent on soldier class, others on which faction the soldier is recruited from, and the last few are random again. It requires quite a lot of "case-by-case" programming and would probably serve as the closest template for making adjustments to the third row.
If you're looking to be able to dynamically pick which perk each individual soldier gets (e.g. via some sort of drop-down menu in-game with multiple to pick from) then this is what I meant by "not really", as you'd need to delve much deeper into how the UI works and overhaul quite a lot of it. However, manipulating the pool(s) of available perks or manually setting the perks for a new recruit based on some condition(s) would be feasible, but it's still a lot of work to implement.
Would it be easier for me just to edit the starting squad?
I don't need to edit every soldier.
I just want a single personalized squad that I am personally invested in.
You could create new templates to use for generating your starting squad (TFTV does something similar, while I only access the existing tutorial and generic templates in my custom start mod) and then manually adjust the units generated from those templates, but it's a lot of work, especially if you wanted to release it as a mod on the workshop.
I use TFTV.
I practically never played vanilla PP.
How do I go on about starting?
Like I said, doesn't work. Too outdated.
About this mod
Change what Personal Traits you get for each class of soldiers.
This mod will let you select through Modnix / Config which personal traits you want each class of soldier to be able to get. You can either change only some classes, change some skills for certain class, or disable some skills completely.
Is it compatible with TFTV?
Yeah, I just started editing the github codes. I managed to reduce the unecessary perks/skills to reduce unwanted RNG chances.