Show current location in map
-
- Godlike
- Posts: 3093
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Show current location in map
I'm looking for a mutator or actor that shows the current location (x/y/z) in map in a player's HUD.
"If Origin not in center it be not in center." --Buggie
-
- Godlike
- Posts: 3329
- Joined: Sat Mar 21, 2020 5:32 am
Re: Show current location in map
I found this one: viewtopic.php?t=13075
It is stub, but easy can be modified for your needs. In you case, even not need send info via PRI. Location already on CLient just use it.
So you can drop PRI, or left it here, but alter only draw function.
It is stub, but easy can be modified for your needs. In you case, even not need send info via PRI. Location already on CLient just use it.
So you can drop PRI, or left it here, but alter only draw function.
-
- Adept
- Posts: 314
- Joined: Wed Oct 10, 2018 11:15 am
- Location: Australia
Re: Show current location in map
Maybe this doesn't do what you want but could also be used for a base of something that does.
Recently saw HUDMutator and wanted to play with it, so this was a decent chance.
Recently saw HUDMutator and wanted to play with it, so this was a decent chance.
You do not have the required permissions to view the files attached to this post.
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
-
- Godlike
- Posts: 3093
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: Show current location in map
Exactly what I need.
Thanks! 


"If Origin not in center it be not in center." --Buggie