Mod / Mob creation in Blender - a quick-start guide/basic cr

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Tue Aug 30, 2016 02:25

No, that's the problem: the add-on won't show in the list.
I have tried Blender 2.77, and 2.71.
The only reason I tried 2.71 is because it was recommended in the instructions to use Blender for Minetest.
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Tue Aug 30, 2016 11:46

Okay, here's an idea, launch blender via a terminal, and see what kind of errors it spits out when you try to install the add-on.

I just tried to install an add-on that I already have installed and it gave me errors about it already being installed and the directory that it resides in. Just possibly we'll get some important bit of information if you try this.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Tue Aug 30, 2016 13:30

Good idea Nathan!
Here's what I got:

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
javier@javier-Predator-G3-710:~$ cd Applications
javier@javier-Predator-G3-710:~/Applications$ cd blender-2.77a
javier@javier-Predator-G3-710:~/Applications/blender-2.77a$ ./blender
connect failed: No such file or directory
Read new prefs: /home/javier/.config/blender/2.77/config/userpref.blend
found bundled python: /home/javier/Applications/blender-2.77a/2.77/python
fake_module: addon missing 'bl_info' gives bad performance!: '/home/javier/.config/blender/2.77/scripts/addons/B3DExport.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/javier/.config/blender/2.77/scripts/addons/B3DExport.py'
fake_module: addon missing 'bl_info' gives bad performance!: '/home/javier/.config/blender/2.77/scripts/addons/B3DExport.py'
Modules Installed from '/home/javier/Applications/blender-2.77a/B3DExport.py' into '/home/javier/.config/blender/2.77/scripts/addons' ()


fake_module: addon missing 'bl_info' gives bad performance!:

Does the next step involve knowing Python to fix the missing 'bl_info' ?

Back to you...
 

User avatar
burli
Member
 
Posts: 1313
Joined: Fri Apr 10, 2015 13:18

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by burli » Tue Aug 30, 2016 13:57

Why is a guide in the WIP mods forum?
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by twoelk » Tue Aug 30, 2016 14:12

burli wrote:Why is a guide in the WIP mods forum?


iirc it started as discussion on irc some text was put on the forum and then it was copied to the wiki as Using Blender. feel free to add to the wiki version.
 

User avatar
burli
Member
 
Posts: 1313
Joined: Fri Apr 10, 2015 13:18

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by burli » Tue Aug 30, 2016 14:37

I'm just wondering. Would make more sense if this thread is in General Discussions. It is not a mod
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Tue Aug 30, 2016 15:18

Yes, this thread should probably be moved to modding discussion or general discussion.

drpeppercan, I've never seen or heard of
fake_module: addon missing 'bl_info' gives bad performance!

A google search for that error message does pull up quite a few results, from looking through them it sounds like there is probably some problem with your addon file. I'd try re-downloading the add-on, and remove any copies of it from in your blender directories and try again. If that still gives the same problem I really don't know what could be going on.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Wed Aug 31, 2016 12:55

Did as you recommended, still same issue.
I added this as an issue in the GitHub page of that addon
Hopefully it'll be resolved soon.

DPC
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Wed Aug 31, 2016 14:58

odd question, but do you have python installed on your system. Maybe the bundled version that comes with blender doesn't have some library that the add-on needs.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Wed Aug 31, 2016 15:45

At this point there's no "odd question" ;)
According to the Ubuntu Terminal, Python 2.7.12 is installed already.
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Wed Aug 31, 2016 17:40

Well then, I'm up a tree, I don't know what else you could possibly do.
I guess you could try starting with a fresh install of Blender, removing the old config folder, or just renaming it, so Blender creates a new one. That's about the only thing left that I can think of.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Sun Sep 04, 2016 15:47

Right-clicking on the add-on file link, to choose "Save link as...", to download the .py file (as I was doing), unfortunately, it gives an HTML file instead.
Therefore the solution is to just click on the same link so that it shows its code. Then copy all the code into a non-formatted text file, and change its extension to .py
Needless to say, now the add-on is working :)
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Sun Sep 04, 2016 20:33

Ah yes, I hadn't thought if that.
Well glad you got it working.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Sun Sep 04, 2016 20:46

Thanks for all your help Nathan.
Hey, where can I find Guidelines to make Minetest props, to ensure they'll fit with the overall look. Clearly the most noticeable point is that things should look blocky. This being said, is there a specific number of cubes per whatever to use? I hope you see what I mean....
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by twoelk » Mon Sep 05, 2016 10:45

it is nice if the pixels in textures fit the model -> 16*16 pixels to a block seem the default with 32*32 also used a lot. So choose your favorite texture and decide from there what resolution your models should have to look well in the game. Most models look better if the edges are on pixel borders.
Last edited by twoelk on Tue Sep 06, 2016 09:41, edited 1 time in total.
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Mon Sep 05, 2016 18:04

I don't think there really are any guidelines, I've made models that only have 90 degree edges, and ones with angles, it all depends on what you want to create.
As twoelk said the textures are nicer if they keep to that low resolution look that the rest of the game has.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Mon Sep 05, 2016 19:31

Excellent!
Thank you both for this info, it's certainly putting me in the right direction.

Where should I go to learn the right settings for each item? I have noticed some are consider nodes, but not all.
And some will sit nicely only on a small table while others will on a taller one, etc

Thanks again,

DPC
 

User avatar
Nathan.S
Member
 
Posts: 679
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by Nathan.S » Tue Sep 06, 2016 00:03

You honestly can do whatever you want. You'll never make everybody happy, so just focus on doing what you think looks good.

Any item you make will take up a full node space, no matter how small the model is, the placement of objects should usually be at the bottom of a node so it will sit on the top of any other node.

If you want/need any videos on certain things, assuming you learn better from videos than text, let me know and I'll do what I can to make some tutorials.

These two videos may be of some help, if you are just getting started with creating meshes for Minetest. I also have some about doing mobs and animation and such.
https://youtu.be/KfH8-OJ56ok
https://youtu.be/YDN-6lc0t2A
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

drpeppercan
Member
 
Posts: 42
Joined: Mon Oct 19, 2015 22:46
In-game: drpeppercan

Re: Mod / Mob creation in Blender - a quick-start guide/basi

by drpeppercan » Tue Sep 06, 2016 03:51

This is amazing!
Thank you so much for the help :)
And thank you kindly for the offer to make tutorials. I'll take a rain check for now, I would not want to abuse your generosity. I'll start with the links you shared :)
I am doing this whenever I can, so it might be a while before I come back with more questions. Or I might just surprise myself, I'll see ;)
Thanks a bunch again Nathan :)
 

Previous

Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 11 guests

cron