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

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







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

Reply
 
Thread Tools Display Modes
  #1  
Old July 1st, 2008, 11:59 PM
Jazzepi's Avatar

Jazzepi Jazzepi is offline
Major General
 
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
Jazzepi is on a distinguished road
Default Pretender Point Cost Calculator - Help Needed

I'm currently working on a project with my fiance to write a java program that'll allow a player to go through and figure out the least expensive method to build a pretender from scratch.

What happens is that you give program the following information

Magic Paths
Dominion Score
Specific Nation

Then the program uses a reference I've compiled of every pretender in the game to calculate the cheapest way to get what you want. This should be particularly useful for making rainbow mages, or double/triple blesses by letting you maximize your points.

The only thing I really need help with is if people could do some data entry for me. I need to know which pretenders are available for each nation.

The specifics are that I would give people a spread sheet to fill out, and if I get 3 volunteers, I could divide up the work up by the ages. Probably wouldn't take more than 30 minutes, tops, to do an entire age.

I've included the XML file with all the pretender data in it to show you that I slogged through all 110+ pretenders by myself. You can probably just open it in a spreadsheet program, I know Excel was able to translate it nicely into a spreadsheet.

The XML file only includes starting path level, cost for a new path, the base cost of the chassis, and starting dominion, but that's all you need to know to figure out which pretender is the cheapest for a particular bless or site searching strategy.

If you'd like to help out, drop me a PM, or post here.

Even if you're not interested, if you'd find the application useful, just knowing that would be good too. Or if there's any features or functionality you'd like to see in addition to what I mentioned above.

Jazzepi
Attached Files
File Type: zip 620905-dom3.zip (2.3 KB, 140 views)
Reply With Quote
  #2  
Old July 2nd, 2008, 12:47 AM
JimMorrison's Avatar

JimMorrison JimMorrison is offline
Lieutenant General
 
Join Date: May 2008
Location: Utopia, Oregon
Posts: 2,676
Thanks: 83
Thanked 143 Times in 108 Posts
JimMorrison is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

You know, one suggestion, mostly because I see the potential for this to be an invaluable tool..... But since it's calculating cost for every chassis available to that nation, just have it display the full list. That way for example, if you were going for an E9/10 bless, maybe you want to compare all the options against eachother, and you won't overlook a good option just because something else edges it out by 5-10 points that might go unspent anyways.

Oh also, if it could output in a .txt file, or in a form copy/pastable, so you can easily compare say E9 by itself, against E9S4 and E9N4, to see if one of them has an opportune choice.

Making both of these suggestions on the basis that I don't always just want the cheapest, but I will run dozens of variations through the Pretender Creator to find the one that just clicks to get the most bang for the buck. And this tool should theoretically make it easier to see those obscure options that maybe give you a chance to make a less used pretender cost effective and fun to use for once.
Reply With Quote
  #3  
Old July 2nd, 2008, 05:41 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 Re: Pretender Point Cost Calculator - Help Needed

I'd like to suggest a CBM version, too. Shouldn't be too hard to come by, just parse the Gods part of the mod.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #4  
Old July 2nd, 2008, 06:02 AM
Edi's Avatar

Edi Edi is offline
National Security Advisor
 
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
Edi is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

The Dom3 DB army list page has lists of pretenders for each nation.
Reply With Quote
  #5  
Old July 2nd, 2008, 08:58 AM

thejeff thejeff is offline
General
 
Join Date: Apr 2005
Posts: 3,327
Thanks: 4
Thanked 133 Times in 117 Posts
thejeff is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

There was a spreadsheet based version of this around for Dom2. As part of the Tome, I think.
I fiddled around with trying to do something similar for Dom3, but my spreadsheet-fu was not up to the task.
Reply With Quote
  #6  
Old July 2nd, 2008, 09:20 AM
Jazzepi's Avatar

Jazzepi Jazzepi is offline
Major General
 
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
Jazzepi is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

Quote:
JimMorrison said:
You know, one suggestion, mostly because I see the potential for this to be an invaluable tool..... But since it's calculating cost for every chassis available to that nation, just have it display the full list. That way for example, if you were going for an E9/10 bless, maybe you want to compare all the options against eachother, and you won't overlook a good option just because something else edges it out by 5-10 points that might go unspent anyways.

Oh also, if it could output in a .txt file, or in a form copy/pastable, so you can easily compare say E9 by itself, against E9S4 and E9N4, to see if one of them has an opportune choice.

Making both of these suggestions on the basis that I don't always just want the cheapest, but I will run dozens of variations through the Pretender Creator to find the one that just clicks to get the most bang for the buck. And this tool should theoretically make it easier to see those obscure options that maybe give you a chance to make a less used pretender cost effective and fun to use for once.
Organizing the information once it's been created by the program is going to come last, but it'll definitely be an important focus. I was thinking of doing something like a gradient scale, where you would be able to see what would happen if the God was switch up or down a point of dominion/magic pick without actually running through the whole process again.

Thankfully making a new type of output shouldn't be too difficult. I can slap more and more of those on without modifying the core structure of the program.

Jazzepi
Reply With Quote
  #7  
Old July 2nd, 2008, 09:20 AM
Jazzepi's Avatar

Jazzepi Jazzepi is offline
Major General
 
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
Jazzepi is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

Quote:
Edi said:
The Dom3 DB army list page has lists of pretenders for each nation.
Hot damn :9

Now I just need to rip the data.

Jazzepi
Reply With Quote
  #8  
Old July 2nd, 2008, 09:24 AM
Jazzepi's Avatar

Jazzepi Jazzepi is offline
Major General
 
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
Jazzepi is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

Quote:
lch said:
I'd like to suggest a CBM version, too. Shouldn't be too hard to come by, just parse the Gods part of the mod.
I checked out the Skaven mod. All I would have to do is parse something like this, right for each God in CBM?

I think it would be easy enough to come up with an extension to parse mods in this way since all the info you need is right here.

Code:

-------- New Pretender


---- Seerlord


#newmonster 2173
#copystats 1010
#clearmagic#clearmagic#clearmagic
#spr1 "./Skaven/Pretender Seerlord.tga"
#spr2 "./Skaven/Pretender Seerlord2.tga"
#name "Skaven Seerlord"
#descr "Removed for forum post"
#hp 16
#size 2
#prot 5
#mor 30
#mr 18
#enc 3
#str 10
#att 12
#def 13
#prec 11
#mapmove 2
#ap 15
#gcost 30
#rcost 1
#weapon "falchion"
#poisonres 35
#stealthy 0
#magicskill 5 1
#magicskill 4 1
#expertleader
#pathcost 20
#startdom 2
#makemonster3 2148
#restrictedgod 73
#nametype 148
#nobadevents 40
#end



I assume "magic skills" represent each individual path for the pretender?

Jazzepi
Reply With Quote
  #9  
Old July 2nd, 2008, 12:37 PM

Sombre Sombre is offline
BANNED USER
 
Join Date: Feb 2007
Posts: 5,463
Thanks: 165
Thanked 324 Times in 190 Posts
Sombre is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

The only important points there are:

#startdom X - Starting dominion value
#restrictedgod X - Which nation it belongs to
#pathcost X - how much a new path costs
#magicskill X X - the path and amount of starting magic
#goldcost X - the initial cost of the chassis

CBM gods won't make use of #restrictedgod. They might well change some of the other values though.
Reply With Quote
  #10  
Old July 3rd, 2008, 08:23 PM
Jazzepi's Avatar

Jazzepi Jazzepi is offline
Major General
 
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
Jazzepi is on a distinguished road
Default Re: Pretender Point Cost Calculator - Help Needed

Quote:
Edi said:
The Dom3 DB army list page has lists of pretenders for each nation.
I looked up the Pretender Summary tab in both open office and Excel.

Once I got to the "8 EA Abysia" none of the nations from then out out displayed which pretenders they were able to choose from.

Jazzepi
Reply With Quote
Reply

Bookmarks


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 08:41 AM.


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