View Single Post
  #14  
Old February 25th, 2004, 08:00 AM
PvK's Avatar

PvK PvK is offline
National Security Advisor
 
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
PvK is on a distinguished road
Default Re: Need to vent about "Vengeance of the Dead"

VotD doesn't need to store a seperate list. VotD is an uncommon event, and when it happens, you can just run through the vanquished list and make a temporary list in memory, which you'll need to do anyway, to resolve the battle. (Actually, you'd need to make a list for each commander present, but it will take very little time and is an infrequent event, so it's not a performance issue.) No issue with saved games.

PvK

Quote:
Originally posted by Arryn:
Perhaps not so easy. There is likely to be a data structure that stores the count of units a leader has killed. The same count is used for both VotD and for XPs. For the idea to work there would need to be a second count stored, that of non-undead/non-mindless, just for VotD purposes. So far so good. The problem comes in the need to expand the size of a data structure to accomodate the extra info to be saved. This may have adverse side effects up to and including invalidating earlier savegames, depending on how IW has coded the program and what the data structures look like. Only IW can tell us how much work it'll be.

It's doable, but that doesn't mean it's also simple. Straightforward != simple.
Reply With Quote