Download
(755Kb)
Download
Updated: 08-26-09 11:57 AM
Pictures
File Info
Compatibility:
Legion (7.0.3)
Minor patch (6.2.4)
Minor patch (6.2.3)
Fury of Hellfire (6.2)
The Adventure Continues (6.1)
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:08-26-09 11:57 AM
Created:08-02-09 11:58 AM
Downloads:12,438
Favorites:50
MD5:
Categories:Graphic UI Mods, Graphical Compilations

Ohi's Texture Pack for Shared Media  Popular! (More than 5000 hits)

Version: 1.2
by: Ohidosee [More]

Hello there!

These are textures I've made for my own personal use in WoW, I thought I'd share them with the community.

There are textures geared towards both men and women as well as gender neutral textures.

Simply add them to your MyMedia for SharedMedia or directly to your SharedMedia addon to use them.

The sample pictures were taken with Pitbull4 on a Paladin, hence the pink background.

There are 29 total textures in this pack.

If anyone wishes to use or share these textures, you have my permission. You can add them to whatever package or UI you wish. Please just give me credit and let me know via post you added them to your package so I can check them out!

Happy UI-ing!

Update: 2016-08-16 as of today, the texture pack is still working fine!

2009-08-26: Modified code for Saved Variables. Removed a character not supposed to be there.
Optional Files (0)


Post A Reply Comment Options
Unread 08-02-09, 03:33 PM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
Anytime... if you use them in your UI, post it, I'd love to see them in action!
Report comment to moderator  
Reply With Quote
Unread 08-02-09, 03:08 PM  
Horrid
A Fallenroot Satyr

Forum posts: 23
File comments: 10
Uploads: 0
awsome man ty for the fast response ,ill give it a go ty again and again these are great looking textures ty
Report comment to moderator  
Reply With Quote
Unread 08-02-09, 02:09 PM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
My Media always screws me up too... I just edit my Saved Variable file for my Shared Media.

So basically take the textures and put them into:
textures to: \World of Warcraft\Interface\Addons\SharedMedia\statusbar

Then open: \World of Warcraft\Interface\Addons\SharedMedia\SharedMedia.lua

You can open it with notepad.

At the bottom, copy and past this (which is also in the readme:

Code:
LSM:Register("statusbar", "Ohi-Smoked",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Smoked]])
LSM:Register("statusbar", "Ohi-Leafs",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Leafs]])
LSM:Register("statusbar", "Ohi-Light Smoked",		[[Interface\Addons\SharedMedia\statusbar\Ohi_LightSmoked]])
LSM:Register("statusbar", "Ohi-Metal Plate2",		[[Interface\Addons\SharedMedia\statusbar\Ohi_MetalPlate2]])
LSM:Register("statusbar", "Ohi-Roots",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Roots]])
LSM:Register("statusbar", "Ohi-Metal Sheet",		[[Interface\Addons\SharedMedia\statusbar\Ohi_MetalSheet]])
LSM:Register("statusbar", "Ohi-Metal Plate",		[[Interface\Addons\SharedMedia\statusbar\Ohi_MetalPlate]])
LSM:Register("statusbar", "Ohi-Flowers",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Flowers]])
LSM:Register("statusbar", "Ohi-Leaf and Twig",		[[Interface\Addons\SharedMedia\statusbar\Ohi_leafntwig2]])
LSM:Register("statusbar", "Ohi-Twirls",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Twirls]])
LSM:Register("statusbar", "Ohi-Tribal4",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Tribal4]])
LSM:Register("statusbar", "Ohi-Tribal3",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Tribal3]])
LSM:Register("statusbar", "Ohi-Tribal2",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Tribal2]])
LSM:Register("statusbar", "Ohi-Tribal1",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Tribal1]])
LSM:Register("statusbar", "Ohi-Thorns",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Thorns]])
LSM:Register("statusbar", "Ohi-Skulls",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Skulls]])
LSM:Register("statusbar", "Ohi-Satin",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Satin]])
LSM:Register("statusbar", "Ohi-Leaf and Twig 2",	[[Interface\Addons\SharedMedia\statusbar\Ohi_Leafntwig]])
LSM:Register("statusbar", "Ohi-Flowered",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Flowered]])
LSM:Register("statusbar", "Ohi-Flowered2",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Flowered2]])
LSM:Register("statusbar", "Ohi-Dragon Left",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Dragon-Lt]])
LSM:Register("statusbar", "Ohi-Dragon Right",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Dragon-Rt]])
LSM:Register("statusbar", "Ohi-Dragon",			[[Interface\Addons\SharedMedia\statusbar\Ohi_Dragon]])
LSM:Register("statusbar", "Ohi-Dragon2",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Dragon2]])
LSM:Register("statusbar", "Ohi-Barbed Wire",		[[Interface\Addons\SharedMedia\statusbar\Ohi_BarbedWire]])
LSM:Register("statusbar", "Ohi-Butterfly",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Butterfly]])
LSM:Register("statusbar", "Ohi-Circled Lines",		[[Interface\Addons\SharedMedia\statusbar\Ohi_CircleLines]])
LSM:Register("statusbar", "Ohi-Circles",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Circles]])
LSM:Register("statusbar", "Ohi-Circles2",		[[Interface\Addons\SharedMedia\statusbar\Ohi_Circles2]])
Then they should all show up as textures in whatever addon uses them.
Last edited by Ohidosee : 08-26-09 at 11:57 AM.
Report comment to moderator  
Reply With Quote
Unread 08-02-09, 01:41 PM  
Horrid
A Fallenroot Satyr

Forum posts: 23
File comments: 10
Uploads: 0
nice textures man,but im having problems understanding how to use them lol.
i am fairly new to this kinda thing,how exactly do i add them to sharedmedia? making a mymedia is a bit beyond what i understand how to do at this point .any feedback or new hints would be great ty in advance.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: