Some WoW Void Storage Updates

This was posted by Lylirra in the WoW forums a couple days ago and is a followup to the Void Storage/Transmogrification update they announced.

We’ve just added some new images to our Void Storage preview which show off the updated UI for Void Storage vaults, as well as the new bag search feature in action. Let us know what you think!

http://us.battle.net/wow/en/blog/3342240#blog

Also, just to clear up a few points of confusion:

  • Void Storage vaults will be per character, not per account. We’re still very interested in providing a way for players to share BoA items cross-realm, but there are a number of technological milestones we need to reach before we can make that kind of service available.
  • The prices for unlocking a Void Storage vault, depositing items, and withdrawing items are still under discussion. The values shown in the blog screenshots should not be considered final.
  • You don’t need to place an item in Void Storage in order to use it for Transmogrification. The systems are completely separate. They’re designed to complement one another, but not require each other.
  • Most tabards will be eligible for Void Storage (excluding a few which cannot become soulbound to a character).

More

Terraria Mod – tConfig

Terraria user Surfpup has created a mod for the game called tConfig. Terraria has more variables than a calculus course that dictate things like a magic spell’s power, the length of Potion Sickness, values of items, recipes, projectiles, and NPCs…literally any variable in the game. You can also add new items and projectiles with new sprite images as well.

The first time you run it, it will generate all the config files in the same location as the Terraria save files. This mod will take slightly longer to load the game since it loads a lot of data from files.

  • Multiplayer is disabled for now, so this can’t be used for cheating on servers
  • The only attribute of items that is saved on your character and worlds is the name, so as soon as you change a config file, it will change once the game is reloaded.
  • Keep in mind that items can disappear from your inventory, or turn into a copper shortsword with no description, if the config file for the item is deleted, can’t be loaded, or is renamed.
  • In order to add images, drop a .png file into the Item folder with the same name as the item, and set the item’s “type” value to -1.
  • You can add armor – see the Red Hero’s Outfit example, now included in the “Simple Example” mod pack folder in the download.
  • Custom items will only be loaded from Mod Packs.

This is the official thread: http://www.terrariaonline.com/threads/surfpups-config-mod.52207/
This is the official download link: http://dl.dropbox.com/u/10617177/SurfpupsConfigMod.zip
This is a backup download link in the event his dropbox bandwidth is used up: JOB download link

More