Phoenix Point
0 of 0

File information

Last updated

Original upload

Created by

Pantolomin

Uploaded by

pantolomin

Virus scan

Safe to use

Tags for this mod

About this mod

Allow 3 augmentations.
Now possible to switch between bionics and mutations.

The behavior can be configured through Modnix

Requirements
Permissions and credits
Changelogs
pp-full-mutations

Current Phoenix Point release is limited to 2 body parts only allowed for augmentations and the impossibility to go from one to the other.
This "mod" allows all three body parts to receive an augmentation.

Code change
The code contains a constant "MAX_AUGMENTATIONS" set to 2.
Unfortunately it is impossible to only change the value of a constant because it is "inlined" in the code (not used at runtime).
So I had to settle to modify the method where it matters (fortunately a single one per augment).

This also means that if they ever change the code for this method, the "mod" will fail. Keep that in mind and remove the mod if you have problems in the mutation screen.