Moderator Quaksen Posted July 30, 2016 Moderator Posted July 30, 2016 6 hours ago, Aslain said: new Tank Icon Maker https://ci.appveyor.com/project/rstarkov/tankiconmaker/build/artifacts 1 Quote
Grandorf Posted July 30, 2016 Author Posted July 30, 2016 Wow WG really hate modders Ally.zip Enemy.zip Thanks for link Quaksen! Quote
Administrator Aslain Posted July 31, 2016 Administrator Posted July 31, 2016 Ok, have you been able to display them both at the same time? They share same file now which is in conflict now. Quote
sibellz Posted July 31, 2016 Posted July 31, 2016 On 2015-07-18 at 11:01 AM, Aslain said: Tell me about it, had to take laptop with me to a beach.... and doing it now. Youre the real MVP here Great work 1 Quote
chokky69 Posted August 2, 2016 Posted August 2, 2016 Grandorf, links for your iconset on first page are wrong! Quote
Grandorf Posted August 2, 2016 Author Posted August 2, 2016 3 hours ago, chokky69 said: Grandorf, links for your iconset on first page are wrong! Hi, I have given up on tank games but I continue making these icons because its not a big effort. As it is now I´m superconfused over this new update, seems like everything got turned upside down. Many people over at Korean Random seems to have lost interest in XVM. Key persons that was very good at XVM. So in order to get everything up and running (especially Icons et.c.) XVM has to get a proper working version. This is the Acilles heel of WoT, if XVM goes away this game will never be the same. chokky69, I will add all I have into first post. Keep on tanking, youre the man. Quote
chokky69 Posted August 2, 2016 Posted August 2, 2016 Thanx Grandorf! Keep working on your best icons, I like them the most Quote
bubs79 Posted August 2, 2016 Posted August 2, 2016 yeh I agree love the icons you make , makes the panels so much better looikng Quote
chump25 Posted August 3, 2016 Posted August 3, 2016 Agree, yours are THE BEST. Thx for all the time & talent U invest for our gaming pleasure. How can we donate/support your efforts? Quote
Grandorf Posted August 3, 2016 Author Posted August 3, 2016 Hi Nice to get appreciated, wish I could do more modding. Anyway, keep supporting and helping Aslain & Co that will be enough reward for me. Quote
bubs79 Posted August 3, 2016 Posted August 3, 2016 4 hours ago, Grandorf said: Hi Nice to get appreciated, wish I could do more modding. Anyway, keep supporting and helping Aslain & Co that will be enough reward for me. appreciation for work that someone does has massive affect on wether they continue or not Quote
chokky69 Posted August 3, 2016 Posted August 3, 2016 Does anybody know how to configure iconset.xc to use Grandorf's iconset? Quote
Grandorf Posted August 4, 2016 Author Posted August 4, 2016 20 hours ago, chokky69 said: Does anybody know how to configure iconset.xc to use Grandorf's iconset? I have not tested it myself but creating these folders and inserting icons and atlases in their dedicated folders should do it. "battleLoadingAlly": "contour/", "battleLoadingEnemy": "contour/", "playersPanelLeftAtlas": "../../../../res/atlases/BattleAtlasLeft", "playersPanelRightAtlas": "../../../../res/atlases/BattleAtlasRight", "fullStatsLeftAtlas": "../../../../res/atlases/BattleAtlasLeft", "fullStatsRightAtlas": "../../../../res/atlases/BattleAtlasRight", "vehicleMarkerAllyAtlas": "../../../../res/atlases/vehicleMarkerAtlasAlly", "vehicleMarkerEnemyAtlas": "../../../../res/atlases/vehicleMarkerAtlasEnemy" }, Quote
chokky69 Posted August 4, 2016 Posted August 4, 2016 4 hours ago, Grandorf said: I have not tested it myself but creating these folders and inserting icons and atlases in their dedicated folders should do it. "battleLoadingAlly": "contour/", "battleLoadingEnemy": "contour/", "playersPanelLeftAtlas": "../../../../res/atlases/BattleAtlasLeft", "playersPanelRightAtlas": "../../../../res/atlases/BattleAtlasRight", "fullStatsLeftAtlas": "../../../../res/atlases/BattleAtlasLeft", "fullStatsRightAtlas": "../../../../res/atlases/BattleAtlasRight", "vehicleMarkerAllyAtlas": "../../../../res/atlases/vehicleMarkerAtlasAlly", "vehicleMarkerEnemyAtlas": "../../../../res/atlases/vehicleMarkerAtlasEnemy" }, I think that we should not use the same folder "contour" for ally and enemy icons. They must be in different folders. I tried folders "contour/ally" and "contour/enemy" in my iconset.xc but it doesnt work in battle loading screen.It works fine in players panel and statistic panel. Here is my iconset.xc. I've renamed your atlases files by adding word "ally" or "enemy" at the end of corespondent files. { "iconset": { // Folder containing the icon set for Battle Loading Screen. "battleLoadingAlly": "contour/Ally/", "battleLoadingEnemy": "contour/Enemy/", // Folder containing the icon set for the Players Panels. "playersPanelLeftAtlas": "battleAtlasAlly", "playersPanelRightAtlas": "battleAtlasEnemy", // Folder containing the icon set for Full Stats Form (pressing "Tab"). "fullStatsLeftAtlas": "battleAtlasAlly", "fullStatsRightAtlas": "battleAtlasEnemy", // Folder containing the icon set for the Over-target markers. "vehicleMarkerAllyAtlas": "vehicleMarkerAtlasAlly", "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlasEnemy" } Quote
Grandorf Posted August 4, 2016 Author Posted August 4, 2016 (edited) Hi chokky69 I copied those from 2 different iconset.xc. Sirmax uses this folder tree "battleLoadingAlly": "../../../../res/contour/Master_XH", "battleLoadingEnemy": "../../../../res/contour/Master_XH", That seems odd but try changing "Master_XH" to "Ally" and "Enemy" or "battleLoadingAlly" and "battleLoadingEnemy" (or some other name). They are still rewriting XVM (will take weeks to get it right) so keep reading forums at Korean Random and maybe find some good pointers. Edited August 4, 2016 by Grandorf lotsa typos and shit Quote
chokky69 Posted August 4, 2016 Posted August 4, 2016 I've found the solution :-) "iconset": { // Folder containing the icon set for Battle Loading Screen. // Набор иконок для экрана загрузки боя. "battleLoadingAlly": "contour/Ally/", "battleLoadingEnemy": "contour/Enemy/", // Folder containing the icon set for the Players Panels. // Набор иконок для "ушей". "playersPanelLeftAtlas": "battleAtlasAlly", "playersPanelRightAtlas": "battleAtlasEnemy", // Folder containing the icon set for Full Stats Form (pressing "Tab"). // Набор иконок для формы подробной статистики (по Tab). "fullStatsLeftAtlas": "battleAtlasAlly", "fullStatsRightAtlas": "battleAtlasEnemy", // Folder containing the icon set for the Over-target markers. // Набор иконок для маркеров над танками. "vehicleMarkerAllyAtlas": "vehicleMarkerAtlasAlly", "vehicleMarkerEnemyAtlas": "vehicleMarkerAtlasEnemy" I put regular icons in two folders "mods/shared_resources/xvm/res/contour/ally" and "......./enemy" and six atlases files stays in 0.9.15.1/gui/flash/atlas folder and renamed them as stated above. 2 Quote
bubs79 Posted August 4, 2016 Posted August 4, 2016 i love this icon set , will it be added to mudpack? I'm not too keen on trying all the mumbo jumbo stuff to get it on lol Quote
Grandorf Posted October 6, 2016 Author Posted October 6, 2016 Anything missing? The swedish tank should be there. Quote
bubs79 Posted October 6, 2016 Posted October 6, 2016 9 minutes ago, Grandorf said: Anything missing? The swedish tank should be there. everything seems ok , swedesh tank working fne nice work Quote
Administrator Aslain Posted October 28, 2016 Administrator Posted October 28, 2016 OK< I WILL KEEP THESE ICONS UPDATED EACH TIME> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.