Icons for patch 3.0.2 [See download section]

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Icons for patch 3.0.2 [See download section]

Postby tuigii » Fri Oct 17, 2008 6:33 pm

Ok, most of us are happy now : the new 3.0.0 CP & 3.0.0 GP produces a CharacterProfiler.lua file that WoWRoster accepts happily.

A small correction has to be made to one file, because we have now more then 10 rows of talents. See here: http://www.wowroster.net/Forums/viewtop ... html#36085 read the thread for details.

The next thing is then you’ll need all those new "3.0.2" icons.
Go here http://www.rpgoutfitter.com/addons/wowinterface.cfm and take the “40” ZIP file http://www.rpgoutfitter.com/downloads/D ... S=Icons_40

The files in the ZIP from that source need some treatment, because they have this format
Ability_Ambush.jpg (and 5526 other files like this)
Or, WowRoster wants them to be named like this
ability_ambush.jpg

You have to lower case them all.

I have a good keyboard, and I'm a nice guy, so I just finished the job.
That’s why I propose the included ZIP file, Icons_40.zip – this ZIP contains only lower case wow icons jpg image files. The source was from the link mentioned above.

Unzip, and upload the 5527 files in the [Your_WoWRoster_URL]/img/Interface/Icons directory.

Tip: backup and empty the directory before you start to upload.
Tip: create a new directory named Icons2, and upload these new image files in it.
When done, swap directory names to test.
If anything goes wrong, you switch can back easily.

Organize a ticket parade, because you have the pre-WOLTK icons on your WoWRoster site !!

EDIT: Image Pack removed, please download here http://www.wowroster.net/Downloads/details/id=4.html
Last edited by tuigii on Tue Oct 21, 2008 4:25 pm, edited 3 times in total.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Icons for patch 2.0.3

Postby zanix » Fri Oct 17, 2008 11:53 pm

The icons are already in the SVN and in the correct format
We just haven't packaged them yet
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Icons for patch 2.0.3

Postby tuigii » Sat Oct 18, 2008 12:41 am

zanix wrote:...
We just haven't packaged them yet

As soon as the official package comes out, I'll delete my nearly 9 Mb zip file (or: blow away this thread for that matter).
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: Icons for patch 2.0.3

Postby CrimianVaid » Sat Oct 18, 2008 4:00 am

Thank you very much for putting your keyboard at risk for the sake of us all :alien:
Very nice work!
Image
User avatar
CrimianVaid
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Oct 18, 2008 3:43 am

Icons for patch 2.0.3

Postby PleegWat » Sat Oct 18, 2008 4:32 am

I very much hope people aren't doing this kind of thing manually

... or are they?
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Icons for patch 2.0.3

Postby CrimianVaid » Sat Oct 18, 2008 4:59 am

I believe you can do it in Bridge with some minor tweaking ye?
Plus, in Linux I believe there is a bash command to convert, but that is foggy, memory recall at best.
Last edited by CrimianVaid on Sat Oct 18, 2008 5:02 am, edited 1 time in total.
Image
User avatar
CrimianVaid
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sat Oct 18, 2008 3:43 am

Icons for patch 2.0.3

Postby PleegWat » Sat Oct 18, 2008 4:43 pm

Never heard of bridge.

I was, indeed, referring to linux. I know zeryl produces them for the interface icon SVN repository, and I know he's got a linux box.

For reference, the command is:

rename 'y/A-Z/a-z/' *

for all files in the current directory.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Icons for patch 2.0.3

Postby Ulminia » Sat Oct 18, 2008 5:44 pm

i use a batch file renamer lol much nicer but i also incode the icons first in image quality pro to make them clearer and sharper
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Icons for patch 2.0.3

Postby tuigii » Sat Oct 18, 2008 7:32 pm

PleegWat wrote:...
got a linux box.
...
rename 'y/A-Z/a-z/' *


That's what I did :rabbit:
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Icons for patch 2.0.3

Postby AnthonyB » Sun Oct 19, 2008 5:03 am

I've done most of the Interface icons in SVN over the years :)

I do it all in Windows as follows:

1. Pull down Calvin's latest icon pack and extract
2. Use a compare tool to compare the contents of the icons folder in SVN vs. Calvins new pack to find the new icons. I use Beyond Compare but there are plenty of others out there.
3. I then copy the new icons into a new folder and force them all to lower case using another tool called Better File Rename. Again, I'm sure there are others out there that can do the same.
5. Once I have them in lower case I add them to SVN and Commit.

Anyway, here's the upgrade icon pack for 3.0.2

EDIT: Image Pack removed, please download here http://www.wowroster.net/Downloads/details/id=4.html
Last edited by AnthonyB on Sun Oct 19, 2008 1:03 pm, edited 2 times in total.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Icons for patch 2.0.3

Postby zanix » Sun Oct 19, 2008 9:27 am

I'll add this to the downloads section
And make a full pack
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Icons for patch 3.0.2

Postby zanix » Sun Oct 19, 2008 1:04 pm

The Interface Image Pack download has been updated with an upgrade and a full pack
Get it here http://www.wowroster.net/Downloads/details/id=4.html
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Icons for patch 3.0.2

Postby Dragoness » Sun Oct 19, 2008 6:19 pm

zanix wrote:The Interface Image Pack download has been updated with an upgrade and a full pack
Get it here http://www.wowroster.net/Downloads/details/id=4.html


Can these images be used for 1.7.2 version of the roster ?
Dragoness
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri Jan 12, 2007 4:32 pm

Icons for patch 3.0.2

Postby zanix » Mon Oct 20, 2008 1:58 am

Sorry, it will not
We do not support versions of Roster lower than 2.0

There are instructions on the download page to find images that are compatible
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Icons for patch 3.0.2 [See download section]

Postby phenixon » Sat Apr 04, 2009 2:33 pm

Hello every body, I don't find anywhere to download the interface image pack.

when i click on the links I have a 404 error page.

Does anyone know where i can downlod it ???

I thank very much every bod who will help me.

p.s.: i'm not a english speeker, so I hope my english isn't to bad.
phenixon
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sat Apr 04, 2009 11:53 am


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron