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,390
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, 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
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, 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, 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-03-09, 12:51 PM  
Horrid
A Fallenroot Satyr

Forum posts: 23
File comments: 10
Uploads: 0
great instructions clear and precise unfortunately nothing i tried will work to get them into pitbull4,for me anyways lol,i tried one at a time i deleted all other shared media stuff and reinstalled several times ,no worries they are still great textures ty again for posting them im sure people will enjoy them a great deal. ty again for attempting to help me have a great one dude
Report comment to moderator  
Reply With Quote
Unread 08-26-09, 09:47 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
well, tried to use it and followed it all... still getting this error while trying:

[2009/08/26 17:46:22-328-x1]: SharedMedia-3.0.1-177\SharedMedia.lua:133: unexpected symbol near '`'

---
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 08-26-09, 11:53 AM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
I know exactly what that is, I thought I had fixed it. I'll make the change, expect an update soon!

Thanks for the bug report.
Report comment to moderator  
Reply With Quote
Unread 08-28-09, 05:42 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Ohidosee
Anytime... if you use them in your UI, post it, I'd love to see them in action!
Just got them to work now, here's a SS of how it looks like


http://i31.tinypic.com/npme8m.jpg
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 08-28-09, 11:20 AM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
They look great. Thanks for posting, glad you like them!!

I'm working on my UI (as always) when I get it done, I'll post it.
Last edited by Ohidosee : 08-28-09 at 11:22 AM.
Report comment to moderator  
Reply With Quote
Unread 09-03-09, 02:29 PM  
Horrid
A Fallenroot Satyr

Forum posts: 23
File comments: 10
Uploads: 0
ok,can you beleive i finally got it to work (no lol'ing please ,anyways ty again for uploading these they look great in game if i ever figure out how to post screenshots ill do so . have a great one
Report comment to moderator  
Reply With Quote
Unread 09-04-09, 10:50 AM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
Originally posted by Horrid
ok,can you beleive i finally got it to work (no lol'ing please ,anyways ty again for uploading these they look great in game if i ever figure out how to post screenshots ill do so . have a great one
Thats great!

As for screenshots, you can just hit print screen to take one (i'm assuming you know how to do that.

Go to your screenshot folder (located in your wow directory usually, unless you have vista, then I'm not sure where they are).

Go to imageshack.us, browse to the image, upload then copy/paste the link here.

Hope that made sense, head still all cloudy from this darn cold.

I have had 0 time to work on my new UI, and I keep forgetting to take a s/s of my boyfriend's UI... /badme
Report comment to moderator  
Reply With Quote
Unread 09-05-09, 02:16 PM  
gothicraven9
A Kobold Labourer
 
gothicraven9's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
error

I had the textures working until the new sharedmedia pack came out so now I'm get an error saying that the lsm is a nil
Report comment to moderator  
Reply With Quote
Unread 09-08-09, 12:51 PM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
All I did was remove a ' in the code... unless I have more information I duno what's wrong since it's working fine for me
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 11:17 AM  
Horrid
A Fallenroot Satyr

Forum posts: 23
File comments: 10
Uploads: 0
hmmm totally weird, for some reason all my textures disappeared.i have shared media set to be ignored for updates,anyways i uninstalled and redid now its all back to normal so im not sure what the issue was anyways still wrking on that SS lol ty again for these
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 01:46 PM  
Ohidosee
A Murloc Raider
 
Ohidosee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 33
Uploads: 1
If you update shared media, it's going to make all the textures you have (if you modified the LUA for it manually) disappear.

You can always just add them back to it if there's an update in the future or figure out mymedia
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: