mobapi looks good - still has some of the extras, but closer to the barebones that I was looking for. Almost identical to the hacked up mobs redo I posted, lol.
There are some fun things afoot.
Search found 4 matches
- Mon Mar 09, 2015 04:45
- Forum: Modding Discussion
- Topic: Single npc / mob tutorial
- Replies: 10
- Views: 1674
- Sun Mar 08, 2015 12:21
- Forum: Modding Discussion
- Topic: Single npc / mob tutorial
- Replies: 10
- Views: 1674
Re: Single npc / mob tutorial
Do you want to just add a mob, or do you want to make a whole mob AI mod for yourself? Simple Mobs has a very simple API if you just want to add a mob. You need to learn how to use Lua Entities to make your own mob mod. Lua Entities is what I was looking for , and http://dev.minetest.net/LuaEntityS...
- Sun Mar 08, 2015 12:17
- Forum: Modding Discussion
- Topic: Single npc / mob tutorial
- Replies: 10
- Views: 1674
Re: Single npc / mob tutorial
So is a framework required? I want to use existing models - a block - and place the block in the game, and make it move around. I see from the mobs framework api that you've got a lot of features secondary to my goal. I'd like to iterate through some extremely simplistic processes to get a workable ...
- Sun Mar 08, 2015 01:20
- Forum: Modding Discussion
- Topic: Single npc / mob tutorial
- Replies: 10
- Views: 1674
Single npc / mob tutorial
Hi there! I've been lurking for months, and while I've seen (and tried) several mob frameworks and tinkered a bit with them, I've not been able to find a good tutorial about creating mobs in the first place. I've searched high and low, and come to the conclusion that I don't know enough about what I...