Closed tobyplowy closed 8 years ago
I've never noticed any issues with Tenplus1's mob api, and I've done some pretty crazy stuff with it. I once spawned a bunch of mobs, that were 3mb each, the actual model file size, they had animations, and I didn't have any issues with lag at all.
If you want to write us a proper mob API that fits everybody's use cases, and solves all the problems that have been outlines on other issues like this please do, but I feel it is very unlikely this will be picked up by someone when it is very controversial.
Mobs are optional because not everyome wants the danger and combat. The occasional peaceful mob might be okay.
@paramat you could have a danger setting like Minecraft Does ( it's used to set the level of hardness or completely remove monsters and only get animals or Nothing at All)
Mobs make a world feel alive. Maybe if we do the splitting MTG in half thing, they could go in the completer one
Could have 3 different subgames. 1 - the existing game, 2 - existing with a few peaceful mobs and 3 - existing with both peaceful and dangerous mobs. Would only have to maintain 1 base game, mobs api, peaceful mobs mod and dangerous mobs mod.
@DonBatman I don't think the sub game thing is a good idea ( I think it should be a difficulty setting so you can change at anytime) also the thing with the sub games is a problem because if you have a world save and go to another sub game you can't play that world safe on that sub game only on the one you played previously ( so if it's too easy or too hard you can't change the difficulty without making a compleatle new world)
@rubenwardy what do you mean by splitting in half ( making 2 sub games?) something like a minetest game+? (which has more content than the normal game) And the normal minetest game?
Into Minetest Game and Minetest Foundation - the former tries to be a real game, whilst the latter tries to be a fairly minimalistic base for modding. Each of those games would straddle the current in terms of content - for example, mushrooms are weird in a minimal game
@rubenwardy sorry but I still don't really understand ( the only thing I understand was that minetest game was supposed to be a real game but newer versions are focused on just a template why?) why don't make minetest game an actual game we are not restricted by anything this is not Minecraft this is minetest, (also I think if the base game is an actual game the quality of mods will improve)
...because people still want a base for modding. This way we get two games: one a real game, another a base for modding
With a simple on/off switch we wouldn't need two games
@rubenwardy We need a real game so +1 for me
Related to #515
@paramat It's more of an issue that's in more detail on a certain subject discussed in that one. Although, this is a closer duplicate of a feature idea I made in the engine a while back.
Yeah, changed my wording, this issue is valid as it goes into more detail.
@paramat what do you think about animals/monsters (also I think there should be a difficulty setting for Monsters if people don't want them)
Fine by me if they're optional and well designed. Hostile mobs should be off by default, it is intentional that MTGame doesn't have hostile mobs by default. There are a lot of bad-looking mobs, and mobs that are too high-resolution and too detailed to be suitable, they need to be consistent in design with the player model. Simple, boxy and fairly cartoony and cute (monsters included).
@paramat also texturing order is terrible (like in Minecraft textures are orderd a serten way so it's easy To edit them with texture packs) with Minetest they just use a repeating Texture and drag The textring All Around the Texture so they are inpossible to edit, and even if you do manage to edit it, hafe of the Faces use the same pixels so the Textures are messed Up :/ (for example the Arms could Use the same pixels as the legs) so please Make sure Every Polygon/bodypart has it's own Texture and the Texture is ordered And everything that's not used by the model should not have a texture but instead be transparent or be a solid color. Also sorry if this sounds really complicated :/
@paramat Textures shuld be ordered In This Way, because it's really easy to edit http://i.imgur.com/xDbpV6P.png
@tobyplowy It makes sense to use the same bit of the texture in multiple areas on the model if they are going to be the same, it's a waste of data to make four copies of the same part of the texture for each leg on a sheep when they will all have the same texture. If the body parts need different textures I assume most modelers will create mappings with that, if they don't need different textures it just makes sense to layer them. Editing the texture is still easy, and even easier if the modder includes the UV map. ;)
@NathanSalapat yes but if not every side of the cube has its own texture that's quite annoying (this is only a problem with texture packs) for example if you want a specific texture on the back or front or maybe the left side of the leg it's impossible because if you change one texture they all change! and that's why every cube neads its own texture for every side
@NathanSalapat if it's so simple here download this mod and take the texture for the monster and try to texture that (have fun figuring out which side is what) this is an absolute nightmare to edit and almost every minetest mod uses this way of texturing mobs and its terrible
@tobyplowy This is why people should include, or link to a .blend file, and include a UV map. I've never had a case where having each leg textured the same was a problem. Using a map like you linked makes lots of excess file size and isn't optimal as far as UV mapping goes. But of course you are welcome to do as you please. :)
@NathanSalapat you know that would work but I don't want to use the model as a reference To texture (if this would have a proper organized system this would have been really easy just using the texture)
@tobyplowy what you are requesting just can't happen when creators are coming up with different shaped models. @NathanSalapat is correct, the sources need to be made available for proper UV map editing. How the maps are created depends on the creators goals. If the goal is to have a optimized low res UV, it's common for image parts to be reused in many parts of the models.
@tobyplowy if you don't want to check on the model, you are gonna need some sort of help when texturing it. Maybe a UV map image explaining it, just like the pic you posted. I don't think including textures for each of the 8 legs of a spider is gonna help you see them better when the low resolution and hair might make it all look like a grey brownish mess with eyes squashed into a square in the texture file.
I understand that this could be good in some cases, like the player model, which people want to be able to customize it as much as possible to make the texture their own. But I don't think there's such need in the case of monsters.
@Ferk I think you're misunderstanding me, I'm not asking for Different image files for textures I'm asking for textures Every Side in one image for everybody part (Look at Minecraft textures for reference every side of every body part has its own individual texture all in one picture)
@Ferk Look at this picture for reference It's a Minecraft skin there are textures for the left leg and the right leg and they are basically the same texture but they both have their own napping so if you want something different left side you can (Every bodypart needs Its Own Texture on the mapping no faces using the same textures on the texture map every face needs its own texture on the texture map) even if two sides use the same texture it would just be a copy paste texture but on a different face (all 6 faces Need a Unique Texture on the Texture map and all body parts are on One image map) I hope this makes Sense Now I know it a lot Of Stuff
@tobyplowy I didn't talk about different files. When I said "one texture for each of the 8 legs" I didn't mean one "texture file" but more like one specific texture strip (inside the same file), vs using the same texture data for all the legs.
@Ferk sorry for the misunderstanding
I'm talking about Every Bodypart on one image no Different images in one image file just one simple image Also Can the model be organised Like Minecraft textures? Where is does the six faces for every bodypart Like this http://m.imgur.com/xDbpV6P?r
@tobyplowy Yes, that's the same I was talking about, I know you didn't mean different texture files, you meant different textures in the same image. Sorry for the confusion, I think I wasn't very clear.
Actually Minecraft does not have all the 8 legs of its spiders in the same texture file. There's only textures for 1 leg, and it just gets reused. Minecraft monster texture files do not have every individual bodypart in it.
But anyway, I think this is off-topic. The way the model is UV mapped is the least of the problems regarding "Mob's animals/monsters", imho.
@Ferk the texture layout is really important but enough about that, if we add mobs we better do it good on the first try, I think we should begin thinking about what monsters and animals we want (just being Curious here What would you like to see ferk?
Personally i would like to see re-addition of classic MT mobs, certainly the Oerkki, perhaps with a new simpler model that's closer to the original concept (a dark pillar?), although the SImple Mobs version has a suitable model design. Maybe Dungeon Master too. The Oerkki in MOB framework has a good design.
@paramat I found this topic that May be interesting https://forum.minetest.net/viewtopic.php?id=1594 It has some interesting models (Also The Dungeon master should look like this http://rs288.pbsrc.com/albums/ll190/melkor_666/DM.jpg?w=480&h=480&fit=clip
@paramat I think zombies and mummys shuld get added also some marine animals like shark dolphin and normal fish, maybe also some farm animals like chicken sheep cow horse and donkey (and I really want lama's) Bdw I really Wonder what @C1ffisme @rubenwardy @DonBatman @tenplus1 @sofar would like to see
@tobyplowy More gets done when you create models with the UV layouts you'd like, than when you just talk about them. ;)
@NathanSalapat I Don't really get that, Could you Explain It a bit Better Sorry :/
@tobyplowy - I think what Nathan means is that it's all good and well wanting something and writing it down, but it would be even better if you could source actual models, textures and the like to make it possible.
OT: (this thread is wildly out of bounds already)
I've stated my opinions in several threads on the forums, but it can be summarized as:
For MTG, only 4-5 monsters total - 2 farm animals, 1 aggressive surface monster, 2 cave dwellers. Extremely well modeled and textured, proper animations. Pluggable AI and state transitions. Mobs are permanent, spawned by perlin noise, and can handle /clearobjects (a block reload should respawn them).
I think almost all of the MT mobs I've seen look like crap, and the code that drives them is unmaintainable. I don't ever want that to go into mtg.
Perhaps my standards are unreasonably high.
@sofar I Wouldn't say They are crap (I Would call them not good it sounds nicer but it's the same thing) You got to give Them some credit after all do it for free ( your standards are not that High This is what good Quality mobs are) the only thing I Want Is that the Texture is easy to edit and dat You Don't Need A model to know where the textures are located (and Every mob should have a organized system for the textures)
I think almost all of the MT mobs I've seen look like crap
I agree, and you have a good approach to modelling, your sheep are suitably designed.
Agree with @tenplus1 and @sofar. If you have a design in mind make it, and this should be closed, forums are the place for discussion.
@NathanSalapat jeh but if we do that It's Never Gonna happen
Do we want to concentrate our efforts on making lua mobs in MTG and work to make the engine support mobs made in that way, or making a Mob API in the engine for (potentially) faster mobs? I'm fine either way, but I feel like making this decision would be good before starting the process of designing mobs for Minetest.
We can idealize all kinds of mobs, or wish that the old ones would return, but I think that making a good template or API for developers and modders alike would be a good first step.
I would personally like lots of realistic animals and a few monsters. Mobs make an environment feel alive.
Wolves, bears, rats, sheep, chickens, cows, various birds and fishes Along with classic Mt 0.3 monsters
Really mobs should be engine supported, so the technical discussion should be there in the issue there. I think it's okay to discuss game design here for mtg, but talking about skins is just an irrelevant detail
@C1ffisme I think development should go to performance because that's one of the big problems with mob mods out there (they take all the performance)
Sorry about that
@rubenwardy I agree with everything you just Said :)
jeh but if we do that It's Never Gonna happen
Whether mobs get added does not depend on the presence of an issue, this is always in the back of devs minds. And the intention is already in #515 After a vague start this thread now has some decent discussion in it so can be kept open i think, 515 is more of an overview and isn't very focussed. Similarly for example i think we will need a new issue focussing in detail on the addition of carts.
I agree with sofar that for MTGame mobs should be kept simple and few in number. The aggressive surface monster could be the Oerkki. tobyplowy's and rubenwardy's long lists of mobs is too much for the basic game, keep that for a 2nd subgame.
I think Minetest Game should have mobs or animals (because playing survival without mobs is kind of boring). There is also no sense of danger or fear without mobs, the only way you can die is fall damage, cactus or lava. Also, (This could be really good for a proper mob API because the ones mods use are laggy, or are filled with unnecessary features.)
Also I think there should be a setting for mobs if people don't want them or if their systems cannot handle them.
Thanks to @C1ffisme for The help on improving my Grammar :P