[Request]Please make a HUD or a map for the whole game?

MEGASPARK
Member
 
Posts: 60
Joined: Mon Dec 17, 2012 02:34

[Request]Please make a HUD or a map for the whole game?

by MEGASPARK » Tue Jan 22, 2013 07:36

I wanted to request a HUD because once i get into one place, i get lost sometimes. Please make an in-game map
I Live When I Dig
 

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

by jojoa1997 » Tue Jan 22, 2013 13:11

+7374759263
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

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

by rarkenin » Tue Jan 22, 2013 13:50

-1

Um, performance?
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
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Tue Jan 22, 2013 13:59

rarkenin wrote:-1

Um, performance?
make it craftable
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

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

by rarkenin » Tue Jan 22, 2013 14:00

jojoa1997 wrote:
rarkenin wrote:-1

Um, performance?
make it craftable


The problem isn't per-user. It's just an overall performance hit when the map needs to be reindexed/redrawn.
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.
 

MEGASPARK
Member
 
Posts: 60
Joined: Mon Dec 17, 2012 02:34

by MEGASPARK » Fri Jan 25, 2013 14:20

ohhh, i understand now.... but why dont the map change if theres an overall change?? does that cause lags??
I Live When I Dig
 

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

by rarkenin » Fri Jan 25, 2013 15:18

MEGASPARK wrote:ohhh, i understand now.... but why dont the map change if theres an overall change?? does that cause lags??


When the map changes, the map IMAGE must also change. And yes, that causes lag because it takes CPU load.
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
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Fri Jan 25, 2013 15:37

Do like Minecraft. Once they make a map it does not change
edit: it would also be nice to be able to hang it on a wall
Last edited by jojoa1997 on Fri Jan 25, 2013 16:37, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Fri Jan 25, 2013 17:00

jojoa1997 wrote:Do like Minecraft. Once they make a map it does not change
edit: it would also be nice to be able to hang it on a wall


Minecraft maps update the image when placing blocks that are visible to the map, when they are near the player (less than 16 blocks away).
 

User avatar
nomohakon
Member
 
Posts: 207
Joined: Fri Aug 10, 2012 16:34
IRC: nomohakon
In-game: nomohakon

by nomohakon » Fri Jan 25, 2013 17:06

Or it can update only areas with players?
"To learn who rules over you, simply find out who you are not allowed to criticize." - Voltaire
"Knowledge, like air, is vital to life. Like air, no one should be denied it." - Alan Moore, V for Vendetta
- - -
"To never die... and to conquer all, that is winning." ―Illyria
 

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

by jojoa1997 » Fri Jan 25, 2013 17:10

nomohakon wrote:Or it can update only areas with players?
nah cause that would cause lag. but what about makeing it never change the map after it is made. with that you can also do a time snapshots and see the areas when it was before building.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

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

by 4aiman » Fri Jan 25, 2013 17:53

Maybe some block that on_punch launches minetest mapper and changes his texture to a newly generated image?
 

User avatar
BrandonReese
Member
 
Posts: 836
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese

by BrandonReese » Fri Jan 25, 2013 19:02

4aiman wrote:Maybe some block that on_punch launches minetest mapper and changes his texture to a newly generated image?


I don't think the new texture would be available until server restart.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Fri Jan 25, 2013 19:06

There is a map mod. Linux only, though
 

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

by 4aiman » Fri Jan 25, 2013 19:25

rubenwardy wrote:There is a map mod. Linux only, though

That's why I've mentioned minetest mapper.
 

User avatar
jordan4ibanez
Member
 
Posts: 1865
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Fri Jan 25, 2013 22:30

You can draw images, why not have the client cache each image, then check the top of the level that you are on in a 16x16 rad and then render the images as a map in real time or some shit.
If you can think it, you can make it.
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Fri Jan 25, 2013 22:37

What about client-side maps. The client can draw the map based on what the client can "see" and save this on the clients computer.
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

MEGASPARK
Member
 
Posts: 60
Joined: Mon Dec 17, 2012 02:34

by MEGASPARK » Sat Jan 26, 2013 13:47

ohh ok i understand now. thanks rarkenin
I Live When I Dig
 

MEGASPARK
Member
 
Posts: 60
Joined: Mon Dec 17, 2012 02:34

by MEGASPARK » Sat Jan 26, 2013 13:47

so thats why minetest is REALLY different from minecraft lol
I Live When I Dig
 

galexand
New member
 
Posts: 1
Joined: Sat Jun 01, 2013 02:48

by galexand » Sat Jun 01, 2013 02:49

Does the proposed map have to be kept up-to-date and cover the whole world?

If I hand draw a map of my city, then go away and the council puts in a new road while I am gone, my hand-drawn map doesn't auto-update! Nor does it contain places i have never seen, so...

User's map is part of the HUD, and stored locally.
It is added-to only according to what regions are loaded for the user to see as they move about.
It is updated only when the user returns to an area they have visited before.

Major land-forms will generally stay the same and useful for navigation. Player-created details may change while the user is away, without them knowing until they get back. That is sort of how a self-created map should work and would then be usable in a survival-mode context too, as a reminder of what has been seen, rather than a cheat-sheet of where to go next.

Bonus points if players can choose to 'compare' maps, auto-filling in blanks on each others maps (as friends or for trade) when they meet (fllling in updates where two users have different existing maps of the same area would be harder - who's got the more recent version of that region? Timestamp the map's regions?).
 

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

by Inocudom » Sat Jun 01, 2013 20:36

There is a mod that attempts to do something like this, but it is not being worked on anymore.
http://forum.minetest.net/viewtopic.php?id=4922
 

Motherboard
Member
 
Posts: 21
Joined: Mon Jun 03, 2013 22:15

by Motherboard » Mon Jun 03, 2013 23:28

May I suggest a waypoint system. Instead of having a map, a player could place waypoint at the desired location and the individual player could see the waypoint through walls or and other obstacles that are in the way of the waypoint(I don't know if I explained that very well). I think that would solve the performance issue. If this was implemented in the game or mod, players would no longer get lost while exploring. I don't know how this would work in servers, but there is always the /home command. Look at a Youtube video about a Minecraft mod called Rei's Mini map. It has the waypoint system I was talking about. Sorry for talking about Minecraft on Minetest Forums. Im also sorry for the long post.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Tue Jun 04, 2013 00:06

Motherboard wrote:May I suggest a waypoint system. Instead of having a map, a player could place waypoint at the desired location and the individual player could see the waypoint through walls or and other obstacles that are in the way of the waypoint(I don't know if I explained that very well). I think that would solve the performance issue. If this was implemented in the game or mod, players would no longer get lost while exploring. I don't know how this would work in servers, but there is always the /home command. Look at a Youtube video about a Minecraft mod called Rei's Mini map. It has the waypoint system I was talking about. Sorry for talking about Minecraft on Minetest Forums. Im also sorry for the long post.

Yes, I know what you are talking about. That would be good idea, however I have no idea how the f*** we could do that.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 41 guests

cron