Alterações

Saltar para a navegação Saltar para a pesquisa
13 bytes adicionados ,  23h54min de 1 de maio de 2021
m
Linha 114: Linha 114:  
Festivais são difíceis de modificar. Todos os NPCs do jogo "Vanilla" é adicionado nos mapas de festivais selecionandocamadas no "Set-Up" e nas camadas no mapa de"MainEvent" character tilesheet that draws from NPCDispositions to get exactly who to place. This is not ideal for custom NPCs, since you have no way of knowing where on the NPCDispositions data list your NPC goes when a player is using multiple custom NPCs. For this reason, it is recommended to use {{nexus mod|1820|TMXLoader}}, as it has a festival addition function to add your character to the Festival Maps, since it will draw upon your character's internal name instead of their position on the list. It's fairly easy to do, and there's an explanation on the {{nexus mod|1820|TMXLoader}} Nexus Description.
 
Festivais são difíceis de modificar. Todos os NPCs do jogo "Vanilla" é adicionado nos mapas de festivais selecionandocamadas no "Set-Up" e nas camadas no mapa de"MainEvent" character tilesheet that draws from NPCDispositions to get exactly who to place. This is not ideal for custom NPCs, since you have no way of knowing where on the NPCDispositions data list your NPC goes when a player is using multiple custom NPCs. For this reason, it is recommended to use {{nexus mod|1820|TMXLoader}}, as it has a festival addition function to add your character to the Festival Maps, since it will draw upon your character's internal name instead of their position on the list. It's fairly easy to do, and there's an explanation on the {{nexus mod|1820|TMXLoader}} Nexus Description.
   −
==Adding your NPC==
+
==Adicionando seu NPC==
Here's how you'd create an example NPC we'll name Dobson:
+
Veja como você criaria um NPC de exemplo que chamaremos de Dobson:
 
   
<ol>
 
<ol>
 
<li>[https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher#create-a-content-pack Create an empty Content Patcher content pack]. By convention, we'll name the folder <tt>[CP] Dobson</tt>.</li>
 
<li>[https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher#create-a-content-pack Create an empty Content Patcher content pack]. By convention, we'll name the folder <tt>[CP] Dobson</tt>.</li>
3

edições

Menu de navegação