Skill Template Editor

2 pages Page 1
T
Theron
Ascalonian Squire
#1
Hi there!

I'd like to present to you a small tool I started to create recently. It's an editor for Guild Wars skill templates that will give you a concise list of skill templates that are in your template folder and the ability to edit them or create new ones. It will load and save them directly as template code files that are readable by Guild Wars. In addition you can copy and paste skill templates in the Guild Wars template format.

Following screenshots show what it looks like right now:





If you want to find out more visit http://gwteddy.manuthie.de/?lang=en

Note: As it is written completely in Java and uses latest Java technologies you will need Java 6 in order to run it. The exe file included will do nothing else then check your Java version and start the program. If you don't want to run the exe file you can start the jar file directly. It will be absolutely no difference.

I am looking forward to your feedback.
lightblade
lightblade
Forge Runner
#2
Great job! You do open source?
Jeff Highwind
Jeff Highwind
Forge Runner
#3
This is QUITE relevant to my interests actually. It'd be somewhat nice to be able to work on templates without opening GW.
You just got tomahawked
You just got tomahawked
Krytan Explorer
#4
very nice. me like.
onerabbit
onerabbit
Grotto Attendant
#5
il be taking that ty
Faer
Faer
La-Li-Lu-Le-Lo
#6
Quote:
Originally Posted by Jeff Highwind
This is QUITE relevant to my interests actually.


Mine as well.
Jeff Highwind
Jeff Highwind
Forge Runner
#7
Haha, love that meme
Emik
Emik
Jungle Guide
#8
[skill]Watchful Spirit[/skill] is missing from the Monk list coz it seems that you cannot add primary attribute linked skills as a secondary which in the game is very possible.
T
Theron
Ascalonian Squire
#9
Quote:
Originally Posted by lightblade
Great job! You do open source?
Nope - its not open source. The problem is that I had to do much more documentation if the code had to be useful for other people.

Quote:
Originally Posted by Emik
[skill]Watchful Spirit[/skill] is missing from the Monk list coz it seems that you cannot add primary attribute linked skills as a secondary which in the game is very possible.
Dang - you are right. I'll fix that in the next version.
a
ayame ftw
Lion's Arch Merchant
#10
well done
Is it with inventory templates?
Emik
Emik
Jungle Guide
#11
Quote:
Originally Posted by Theron
Dang - you are right. I'll fix that in the next version.
Cheers for the quick reply

Oh and congrats on the nice looking proggy...
Almost forgot that.
T
Theron
Ascalonian Squire
#12
No - its only for skill templates (right now)
Emik
Emik
Jungle Guide
#13
Oh I've noticed something else as well...
None of the skills show which kind of skill they are... Spell, Enchantment, Hex etc...
T
Theron
Ascalonian Squire
#14
Ok - a new version is available where you can select the primary attribute of the second profession.

You will also see the skill type and campaign in the skill info area.

In addition you will be able to search for a specific information by typing something like "type=stance" or "campaign=nightfall". You can now even combine multiple keywords by separating them with a comma. This way you can search for all signet skills for a monk that came with nightfall (just as an example). Valid information types to search for are name, description, profession, attribute, type and campaign.
a
ayame ftw
Lion's Arch Merchant
#15
Hey,
I cant get all my templates loaded in left bar
i can load one temp at the time if i select them manualy
i slected as forlder: E:\GUILD WARS\Templates\Skills
Maybe because its on my E drive it doesnt work?
T
Theron
Ascalonian Squire
#16
I noticed there is a bug when selecting the directory via menu/toolbar while there are no templates in the currently used directory. It doesn't occur if you select it right at startup or if the currently used directory contains templates (that's why I didn't notice it).

I will fix this soon but meanwhile if you want to get it to work you can do two things: either unzip the program again and select the directory at startup or open the file "Settings.xml" that is in the xml folder of the program directory and edit the entry

<entry key="skill_template_directory_local">YourTemplateD irectory</entry>

by putting in the name of your template directory (E:\GUILD WARS\Templates\Skills)

Hope this helps

Edit: a fixed version is available now
a
ayame ftw
Lion's Arch Merchant
#17
thx, i will try it when i get home
tyche7
tyche7
Lion's Arch Merchant
#18
Wow - impressive. This is awesome! Now I can work on my builds from computers without guild wars (like at work...heh) and use them later when I can get on GW! Sweet!!

/happydance
s
soullss monk
Ascalonian Squire
#19
Is there any chance that this could work on a mac? I'd think it would, cuz of the java thing, but some confirmation would be nice
T
Theron
Ascalonian Squire
#20
Quote:
Originally Posted by soullss monk
Is there any chance that this could work on a mac? I'd think it would, cuz of the java thing, but some confirmation would be nice
In theory it should run on Mac and Linux as well (if there is java 1.6 installed). In that case of course you can not run the .exe but you can start the program by running the .jar file as well.

In reality I didn't try to run it on Linux or Mac so I cannot guarantee that it will run flawlessly. If you try it please let me know if it works. I'm curious on this