
This commit updates the server mod with new icons and properties. The following changes were made: - Updated `picture` to `title_ca.paa` in `mod.cpp`. - Updated `logoSmall` to `icon_64_ca.paa` in `mod.cpp`. - Updated `logo` to `icon_128_ca.paa` in `mod.cpp`. - Updated `logoOver` to `icon_128_highlight_ca.paa` in `mod.cpp`. - Added `dlcColor` to `mod.cpp`. - Updated binary files for `icon_128_highlight_ca.paa`, `icon_64_ca.paa`, and `icon_128_ca.paa`.
14 lines
451 B
C++
14 lines
451 B
C++
dir = "@forge_server";
|
|
name = "FORGE Server";
|
|
author = "IDSolutions";
|
|
picture = "title_ca.paa";
|
|
logoSmall = "icon_64_ca.paa";
|
|
logo = "icon_128_ca.paa";
|
|
logoOver = "icon_128_highlight_ca.paa";
|
|
tooltip = "FORGE Server";
|
|
tooltipOwned = "IDS Owned";
|
|
overview = "FORGE Server - Official Modification";
|
|
description = "FORGE Server - Version 1.0.0";
|
|
action = "https://innovativedevsolutions.org";
|
|
actionName = "Website";
|
|
dlcColor[] = {0.45, 0.47, 0.41, 1}; |