Flags as Leaderheads

Praetor Gaius

Chieftain
Joined
May 3, 2006
Messages
11
Location
Wisconsin, USA
I was wondering has anyone tried this in Mods? Just curious, I was thinking on doing that instead of trying to create a leader head.

Any suggestions?
 
well, as of right now I don't think we can use static images for LH's unless we change some of the ini files, which isn't transferable with mods... you would have to ask the users to change this manually.... not ideal and not good modding practices.

sometime in the future this will be possible I'm sure, but not sure when.
 
there is the OptionsManager that could have something to force the leaderhead option without making any ini changes.

Code:
for k,v in pairs (OptionsManager) do print ( k , v ); end

there's a few setleaderhead functions, maybe one of these can do it
 
Top Bottom