Toofifty / easy-giantsfoundry

Helpful overlays for the Giant's Foundry minigame
BSD 2-Clause "Simplified" License
4 stars 8 forks source link

Added Foundry Points Overlay #15

Closed R-Dson closed 2 years ago

R-Dson commented 2 years ago

Fixes #7. Did some testing and all seems to work. Keeps track of when you finish a sword, open the shop window and tracks between sessions.

I am not sure if the regex is the best but seems to work... Anyway here is an example of the text that I used. text

pwatts6060 commented 2 years ago

Looks pretty good, regex should be fine too if it is always like that. Curious what it would say on someone's first sword when they don't have a best time. Could make the regex based on the first line only if that changes.

I'll merge it tomorrow and make some minor changes.

R-Dson commented 2 years ago

Looks pretty good, regex should be fine too if it is always like that. Curious what it would say on someone's first sword when they don't have a best time. Could make the regex based on the first line only if that changes.

I'll merge it tomorrow and make some minor changes.

Sounds good, glad I could help. 👍