RyanFaeScotland Posted December 16, 2022 Share Posted December 16, 2022 Hey folks, Just wanted to share a concept I have... now stop that! Stop rolling your eyes, I'm not here asking for you to make it or even asking for guidance where you basically end up doing it all for me anyway! However, I am curious if any more experienced members have tried this before and what hurdles they ran into, or indeed if anyone has saw mods that do it already. TL;DR - Has anyone made a block that you can place in the world and it in turn creates an icon you can see on the map? Initially I started creating signs and placing them on buildings when I'd looted them, Then I progressed to taking a screenshot of the map and having it open on a second screen in Paint and crossing off buildings as I looted them, Then I stumbled upon the below image in a random reddit thread about map generating and it got me thinking that it sure would be handy if there was an automated way of marking POIs that you'd visited with something like the below. I know the game can detect when you are in a POI (evident by the adjusted lootstage) and I know waymarkers exist, so it should theoretically be possible. I decided to look into C# modding and in the process stumbled upon @xyth's Fun with Flags Tutorial which gave me my final, and current concept for my first mod: a placeable object that in turn makes a marker appear on the map. It's got to be possible right? I mean, the bedroll does it, the LCB does it, anyone foresee a reason my "Waymarker Flags" can't do it too? Link to comment Share on other sites More sharing options...
Gamida Posted December 17, 2022 Share Posted December 17, 2022 That already is similar to what my maps looked like with the ingame icons we have Link to comment Share on other sites More sharing options...
RyanFaeScotland Posted December 17, 2022 Author Share Posted December 17, 2022 Haha! You know, one of the things I was curious about is if there is an upper bound to how many markers you can have in game. Either a hard limit that stops you making more, or a soft limit where performance starts to take a hit if you exceed it. Ever ran into any problems like that? 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now