Originally posted by DinoDoc
Use a text editor to edit the "init.py" file in the game folder.
Add the following lines to the file:
import ff
ff.CON_ENABLE=1
APP_ENABLE_XTRACHARS = 1
You'll get three extra characters added to your list of possible recruits.
Use a text editor to edit the "init.py" file in the game folder.
Add the following lines to the file:
import ff
ff.CON_ENABLE=1
APP_ENABLE_XTRACHARS = 1
You'll get three extra characters added to your list of possible recruits.
import ff
ff.APP_ENABLE_XTRACHARS = 1
Comment