Quote:
Originally Posted by Fahnenbohn
Hello. I would like to add an emblem on my U-Boot's turm when I am in a single mission and without have started a career. Is it possible ? How to do that ? Thanks for the help !
F.
|
Start a single mission. After load, save the mission and exit from the game.
Now, go in: Documents\SH3\data\cfg\SingleMissions
Find and open with notepad the file: "save_name.psc", you will see something like this:
Code:
[PLAYER_SUBMARINE]
ClassName=SSTypeVIIB
UnitName=Type VIIB#1
Z01=data/objects/Turm7b_1_hd
M01=88mm_UDeck_Gun_High
A01=20mmSingle_UFlak_High
A02=NULL
S01=NULL
S02=NULL
S03=NULL
E01=NULL
E02=NULL
SNK=NULL
SNK_MASK=7b_SNK_Mask
H01=GHG
H02=NULL
N01=NULL
R01=NULL
C01=NULL
BLD=NULL
ALB=NULL
TAR=NULL
Ok, give to the "E01=NULL", path to the emblem, that you want.
In my case: "E01=data/emblems/subemblems/VIIB.tga"
Start the game, load the save, and you will have emblem in a single mission.