1

Topic: [HELP] Changing Localizations

Hello Communety. I hope that someone can help me...
Well, I have the Sourse and I wanna to change localizations
Exemple: Teeworlds\data\Skins
I want to change this localization, some one can help me coding?
What file do I need to change?
Tnks 4 your support smile

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

2

Re: [HELP] Changing Localizations

See in 'src\game\client\components\skins.cpp' the function "void CSkins::OnInit()"  you can see the default folder...

Storage()->ListDirectory(IStorage::TYPE_ALL, "skins", SkinScan, this);

3

Re: [HELP] Changing Localizations

Thanks Ninja smile

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte