Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[ActorType]
ID=wilderi; cloneFrom=wilderi;
Mas lo que quieras agregar, así tus imágenes se suman al “actorTypes_humanoids” de la raza sin sobrescribirlo, así funciona con otros mods iguales de la misma raza o si no tu mod sobrescribe la raza con todo lo que hayas puesto.
Pero si es facil hacerlas compatibles con cualquier otro mod que altere la raza,
Y no es necesario agregar imágenes que ya estén en el juego al mod, porque si pones el nombre de la imagen se carga de forma independiente de la carpeta en que este, según e estado probando.
Espero no molestar xD
Puedes simplificar el código de esta manera para que también sea compatible con mods de la misma clase:
-----------------------------------------------------------------------------------------------------------------
[ActorType]
ID=wilderi; cloneFrom=wilderi;
bodyPartSprites=head=robed_head;
bodyPartSprites=head=helmet_head;
bodyPartSprites=head=helmet_head2;
bodyPartSprites=head=turban_head;
bodyPartSprites=head=tricorne_head;
bodyPartSprites=head=x_head1;
bodyPartSprites=head=x_head2;
bodyPartSprites=head=x_head3;
bodyPartSprites=head=x_head4;
bodyPartSprites=head=x_head5;
bodyPartSprites=head=x_head6;
bodyPartSprites=head=x_head7;
skinPalettes=pHuman1;
(las skins que quieras agregar y nada mas)