massimilianogoi on 12/9/2009 at 04:06
So, I have created a new faction, playing around with these settings, and it's really working!!
Inline Image:
http://i25.tinypic.com/2mwv2ww.jpgIt's quite not so hard to create a new one, just creating a new archetype from T3FactionModel, and adding to it three base properties:
Disposition_vs_Player,
FactionGUID and
Disposition_vs_Faction
x, where x represents the number of the correspondent faction with which having different relations(DISPOSITION_FRIENDLY, DISPOSITION_NEUTRAL,DISPOSITION_ALLIED, DISPOSITION_FEARFUL, and DISPOSITION_HOSTILE).
I have transcripted also the FactionGUID of any original faction, that other isn't that the unique identifier with which any faction countersigns itself, to make your work easier:
0 CityWatchFactionModel
1 CivilianFactionModel
2 HammerFactionModel
3 KeeperFactionModel
4 PaganFactionModel
5 CriminalFactionModel
6 KurshokFactionModel
7 AmbientFactionModel
8 UniqueFactionModel
9 PrivateGuardFactionModel
10 UndeadFactionModel
11 GamallFactionModel
12 LadyEFactionModel
13 LaurylFactionModel
14 FreedPrisonerFactionModel
15 KeeperAssassinFactionModel
I hope to put this online on the FleshWorks tutorial as soon as they can restore it.
jtr7 on 12/9/2009 at 04:08
I hope to see what can really be done with this.:)