Post your mod requests/ideas here

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Tue Jan 15, 2013 22:03

could someone make a mod that adds mud and dry mud. i want to build a quick shelter but dirt just doesnt seem sensible so i thought why not mud. Then i remembered this game doesnt have mud. the one thing that it must have is a easy recipe that you can make from the begining
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

chase programer
Member
 
Posts: 117
Joined: Thu Jan 03, 2013 16:56

by chase programer » Wed Jan 16, 2013 00:09

Image


i want a mod with this
Back and ready to help with this amazing community that i lost.
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Wed Jan 16, 2013 00:23

chase programer wrote:[image]
i want a mod with this

There's like five different nuke/tnt mods that I found with one quick search. Just install one and add that texture, and there you go :)
Last edited by Menche on Wed Jan 16, 2013 00:25, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Wed Jan 16, 2013 23:55

I am suggesting the creation of a version of fire that either spreads and hurts players but doesn't destroy nodes, a version that behaves like normal fire but spreads much more slowly, or a version that doesn't destroy nodes but causes them to be charred and messy looking (which can then be cleaned up, replaced, or used in unique crafting recipes.)
 

User avatar
cactuz_pl
Member
 
Posts: 874
Joined: Tue Jun 05, 2012 16:34

by cactuz_pl » Thu Jan 17, 2013 18:52

Counter or Statistics,
This mod would count actions and save them in file.
Actions like collected cobble, treeblocks, (...),steps , crafted wood planks, chests(...).

Example:
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
Issued command: /stats
Server: total (collected )cobble-1334; mese-32; dirt-554;
Server: total (placed) cobble-213; mese-3; dirt-20;
Server: total (crafted) wood planks-65; furnances-0;
Server: Player stats: total steps-984; deaths-5; eaten apples-2;


...for other players:
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
Issued command: /stats RandomPlayer
Server: total (collected )cobble-2; mese-52; dirt-54;
Server: total (placed) cobble-213; mese-3; dirt-40;
Server: total (crafted) wood planks-55; furnances-7;
Server: Player stats: total steps-988; deaths-7; eaten apples-1;


And:
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
Issued command: /top_stats
Server: Most (collected) cobble-6677 (player1); dirt-56544(player2)
Server: Most (placed) cobble-2113 (player2); mese-44(player4);
Server: Most (crafted) wood planks-55 (player2); furnances-7(player3);
Server: Most: steps-9884(player1); deaths-70(player5); eaten apples-9001(player2)
Last edited by cactuz_pl on Thu Jan 17, 2013 19:02, edited 1 time in total.
Nope
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Thu Jan 17, 2013 19:19

I'd like such a statistic mod as well. Collected and placed nodes can be counted through the same function that is used for node protection. Crafting might be a bit difficult. At least I know of no suitable function there. Same applies to apples eaten. And what is steps supposed to be?
A list of my mods can be found here.
 

User avatar
cactuz_pl
Member
 
Posts: 874
Joined: Tue Jun 05, 2012 16:34

by cactuz_pl » Thu Jan 17, 2013 19:21

Sokomine wrote:I'd like such a statistic mod as well. Collected and placed nodes can be counted through the same function that is used for node protection. Crafting might be a bit difficult. At least I know of no suitable function there. Same applies to apples eaten. And what is steps supposed to be?


Distance traveled.
Nope
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Thu Jan 17, 2013 19:26

Distance travelled...hm. There's no function for that I'm afraid. The mod could look from time to time where the player is and calculate distance, but.../home and /spawn kind of interfere here. As does the bug that sometimes randomly attaches players to other players elswhere.
A list of my mods can be found here.
 

User avatar
cactuz_pl
Member
 
Posts: 874
Joined: Tue Jun 05, 2012 16:34

by cactuz_pl » Thu Jan 17, 2013 19:29

I understand, it was only suggestion.
Counting collected and placed nodes is enough for me.
What about deaths counter?

Edit: I found this:
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
minetest.register_on_dieplayer(func(ObjectRef))
^ Called when a player dies
Last edited by cactuz_pl on Thu Jan 17, 2013 19:33, edited 1 time in total.
Nope
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Thu Jan 17, 2013 20:30

What about a PvP game mode that uses a death counter to calculate scores, teleports players to a separate observation area after they have respawned a set number of times, and prints and resets scores and begins spawning players back in the main area when all players have been removed from the game?

Another idea I had that may or may not be possible, have a timer for each player, so players can look up the total time they have been active on a server. It would only count for a set time after a player has been active (placed/broke a block, sent a chat message, etc) so the count wouldn't include afk time.
Last edited by Menche on Thu Jan 17, 2013 20:31, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Thu Jan 17, 2013 20:38

Menche wrote:What about a PvP game mode that uses a death counter to calculate scores, teleports players to a separate observation area after they have respawned a set number of times, and prints and resets scores and begins spawning players back in the main area when all players have been removed from the game?

I agree that this should be added but for points it is counted by how many a person killed. Also the points should not be reset so that there could be rankings of who is best. With the respawning to an observation area make the respawn to spawn but get rid of their interact and give them fly, shout, fast. They could be invisible and maybe have their own channel as to not interfere with the people still playing.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Thu Jan 17, 2013 20:45

jojoa1997 wrote:
Menche wrote:What about a PvP game mode that uses a death counter to calculate scores, teleports players to a separate observation area after they have respawned a set number of times, and prints and resets scores and begins spawning players back in the main area when all players have been removed from the game?

I agree that this should be added but for points it is counted by how many a person killed. Also the points should not be reset so that there could be rankings of who is best. With the respawning to an observation area make the respawn to spawn but get rid of their interact and give them fly, shout, fast. They could be invisible and maybe have their own channel as to not interfere with the people still playing.

Whenever a player dies, his score should be decremented and his killer's score incremented. And by "reset score" I meant start a new game, the scores could be saved elsewhere for highscores.

EDIT: maybe the penalty for dying should be less than the bonus for killing, so you don't get really negative scores for some players. How do most fps games count scores?
Last edited by Menche on Thu Jan 17, 2013 20:47, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Thu Jan 17, 2013 20:50

Menche wrote:Whenever a player dies, his score should be decremented and his killer's score incremented. And by "reset score" I meant start a new game, the scores could be saved elsewhere for highscores.

Okay but i think that the score should not be lessened because what if someone falls off a cliff by accident and no one killed him. Also the killer already has a reward of getting a higher score and the killed person has to go back to start and potentially lose all his stuff and isn't that punishment enough.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Thu Jan 17, 2013 20:55

Penalities for dying are something for PvP servers. The mod request was for statistics. Dying certainly ought to affect any points gained (after all survival failed), so it is more suitable for a mod that gives points.
A list of my mods can be found here.
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Thu Jan 17, 2013 21:04

Sokomine wrote:Penalities for dying are something for PvP servers. The mod request was for statistics. Dying certainly ought to affect any points gained (after all survival failed), so it is more suitable for a mod that gives points.

I understand, the death counter just gave me the idea. I wasn't trying to draw attention away from the stats request, was just posting another idea.
Last edited by Menche on Thu Jan 17, 2013 21:05, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Thu Jan 17, 2013 21:29

Menche wrote:
Sokomine wrote:Penalities for dying are something for PvP servers. The mod request was for statistics. Dying certainly ought to affect any points gained (after all survival failed), so it is more suitable for a mod that gives points.

I understand, the death counter just gave me the idea. I wasn't trying to draw attention away from the stats request, was just posting another idea.

There's no way to count "Kills" by a player since there's no way in the current API to ascertain who/what killed a player.
You can still decrement points with an on_dieplayer callback.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Thu Jan 17, 2013 21:37

kaeza wrote:There's no way to count "Kills" by a player since there's no way in the current API to ascertain who/what killed a player.
You can still decrement points with an on_dieplayer callback.

for now maybe have 100 points and make the player lose point when they die
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Thu Jan 17, 2013 22:29

Inocudom wrote:I am suggesting the creation of a version of fire that either spreads and hurts players but doesn't destroy nodes, a version that behaves like normal fire but spreads much more slowly, or a version that doesn't destroy nodes but causes them to be charred and messy looking (which can then be cleaned up, replaced, or used in unique crafting recipes.)


A mod known as moretrees will soon introduce new types of wood planks, so that is why I made the suggestion above.

Is it possible for a mod to be created that allows for the displaying of custom pictures in picture frames? It could have a folder in it where pictures could be placed so that they could be displayed in a frame in the game.
 

lord_james
Member
 
Posts: 51
Joined: Sun Mar 11, 2012 22:06

by lord_james » Thu Jan 17, 2013 23:32

I'm not sure if my idea is for a mod or a new feature: change the speed of player or mobs if they are on a special group of nodes. For example: half speed if group speed =0,2.
 

User avatar
Obiewan1111
Member
 
Posts: 198
Joined: Fri Dec 14, 2012 20:30

by Obiewan1111 » Fri Jan 18, 2013 21:21

3rd person view, much like in minecraft.
Youtube Channel; Minetest Gaming Videos

Is suggesting the Offtopic Section and getting it added an achievement? I guess it is!
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sat Jan 19, 2013 00:10

can someone make a animal mod that adds naturak animals that also drop stuff when killed. I have code for the dropping stuff. finally can they be 3d like the player
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
yves_de_beck
Member
 
Posts: 65
Joined: Wed Jan 02, 2013 10:45

by yves_de_beck » Sat Jan 19, 2013 10:15

Hello all,

what about mod, includes wether or natural phenomenons???

A Mod that add rain, dust or snow...
pehaps windy regions where the grass and leaves blocks are animated.
In the desert region, its very bright and the sun is dazzling. lensflare?

Whats about thunder and lightning when it becomes to rain etc.

Thats make a bit more atmosphere in the game =)
 

4aiman
Member
 
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

by 4aiman » Sat Jan 19, 2013 10:55

jojoa1997, look into MOBF (thare are problems, but it's much better than 2 months ago)
yves_de_beck, there was discussion about that in the "rain" and "weather concept" threads. As well as Jeija was talking (IRC) smth about particles emitters that can be used to simulate weather, but yet need to be coded. Maybe one should ask him if he would code some weather support? (IDK, maybe he already making that possible and maybe not)
 

User avatar
Obiewan1111
Member
 
Posts: 198
Joined: Fri Dec 14, 2012 20:30

by Obiewan1111 » Sat Jan 19, 2013 20:33

Block push mod. Like in minecraft when you place a block on a loose one it pushes it along, yeah, somewhat like that. Also, make so you can't right click and put a tool into a placed block, it just bounces off. That would be extremely useful.
Youtube Channel; Minetest Gaming Videos

Is suggesting the Offtopic Section and getting it added an achievement? I guess it is!
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sat Jan 19, 2013 22:07

4aiman i was talking about C++ animals in default
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

Josh
Member
 
Posts: 1146
Joined: Fri Jun 29, 2012 23:11

by Josh » Sun Jan 20, 2013 07:26

Would it be possible to have air raids? We could have TNT falling from the sky and detonating when they hit the ground. Followed by an Air raid siren. Is this possible? (It would be good for a WW2 adventure map, or an action map.)
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sun Jan 20, 2013 13:38

jojoa1997 wrote:could someone make a mod that adds mud and dry mud. i want to build a quick shelter but dirt just doesnt seem sensible so i thought why not mud. Then i remembered this game doesnt have mud. the one thing that it must have is a easy recipe that you can make from the begining

has anyone taken up this project. also mud would be like a liquid that you either have to cook ar place on dry land to get dry mud.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Sun Jan 20, 2013 14:44

Josh wrote:Would it be possible to have air raids? We could have TNT falling from the sky and detonating when they hit the ground. Followed by an Air raid siren. Is this possible? (It would be good for a WW2 adventure map, or an action map.)


Dropping TNT from high area would be a problem due to the fact that chunks in between may be unloaded.
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 

User avatar
VoidLord
Member
 
Posts: 46
Joined: Sun Jan 20, 2013 16:07

by VoidLord » Sun Jan 20, 2013 18:46

I think i have some ideas:
http://forum.minetest.net/viewtopic.php?id=4518
(Sorry I'm new :P)
Last edited by VoidLord on Thu Jun 13, 2013 20:11, edited 1 time in total.
</randomtextcrap>
</forumposthing>
</body>
</html>
/0
 

User avatar
Chinchow
Member
 
Posts: 683
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Sun Jan 20, 2013 20:40

How about a dig dug mod that adds mobs that die in 1hit and float at you through dig dug ore
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests
 

PreviousNext

Return to Modding Discussion

Who is online

Users browsing this forum: No registered users and 7 guests

cron