[Poll] Should we add mobs on default?
- Andrey01
- Member
- Posts: 2460
- Joined: Wed Oct 19, 2016 15:18
- GitHub: Andrey2470T
- In-game: Andrey01
- Location: Russia, Moscow
[Poll] Should we add mobs on default?
Should we add their in a future on default? If yes, then write what mobs you would like to see in future Minetest versions! If no, then write why you think so. Share your opinions!
Re: [Poll] Should we add mobs on default?
Only if they can be disabled for noobs.
- Krock
- Developer
- Posts: 4577
- Joined: Thu Oct 03, 2013 07:48
- GitHub: SmallJoker
- Location: Switzerland
- Contact:
Re: [Poll] Should we add mobs on default?
No.
Or at least - not yet. The mob API we would like to have must have a large support of features, so that modders could add each mob type they want. Yes sure, there already are some mob APIs but where each of them offers slightly different functions. There's also the idea of moving the API code to C++ to get better results in terms of speed. We have an issue on GitHub for this topic, in case you would like to know what other people think about this.
Or at least - not yet. The mob API we would like to have must have a large support of features, so that modders could add each mob type they want. Yes sure, there already are some mob APIs but where each of them offers slightly different functions. There's also the idea of moving the API code to C++ to get better results in terms of speed. We have an issue on GitHub for this topic, in case you would like to know what other people think about this.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>
- Andrey01
- Member
- Posts: 2460
- Joined: Wed Oct 19, 2016 15:18
- GitHub: Andrey2470T
- In-game: Andrey01
- Location: Russia, Moscow
Re: [Poll] Should we add mobs on default?
By the way, i know some mobs have already existed on default :) As rats, bees and a monster. At least i heard in some russian forums about that.
Re: [Poll] Should we add mobs on default?
I'm pretty sure mobs currently have zero chance to get into Minetest Game. You should focus your energy on other subgames which are less … “conservative”. ;-)
Question to the Minetest Game developers: Do you have a list of requirements from a mobs mod to be accepted? Or are mobs rejected completely? Or do you think that mobs have to become part of the engine itself first?
Question to the Minetest Game developers: Do you have a list of requirements from a mobs mod to be accepted? Or are mobs rejected completely? Or do you think that mobs have to become part of the engine itself first?
My creations. I gladly accept bitcoins: 17fsUywHxeMHKG41UFfu34F1rAxZcrVoqH
- rubenwardy
- Moderator
- Posts: 6386
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: United Kingdom
- Contact:
Re: [Poll] Should we add mobs on default?
it's on the road map: https://github.com/minetest/minetest_game/issues/515
and the requirements are discussed there:
and the requirements are discussed there:
The issue with a default mob API is that it will become the mod API. It needs to be extensible enough that users don't have to replace it to get new variations, like what we've seen with the mobs mod and friends.Yes, please, they have to be of higher quality though than current mobs. What I've seen with current mobs is that we need better way to highlight them (the current frames look bad, mobs are no blocks), they need better models (they look ugly), and better behaviour. Some are engine issues, some can be done by the game.
C++ mob infrastructure may be needed to reduce their load and lagginess on lua. Mobs should be optional (but perhaps on by default) as many don't want combat.
We'll should chose (or write) one API with good design, and then all mobs mods have to use that.
And forking is bad behaviour, yes.
I think this isn't a signal to stop and let things solve themselves, if they ever will, but to start making a solution. If there is a good mob api, perhaps mobs mods will use that.
Core Developer | Donate | Join the Matrix chat! | My Twitter | Mods | Minetest Modding Book
Hello profile reader
Hello profile reader
- paramat
- Developer
- Posts: 3699
- Joined: Sun Oct 28, 2012 00:05
- GitHub: paramat
- IRC: paramat
- Location: UK
Re: [Poll] Should we add mobs on default?
> [Poll] Should we add mobs on default?
> Should we add their in a future on default?
Do you mean add them 'enabled by default', or do you mean add them to the 'default' mod?
I would like simple mobs added to MTGame as an option disabled by default, as many users of MTGame do not want mobs. MTGame is a multi-purpose mod-base that is very often used for creative building or non-combat playing.
Other new more specialised subgames can have mobs enabled by default.
Please see the good work that sofar has done on a mob framework, he is encouraging people to continue working on this https://github.com/minetest/minetest_ga ... -290555777
> Should we add their in a future on default?
Do you mean add them 'enabled by default', or do you mean add them to the 'default' mod?
I would like simple mobs added to MTGame as an option disabled by default, as many users of MTGame do not want mobs. MTGame is a multi-purpose mod-base that is very often used for creative building or non-combat playing.
Other new more specialised subgames can have mobs enabled by default.
Please see the good work that sofar has done on a mob framework, he is encouraging people to continue working on this https://github.com/minetest/minetest_ga ... -290555777
- rubenwardy
- Moderator
- Posts: 6386
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: United Kingdom
- Contact:
Re: [Poll] Should we add mobs on default?
I disagree with this. Mobs should be enabled by default. Let the creative types disable mobs in the exact same way that you have to enable creative. Also, mobs are still useful in creative.paramat wrote:I would like simple mobs added to MTGame as an option disabled by default, as many users of MTGame do not want mobs. MTGame is a multi-purpose mod-base that is very often used for creative building or non-combat playing.
Mobs are very very important in a game if not for game play but for immersion and polish.
Core Developer | Donate | Join the Matrix chat! | My Twitter | Mods | Minetest Modding Book
Hello profile reader
Hello profile reader
- Andrey01
- Member
- Posts: 2460
- Joined: Wed Oct 19, 2016 15:18
- GitHub: Andrey2470T
- In-game: Andrey01
- Location: Russia, Moscow
Re: [Poll] Should we add mobs on default?
I mean add their "enabled by default" as default mods can not be disabled.paramat wrote:> [Poll] Should we add mobs on default?
> Should we add their in a future on default?
Do you mean add them 'enabled by default', or do you mean add them to the 'default' mod?
I would like simple mobs added to MTGame as an option disabled by default, as many users of MTGame do not want mobs. MTGame is a multi-purpose mod-base that is very often used for creative building or non-combat playing.
Other new more specialised subgames can have mobs enabled by default.
Please see the good work that sofar has done on a mob framework, he is encouraging people to continue working on this https://github.com/minetest/minetest_ga ... -290555777
- AspireMint
- Member
- Posts: 390
- Joined: Mon Jul 09, 2012 12:59
- GitHub: AspireMint
- IRC: AspireMint
- In-game: AspireMint
- Location: Stuck at spawn
Re: [Poll] Should we add mobs on default?
Regarding this poll: I don't care because I don't care much about Minetest Game (I like other subgames more).
Also, there are many forks of Minetest Game which already include mobs. So, just use those subgames in the meantime, they are just a few clicks away! :D
Paramat, thanks for pointing me to sofar's post. This was some important insight. Yes, the current mob mod landscape is very chaotic and sad.
Off topic:
Also, there are many forks of Minetest Game which already include mobs. So, just use those subgames in the meantime, they are just a few clicks away! :D
You should not make claims like this if you can't back them up with facts. At least let's wait a few days until this poll here has collected some votes, shall we?I would like simple mobs added to MTGame as an option disabled by default, as many users of MTGame do not want mobs.
Paramat, thanks for pointing me to sofar's post. This was some important insight. Yes, the current mob mod landscape is very chaotic and sad.
Off topic:
It baffles me how such a specific use case is seriously regarded to be the one and only default subgame.MTGame is a multi-purpose mod-base that is very often used for creative building or non-combat playing.
My creations. I gladly accept bitcoins: 17fsUywHxeMHKG41UFfu34F1rAxZcrVoqH
- the_raven_262
- Member
- Posts: 315
- Joined: Mon Sep 22, 2014 09:30
- GitHub: theraven262
- IRC: the_raven_262 Raven262 Corvus262 corvus
- In-game: the_raven_262 Raven262 Nevermore
Re: [Poll] Should we add mobs on default?
I don't think mobs should be added to the minetest game.
The main reason being that minetest game should give only the essential stuff upon which one should base his own subgame.
Guess we came to that question again: "Is minetest game a default game upon which one bases his own, or is it a subgame of its own that is meant not only to be playable, but also fun".
I see that devs are trying to make both of these work, and that is why we have many different opinions on the topics such as these.
The main reason being that minetest game should give only the essential stuff upon which one should base his own subgame.
Guess we came to that question again: "Is minetest game a default game upon which one bases his own, or is it a subgame of its own that is meant not only to be playable, but also fun".
I see that devs are trying to make both of these work, and that is why we have many different opinions on the topics such as these.
- Andrey01
- Member
- Posts: 2460
- Joined: Wed Oct 19, 2016 15:18
- GitHub: Andrey2470T
- In-game: Andrey01
- Location: Russia, Moscow
Re: [Poll] Should we add mobs on default?
No, don`t add that mod. I forgot there exist the same mobs as in Mobs Redo. Otherwise will be conflicts between mods.paramat wrote:> [Poll] Should we add mobs on default?
> Should we add their in a future on default?
Do you mean add them 'enabled by default', or do you mean add them to the 'default' mod?
I would like simple mobs added to MTGame as an option disabled by default, as many users of MTGame do not want mobs. MTGame is a multi-purpose mod-base that is very often used for creative building or non-combat playing.
Other new more specialised subgames can have mobs enabled by default.
Please see the good work that sofar has done on a mob framework, he is encouraging people to continue working on this https://github.com/minetest/minetest_ga ... -290555777
- rubenwardy
- Moderator
- Posts: 6386
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: United Kingdom
- Contact:
Re: [Poll] Should we add mobs on default?
Minetest Game is not appropriate or suitable as a subgame basethe_raven_262 wrote:I don't think mobs should be added to the minetest game.
The main reason being that minetest game should give only the essential stuff upon which one should base his own subgame.
Guess we came to that question again: "Is minetest game a default game upon which one bases his own, or is it a subgame of its own that is meant not only to be playable, but also fun".
I see that devs are trying to make both of these work, and that is why we have many different opinions on the topics such as these.
Core Developer | Donate | Join the Matrix chat! | My Twitter | Mods | Minetest Modding Book
Hello profile reader
Hello profile reader
- the_raven_262
- Member
- Posts: 315
- Joined: Mon Sep 22, 2014 09:30
- GitHub: theraven262
- IRC: the_raven_262 Raven262 Corvus262 corvus
- In-game: the_raven_262 Raven262 Nevermore
Re: [Poll] Should we add mobs on default?
But it is, you have all the essential and thematic-free content in minetest_game.
- Linuxdirk
- Member
- Posts: 2713
- Joined: Wed Sep 17, 2014 11:21
- In-game: Linuxdirk
- Location: Germany
- Contact:
Re: [Poll] Should we add mobs on default?
No. We should not stick anything more into default. We should try to get rid of default with the next few releases and have that either as core module or as shipped mod.
- rubenwardy
- Moderator
- Posts: 6386
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: United Kingdom
- Contact:
Re: [Poll] Should we add mobs on default?
This question obviously means "should we have mobs by default?" ie: in MTG, not "should we have mobs in default".Linuxdirk wrote:No. We should not stick anything more into default. We should try to get rid of default with the next few releases and have that either as core module or as shipped mod.
Core Developer | Donate | Join the Matrix chat! | My Twitter | Mods | Minetest Modding Book
Hello profile reader
Hello profile reader
- rubenwardy
- Moderator
- Posts: 6386
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: United Kingdom
- Contact:
Re: [Poll] Should we add mobs on default?
Minetest Game is currently not very good for deriving new subgames because it is such a mess. It's hard to isolate features properly in a way that maintains compatibility, both with getting updates from MTG and allowing third party mods. Sure, if your subgame is MTG + mods then its fine - but I'd argue that's not a very good subgame, it's more of a mod pack.the_raven_262 wrote:But it is, you have all the essential and thematic-free content in minetest_game.
Mobs will be added as a separate mod in MTG, just like beds or bones or TNT. You'll be able to just delete the mod if you don't want it.
Core Developer | Donate | Join the Matrix chat! | My Twitter | Mods | Minetest Modding Book
Hello profile reader
Hello profile reader
Re: [Poll] Should we add mobs on default?
A mob engine dont need a much support of features, as long there is a consomsizeable on_step() and on_punch() function.Krock wrote:No.
Or at least - not yet. The mob API we would like to have must have a large support of features, so that modders could add each mob type they wan...
So simple mobs is enough.
Who is online
Users browsing this forum: LibraSubtilis and 12 guests