.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Dominions 3: The Awakening (http://forum.shrapnelgames.com/forumdisplay.php?f=138)
-   -   Utility: Official release of the unofficial Dominions 3 Wiki (http://forum.shrapnelgames.com/showthread.php?t=44152)

sector24 November 4th, 2009 12:44 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
This is great, thanks for all the hard work. I would love to add all my meager content to the site. I noticed that you already have the Jotunheim guide but if you'd like to use my magic path booster guide too, go for it. I'm not really sure where something like that would go though.

sector24 November 4th, 2009 05:32 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
I spent a good hour or two on the site today at work. Two unit entries I noticed were all messed up.

http://dom3.servegame.com/wiki/Davana
http://dom3.servegame.com/wiki/Mandaha

This is because the names of these units were changed in a patch (to Danava and Mandeha).

Ironhawk November 4th, 2009 08:37 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Ich == winner!!

lch November 5th, 2009 04:23 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Quote:

Originally Posted by zzcat (Post 717058)
A small bug: All capital-only units and commanders are not listed in the "Units" section of nation description page...

Not a bug, but WAD. Those units are being granted via the national sites, they're not normal recruitables. The site data isn't in yet. DrPraetorius did start adding information about capital-only units by hand, but only for some of the nations in the Early Age, IIRC.

Quote:

Originally Posted by Gandalf Parker (Post 717081)
By any chance did you create an import from Edi's spreadsheets for up-to-date core pages on some of these areas? The reason I ask is that if you ended up with a script to export the different sections to text files as a half-way point I could sure make use of that.

No, I did not use Edi's spreadsheets, in fact it was the other way around, I sent my findings to Edi so that he could update the data in those spreadsheets. Edi did help with recognizing and naming some unit abilities, though. I am reading the data from the game executable so that it will always be up-to-date with the upcoming patches. The downside is that first I have to find it and understand it, and rediscover the formulas that are being used in the game. One reason why the "real" prot and enc values aren't in there yet, they depend on the armor worn.

Quote:

Originally Posted by Gandalf Parker (Post 717081)
The reason I ask is that if you ended up with a script to export the different sections to text files as a half-way point I could sure make use of that.

I can send you my text exports, if you want. The script that I am using is a gigantic mashup of Python code and you have to change the code by hand in order to make it generate the different text files. You'd have to learn Python in order to make use of it.

Quote:

Originally Posted by sector24 (Post 717090)
I noticed that you already have the Jotunheim guide but if you'd like to use my magic path booster guide too, go for it. I'm not really sure where something like that would go though.

You can start working on it in your personal space, at User:Sector24/Magic_Path_booster_guide for example. The article can then be moved or linked to wherever it makes sense.

Quote:

Originally Posted by sector24 (Post 717116)
I spent a good hour or two on the site today at work. Two unit entries I noticed were all messed up.

Thanks for the work, that's encouraging. I don't have much time for working on the Wiki anymore and intend to mostly work on the technical stuff, if at all, not on the content anymore. I wish I'd have time to train more people about editing Wikitext - it's not hard to do! - or start a tutorial about it.

I'll delete the stale unit articles, they're indeed leftovers from previous patch versions.

I am indeed even visiting the SMW Camp 2009 this weekend in order to find out how to make the Wiki better in regards to the use of Semantic MediaWiki, in fact. Let's see if that leads to some nice changes.

Gandalf Parker November 5th, 2009 06:04 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Quote:

Originally Posted by lch (Post 717204)
Quote:

Originally Posted by Gandalf Parker (Post 717081)
By any chance did you create an import from Edi's spreadsheets for up-to-date core pages on some of these areas? The reason I ask is that if you ended up with a script to export the different sections to text files as a half-way point I could sure make use of that.

I can send you my text exports, if you want.

Thanks, but I have some of those. I was going to automate some of the files in www.dom3minions.com/docs so that I could repull the data after every patch. Since the first line is always the same, and there is usually an "end" marker of some sort for each section it wouldnt be hard (which is probably why it never got done).

Quote:

The script that I am using is a gigantic mashup of Python code and you have to change the code by hand in order to make it generate the different text files. You'd have to learn Python in order to make use of it.
Ahh no dont say that about Python. I always felt that one of the benefits was that you didnt have to learn it to use it, or even to modify. Just if you wanted to write from scratch. But once someone has done the hard part the code almost reads like english.

But thanks. I might ask for it later if I give up.

sector24 November 6th, 2009 08:06 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Thanks, I used your link to post the guide. I can see why you don't want to take an active role as the admin...it took me several hours to interlink the guide with the pages it refers to. :)

Another thing I noticed sitewide is that the summon spells don't link to the units that they summon. I manually added links to a lot of the path boosting commanders as part of the guide, but I was wondering if there was a way to programmatically link the unit ID to the spell that summons it.

PashaDawg November 8th, 2009 10:42 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Thank you, lch!

HoneyBadger November 9th, 2009 02:37 AM

Re: Official release of the unofficial Dominions 3 Wiki
 
Ich, is there a place for mod Nations in the wiki?

I was also wondering if you had any interest in listing/connecting the CBM stats and changes, in some form, along with the vanilla units?


And, does anyone know if the newest updates to the game have corrected the fuzzy sprite "fading" that occur with the basic installation of the game? That's all I have access to (and only for a few hours a week at that), and with the sprites being so clean in the wiki, I was hoping that that had been corrected at some point. If not, it seems like a possibility that it now could be.

lch November 9th, 2009 07:50 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Quote:

Originally Posted by HoneyBadger (Post 717619)
Ich, is there a place for mod Nations in the wiki?

Go ahead, put anything that's related to Dom3 into the Wiki. I generally want to encourage adding any kind of content, even if it's just a draft, and improving it with incremental updates. You could work on it in your user space until the articles become mature enough, same answer as I gave to Sector24.

Quote:

Originally Posted by HoneyBadger (Post 717619)
I was also wondering if you had any interest in listing/connecting the CBM stats and changes, in some form, along with the vanilla units?

Of course I do, in fact I even had that in mind when I started the Wiki, that you could switch to the CBM version data through a tab. That would require that I write a Dom3 mod file parser or rely on ongoing updates by hand, though, which both doesn't seem that feasible at this time.

Quote:

Originally Posted by HoneyBadger (Post 717619)
And, does anyone know if the newest updates to the game have corrected the fuzzy sprite "fading" that occur with the basic installation of the game? That's all I have access to (and only for a few hours a week at that), and with the sprites being so clean in the wiki, I was hoping that that had been corrected at some point. If not, it seems like a possibility that it now could be.

I have no idea what you're talking about. Can you give an example with a graphic, maybe?

Fantomen November 10th, 2009 04:00 PM

Re: Official release of the unofficial Dominions 3 Wiki
 
Quote:

Originally Posted by HoneyBadger (Post 717619)
And, does anyone know if the newest updates to the game have corrected the fuzzy sprite "fading" that occur with the basic installation of the game? That's all I have access to (and only for a few hours a week at that), and with the sprites being so clean in the wiki, I was hoping that that had been corrected at some point. If not, it seems like a possibility that it now could be.

This is an issue with resolution I think. The graphics go fuzzy if you display low resolution settings in fullscreen mode. I had one issue where I couldnĀ“t change the resolution at all on one of my installations, and that led to fuzzy graphics. A clean install solved it.


All times are GMT -4. The time now is 09:32 PM.

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