+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21

Thread: Milestone 4

  1. #1
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default Milestone 4

    Hey all,

    Well, we're moving on to the next milestone, the fourth in the list. This one is going to be all about race creation, so it's going to be a bit more interesting than the last one.

    I essentially took the last couple of weeks off from everything, although being the work-alholic that I am, I didn't totally power down But I didn't do a whole lot either. Essentially I worked on the DD a bit. It needs more attention before I can start coding, so I'm going to be working on that for a few days, and I'll try to have a new version of that put up in the near future.

    In conjuction with that, I'm going to work on the DDO character planner. I need to get those guys a new version, since the level cap in DDO is going up. So we'll get those two things out of the way before serious coding begins on M4.

    Speaking of which, M4 is where some hard decisions on game play need to be finalized, since the race design is affected by all sorts of game play aspects. Now, certainly we know the broad overall picture of how MD will play, but some of the fine details might still need a bit of tweaking. I'll be working on those as I'm putting things into the design doc.

    So stay tuned, there will be news very soon on this front.
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  2. #2
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default

    Just to let y'all know, I'm done with steps 1 to 3a (somehow I managed to have two step 3s in there, so we'll call em 3a and 3b). I'm very nearly done with 3b and 6, which are save and load dialogs. Once I have those done (I'm guessing tomorrow unless something goes wrong), 4, 5, and 7 are just buttons, so they'll be real quick.

    Then we'll start getting into the real meat of race creation, starting with step 8.

    So we're moving right along with this one.
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  3. #3
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default

    Okay, I'm an idiot. What can I say, I had a brain freeze, heh. When I said putting in the buttons would be real quick, that was true. But those buttons have to *do* something, don't they? Silly programmers, heh. In this case, they have to load and save the race file, which is far from trivial, for all kinds of reasons.

    Fortunately, I've done this kind of thing a million times, and I have some previous code I can work with. I've been in testing phase since yesterday, and it's looking good so far. It may take me another couple of days to really lock it down and make sure everything is working right, *then* we can move on to actual race design.
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  4. #4
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default

    It took quite a lot longer than I'd hoped it would, and it didn't help that I came down with the stupid flu, which downed me for several days (I didn't get out of bed for three days straight, and I couldn't *really* sit at the computer for very long for another couple of days after that, all of which is bad for progress, hehe), but after all that, I've finished all the load/save stuff. There were a lot of little details in putting it together, way more than I realized at first. And the directory crawler that I had previously coded for enzyme wasn't as polished as I had thought, there were still a number of things that needed to be done to it to really make it a useful tool.

    So anyway, those are the reasons why it took a couple weeks rather than a couple of days. But the good news is we have the ability to load and save race files now. So now we just need data to put into those files, which is what the rest of the milestone is all about.
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  5. #5
    Join Date
    Mar 2005
    Location
    USA
    Posts
    132

    Default

    Seems like *everybody* is coming down with sickness this past week or so!
    Not necessarily the flu, but I've been down with the same kind of sinus ailment I had back at the beginning of January... Today I'm loads better, so by next week I should be back to full operational capacity.

  6. #6
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default

    Hey guys,

    So I thought you guys might be interested in where things were at with the habitibility stuff. This is step 11 of milestone 4, and I'm thinking it will turn out to be the most difficult part (in terms of coding) of this milestone (ot that the file stuff was trivial either, hehe). Fortunately, although I still have a fair bit of interface work to do, the hard part is essentially done.

    So, here is a screenshot of the habitibility screen in progress. Keep in mind, I'm not done with it just yet.

    http://www.rjcyberware.com/md/screens/MDestinyM04-1.png

    What you are looking at (mostly) is the Lifezone graphic over which I placed a few lines. In fact, I have four of the six lines done that I need to put in (two temps [one min and one max], and two rain). The two that I'm still missing are available water. As you can see, I have in three control buttons. Two are for temperature and the other one is for the min rain (haven't gotten in a control for max rain yet). And yes, they work, you can change your temps and the lines on the graphic move appropriately.

    You can ignore the fact that the lines go way over the edge of the graphic. The lines themselves are temporary, and I'm just using them to make sure I have the proper slopes in, and that my y-intercepts are set where I want them for each value. Once I have everything set where it ought to go, I won't be drawing the lines anymore. I will be calculating them and then determining where they intercept, and from those intercept points I'll be drawing a semi-transparent polygon over the top of the graphic (it'll just be a green overlay). So that way you will be able to see graphically what sort of terrains your race does well in. Around the edges of the green overlay I'll probably add a yellow and red ring for where you do less well.

    The screen is not nearly done yet. I will be adding more labels to it and graphics for the ranges so everything will be much clearer than it is right now. But at least it should give y'all an idea of how it will work.

    So each race type will get default starting values. You can then spend some of your race points to expand the range (or shift it) in any of the three control variables. It sounds more complicated than it is, and hopefully when you have the graphic in front of you and can play with the buttons directly, it will be pretty self explanatory.

    I'm thinking that certain races types will have different costs in some cases. For example, an amphibian race is pretty sensitive to available water, so lowering an amphibian race available water level would cost twice as much as other race (but by the same token, raising it would cost half as much). Mammals are sensitive to rainfall levels, so again lowering their base range might cost them more than other race types. Insecta races would be base for all lowering and raising, I would think.

    I haven't yet figured out what the costs are going to be for changing your base values. I'd sort of like them to be consistant for each of the three variables, but it may not be all that easy. Temperature has 39 distinct values (from 0 to 38 degrees celcius, in steps of 1), while rainfall has 128 distinct values (from 0 to 16,000 mm steps of 125). And I haven't even started the third one yet. If I want there to be the same number of point costs for the entire range of temp versus the entire range of rainfall, it means each point of temp would be more expensive that each point of rainfall. Which may be okay. I'm not really sure yet how that's going to play out.

    So that's where it's at right now. I think the rest of the milestone after this is just simple buttons to increase or decrease various bonuses, not a whole lot to them.
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  7. #7
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default

    Alright, I'm just about done with the habitibility screen. The overlay works, and you can set all the six possible variables and everything. I added a timer to the button class so you can hold down on the button and it will auto-push every 50 milliseconds (but it won't start until after 500 milliseconds to prevent accidental double pushing, it's the same timer used for the text entry UIs, and I think it works pretty well).

    Anyway, I just need to do a little cleanup on those buttons (I want to put them on scales which are linear to contrast them to the logrithmic scale of the graphic), but other than that, it's done.

    Does anyone have any suggestions on default values for each of the race types? I need to start thinking about those shortly.

    That graphic was relatively difficult (with all the slopes and intersection points and possible shapes the overlay could be). It wasn't SO hard, but it was a bit tedious. I've noticed over the years an odd thing. After I finish a difficult portion of a program, I have a hard time getting going again with the subsequent stuff. Which is kind of weird, you'd think once I got over a hard part and moved into easier territory, I'd zoom right along. But it seems like the harder a thing I finish, the harder it is to continue after I finish it. That's also what happened with Enzyme when I finished the triangulator.

    Anyway, I'm kind of fighting that now, and I took a couple of days off, but I started back into it this morning, so maybe I'm beyond it.

    There are two more screens to add for race design, which are race characteristics (which is where you will get to select various racial bonuses like resources used or research bonuses and so on) and the primary leader bonuses. That latter one may just be blank for a while because it will depend on what leader bonuses are available in the game (which we haven't really figured out yet, and doesn't come along for a while in the milestone list).

    The characteristics screen should be pretty easy. It will just be a series of scales that you can adjust to give your race bonuses in various areas (for instance, resource use could be adjusted from 0 to 10% less use, perhaps in increments of 1%, with each increment costing you some number of race points). Nothing difficult there. And I believe I know what all of them are going to be. So we should be able to run through this screen relatively quickly.
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  8. #8
    Join Date
    May 2005
    Posts
    390

    Default

    Quote Originally Posted by RonHiler View Post
    Does anyone have any suggestions on default values for each of the race types? I need to start thinking about those shortly.
    Reptiles: hot & dry. Humanoids: middling wet, light forest/scrub.

  9. #9
    Join Date
    Mar 2005
    Location
    California
    Posts
    2,098

    Default

    Okay, release news. M4 is on track for a release this weekend (the 11th most likely). I have, basically, only two more things to do, which are to put in the code for subtracting race points when you take a bonus, and racial default values.

    Now, a couple of questions for you guys. I know the audience at this point is somewhat limited (hopefully it gets better as we move along), but for those of you who are here, if you have opinions, I'd be interested.

    1) Currently, the data in the race creation screen is destroyed once you leave the screen. If you return to the menu screen and then go back to the race screen, it is cleared out (of course, you can save/load race files). Does this bug you guys? Would you rather the race data be persistant?

    2) Default values. I'll open this up for discussion again. If anyone has any (additional) thoughts, I'd like to hear them. I don't necessarily want to unilaterally decide these, hehe.

    Here are the racial types:

    Arachnidia
    Amphibia
    Aves (birds)
    Insecta
    Mammillia
    Reptillia

    Here are what need default values:

    Habitibility
    Temp (min and max)
    Rain (min and max)
    Evaporation (min and max) [basically the availability of water]

    Racial Bonuses
    Resource Collection bonuses*
    Resource Use Bonuses*
    Combat bonuses**
    City bonuses***
    Espionage Training bonuses****
    Espionage Success bonuses****
    Leader Bonuses (the only catagory here at the moment is Training Time)

    (There will also be an entire screen for Leader Abilities where you can select starting abilities for your primary leader [which you get at game start for free]. But that screen is blank for now because I don't yet have a good feel for what those abilities are going to be).

    *These are individual values for each of the resources, which currently are:
    Food
    Stone
    Wood
    Iron Ore
    Gold Ore
    Oil
    Uranium

    **Broken down into:
    Morale
    Defense
    Health
    Accuracy

    ***Broken down into:
    Research Points
    Construction Times
    Influence Range

    Individual values for each of the mission types, which are:
    Info Collection
    Civil unrest
    Sabatoge
    Technology Theft
    Assassination
    Counter Espionage
    "They laughed when I said I was going to be a comedian ... They're not laughing now." - Bob Monkhouse

  10. #10
    Join Date
    May 2005
    Posts
    390

    Default

    Race data should persist as long as I'm in the game, or at least before it's started.

+ Reply to Thread

Similar Threads

  1. Milestone 3
    By RonHiler in forum General Discussion
    Replies: 24
    Last Post: 12-27-2007, 06:01 AM
  2. Milestone 2
    By RonHiler in forum General Discussion
    Replies: 23
    Last Post: 11-04-2007, 04:14 PM
  3. Milestone 1
    By RonHiler in forum General Discussion
    Replies: 26
    Last Post: 10-03-2007, 11:24 AM
  4. Milestone 2
    By RonHiler in forum General Discussion
    Replies: 12
    Last Post: 10-21-2005, 04:37 PM
  5. Milestone 1
    By RonHiler in forum General Discussion
    Replies: 2
    Last Post: 04-29-2005, 11:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts