Lead Developer, Stardock Entertainment
CariElf's Articles » Page 6
February 25, 2005 by CariElf
It took me longer than I would have liked to work on the save game code this week, and I don't even have it hooked up to the interface yet. However, I was finally able to save a game and load the data back in without crashing. The save game code itself is mostly the same as it was in GC1/AP, but I had to go through and update the places where new data types were added and old ones needed to be changed. However, now it is smart enough to check and see if the data saved is the same version a...
February 18, 2005 by CariElf
Yes, you will get a screenshot of the Research screen today! Yay! But first, a few other things that I worked on: 1) A feature that I know that you'll all love, I made the trade offers right clickable. Right clicking on the items in the offer lists will bring up some kind of popup with info about the item. I forget who suggested this to me, so I can't give them credit, but they pointed out that when an alien makes an offer to you, you couldn't get any info on the techs that they were of...
February 11, 2005 by CariElf
The most visible thing that I worked on this week was the Trade Screen. It's going to be pretty much the same functionality as in GC1 and currently it's only using filler gfx, so I'm not going to post a screenshot for it yet. Apart from needing the new graphics, it's pretty much ready to go. However, you will be happy to know that the popup dialog for money and influence will have fast buttons like the troop loading screen. I'm thinking that these fast buttons may need to have scaleable...
February 4, 2005 by CariElf
A lot of the work that we've been doing so far has been work that previewers need to see. Now we have to get a lot of stuff in that has to be in for the beta. Up until now, the economy has been the same GC1 economy. Next week, we'll be starting to implement the new economy based on the new planet system. So I got the domestic economy screen working. There's a bug somewhere in the screen file so it isn't displaying correctly and it's the dirty graphics anyway so no screenshot of it this w...
January 28, 2005 by CariElf
Edit: this was last week's journal but it ended up under the wrong topic somehow.Well, last we were all hysterically busy getting ready for Brad's media tour, which went very well. This week we were breathing a little easier, but we were still doing some clean up because it became apparent last week that we were being a bit sloppy with handling our resources. The most noticeable thing that I did this week was to get the new Options screen working the way it's supposed to work so that J...
January 14, 2005 by CariElf
The primary thing that I worked on this week was decreasing the loading time when starting a new game. I had discovered last week that the graphics were what was taking up the most time to load. So the first thing I did was to create a background thread to pre-load the models so that they would be cached in system memory when the actual objects were being created. That helped a little, but not enough to make a noticeable difference. Since it was the anomalies that were taking the most tim...
January 7, 2005 by CariElf
Our current focus is to get the early part of Gal Civ looking and behaving the way it should, as much as possible. This includes the intro, more finalized versions of the setup screens, the ship design screen, the planet management screen, and more of the graphics in: more ships, anomalies, resources, and a variety of planet textures. We also have to make sure that you can play as any race. We also need to figure out how to minimize the time it takes to create a new game. It didn't ta...
December 23, 2004 by CariElf
Well, I finally managed to get the tiling code done this week, so I should be able to hook up the pictographs on the planet management screen that show the production values (military, social and research) at some point when we get back from the holidays. I started working on the trade screen so that we could get some diplomacy back in the game. Apart from the popups associated with the trade screen, I have all the code moved over from the GC1 trade screen into the new one. It was mainly ...
December 19, 2004 by CariElf
I end up playing a lot of board and card games over the holidays, particularly on New Year's Eve, when I have friends over. Here's a list of my favorite games: 1) Munchkin (a Steve Jackson game) and the various 'flavors' of Munchkin: Space Munchkin, Munchkin Fu, and Munchkin Bites. It's a card game that makes fun of all the other Magic and Role Play games out there, and doesn't take itself seriously either. Just be sure to declare house rules because the rules are deliberately vague on...
December 19, 2004 by CariElf
After reading Draginol's article Link , I decided to do a google search on "percentage of Christians in United States" because I was fairly sure that I'd read somewhere that most of America is Christian. The first page mostly had statistics from 2001, but I found this article on foxnews from July of this year: Link . Most of the links I checked placed the percentage of Christian Americans to be around 85%. OK, so if 85% of America is Christian, why is the other 15% so loud? Why do...
December 19, 2004 by CariElf
For those of you who read my article last year ( Link ), you know that every year I look for new, fresh, Christmas music to add to my collection. Last year, my friends and I went to see the TSO in concert when they were in town. It's a great show, with great music and a huge laser light show, and I recommend that you see it sometime if you haven't already. This year, I fell into the trap that Best Buy sets by snaking the line for the cash registers past the boxed set section of the music d...
December 17, 2004 by CariElf
The most noticeable thing that I did this week was the options window. Currently, it's just a listbox of checkboxes and their labels, just so that we can test with the various options on and off. I also added some of the ship movement/end turn options back in and tested those. The ship movement and end turn code seems to be working much better than it did in GC1; there were always a few oddities in that code before. I added in the options to turn on anti-aliasing, which really makes ...
December 11, 2004 by CariElf
We made a lot of tweaks this week, a lot of little changes that add up to be a lot of work. For our milestone that was last week, we had to have the most basic stuff of GC working: in other words, we had to be able to play a game of GC and win (or lose) by military means. A cultural victory might have been possible, too, but without starbases it's kind of impractical to test. We also don't have an interface for managing research yet because we need to mock up how the new streamlined tec...
December 3, 2004 by CariElf
We had a set list of things that needed to work in GC2 by the end of November, pretty much the very basic elements of Gal Civ that would let you play and win or lose by military means. We finished that, and so yesterday Brad gave us his feedback. One of the things that he brought up was that the end of the turn was taking too long. Now, we really haven't changed all that much of the end turn process, so I wasn't really sure what was causing the problem. I went into the code and put in...
November 23, 2004 by CariElf
I think that we've mentioned a couple of times that GC2 will support resolutions higher than 1024 x 768. Instead of just stretching everything like most games do, though, we actually are going to use the extra space. So by going to a higher resolution, you will actually get to view more of the star map than if you were running at the basic 1024x768. Also, if you run in windowed mode, you can set the size of the window to be any size as long as it's no larger than your desktop resolution an...