Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Clash of Civilizations > Planning for Demos 7 & 8
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread   
Pages (5): [ <<   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 22-06-2002 18:48 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#121 Report this post to a moderator
Next steps on Tutorial Put an end to popups!

My plan for the weekend is to get the Dawn1 tutorial as far along as possible. Thanks for the good suggestions everyone! I hope to release a version of the testbed with a mostly-functional tutorial in it by the end of the weekend (my time). There is a lot of writing I can do before I see any code improvements, and I'm starting on that as soon as this small list is done. But to actually have the writing do anything in the game there are some features I need, mostly involving bulletins.

I think I can get far with bulletins that just pop up at specified turns. I don't think we need all the other trigger stuff we discussed before for the first run-through of the tutorial. Here are my requests for bulletins, Gary. The sooner the better on these...

1. Bulletins that pop up on a specified turn, as mentioned above. If their turn has come and gone, can we have them automatically dispel themselves, or is that too much work to be worth it at this point?
2. A way to specify the upper left position of a bulletin, and perhaps its size
3. When several bulletins come up in a turn, the current method where earlier ones are offset and on top of others is fine, but each turn that position counter for where the bulletins appear by default should be reset. That avoids the current issue of the bulletins slowly working their way off the screen as more and more are presented.

Other than these, I guess the highest priorities are:

fixing the bugs reported by e-mail 6/20/02
getting barb incursions working (#8 in the list)
fixing bug 141 where roads aren't used for movement properly
getting the military costs rebalanced, which Laurent is working on now.

My putting in of education having an effect on tech somehow got lost in the code updates. I will put it back in sometime this weekend.

What else do we need? I think most of it is in the list above, and great strides have been made on much of it, thanks especially to Gary.

It's great to see this getting close!

Mark

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 23-06-2002 03:53
Edit/Delete Message Reply w/Quote
#122 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

quote:
1. Bulletins that pop up on a specified turn, as mentioned above. If their turn has come and gone, can we have them automatically dispel themselves, or is that too much work to be worth it at this point?
This should happen now. Since every turn must happen, they should appear on that turn then vanish thereafter (when you click the little x in the to left corner...)

However, at present the turnevent is triggered by year, not turn number. If you are agreeable I will change it to be triggered by turn number and add another event, yearevent, triggered by the game year (-419, for example).

quote:
2. A way to specify the upper left position of a bulletin, and perhaps its size
I will also do this immediately.

quote:
3. When several bulletins come up in a turn, the current method where earlier ones are offset and on top of others is fine, but each turn that position counter for where the bulletins appear by default should be reset. That avoids the current issue of the bulletins slowly working their way off the screen as more and more are presented.
That is a bug which I will fix. I might try and get them working properly (that is, one after another) as well. I loathe the way they show now. That should teach me not to allow hacks in my code...

After that I am having the rest of the day off - I have my favourite granddaughter with me, and that is a full-time job...

All done now.

Cheers

Last edited by Gary Thomas on 23-06-2002 at 05:10

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 23-06-2002 04:08 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#123 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Hi Gary:

Thanks for the attempted quick turnaround on these!

quote:
Originally posted by Gary Thomas
This should happen now. Since every turn must happen, they should appear on that turn then vanish thereafter (when you click the little x in the to left corner...)


Hmmm, well the BeginningEvents not only don't automatically disappear, they come up every turn. I didn't even know the turn events were working!

quote:
However, at present the turnevent is triggered by year, not turn number. If you are agreeable I will change it to be triggered by turn number and add another event, yearevent, triggered by the game year (-419, for example).


That sounds good. Can you give me an xml example of each when you send the code?

quote:
After that I am having the rest of the day off - I have my favourite granddaughter with me, and that is a full-time job...


Hope you have a Great time!

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 23-06-2002 05:20
Edit/Delete Message Reply w/Quote
#124 Report this post to a moderator
Support Apolyton buy from Amazon

Fixed the beginning event (sent the new file - just changed a false to true!).

Could you post a consolidated list of the xml examples you want me to do? Thanks.

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 23-06-2002 06:48 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#125 Report this post to a moderator
Increase Your PM Length

quote:
Originally posted by Gary Thomas
Fixed the beginning event (sent the new file - just changed a false to true!).

Could you post a consolidated list of the xml examples you want me to do? Thanks.


Thanks!

Here's the list:

XML Examples needed... numbers from list, letters new(ish) ones.

8. Use events to put barb incursions into Dawn1 (Gary)
Code done, waiting for xml example

X 9. use discovery of the horses tile plus generation of horse technology research points (say once you settle the horse square, or given as a big blob of RPs upon discovery (Gary)
Need an example of how to give some RPs when this or wheat are discovered.

X 11. Victory Conditions Dawn1 - add achieving building of a chariot unit (Gary)
Done in code (need xml)

A. Example of turnevent with screen location and bulletin size specified
B. Example of dateevent

AFAIK that's it.

Thanks again for being willing to do these!

Mark

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 24-06-2002 22:00 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#126 Report this post to a moderator
Lose 30 kilos (of popups)

Delenda is somewhat more challenging with the new econ orders. At least as the Romans if you don't mount a reasonable defense you can get overpowered.

I played one game as the Romans for about 20 min, and it was some fun! The biggest problem I had was the enemy being able to pass through my substantial pickets without much damage. I guess what happened is a brief battle got fought, and then the enemy moved on to the square beyond that was in their movement orders. I was wondering if we need a rule to the extent that unless you win the battle, you can't continue your movement. A unit that did not win (and these were so outnumbered I'm sure they couldn't have won) would be prevented from continuing its movement, and either have to stay and fight, or retreat back along its path of advance.

I realize this is more a military matter, but I was concerned about it in the specific context of D7, so I put it here. If the passing through of opponents bothers only me, I'll just deal with it. But if it makes the game for others less pleasurable also, it would be worth addressing.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 25-06-2002 04:11
Edit/Delete Message Reply w/Quote
#127 Report this post to a moderator
Enter the AD-FREE zone

quote:
I realize this is more a military matter, but I was concerned about it in the specific context of D7, so I put it here. If the passing through of opponents bothers only me, I'll just deal with it. But if it makes the game for others less pleasurable also, it would be worth addressing.
It bothers me. Any combat should cancel all orders.

Do you want me to do this?

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
Thumbs up  Old Post 25-06-2002 06:44 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#128 Report this post to a moderator
Suffering from ads?

Yeah, that sounds good Gary, but we should wait first to hear what Laurent thinks.

So if the orders are canceled when the battle begins, I assume when the battle is over and the smoke clears that new orders for whatever seems appropriate will be issued? The problem is for the players' armies it could be irritating to have the orders canceled. That always used to bug me in civ2. Or do you mean that the orders are just ignored until the battle is over? The last one seems the simplest to me for now. We can certainly better refine things in the future beyond D7.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 25-06-2002 08:06
Edit/Delete Message Reply w/Quote
#129 Report this post to a moderator
Support Apolyton buy from Amazon

I think that computer controlled orders should be completely cancelled, and replaced on the following game turn. Player controlled ones could remain. However, their execution will wait until the next turn. At some stage we might allow an overrun - if the enemy force is tiny, it will not slow down the troops.

On another topic, I believe quite strongly that each province should have a capital, and all troops should be raised there. The thought of ordering troops and having them show up in a random square leads to a strategic and logistic nightmare. The capital does not have to be a city, it can be any square, and providing the means to shift the capital requires very little coding.

Cheers

LDiCesare is offline LDiCesare
King
La Ferté sous Jouarre France
Jan 2001
time: 05:17
  Old Post 25-06-2002 10:06
Edit/Delete Message Reply w/Quote
#130 Report this post to a moderator
Get a bigger avatar today!

I don't like orders cancelled for the player. I also don't like the idea that we check if that is the player so we must cancel or not, because the player could pass thru a picket and the AI not. I should look at the result of the fight, and, if lost, cancel orders and give a retreat order instead, if drawn, cancel all orders or (better) delay them.
(edit)
I will cancel orders until I get a method that allows delaying them. The retreat decision can be based on the result of the fight (did the army flee or was wiped), but I think after the fight I will check the odds to attack/defend and decide whether to flee or not based on that. It will be more accurate. The question remains for units which have been created in a square, are then attacked and want to flee: Where do they go? For now, they will stand their ground.

Last edited by LDiCesare on 25-06-2002 at 14:41

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 25-06-2002 16:56 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#131 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

quote:
Originally posted by Gary Thomas
I think that computer controlled orders should be completely cancelled, and replaced on the following game turn.


Seems we're all agreed on this one!

quote:
Player controlled ones could remain. However, their execution will wait until the next turn. At some stage we might allow an overrun - if the enemy force is tiny, it will not slow down the troops.


OK by me. Laurent, Because player order execution is held up, there is IMO no big asymmetry between player and AI. Player's troops can't shoot through, because if there is still a fight in the square, the move orders get delayed. Is this ok with you Laurent?

quote:
On another topic, I believe quite strongly that each province should have a capital, and all troops should be raised there. The thought of ordering troops and having them show up in a random square leads to a strategic and logistic nightmare. The capital does not have to be a city, it can be any square, and providing the means to shift the capital requires very little coding.


The reason I did the by-square was anticipating low-centralization cultures where every square is largely on their own. For now, and in the long run for centralized states, I agree with your changes. If you go ahead and implement, I'll rejigger the econ code to do the right thing.

Laurent said:
quote:
I will cancel orders until I get a method that allows delaying them.


I guess canceling is ok as a temp thing, but I think players will dislike it. So I hope a fix that can preserve player orders will be available soon!

quote:
The question remains for units which have been created in a square, are then attacked and want to flee: Where do they go? For now, they will stand their ground.


For now I think these units should plot a course to the nearest friendly city, and retrieat into the first square of that path.

Since we're getting down to a lot of details, we should IMO move this discussion to the military thread. Since it was my fault we kicked it off here, I'll do the busy-work of copying it over.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 26-06-2002 05:26
Edit/Delete Message Reply w/Quote
#132 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
14. Even though Hannibal is a large task force/command with phalanx and light horse components, the light horse always outruns the phalanx, giving Hannibal much less odds than would be the case if the TF moved together. I think that's a bug it's important to change to give the AI some punch. Another confusing feature of this behavior is that when you click on a square with any component of the Hannibal force, you see the whole thing. (Mark or Gary if I can't figure it out!)
This, I am afraid, has turned out to be a VERY major job which may require rewriting the movement orders system as the only good way to fix it. It arises from the fact that the movement orders work per unit, and don't hold units back for slower units. Probably as much as a week's work.

Cheers

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 26-06-2002 06:05
Edit/Delete Message Reply w/Quote
#133 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

There is nothing in the rules that says units in a task force have to be in the same square, although the current gui forces this for the human player. The intention was to eventually have a gui that allowed separated units to be added to a task force, then the task force sent to a square. This would, eventually, bring all the units together.

The reason that the units travel separately in the present code is that the quickest path for cavalry may not be the same as the quickest path for infantry, for example, cavalry might find it quicker to take a round about road route, while infantry cut across mountains.

We could have a rule that, once together, all units in the same task force will stay together. This will considerably complicate the path-finding algorithm.

Nevertheless, I think it should be done.

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
Thumbs up  Old Post 26-06-2002 06:49 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#134 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Gary Thomas
We could have a rule that, once together, all units in the same task force will stay together. This will considerably complicate the path-finding algorithm.

Nevertheless, I think it should be done.


Yeah Gary, that sounds best to me for now too. As the game development progresses I agree with you that we should do things like short-term splitting up of TFs. But that should wait till the real AI IMO.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 26-06-2002 07:11
Edit/Delete Message Reply w/Quote
#135 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Damned if I can find a reference to it, but I fixed the problem in which the path was shown on the map from the start rather than from where the unit is now, in D7.

Cheers

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 28-06-2002 05:16
Edit/Delete Message Reply w/Quote
#136 Report this post to a moderator
Support Apolyton buy from Amazon

I have decided that the refactoring needed to keep units together is too risky to attempt before the imminent release of D7. I intend to attack the ship movement issue instead.

Cheers

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 28-06-2002 06:26
Edit/Delete Message Reply w/Quote
#137 Report this post to a moderator
Put an end to popups!

It is amazing how little problems crop up.

Now a ship in port can only go back to sea to the square it entered port from. Sounds good, eh?

So what happens to a newly launched ship that hasn't been to sea before?

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 28-06-2002 06:36 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#138 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by Gary Thomas
I have decided that the refactoring needed to keep units together is too risky to attempt before the imminent release of D7.


How about we then have two distinct armies for the old Hannibal? One purely infantry and the other purely horse? That would make it Look like everything works fine .

Yeah those uforseen circumstances do come up far more often than they Should!

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 29-06-2002 05:02 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#139 Report this post to a moderator
Inflate your Upload Space

Just a status note. We are closing in on D7. As soon as a few last-minute things get done, I'll get a version of the testbed out.

If we're lucky we might be able to get the official D7 out in about a week. Just a matter of how many unforseen glitches we run into! I also leave on vacation on July 6, so my vacation may also complicate things...

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
Arrow  Old Post 30-06-2002 23:14 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#140 Report this post to a moderator
D7 todo list v11 - June 30 Support Apolyton, pre-order Civilization IV

Good progress, since the last update, a Lot of the items are gone, thanks expecially to Gary. The tutorial is starting to be a bit of fun with the barb incursions, and their being hard to predict!

The list is not in priority order. A preponderance of the items are discussed in posts in the D7&8 thread if the short version doesn't make it clear what needs to be done. X = done. I have eliminated most of the old ones that have been taken care of, and only leave Xs if some small part remains to be done. FE the code may be there to do it, but the scenario file doesn't have it implemented.

Numbering scheme changes after 15 to that in bugs and features lists, any further D7 todos will go in either the bugs (- prefix on number) or feature list (f prefix) and be handled with those numbering schemes.

If anyone wants to sign up for particular bugs, just list the number(s) you want to go after. Some of you new coders could help with this when you finish or want a break from your starting projects.

Comments, criticisms, and suggestions for additions and deletions welcome!

Note because of my vacation schedule (a week, starting July 6), its possible we will move on to the D7.1 stuff before having an official D7 release.

X 2. Ship boarding GUI (Gary) [tentatively leave for D7.1]

3. Small AI improvements per my suggestions in the D7&8 thread (parts waiting for 7.1)
X AI takes over just plain squares once cities taken
More AI stuff detailed below.

7. Dawn tutorial (Mark, a bit more than half done as I write this)

X 11. Victory Conditions Dawn1 - add achieving building of a chariot unit (Gary)
Done in code and xml but not tested

13. Difficulty levels as separate scenarios for now. FE Dawn1 and "Dawn1 Hard". There may need to be two versions of the Hard one in Delenda, since there could be a "hard playing Romans", and similarly for the other side. (Mark, don't know yet if we even need this)

X 14. Even though Hannibal is a large task force/command with phalanx and light horse components, the light horse always outruns the phalanx, giving Hannibal much less odds than would be the case if the TF moved together. I think that's a bug it's important to change to give the AI some punch. Another confusing feature of this behavior is that when you click on a square with any component of the Hannibal force, you see the whole thing. (Gary, deferred to D7.1)

15. Another AI problem was that sometimes AI forces just sat there even when there were plenty of city targets available. (Mark will fix if can be done in a few hours)

-----------------------------------

Numbering scheme changes here to that in bugs and features lists, any further D7 todos will go in either the bugs (- prefix on number) or feature list (f prefix). Name in parentheses at beginning is person who identified/requested the bug or feature. Name in brackets at end is person who has taken on fixing it. Volunteers needed!

-129 Got message that roads were planned but none set aside even though I did have an order for road building, and was part way through building one. I had other orders that preempted it. [low D7] ***[Mark]

-141. (Axi) Pathfinding doesn't seem to take advantage of roads. [high, D7 or 7.1] ***

-152 either eliminate Ruler button or mark gui as "Don't Touch, for Display Only" or some such [Mark] ***

f72 Economic consequences of battle -- The two armies share the square, fighting every turn. But there seem to be no economic consequences to this raging battle. [medium D7 feature, mark will try to implement] ***[Mark]

f149 (Richard) There should be some kind of home field advantage. Cities fall over way too easily. Maybe in city battles we should generate free horde units to represent militia. When the city is attacked, the units join the defending TF. Then they return to civilian life when the battle is over. [d7.1 or D8, we have talked recently about an auto-mustered militia].

X F151 Road building delay needed, so roads can't be flash-built. Also way to figure out how much resources to use... Too long to duplicate here, see feature list. [delayed per Gary suggestion till D7.1]

f159 (stickdude) I don't know how far along the economic model is, but it would be nice to see some highlights in the "Information frame" at the end of each turn, like income, spending, and current cash balance, units to be produced next turn, etc. [med d7] ***[Mark]

F160 (Mark) Put in a method where I could check if a tech has changed "Significantly"? Say we define significantly as the first time the tech reaches every step of 0.1. During that turn it would say its changed significantly, and then reset so it doesn't come up again till the next step level is achieved. Then I could show the player the info only when those changes occur. What are your thoughts on such a thing? I think it would be useful longer-term also, though with an adjustable step size. [Gary]

-----------------------------------


Small coding projects, for coders new to the project

map editor

xml editor

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 02-07-2002 21:52 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#141 Report this post to a moderator
Browse Apolyton AD-FREE

Status update:

RL has thrown us a few curveballs, so here's my best take at a new schedule. Before week's end, get a testbed out with as much of the tutorial as is available. Then I leave on vacation July 6-14. After I get back we'll either release very shortly thereafter, or if we still have issues say with the tutorial, put out one more version of the testbed for comments.

LDiCesare is offline LDiCesare
King
La Ferté sous Jouarre France
Jan 2001
time: 05:17
  Old Post 08-07-2002 01:11
Edit/Delete Message Reply w/Quote
#142 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

I checked the game today and want to add one feature and make a few comments:

Feature - it is just considering a fight is won if the enemy considers its odds are too low to keep ground. Currently, it is checked in-battle but not after-battle. I must playtest it when it works, but it combines retreat and Mark's odds so I think it should please everyone.

Comments
- I am a bit uneasy about the fixed-turn event messages in Dawn. The first play I made I mistook east for west. Okay that is silly, but I got everything 2 turns late and that was a bit hard to play afterwards. Even following the messages, the horses events are quite puzzling. I am not sure where the horses are, although sometimes I see an icon. I don't understand what happens with them. Only once did I manage to get the domestication tech bonus, and I was quite surprised when I saw it. Probably just checking the horse/late messages would be enough to make the dawn demo real good.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 09-07-2002 04:02
Edit/Delete Message Reply w/Quote
#143 Report this post to a moderator
Suffering from ads?

quote:
- I am a bit uneasy about the fixed-turn event messages in Dawn. The first play I made I mistook east for west. Okay that is silly, but I got everything 2 turns late and that was a bit hard to play afterwards. Even following the messages, the horses events are quite puzzling. I am not sure where the horses are, although sometimes I see an icon. I don't understand what happens with them. Only once did I manage to get the domestication tech bonus, and I was quite surprised when I saw it. Probably just checking the horse/late messages would be enough to make the dawn demo real good
I was quite strongly against fixed turn messages, and convinced Mark that they should be changed. I have now altered all but the last few, in my view unnecessary, invasion events to be event driven. The first few, related to finding wheat, are tested and work well in the latest version.

Cheers

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 15-07-2002 17:11 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#144 Report this post to a moderator
Suffering from ads?

quote:
Originally posted by Gary Thomas
I have now altered all but the last few, in my view unnecessary, invasion events to be event driven.


Hi Gary, why do you think they're unnecessary? In our private correspondence I said I thought we should maybe get rid of on of the last two. But my motivation for the last is to actually let the player use the chariot they spend all that time arranging to build. I still think that's a valid piece of feedback, the lack of which would leave the player a bit frustrated.

Laurent, have you gotten far enough in the tutorial to have an opinion? I'll think more about this while I play the tutorial again after a week's hiatus.

LDiCesare is offline LDiCesare
King
La Ferté sous Jouarre France
Jan 2001
time: 05:17
  Old Post 15-07-2002 19:01
Edit/Delete Message Reply w/Quote
#145 Report this post to a moderator
Support Apolyton buy from Amazon

In think all events should be event-driven, and we should try to avoid as much as possible the appearance of two bulletins on a single turn, as it is disturbing when you have two or more of them. Iconifying them would be a solution to that problem.
I usually avoid fight as much as I can. It is really funnt to get a message that barbarians are fighting themselves in the south. This means that most barbarian events are useless right now as they don't move. However, as the plaer doesn't know that detail, they work quite well. I agree that the penultimate barbarian army is quite useless. The last one is not, however, as it scares you a lot when you discover the huge power circle. Problem is it shrinks after a while probably due to lack of supplies.
To sum it up, three invasions should be enough. The first one to force the player to react to the possibility, the second one to test him lightly, the last one to conclude the game on a grand battle. More is unneeded.

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 16-07-2002 05:36 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#146 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Hi Laurent:

quote:
Originally posted by LDiCesare
It is really funnt to get a message that barbarians are fighting themselves in the south. This means that most barbarian events are useless right now as they don't move. However, as the plaer doesn't know that detail, they work quite well.


Hmmm, this used to work more or less ok, with some occasional glitches. I'll see what's going on when I playtest the latest in a few minutes!

quote:
I agree that the penultimate barbarian army is quite useless. The last one is not, however, as it scares you a lot when you discover the huge power circle. Problem is it shrinks after a while probably due to lack of supplies.
To sum it up, three invasions should be enough. The first one to force the player to react to the possibility, the second one to test him lightly, the last one to conclude the game on a grand battle. More is unneeded.


I'm comfortable doing it the way you suggest... Have to find out where the supplies are set and increase them to avoid the bug!

Mark_Everson is offline Mark_Everson
Clash of Civilizations Project Lead
Canton, MI
Jan 1970
time: 00:17
  Old Post 18-07-2002 21:27 Visit Mark_Everson's homepage!
Edit/Delete Message Reply w/Quote
#147 Report this post to a moderator
Get a bigger avatar today!

Update on where D7 stands...

Gary got a lot done on code improvements while I was gone. Unfortunately the upgrades resulted in some bugs too, though probably nothing major. When we get squared away with those, I'll Finally put out that testbed version I've been promising. Shortly after that, depending on any further serious bugs that may be found in playtesting, we'll put out the demo proper.

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 20-07-2002 08:32
Edit/Delete Message Reply w/Quote
#148 Report this post to a moderator
Full PM-box? Change here!

quote:
Unfortunately the upgrades resulted in some bugs too, though probably nothing major.
No they didn't, the bugs were there already.

Cheers

Gary Thomas is offline Gary Thomas
Prince
New Zealand
Mar 2001
time: 17:17
  Old Post 23-07-2002 06:44
Edit/Delete Message Reply w/Quote
#149 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

quote:
No they didn't, the bugs were there already.

Well, most of them, anyway.

Cheers

 
Pages (5): [ <<   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:17.
Apolyton Time is 00:17.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0600 seconds (93.98% PHP - 6.02% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net