-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script for finding and tracking HF's #1194
base: master
Are you sure you want to change the base?
Conversation
Before I check out the code, let's discuss UX. I think this could be significantly condensed and streamlined. How about a flow more like Since this can be easily extended to cover sites, artifacts, armies, etc., it could take a more general name, like, say @Ozzatron what do you think? Edit: Once we add an API for world map painting, it can also highlight the destination tile on the map, but that can be added later too. Edit2: followup discussion on Discord: https://discord.com/channels/793331351645323264/793331351645323267/1253784635377319996 |
further ideas: clicking on the compass should zoom the viewport to the destination. it would be nice to extend this tool (in the future) to also work on the embark world map and on the fort world map. Players have similar searching needs there, and the interface would be exactly the same. |
|
This sound like very good ideas -- @Sulter let me reiterate that we can work towards this vision and we don't have to do everything at once. We can start with just the (non-persistent) HF compass and work up to a persistent tabbed interface later : P |
Does it need to show We can set the quest/destination marker to the appropriate site once that gets re-implemented. |
Plz make it include the Race of the histfig in the list as well, some histfigs don't have names. |
As discussed above, it will always show distance in one coordinate system - tiles/steps. So you just get the direction and the distance.
The displayed name is the translated one, but you can actually search for both the original as well as the translated. Interesting - I never realized that there are histfig without names. Currently I'm not including those, but I guess they could still be on the list. |
You can probably replace the You might also be able to get the site with I'd also use |
Gui script for finding and tracking in real time of historical figures.
The positions updates/switches automatically when moving/traveling and changing between local and world map view.