Page 1 of 1

NPCs

Posted: 13 Apr 2013, 15:43
by cookie monster
was looking through the things i can play around with in NPC textures and stuff, found this:

Code: Select all

<sprite variant="26">npcs/npc.xml</sprite></npc><!-- Guy with black clothes and axe --><npc id="127"><sprite variant="27">npcs/npc.xml</sprite></npc><!-- empty (Invisible NPC) --><npc id="128"><sprite variant="28">npcs/npc.xml</sprite></npc><!-- Nomad, standing --><npc id="129"><sprite variant="29">npcs/npc.xml</sprite></npc><!-- Snowman --><npc id="130"><sprite variant="30">npcs/npc.xml</sprite></npc><!-- Paperboy (wtf? how does this one fit in a fantasy game?) --><npc id="131"><sprite variant="31">npcs/npc.xml</sprite></npc><!-- Nomad, sitting --><npc id="132"><sprite variant="32">npcs/npc.xml</sprite><particlefx>graphics/particles/nomadpipe.particle.xml</particlefx></npc><!-- Nomad, sitting with pipe --><npc id="133"><sprite variant="33">npcs/npc.xml</sprite></npc><!-- Captain Kirk --><npc id="134"><sprite variant="34">npcs/npc.xml</sprite></npc><!-- Mr. Spock -->

Code: Select all

<npc id="128"><sprite variant="28">npcs/npc.xml</sprite></npc><!-- Nomad, standing --><npc id="129"><sprite variant="29">npcs/npc.xml</sprite></npc><!-- Snowman --><npc id="130"><sprite variant="30">npcs/npc.xml</sprite></npc><!-- Paperboy (wtf? how does this one fit in a fantasy game?) --><npc id="131"><sprite variant="31">npcs/npc.xml</sprite></npc><!-- Nomad, sitting --><npc id="132"><sprite variant="32">npcs/npc.xml</sprite><particlefx>graphics/particles/nomadpipe.particle.xml</particlefx></npc><!-- Nomad, sitting with pipe --><npc id="133"><sprite variant="33">npcs/npc.xml</sprite>

Code: Select all

<!-- Paperboy (wtf? how does this one fit in a fantasy game?) -->
XD :lol: :lol: :lol: :lol: :lol: :lol: :P :P :P :P :P :P :P :D :D :D :D :D :D :) :) :) :) :wink: :wink: :wink:

Re: NPCs

Posted: 13 Apr 2013, 16:23
by tux9th
I have no idea where this npc is used :P

Re: NPCs

Posted: 13 Apr 2013, 16:32
by Crush
I would recommend you to use a text editor which respects UNIX-style line-breaks. The TMW content files will be much more readable with one. For windows user I recommend Notepad++:
Image

Re: NPCs

Posted: 13 Apr 2013, 18:53
by o11c
Funny thing is, we were actually going to use the paper boy for the April Fools event, but I ran out of time.