Page 1 of 1

[Add-on] Npcs for the NPC Framework Mod! [Npcpack01]

PostPosted: Mon Apr 14, 2014 18:12
by Esteban
In my free time I will make some random Npcs out of random stuff. For now, they will be just like add-ons, that to use them you just add them to the respective folders in Stu's NPC Framework Mod . Once I make a considerable amount of npcs, I will release them as a modpack.

To install:
1)Move the textures to the texure folder in the npcf mod
2)Move the .lua files(goku_npc.lua, vegeta_npc.lua, saiyan_fist.lua) to the npcs folder in the npcf mod.
3)Add these lines in the init file of npcf mod:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
dofile(NPCF_MODPATH.."/npcs/goku_npc.lua")
dofile(NPCF_MODPATH.."/npcs/vegeta_npc.lua")


[01] The first release! Goku and Vegeta from Dragon Ball Z

These are "Guard-type", they will protect you from players and mobs! They do about the same damage of a diamond sword with their fists! Also the Vegeta npc has an alternate suit that you can switch to by checking the "Alternate Outfit" box.

Image
Image

Textures (skins): CC BY-SA 3.0

Note: skins also include cape for 4.10 cape feature for separate use.

[Edit: typo :P]

Download:

PostPosted: Mon Apr 14, 2014 20:07
by stu
+1 nice to see someone making use of this.

PostPosted: Thu Apr 17, 2014 19:34
by 1704626
its over 9000

Re: [Add-on] Npcs for the NPC Framework Mod! [Npcpack01]

PostPosted: Wed Mar 11, 2015 11:44
by DevilRomeoAPLUS
Can you teach me how to make this kind of mod i wanna add custom npc to my MOSWORD

Re: [Add-on] Npcs for the NPC Framework Mod! [Npcpack01]

PostPosted: Wed Mar 11, 2015 17:29
by mahmutelmas06
DevilRomeoAPLUS wrote:Can you teach me how to make this kind of mod i wanna add custom npc to my MOSWORD


Check this mods codes you will find the answer.
https://github.com/maikerumine/soldiermob

Re: [Add-on] Npcs for the NPC Framework Mod! [Npcpack01]

PostPosted: Mon Mar 23, 2015 13:40
by Esteban
DevilRomeoAPLUS wrote:Can you teach me how to make this kind of mod i wanna add custom npc to my MOSWORD


I don't remember well the entire process, but I believe it was something simple. I used the "Guard_npc.init" file and played with its values and changed its skin, copy pasted the edited file and made another npc. At the end I added those files in the primary .init file.