.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

BCT Commander- Save $8.00
winSPWW2- Save $5.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening

Reply
 
Thread Tools Display Modes
  #31  
Old March 16th, 2012, 07:07 AM

llamabeast llamabeast is offline
National Security Advisor
 
Join Date: Nov 2006
Location: Oxford, UK
Posts: 5,921
Thanks: 194
Thanked 855 Times in 291 Posts
llamabeast will become famous soon enoughllamabeast will become famous soon enough
Default Re: momfreeek's new magic item browser!

As a random observation, the "Paralyzing Poison" on "The Sharpest Tooth" seems to have a great many tags it shouldn't have. Maybe indicative of some mod-reading bug.

Edit: Also weapons associated with other items don't seem to have all their stats. The Stone Bird, for example, doesn't indicate that it has multiple attacks.
__________________
www.llamaserver.net
LlamaServer FAQ
My mod nations: Tomb Kings and Vampire Counts
A compilation of high quality mod nations: Expanded Nations Packs
Reply With Quote
  #32  
Old March 16th, 2012, 11:19 AM

momfreeek momfreeek is offline
Corporal
 
Join Date: Aug 2011
Posts: 178
Thanks: 1
Thanked 47 Times in 8 Posts
momfreeek is on a distinguished road
Default Re: momfreeek's new magic item browser!

Quote:
Originally Posted by jotwebe View Post
Addendum: Just noticed the pin functionality - nice, and taking it into account I like the new design better.
It always had the pin functionality ^^

Quote:
Originally Posted by llamabeast View Post
Hmm yes, in CBM 1.92 the Boots of Long Strides grant a misc armor piece which gives a defense bonus (a bit like Bracers of Protection). That's quite a subtle thing for your program to pick up on though
Ah, it was only accepting a number for attached weapons, but apparently name works too. fixed next update.

Quote:
Originally Posted by llamabeast View Post
As a random observation, the "Paralyzing Poison" on "The Sharpest Tooth" seems to have a great many tags it shouldn't have. Maybe indicative of some mod-reading bug.
A bug I introduced in the last update. fixed next update

On the subject of damage types, can a weapon have more than one? Currently I'm reading it that 'dt_poison' means the weapon does only poison damage. If it has 2 damage types does it do both or will the latter overwrite the former?

Quote:
Edit: Also weapons associated with other items don't seem to have all their stats. The Stone Bird, for example, doesn't indicate that it has multiple attacks.
Tricky.. it was reading the mod fine but it turns out the weapon number in the base data was 458(Spectral Fire) not 176 (Stone Bird). Now displays weapon and armor name next to id.

Will continue making edits and upload later today.
Reply With Quote
  #33  
Old March 16th, 2012, 01:39 PM

momfreeek momfreeek is offline
Corporal
 
Join Date: Aug 2011
Posts: 178
Thanks: 1
Thanked 47 Times in 8 Posts
momfreeek is on a distinguished road
Default Re: momfreeek's new magic item browser!

I just committed the updates. Corrections are on hold, I had an idea..
Reply With Quote
  #34  
Old March 17th, 2012, 08:38 PM

momfreeek momfreeek is offline
Corporal
 
Join Date: Aug 2011
Posts: 178
Thanks: 1
Thanked 47 Times in 8 Posts
momfreeek is on a distinguished road
Default Re: momfreeek's new magic item browser!

so I spent yesterday learning perl () and writing an interactive scraper to scrape the wiki for descriptions and item properties (I asked Ich but he's not got back to me yet and in my extreme impatience I went ahead anyway ).

updates:

- item descriptions on everything (except one case I think)

- lots (LOTS!) of data corrections gleaned from the wiki. There's still some stuff to resolve. generated changelog here:
http://dom3-mod-inspector.googlecode.../itemedits.txt

I should point out that it didn't delete any properties. there may be duplicate spells in 2 fields on some items.. hopefully this sort of thing is easy to spot.

- link on every item to the wiki page for that item. Strategy hints and stuff beyond raw stats and description don't really belong on this browser.
Reply With Quote
The Following 4 Users Say Thank You to momfreeek For This Useful Post:
  #35  
Old March 18th, 2012, 03:58 AM

swuu swuu is offline
Private
 
Join Date: Dec 2011
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
swuu is on a distinguished road
Default Re: momfreeek's new magic item browser!

You freaking rock, dude!
Reply With Quote
  #36  
Old March 18th, 2012, 02:44 PM
Soyweiser's Avatar

Soyweiser Soyweiser is offline
Colonel
 
Join Date: Nov 2008
Posts: 1,735
Thanks: 272
Thanked 120 Times in 93 Posts
Soyweiser is on a distinguished road
Default Re: momfreeek's new magic item browser!

Added your stuff to the wiki. Thanks!
__________________
I'm acting like a high school girl /\
Bookmark these links:
http://dom3.servegame.com/wiki/
http://wolfsbane.alwaysdata.net/Spells.html
Test stuff, use the debug mod:
http://forum.shrapnelgames.com/showthread.php?t=36453
Reply With Quote
  #37  
Old March 18th, 2012, 09:10 PM

momfreeek momfreeek is offline
Corporal
 
Join Date: Aug 2011
Posts: 178
Thanks: 1
Thanked 47 Times in 8 Posts
momfreeek is on a distinguished road
Default Re: momfreeek's new magic item browser!

np guys . I'm enjoying making it.

note to modders:
If you want it to work with your mod you can:

(a) link me a copy of the mod file to upload. If you're familiar with svn I could give you permissions to upload your own mods.

(b) download it and serve it yourself. Its free & open source. Currently you'll need to use svn or contact me for a zip. It needs no particular software but it does need to be served from a webserver. It won't work from the file system on recent browsers as ajax calls from the file system are considered a security risk.


usage:
Once the mod file is alongside the html page its just a matter of referring to it in the url.
eg: blahblahurl?mod=mymodfile.dm

it supports loading multiple mods:
eg: blahblahurl?mod=mymodfile.dm&mod=anothermod.dm


no guarantee:
It might not work as intended. Please report issues in this thread.
Reply With Quote
  #38  
Old March 18th, 2012, 09:56 PM

jimbojones1971 jimbojones1971 is offline
First Lieutenant
 
Join Date: Jan 2011
Posts: 754
Thanks: 72
Thanked 12 Times in 11 Posts
jimbojones1971 is on a distinguished road
Default Re: momfreeek's new magic item browser!

Nice work, momfreek! I love this sort of mod, makes a big difference.
Reply With Quote
  #39  
Old March 20th, 2012, 06:55 AM

momfreeek momfreeek is offline
Corporal
 
Join Date: Aug 2011
Posts: 178
Thanks: 1
Thanked 47 Times in 8 Posts
momfreeek is on a distinguished road
Default Re: momfreeek's new magic item browser!

update:
Final edits from wiki (all the less simple things). All corrections posted in this thread are fixed. Fixed a few broken descriptions and improved item formatting somewhat. Summons are still unclear (with potential errors) but thats for another day.

There's no guarantee everything is correct now. Report inaccuracies pls.

A few unresolved things. Can anyone explain these?:

http://dom3.servegame.com/wiki/Rime_Hauberk
Iceprot
Is Iceprot additional protection in cold province? Just a guess

http://dom3.servegame.com/wiki/Bone_Armor
soul vortex
from item description: "runes that leech the life force from living beings". Rather vague.

http://dom3.servegame.com/wiki/Flesh_Ward
http://dom3.servegame.com/wiki/Pebble_Skin_Suit
Cannotwear: 1073741824
(bitmask for units that can't equip the items (see unitflagsX)). What units does this represent?
Reply With Quote
  #40  
Old March 22nd, 2012, 06:12 AM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default

Congratulation and thanks for the magic item browser. It's especially nice to see that you could use pre-existing information, tools and code from earlier projects to develop it, that's why I have always recommended to other people to share their stuff instead of keeping it for themselves - that way others can pick it up later when they're long gone.

If somebody else wants to use the Wiki data, then please don't scrape the Wiki page for page, please, but use the built-in Export functionality of MediaWiki. I can make the data dumps that I used for the Wiki available upon request, too. Thanks!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 09:58 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.