Blender Requests

User avatar
Kreaton
New member
 
Posts: 3
Joined: Mon Mar 28, 2016 16:46
IRC: Kreatons Kreaton
In-game: Kreaton Kreatons

Blender Requests

by Kreaton » Tue Mar 29, 2016 20:45

I figured this could be a good place for people to ask for, and deliver Blender Models for minetest mods. You can request whatever you would like to be done, or just offer out your own models.
Kreaton: accusative singular present nominal passive participle of krei
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Blender Requests

by sofar » Tue Mar 29, 2016 20:48

Can I please make a request?

Please consider the following design constraints:

- make pixels on mobs appear as large (exactly) as pixel in the world. Since 16px is the default texture size, your mobs should be made up of faces that are 1/16x1/16 px large faces. Then a texture pack can provide larger textures for those who want a 32x32 look.

- make legs move at the same speed as the mob. No moonwalking or sliding, unless intentional. If needed, add a "walk" animation and a "run" animation".

- idle animations. Don't ever let an animal sit still. It should always be moving in some way.

- please, consider making mobs entirely out of cuboids, and resist adding sculpted mobs. Yes, it's a blocky world, and I like it that way.

- please, always provide your .blend files. Please license them CC-BY-3/4. Please ask that people using your mobs also put the blend files in the git repo as your mobs.
Last edited by sofar on Tue Mar 29, 2016 20:55, edited 5 times in total.
 

User avatar
Kreaton
New member
 
Posts: 3
Joined: Mon Mar 28, 2016 16:46
IRC: Kreatons Kreaton
In-game: Kreaton Kreatons

Re: Blender Requests

by Kreaton » Tue Mar 29, 2016 20:49

sofar wrote:Can I please make a request? (edit -coming text here)



You don't need to ask permission, Just ask :P
Kreaton: accusative singular present nominal passive participle of krei
 

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

Re: Blender Requests

by Nathan.S » Tue Mar 29, 2016 23:24

Cc by 3/4 never heard of that.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Blender Requests

by sofar » Wed Mar 30, 2016 00:17

Nathan.S wrote:Cc by 3/4 never heard of that.


https://creativecommons.org/licenses/by/4.0/

of course, I wrote it as a shorthand for "CC-BY-3.0" and "CC-BY-4.0"
 

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

Re: Blender Requests

by Nathan.S » Wed Mar 30, 2016 16:04

oh sorry, my bad.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Blender Requests

by stu » Wed Mar 30, 2016 16:37

I tried to start something like this once before but there didn't seem much interest https://forum.minetest.net/viewtopic.php?f=47&t=10475

sofar wrote:make legs move at the same speed as the mob.

Framerate and velocity are set by the code, not the model.

sofar wrote:Please ask that people using your mobs also put the blend files in the git repo as your mobs.

I usually do this but it might not always be practical. .blend files can get quite large and if there are a lot of them it could be an issue for some remote servers. Most people won't know what to do with them anyway.
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Blender Requests

by sofar » Wed Mar 30, 2016 18:00

stu wrote:I tried to start something like this once before but there didn't seem much interest https://forum.minetest.net/viewtopic.php?f=47&t=10475

sofar wrote:make legs move at the same speed as the mob.

Framerate and velocity are set by the code, not the model.


Yes, but if you make your blender animations only last 10 frames, it's going to look bad no matter the adjustment in code. This takes foresight when making animations.

stu wrote:
sofar wrote:Please ask that people using your mobs also put the blend files in the git repo as your mobs.

I usually do this but it might not always be practical. .blend files can get quite large and if there are a lot of them it could be an issue for some remote servers. Most people won't know what to do with them anyway.


Blend files only end up on the server. they are never sent to the client. Most server operators run gigabytes of bandwidth a day and could care less about a 500k download. I think this argument is pretty darn weak.

But, the biggest problem right now is that there are TONS of mods out there with .b3d and .x files and NOBODY is sharing their blend files. And that's.... that's just weaksauce. At least make a separate github where you put your blend files.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Blender Requests

by stu » Wed Mar 30, 2016 18:35

sofar wrote:Yes, but if you make your blender animations only last 10 frames, it's going to look bad no matter the adjustment in code.

Sure but that is not what you wrote.

sofar wrote: NOBODY is sharing their blend files

Wrong! Many people don't and I can understand why, 3d modelling is extremely time consuming and they might not wish to see someone else profiting from their hard work.
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Blender Requests

by sofar » Wed Mar 30, 2016 19:50

stu wrote:
sofar wrote:Yes, but if you make your blender animations only last 10 frames, it's going to look bad no matter the adjustment in code.

Sure but that is not what you wrote.


Would you like to propose an alternative text?

stu wrote:
sofar wrote:NOBODY is sharing their blend files

Wrong! Many people don't and I can understand why, 3d modelling is extremely time consuming and they might not wish to see someone else profiting from their hard work.


then don't release it as MIT or CC-BY, and stop claiming to be Open Source, because it's not.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Blender Requests

by stu » Wed Mar 30, 2016 20:24

sofar wrote:Would you like to propose an alternative text?

Not really, I'd just rather people got their facts straight before they start preaching.

sofar wrote:then don't release it as MIT or CC-BY, and stop claiming to be Open Source, because it's not.

You may have a case there with b3d format but directx is human readable and who's to say they didn't write it by hand :p
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Blender Requests

by sofar » Wed Mar 30, 2016 23:27

stu wrote:
sofar wrote:Would you like to propose an alternative text?

Not really, I'd just rather people got their facts straight before they start preaching.


if you can't come up with a better text, then don't write stuff like this.
 

npx
Member
 
Posts: 165
Joined: Thu Apr 09, 2015 21:17
In-game: npx

Re: Blender Requests

by npx » Thu Mar 31, 2016 17:52

Some days ago I've created this repository:
https://github.com/NPXcoot/Nssm-models-textures-sounds
It contains all the present and past models used in nssm!
License : CC BY-SA 4.0
Check if interested!
 

npx
Member
 
Posts: 165
Joined: Thu Apr 09, 2015 21:17
In-game: npx

Re: Blender Requests

by npx » Thu Apr 21, 2016 22:40

I've made a horse model!
Image
It is in the repository with the other models...
Attachments
horse.PNG
horse.PNG (52.54 KiB) Viewed 3800 times
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Blender Requests

by Don » Fri Apr 22, 2016 00:02

Nice! You make great models npx.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

npx
Member
 
Posts: 165
Joined: Thu Apr 09, 2015 21:17
In-game: npx

Re: Blender Requests

by npx » Fri Apr 22, 2016 16:02

Thank you Don!
 

User avatar
Christian9
Member
 
Posts: 273
Joined: Fri Sep 19, 2014 20:29
In-game: Christian9

Re: Blender Requests

by Christian9 » Fri Apr 29, 2016 19:46

Well, I guess I don't need this anymore since i remodeled it so here is my 3rd T.rex remodel

Screenshot.png
Screenshot.png (22.15 KiB) Viewed 3800 times
Attachments
T.rex.zip
(336.54 KiB) Downloaded 111 times
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Blender Requests

by azekill_DIABLO » Sat Apr 30, 2016 14:53

nice one!!!
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
SuperPantsofDoom
Member
 
Posts: 35
Joined: Sun Dec 20, 2015 00:10
In-game: aslar

Re: Blender Requests

by SuperPantsofDoom » Sat Jun 04, 2016 22:41

I'm in need of a modeler cant run modeling software on my junk laptop so here is a list of stuff that I need for my new boss mod : I would like to have are fire dragon sort of like the shape of the ender dragon and a zombie king thats a little bigger than the player mesh and a giant worm(picture is in the description)
and I want the textures to to be pixelated and the mesh's to be more cubical

Image
canceled
Last edited by SuperPantsofDoom on Thu Dec 15, 2016 00:01, edited 1 time in total.
 

npx
Member
 
Posts: 165
Joined: Thu Apr 09, 2015 21:17
In-game: npx

Re: Blender Requests

by npx » Sun Jun 05, 2016 11:50

You can use the Giant Sandworm of nssm!
Image
Attachments
screenshot_20160605_123424.png
screenshot_20160605_123424.png (475.81 KiB) Viewed 3800 times
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: Blender Requests

by TumeniNodes » Sun Jun 05, 2016 17:45

I could use some help turning the nodeboxes from my mod, into meshes. (sofar is kickin' my butt) "Too Many Triangles!!!!!" :P and he is right.
The mod: viewtopic.php?f=9&t=14801

I used rubenwardy's nodebox editor, and saved the obj. for each node.
I had attempted to convert them into mesh but, after I imported them to Blender, I could not figure out how to group all the nodes into a single mesh. And when I switch the drawtype to mesh and link the .obj files to the init.lua... the objects appear without a texture. :(
I spent a couple hours the other day searching in various ways online, but was unable to find anything.
My next option is to ask on Blender forums, but thought I might ask here as well to increase chances of getting this resolved asap ; )
I have extremely novice experience with Blender and each time they change it, they move everything around haha.
Any help will be greatly appreciated, and your credit added to the mod. Thank you

The obj are in the mod folder. If someone could share a link or something which explains "how" etc? Or even if you convert them for me I would appreciate to know "how" so I do not need to pester others in the future
Flick?... Flick who?
 

User avatar
Glory!
Member
 
Posts: 49
Joined: Thu Apr 30, 2015 17:45
In-game: koshikii

Re: Blender Requests

by Glory! » Sun Jun 05, 2016 21:42

Hi, I'd like to make a request.
+ The request

PM me.
Thank you for your time.
日本語の学生です。
電車好き。あなたは?
open MT-Skin Database for servers, now! (me)
 

User avatar
octacian
Member
 
Posts: 408
Joined: Mon Dec 21, 2015 22:18
GitHub: octacian
IRC: octacian
In-game: octacian

Re: Blender Requests

by octacian » Mon Jun 20, 2016 20:27

I need either a mesh for a table-shaped crafting table including a drawer and a plain table, or the nodebox definitions (I'm a noob with both Blender and the latter). The crafting table needs two variations, one with the drawer closed and the other open.

Thanks.
God isn't dead!

My Coolest Mods:
MicroExpansion, Working Computers, Interchangeable Hands

Check out my YouTube channel! (octacian)
 

ozkur
Member
 
Posts: 180
Joined: Wed Oct 07, 2015 20:59
In-game: ozkur or XoRoUZ

Re: Blender Requests

by ozkur » Wed Aug 03, 2016 15:27

if anyone could make meshes(and maybe even textures) for dinosaurs and giant insects, i'd love to use them. (for the dinos, maybe a brachiosaurus, or a titanosaurus, and a iguanidon and t-rex(or any other allosaur.) the insects could just a giant spider, as long as its about as the minecraft spider.
Biplanes! 'Nuff said

I am a native English speaker, Ich spreche kein Deuscht, mais je parle un pue français.
 

ozkur
Member
 
Posts: 180
Joined: Wed Oct 07, 2015 20:59
In-game: ozkur or XoRoUZ

Re: Blender Requests

by ozkur » Wed Aug 03, 2016 15:29

SuperPantsofDoom wrote:I'm in need of a modeler cant run modeling software on my junk laptop so here is a list of stuff that I need for my new boss mod : I would like to have are fire dragon sort of like the shape of the ender dragon and a zombie king thats a little bigger than the player mesh and a giant worm(picture is in the description)
and I want the textures to to be pixelated and the mesh's to be more cubical

Image

i have a dragon mesh. how do i make it avalible for download?
(warning:its derpy)
Biplanes! 'Nuff said

I am a native English speaker, Ich spreche kein Deuscht, mais je parle un pue français.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Blender Requests

by azekill_DIABLO » Thu Aug 04, 2016 09:47

ozkur wrote:(warning:its derpy)

Don't care, we all do derpy things ;) can i see it?
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

ozkur
Member
 
Posts: 180
Joined: Wed Oct 07, 2015 20:59
In-game: ozkur or XoRoUZ

Re: Blender Requests

by ozkur » Thu Aug 04, 2016 15:06

azekill_DIABLO wrote:
ozkur wrote:(warning:its derpy)

Don't care, we all do derpy things ;) can i see it?

i don't know how to upload, but ill try.
Biplanes! 'Nuff said

I am a native English speaker, Ich spreche kein Deuscht, mais je parle un pue français.
 

ozkur
Member
 
Posts: 180
Joined: Wed Oct 07, 2015 20:59
In-game: ozkur or XoRoUZ

Re: Blender Requests

by ozkur » Thu Aug 04, 2016 15:13

(attempts to copy image to post)

Your message contains 405468 characters. The maximum number of allowed characters is 60000.

how would i post the model and image, and stuff like that.
Biplanes! 'Nuff said

I am a native English speaker, Ich spreche kein Deuscht, mais je parle un pue français.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Blender Requests

by azekill_DIABLO » Thu Aug 04, 2016 15:40

weird... try something like tinypic! then take the url and paste it there between 2
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
[url][/url]
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

npx
Member
 
Posts: 165
Joined: Thu Apr 09, 2015 21:17
In-game: npx

Re: Blender Requests

by npx » Fri Aug 05, 2016 07:20

ozkur wrote:if anyone could make meshes(and maybe even textures) for dinosaurs and giant insects, i'd love to use them. (for the dinos, maybe a brachiosaurus, or a titanosaurus, and a iguanidon and t-rex(or any other allosaur.) the insects could just a giant spider, as long as its about as the minecraft spider.


Nssm has 4 spiders! Black widow, daddy long legs, uloboros and the tarantula. Link to the repository: https://github.com/NPXcoot/Nssm-models- ... ter/models
 

Next

Return to Modding Discussion

Who is online

Users browsing this forum: No registered users and 55 guests

cron