Tuesday 3 April 2018

When Silence Dims The Stars Above - or why TacO lacks updates from time to time

Hi!

This is an off-topic post for TacO, but I'm proud of the accomplishment and it also gives you guys some insight into why sometimes there's no update for TacO for a while.

Besides playing GW2 on and off and developing the overlay for fun, I have a big chunk of my free time allocated to a hobby known as the Demoscene. Every Easter there's a huge event taking place in Germany that me and my demogroup called Conspiracy do a lot to prepare for. We participate in a category named 64k intro, which means that we create audiovisual presentations that run in real-time from a single executable (no additional data or files allowed for anything) that can be no more than 65536 bytes large. This program, when run, generates music and visuals in real-time, just like a game engine does, the difference is, that here the displayed content is also completely procedural.

So. We went to Revision this past weekend, and are very proud to have not only won the 1st prize in the 64k intro competition, but we were also awarded the Crowd Favorite prize, which was selected from all the entries in all the competitions by the attendees.

So, without further ado, here's a video of our production. There's a link to the actual executable in the description, but at this point many antivirus programs will probably mark it as a false positive (just like it happens a lot with new TacO releases), so I don't blame you if you're a bit paranoid and stick with watching the video.


Sunday 18 February 2018

Hotfix

Hi.

Yesterday's build had a memleak in it that has been causing crashes and performance issues with trails. This update should hopefully fix it.

You can download the new build here.

Changelog:
  • Fixed a memleak with trail texture loading
  • Package loading now tries https first and http if that fails

User friendliness update

Hi.

And now for something completely different.
This update doesn't bring any new functionalities, but instead focuses on making it much easier to distribute and install marker packs.

First off: marker packs can now be distributed as zip files as well. Any zip file inside the POIs folder next to TacO will be parsed, and all xml files inside there will be imported as markers. This should help out a lot for those of you who don't really like messing around decompressing downloaded stuff.

But wait, there's more!
There's a very interesting thing in windows where it's possible to register an application to handle its own protocol, similar to how file extensions can be assigned a default application. This means that when you click on a non-standard link in your browser, it'll look up the appropriate application and ask you if you want the link opened in that application. Steam uses this mechanic to start games when you click on them in the browser, and now TacO can do something similar too: the overlay now supports one click, on-the-fly installation of marker packs straight from a browser, just by following a link. Of course you first need to download and run the new build in order for the protocol to be registered.

In short: tab out of GW2, go to a website, click a link, tab back to the game and enjoy the markers.
Important: you need to run the new build of TacO once before the links will start to work.

So here's the technical stuff: any website hosting markers can now also link to them using the gw2taco://markerpack/* formula, where the * part should be the actual download URL of the zipped up marker pack without the http:// part (TacO will try to download the zip file through http, and https if that fails).
Here's an example link:
gw2taco://markerpack/www.somewebsite.com/subfolder/markerpack.zip
this will tell TacO to download the  http://www.somewebsite.com/subfolder/markerpack.zip file, save it to the POIs folder and load it as a marker pack. Some tests are performed to make sure that the file is actually a zip and that it can be loaded before storing it in the POIs folder.

Oh, and also, I registered the gw2taco.com domain :)

You can download the new build here.

Changelog:
  • GW2 TacO will no longer be fooled by other windows called "Guild Wars 2"
  • Added "toggleCategory" attribute to markers. These markers will toggle the specified category on or off when triggered with the action key.
  • Turning off the tactical display will now also hide trails
  • Zip compressed marker pack support for easier distribution
  • Trail textures will now also be found under the POIs folder (like marker textures are)
  • I caved. http://www.gw2taco.com is now official :)
  • Added gw2taco:// url scheme support for one click, on-the-fly marker pack installation from any website

Thursday 15 February 2018

Subreddit!

Hi everyone,

short post.
I saw an uptake in the number of posts about TacO on the main GW2 subreddit lately, and decided to level up my internetz skills slightly to set up a discussion board where people can share their marker packs and maybe band together to create a map completion pack (and more interesting things later...).

So I give you: the Guild Wars 2 Tactical Overlay subreddit!

Please, be civil. :D

Sunday 11 February 2018

Maintenance build

Hi.

The last build was done in a bit of a rush and some issues came up that I'm fixing now in addition to some requests that came from marker pack creators. Hopefully this build will make it a lot easier for them to start creating marker packs with trails :)

You can download the new build from here.

Change log:

  • The marker editor's set default category submenu will now close properly
  • Some issues related to TacO crashing on close should now be fixed (maybe not all of them, keep the crash logs coming)
    • Fixed a bug where the wvw poll threads would still be working during TacO shutdown
    • Fixed a bug where the keyboard and mouse hooks would still be active during TacO shutdown
  • Fixed a bug in the maptimer.xml
  • Trails didn't keep track of where they were loaded from and so they kept being accumulated in the poidata.xml if loaded from an external marker pack
  • Added a -forcenewinstance command line option to optionally disable the previously added new functionality where TacO would only launch once (this is mostly a debug option)
  • Placing a marker next to an already existing marker will now place the marker regardless of distance if the types of the two markers don't match (request by Tekkit)
  • Added import trail option for editing purposes (request by Tekkit)
  • Trails can now be broken (Pausing a trail now has two ways of resuming, the original way and by creating a new trail section, corresponding key bind has also been added) (request by Tekkit)
  • The fadeout bubble around the player for trails can now be toggled on or off (request by Tekkit)
  • Updated the documentation with several previously undocumented marker attributes

Sunday 4 February 2018

Blazing Trails


Hi!

Sorry for the lack of updates lately, real life chaos prevented me from having the energy or the time to work on TacO since August.

In the meantime, Tekkit's marker packs have become quite popular and a regular source of helpful information (I myself used his pack for the daily Wintersday orphan runs). He does, however, tend to stretch the limits of the system with how many markers his trails require. There are less resource intensive ways of doing what he does, not to mention the time and effort it must take to place all of these markers.
Sooo many markers!
In order to make his job easier, I created a new feature that should also be more resource friendly.
Introducing: trails!

He went that way!
Trails are continuous lines on the terrain that have a custom scrolling texture animating over them. Other than this in many respects they function just like markers with the same enabling-disabling controls, etc. The main difference is the way they are created: by recording the movement of whoever wants to record a trail.

As trails contain a lot more data, they are stored in an optimal binary format, which makes it harder to edit them by hand, so (for now) rudimentary recording tools have been added to the overlay as well.

The documentation has been updated to show how to use and share trails.

Note: this build is only a feature enabler build, and as such doesn't contain any recorded trails yet.

You can download the new build here.

Changelog:

  • The marker filter submenu will now stay open after toggling the visibility of a marker group
  • Turned off the DPI awareness feature by default. This should fix TacO UI scaling issues that arose when the GW2 client was made DPI aware
  • Added the -forcedpiaware command line option to preserve the previous scaling behavior should the need arise for some reason
  • Added an option to toggle automatically hiding the marker editor when not standing over a marker
  • Added trails
  • Added trail recording tools to the marker editor menu
  • Added trail recording hotkey binding options (find them under the marker editor submenu)
  • Fixed a bug in keyboard handling where key actions would be transmitted twice to TacO
  • Added "Hide TacO on loading screens" option. (On by default)
  • TacO will now recognize if it's already running and won't start a second instance