[Mod] Orienteering [1.7] [orienteering]

Merak
Member
Posts: 116
Joined: Sat Nov 05, 2016 20:34

Re: [Mod] Orienteering [1.2] [orienteering]

by Merak » Post

I see, you quoted another use of 'even' than you intended. Yes, the use of 'even' you truly meant was misleading, so I fixed it to avoid confusion.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Orienteering [1.2] [orienteering]

by azekill_DIABLO » Post

Grandolf wrote:Is line 184 suppose to have a comma

Code: Select all

		recipe = {
			{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"},
			{"default:mese_crystal", "default:obsidian_shard", "default:mese_crystal"},
			{"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"} <-here?
if im wrong sorry XD im not an A+ at lua :P

hm 184, 192, 200, and 208 are also missing a comma location
no need to, it's the end of the craft definition.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Andrey01
Member
Posts: 2577
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [Mod] Orienteering [1.2] [orienteering]

by Andrey01 » Post

It seems this mod may be usuful! Interesting devices!

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Version 1.3 released!

by Wuzzy » Post

I just released version 1.3!

This version changes the crafting recipes of the watch and the GPS device for a slightly better balancing. They include the new tin ingot in Minetest Game 0.4.16. Don't download version 1.3 yet if you are still stuck with Minetest Game 0.4.15 for some reason.

Also, this mod now remembers across re-joins and restarts whether you use the 12h or 24h mode for the time. Previously, it was always reset to 24h mode.

User avatar
v-rob
Developer
Posts: 971
Joined: Thu Mar 24, 2016 03:19
GitHub: v-rob
IRC: v-rob
Location: Right behind you.

Re: [Mod] Orienteering [1.3] [orienteering]

by v-rob » Post

Is it possible to set yaw and pitch using a command (Similar to /teleport or /time commands), or am I looking at the wrong mod for this?
Core Developer | My Best Mods: Bridger - Slats - Stained Glass

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Orienteering [1.3] [orienteering]

by Wuzzy » Post

No it is not posible with a command, but it is possible with Lua API calls, which means someone can write a mod which adds such commands.

Yes, you are looking in the wrong mod for this. This mod aims to provide tools purely for informational purposes.

User avatar
SpaghettiToastBook
Member
Posts: 52
Joined: Sun Feb 22, 2015 21:11
In-game: STB
Location: The Milky Way

Re: [Mod] Orienteering [1.3] [orienteering]

by SpaghettiToastBook » Post

Great mod. The only thing I don't like is that my server can't tell clients not to use the debug menu. That's not this mod's fault, of course, but it is a bummer.

angus-parvis
New member
Posts: 5
Joined: Fri May 03, 2019 17:16

Re: [Mod] Orienteering [1.4] [orienteering]

by angus-parvis » Post

In Minetest Game, because there is already map mod, Quadcorder and Automapper don't provide minimap functionality, but rather extend Mapping Kit functionality to radar mode (that's what I got from orienteering.update_automapper). But when I try to use Quadcorder or Automapper with Mapping Kit, minimap keeps switching from any mode to "Minimap in surface mode, Zoom x1". I tested it with Minetest 5.0.1 and mod version from ContentDB.

MacGregor2k
Member
Posts: 10
Joined: Sun Feb 01, 2015 14:14
In-game: Zebulon

Re: [Mod] Orienteering [1.4] [orienteering]

by MacGregor2k » Post

Hello:

to sum up my statement below: I noticed the same thing the previous poster did.

This is a good mod, thank you, I am using minetest 5.0.1 after crafting the radar or quadcorder the minimap resets to zoom x 1 of the land map from any minimap mode or zoom level. Without the mapping kit the minimap is disabled regardless of where the quadcorder/radar is.

User avatar
apienk
Member
Posts: 26
Joined: Tue Mar 10, 2015 15:38
GitHub: apienk
In-game: apienk

Re: [Mod] Orienteering [1.4] [orienteering]

by apienk » Post

This mod is very cool but has two serious bugs.

First, the compass works the wrong way, counterclockwise instead of clockwise. I get 270° on the East and 90° on the West. Should be the opposite. It should also say "Azimuth" instead of "Yaw", geography-wise. ;)

Second, MTG blocks map display in survival, so mappers are useless.

EDIT1: To fix compass, change line 341 of init.lua from

Code: Select all

local yaw = player:get_look_horizontal()*toDegrees
to

Code: Select all

local yaw = 360-player:get_look_horizontal()*toDegrees
EDIT2: Default key for minimap in Minetest is F9 not F7. F7 is used for camera modes. Changing the default keys does not help with the minimap in survival mode.

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Version 1.5 released!

by Wuzzy » Post

Version 1.5 released!

Changelog:
  • Yaw now goes clockwise
  • Radar mapper and quadcorder should no longer be in conflict with mapping kit from Minetest Game
  • Fix help about the default minimap key
Thank you for reporting the bugs!

MacGregor2k
Member
Posts: 10
Joined: Sun Feb 01, 2015 14:14
In-game: Zebulon

Re: [Mod] Orienteering [1.5] [orienteering]

by MacGregor2k » Post

Thank you, that fixed the minimap frequently resetting. :)

User avatar
Juve
New member
Posts: 3
Joined: Sun Jan 26, 2020 22:03
GitHub: ubunatic
In-game: Juve

Re: [Mod] Orienteering [1.5] [orienteering]

by Juve » Post

When using the mod, my server (5.1.0) logs a lot of deprecation warnings.
I actually forked the mod to fix it.
However, I do not know how to do pull/merge request at repo.or.cz?
Please pick up the patch from my repo if you like @Wuzzy

User avatar
FreeGamers
Member
Posts: 650
Joined: Sat May 25, 2019 00:15
GitHub: is proprietary I use NotABug
Location: United States
Contact:

Re: [Mod] Orienteering [1.5] [orienteering]

by FreeGamers » Post

Did you test this?

I reproduced your changes and it causes crashes when tools are used on nodes.
FreeGamers.org has moved to MeseCraft.net | FreeGamers on this forum is now MeseCraft

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Orienteering [1.5] [orienteering]

by Wuzzy » Post

I will not include patches that crash.

User avatar
Juve
New member
Posts: 3
Joined: Sun Jan 26, 2020 22:03
GitHub: ubunatic
In-game: Juve

Re: [Mod] Orienteering [1.5] [orienteering]

by Juve » Post

Epic fail for my first post here :(

I am so sorry. I thought I tested it, but I was testing against the old version.
Then I also found out that I completely misunderstood how the metadata is accessed.
The code is now updated and I just tested it on my server. I also "used" my GPS to switch between 24h and 12h mode, which it did.
Last edited by Juve on Mon Jan 27, 2020 22:32, edited 1 time in total.

User avatar
Juve
New member
Posts: 3
Joined: Sun Jan 26, 2020 22:03
GitHub: ubunatic
In-game: Juve

Re: [Mod] Orienteering [1.5] [orienteering]

by Juve » Post

FYI: I also forked it on GH now, which is much easier to use and review for me than repo.cz. Here is the diff.

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Orienteering [1.5] [orienteering]

by Wuzzy » Post

I have replaced all outdated get_attribute/set_attribute calls. Thanks.

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

1.6

by Wuzzy » Post

Update! Version 1.6 is here! This adds optional tooltip extensions if you have the tt mod installed. The rest is just boring code cleanup.
This mod now requires Minetest 5.3.0 or later!
  • Add tooltip extensions (for tt mod)
  • Proper z-sorting for HUD elements
  • Replace outdated get_attribute/set_attribute functions (thanks, juve!)
  • Per-player Creative Mode is supported for other mods (internally, minetest.is_creative_enabled is being called)

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Orienteering [1.6] [orienteering]

by Wuzzy » Post

The code of this mod has been moved to Codeberg.org!

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Orienteering [1.7] [orienteering]

by Wuzzy » Post

Version 1.7 is here!
  • Added French translation
  • Made mod title and description translatable (for upcoming Minetest version)

Post Reply

Who is online

Users browsing this forum: No registered users and 39 guests