 |
|  |
 |
|
Eivind IV
|
 |
History will be kind to me for I intend to write it.
Aug 2002 time: 06:37
|
|
quote: Originally posted by techumseh
I'm sorry to hear that. Which side is supposed to be played?
Basically, every German unit gets a move order every turn and a reminder anytime any unit from any civ gets killed. All it takes is 2 events. As Nemo said in his tip, the secret is to keep the units moving by giving them repeated commands.
If you'd like someone to have a fresh look at your work and provide some suggestions, I'd be pleased to do it. |
That's very kind of you, Tech! Please do, and the same goes to everyone else. Mind that it's in in the very early phases and is far from a functional scenario.
Right now the only playable side is the Axis. That is unless you play multiplayer of course, which I doubt is even topical for anyone.
I suspect the map is too wide for the AI to comprehend it needs to move units to the front instead of taking sunday trips up the nile delta. Yestereve I tried to implement the same technique as is used for the Qattara Depression for the road from Cairo to Alexandria. It only had limited success, but works far better than without. My main problem right now is event space. To maintain a fair flow of unit supplies I need to use the events extensivly. If I had more space I could have more goto events. As it is right now you need to load up the second part of the events after the fifht turn. There are a total of 3 event files.
Maybe if I moved the latter part of the events in the first file to the second one, and moved the rest accordingly into a fourth events file, it might work in the end.
Anyway, here's what I got at this point.
EDIT: Attachment deleted!
Last edited by Eivind IV on 07-09-2005 at 00:23
|
|
|  |
 |
|
techumseh
|
 |
of the frozen North.
Apr 1999 time: 22:37
|
|
I've had a look at your events file and I think I see why the moveunit command isn't working. You have the rectangle (maprect) in which the units are moved as just a single square:
@IF
TURNINTERVAL
interval=1
@THEN
MOVEUNIT
unit=AnyUnit
owner=Eighth Army
maprect
164,38,164,38,164,38,164,38
moveto
135,31
numbertomove=all
@ENDIF
The maprect should be as big as possible so that a unit stays inside it until just before it reaches it's destination. That way the unit keeps getting reminders in case it "forgets" for some reason and so wandering units get picked up again by the command.
Try this:
@IF
TURNINTERVAL
interval=1
@THEN
MOVEUNIT
unit=AnyUnit
owner=Eighth Army
maprect
136,30,164,30,164,62,136,62
moveto
135,31
numbertomove=all
@ENDIF
This would move every British unit between Alexandria and the column of squares next to your destination (135,31). The maprect runs from the sea to the bottom of the map. In this particular case you might have problems with units moving south of the Quattara Depression and getting trapped, so you might have to adjust. But that's the idea.
I think you can overlap maprects if the event has the same destination.
Let me know if this works.
Last edited by techumseh on 06-09-2005 at 05:40
|
|
|  |
 |
|
techumseh
|
 |
of the frozen North.
Apr 1999 time: 22:37
|
|
Well, I gave it a quick run through up to the first bat file change, which is all I can do for now. Initial comments:
1. great map! detailed enough, you get the feel of how the geography shaped the campaign.
2. looks good. nice units with good variety. terrain is pretty, perhaps too pretty. The desert is brown and ugly, not bright yellow.
3. good feel. I like the feeling of manouverability of the Axis army. relative unit strengths seem ok, I wonder at the high defense strength of artillery.
4. better unit differentiation would help. Where's the German artillery? 88s were AA and AT guns - defensive, not seige weapons. All armies had seperate AT guns and offensive artillery. AA batteries could also be included. I wonder why did you left out the recon units?
5. most city improvements should be eliminated. What's the point of building "industrial agriculture" in a place like Beda Fomm? I suggest replacing 90% of the towns with airfields and reducing the size of the few larger towns such as Bengazi substantially. Give the British the Great Wall wonder so the AI always has city walls - this is so towns don't get wiped out.
6. I have to say this - sorry. I find the multiple events files frustrating. they would be absolutely unnecessary if you used Test of Time. So would the pollution covered ocean terrain. Lots of new design options would open up as well.
Last edited by techumseh on 21-09-2005 at 20:15
|
|
|  |
 |
|
Eivind IV
|
 |
History will be kind to me for I intend to write it.
Aug 2002 time: 06:37
|
|
quote: Originally posted by techumseh
Well, I gave it a quick run through up to the first bat file change, which is all I can do for now. Initial comments: |
Thanks for taking the time! 
As you didn't play through the second and third events you probably didn't meet much allied units on your way. They start their march from Cairo with the units stationed from the beginning of the scen and you should enconuter them around Sidi Barini, which would be somewhere in the second event.
What I need the most is game play reports. AGIROCOLA? Around? You're always good at these kinds of playtest! 
quote: Originally posted by techumseh
1. great map! detailed enough, you get the feel of how the geography shaped the campaign. |
Grazie!
quote: Originally posted by techumseh
2. looks good. nice units with good variety. terrain is pretty, perhaps too pretty. The desert is brown and ugly, not bright yellow. |
It was just to give the impression it's a hot sandy hell.
quote: Originally posted by techumseh
3. good feel. I like the feeling of manouverability of the Axis army. relative unit strengths seem ok, I wonder at the high defense strength of artillery. |
Not all artillery has high defense. I realise the German artillery has a bit too high def. I'll reduce the defense on German artillery and the attack on the 88.
quote: Originally posted by techumseh
4. better unit differentiation would help. Where's the German artillery? 88s were AA and AT guns - defensive, not seige weapons. All armies had seperate AT guns and offensive artillery. AA batteries could also be included. I wonder why did you left out the recon units? |
I gave the Germans a generic 75mm field gun. Teh 88 has higher def than attack, but as I said above, I'll reduce it's attack a bit.
I left out recons simply because they took up too much event space when to be created for every regiment. And besides, it's role in civ2 doesn't play that big a role.
quote: Originally posted by techumseh
5. most city improvements should be eliminated. What's the point of building "industrial agriculture" in a place like Beda Fomm? I suggest replacing 90% of the towns with airfields and reducing the size of the few larger towns such as Bengazi substantially. Give the British the Great Wall wonder so the AI always has city walls - this is so towns don't get wiped out. |
Good ideas.
quote: Originally posted by techumseh
6. I have to say this - sorry. I find the multiple events files frustrating. they would be absolutely unnecessary if you used Test of Time. So would the pollution covered ocean terrain. Lots of new design options would open up as well. |
Hmm, I don't understand what the problem is. You save the game, load new events, reload load the turn and play on again.
I know TOT has that impassable terrain feature, but if I were to convert this to TOT, wouldn't this mean I would have to have a single impassable terrain anyway? i.e. I would have to give up one of the terrains I already use?
quote: Originally posted by Boco
Sometimes you can simply make improvements not economically viable for the tiny burgs. If the maintenance cost exceeds the benefit of a Marketplace in Beda Fomm, then a smart player won't build it. |
Sorry, but what does "burgs" mean?
quote: Originally posted by Boco
GW is a good idea. Might want to use CivCity to make sure British cities are founded by Germans. That way size 1 cities won't be razed when the player conquers them. |
Great idea!
quote: Originally posted by curtsibling
Hmmm...Imagine that awesome bitmap desert terrain....
The Panzers and Brit armour all in lovely sand-coated bitmap glory...
The near-endless 100kb events file eliminating the need for multi-files...
It is not so hard to convert this baby to ToT format and make it a real winner.
|
I hear you on the events. 100kb sounds like heaven. Maybe after I get the game play in order for MGE, I can go crazy with TOT 
|
|
|  |
 |
|
Boco
|
 |
who was once King for a week.
Jan 2001 time: 00:37
|
|
quote: Originally posted by techumseh
Boco, I honestly hadn't considered that. I assume all Brit units are event created, rather than built in cities. Do you think it could change the way the AI uses the Brit units? |
Judging from what Eivind says about Allies moving west from Cairo, I'd guess that a combination of MoveUnit commands and a collection of cities in Cyrenaica encourage the migration. Culling some cities shouldn't change that, but wholesale razings might. With my limited knowledge, I'd need to test.
quote: Originally posted by Eivind
Sorry, but what does "burgs" mean? |
It's a silly way to say cities (Hamburg, Gettysburg, Viborg, Edinburgh, Edmontonburg).
Last edited by Boco on 23-09-2005 at 01:39
|
|
|  |
All times are GMT. The time now is 05:37. Apolyton Time is 00:37. |
top of page
|
|
|
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
|
|
|
|
|
|