/// Name of your mod name = "Lightsaber's and Force"; /// Picture displayed from the Expansions menu picture = "\WebKnight_StarWars_Items\LaF_logo.jpg"; /// Display next to the item added by the mod logoSmall = "\WebKnight_StarWars_Items\LaF_logo.jpg"; /// Logo displayed in the main menu logo = "\WebKnight_StarWars_Items\LaF_logo.jpg"; /// When the mouse is over, in the main menu logoOver = "\WebKnight_StarWars_Items\LaF_logo.jpg"; /// Website URL, that can accessed from the extansion menu action = "https://vk.com/senpai_naxoditsya_tut"; /// Tool tip displayed when the mouse is left over, in the main menu tooltipOwned = "It's yours!"; /// Color used for DLC stripes and backgrounds dlcColor[] = { 0.23, // Red 0.39, // Green 0.30, // Blue 1 // Alpha }; /// Overview text, displayed from the extansion menu overview = "..."; /// Hide the extansion name hideName = 0; /// Hide the extansion menu hidePicture = 0;