New Heraldic Emblem

Place for sharing your game modifications for Life is Feudal: Your Own
User avatar
RetroLogi
 
Posts: 137
Joined: 29 Dec 2014, 15:49
Location: Italia

New Heraldic Emblem

Post by RetroLogi » 26 Nov 2016, 18:12

hi all,
how can I do to add new symbols to the heraldry?


MacDante
 
Posts: 95
Joined: 12 May 2015, 10:08

Re: New Heraldic Emblem

Post by MacDante » 27 Nov 2016, 06:46

You must make 3 steps:

1. Find file heraldryDialog.gui
- should be in main LiF Folder \gui\heraldryDialog.gui
- fine line in file some about 695.
- add new heraldry sign:
like:
addHeraldrySymbolInTable(%pnl, 200, "3000", false);
addHeraldrySymbolInTable(%pnl, 201, "3001", false);

Where green position is a name of sign file.

2. Add new images to folder \art\Textures\Heraldry\Symbols\
in scales Large, medium, small with names like in script : 200.png, 201.png
- add to folder preview file with name 200_preview.png
all green option in first point you should add separately.

3. and now you have in local new heraldry sign, but if you want showw all this signs all players on servers should make in own client this same procedures and files... ;/
You still can use BasilMod to send to all clients all modified and new files in game :)

User avatar
RetroLogi
 
Posts: 137
Joined: 29 Dec 2014, 15:49
Location: Italia

Re: New Heraldic Emblem

Post by RetroLogi » 27 Nov 2016, 14:15

thank you mate, I'll try to do it tomorrow.

User avatar
RetroLogi
 
Posts: 137
Joined: 29 Dec 2014, 15:49
Location: Italia

Re: New Heraldic Emblem

Post by RetroLogi » 27 Nov 2016, 14:21

MacDante wrote:You still can use BasilMod to send to all clients all modified and new files in game :)


Can you explain this?

Return to Game mods