Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Sign in to follow this  
Mr_Viking

Textures not loading

Recommended Posts

Hi guys and girls im trying to make custom flags for my server but i can't get the textures to load i just get white flags.

my file structure is -

Vikings_Flags/data/South_Africa_co.paa

                        /config.cpp

My config.cpp is

class CfgPatches
{
	class Vikings_Flags
	{
		units[]=
		{
		};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]=
		{
			"DZ_Gear_Containers",
			"DZ_Gear_Camping",
			"DZ_Data"
		};
	};
};
class cfgVehicles
{
	class Flag_Base;
	class Flag_South_Africa: Flag_Base
	{
		scope=2;
		hiddenSelectionsTextures[]=
		{
			"\Vikings_Flags\data\South_Africa_co.paa"
		};
	};
};

I've tried messing around with the texture path but i just can't get it to load, what am i doing wrong?

Edited by Mr_Viking

Share this post


Link to post
Share on other sites

        hiddenSelections[]=
        {
            "camo"
        };

This is needed, if you are still doing this.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×