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 > Miscellaneous > Archive > Scenario League / Civ2-Creation -Archive > Playtest - Atomic Eagle: Part 1
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread   
Pages (4): [ 1   2   3   4   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 31-12-2003 21:26
Edit/Delete Message Reply w/Quote
#61 Report this post to a moderator
Full PM-box? Change here!

Alright, since there has been some confusion and probably a screw up on my part I'm going to start posting the link to the most updated files in this thread. I just sent a PM to DanQ to have my upload box wiped out so I can fit more files. This way we can all be on track and fix things using our collective minds. This "don't let anyone know what we're doing" in an open playtest is becoming to much of a hindrance.

Stay tuned, I'll post the newest files soon.

In the meantime, tell me what I'm doing wrong:

@echo off
cls
echo.
echo Atomic Eagle Part 1 (V.1.0)
echo.
echo (Loads graphic, rules, and event files)
echo (load a chapter according to where you are in the game)
echo.
echo Which Chapter do you wish to load?
echo.
echo 1. Chapter 1
echo 2. Chapter 2
echo 3. Chapter 3
echo X. Exit without Loading
echo.
choice /c:123X Enter your selection

if errorlevel 10 goto done
if errorlevel 9 goto done
if errorlevel 8 goto done
if errorlevel 7 goto done
if errorlevel 6 goto done
if errorlevel 5 goto done
if errorlevel 4 goto done
if errorlevel 3 goto Three
if errorlevel 2 goto Two
if errorlevel 1 goto One

:One
echo.
echo Chapter 1
copy events1.txt events.txt
copy rules1.txt rules.txt
copy units1.bmp units.bmp
copy cities1.bmp cities.bmp
DELEVENT Atomic.sav
goto done

:Two
echo.
echo Chapter 2
copy events2.txt events.txt
copy rules2.txt rules.txt
copy units2.bmp units.bmp
DELEVENT Atomic.sav
goto done

:Three
echo.
echo Chapter 3
copy rules3.txt rules.txt
copy units3.bmp units.bmp
copy cities3.bmp cities.bmp
goto done

:done
echo.
exit
quit

Ceteram is offline Ceteram
Warlord
G. D. of Luxembourg
Feb 2001
time: 06:32
  Old Post 31-12-2003 23:43
Edit/Delete Message Reply w/Quote
#62 Report this post to a moderator
Get a bigger avatar today!

i dont think it's the batch is the only problem, maybe your events2 is somehow not working. If I try to reload by renaming it to events.txt it is not recognized in civ2. The batch problem is somehow less important. Try fixing the files, so that we can manually replace them (it does not work yet, imho, i could be mistaken)the batch is 2nd order.

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 01-01-2004 00:03
Edit/Delete Message Reply w/Quote
#63 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Events2 should work. I've been able to load it in another beta test before I even opened the the playtest. I dunno, take a look and see if you see something out of place.

POTUS is offline POTUS
Prince
How could I possibly not have a Mozambican flag, I mean, what other country has an AK-47 on their flag?
Jul 2003
time: 21:32
  Old Post 01-01-2004 00:18
Edit/Delete Message Reply w/Quote
#64 Report this post to a moderator
Support Apolyton

Maybe you're right about the map around Israel, it just seems that Jerusalem is too far north. It's a good scenario, though.

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 01-01-2004 00:25
Edit/Delete Message Reply w/Quote
#65 Report this post to a moderator
Browse Apolyton AD-FREE

AHAH! Found the bastard! I had added an aggression command in there and named the Axis Allies just Axis!

Here's the right Events2 file and the correct batch file.

Attachment: ev2bat.zip
This has been downloaded 4 time(s).

Lambda-Corps is offline Lambda-Corps
Settler

Apr 2003
time: 21:32
  Old Post 01-01-2004 05:53
Edit/Delete Message Reply w/Quote
#66 Report this post to a moderator
Lose 30 kilos (of popups)

mr_hfwatk@hotmail.com

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 01-01-2004 12:25
Edit/Delete Message Reply w/Quote
#67 Report this post to a moderator
Support Apolyton buy from Amazon

Happy New Year everyone! I went ahead and grabbed some free webspace for myself. A website all to my own makes it a lot easier to upload files. As promised, here is the latest download.

http://www.geocities.com/johncandywannabe/index.html

The events problem has been fixed, capturing the cities in South America should be easier if not too easy, and chapter 2 should load just as planned.

The win2k bat problem is still on the table as I do not know how to fix it. Please someone take it upon themselves to get some sort of bat file as I only have win98 to work with.

Anyways, keep the suggestions coming, but please focus on game play (such as unit strength, events, easy, hard, etc... Gameplay is my big priority right now.

One big HINT: Don't try to nuke London. They have a superb "air patrol" that will stop any planes carrying a sluggish A-bomb. And no, getting the first A-Bomb plane and nuking New York does not win the scenario. Remember, you are supposed to be a soldier. Follow your orders... Or Elise, the Fuehrer's bodyguard, will stop playing nice.

Ceteram is offline Ceteram
Warlord
G. D. of Luxembourg
Feb 2001
time: 06:32
  Old Post 01-01-2004 15:54
Edit/Delete Message Reply w/Quote
#68 Report this post to a moderator
for Win2k users Increase the size of your Attachments

I could not upload a choice.com file so I had to rename it to choice.net. Just reverse this process.
http://apolyton.net/upload/files/Ceteram/CHOICE.Net

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 02-01-2004 01:17
Edit/Delete Message Reply w/Quote
#69 Report this post to a moderator
Increase the size of your Attachments

Ok, unit name mistake. The F-9 Panther portrayed in the game is actually the F-2 Banshee Navy fighter. The F-2 superseded the F-9 as the U.S. Navy's premier fighter. I will make the change and update the download file on my website.

EDIT: Also the Bradley Tank should be the Pershing Tank.

Another EDIT: Some minor grammar and spelling mistakes fixed in the Opening Text file.

Last edited by Harry Tuttle on 02-01-2004 at 05:51

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 02-01-2004 22:52
Edit/Delete Message Reply w/Quote
#70 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

Ok, to speed up the playtest I'm going to post a save that is right after the switch to the Nazis and after the Abwehr have been disbanded. All you have to do is keep the file named as Atomic.sav and then run the bat program to move on to chapter 2.

And again, I may have to make Caracas easier to capture for the Axis as I was also waiting a while for them to move their units in. But don't worry about that right now. Just worry about fighting off the Americans and British.

Attachment: atomic.sav
This has been downloaded 5 time(s).

Lft Marks is offline Lft Marks
Settler
Blighty
Mar 2003
time: 05:32
  Old Post 04-01-2004 19:22
Edit/Delete Message Reply w/Quote
#71 Report this post to a moderator
Inflate your Upload Space

damn! you go away on holiday and look what u miss......
could u please be so kind to post a copy of this to Poontang61@Hotmail.com
and yes, i know its a stupid address but i had it since i was knee high to the proverbial grasshopper

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 04-01-2004 22:34
Edit/Delete Message Reply w/Quote
#72 Report this post to a moderator
Enter the AD-FREE zone

Download the updates from here. It has the latest files.

http://www.geocities.com/johncandywannabe/index.html

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 05-01-2004 09:05
Edit/Delete Message Reply w/Quote
#73 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Working on a few new graphics for the Abwehr and Axis rebels. Anyone get a chance to try out the second chapter?

GoPostal is offline GoPostal
Warlord

Nov 2003
time: 05:32
  Old Post 05-01-2004 13:09
Edit/Delete Message Reply w/Quote
#74 Report this post to a moderator
Tired of ads?

Not yet Harry, only just got the save file, that got me right back on track.

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 05-01-2004 21:25
Edit/Delete Message Reply w/Quote
#75 Report this post to a moderator
Inflate your Upload Space

Doing a general makeover of the units, names and such. Should have some stuff to show off in a bit.

GoPostal is offline GoPostal
Warlord

Nov 2003
time: 05:32
  Old Post 05-01-2004 22:30
Edit/Delete Message Reply w/Quote
#76 Report this post to a moderator
Help yourself to an AD-FREE life

What is the goal in the Ch2 save you sent us.

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 06-01-2004 00:22
Edit/Delete Message Reply w/Quote
#77 Report this post to a moderator
Lose 30 kilos (of popups)

The goal: The war was started for one reason - to beat the Allies before they can build a huge stockpile of atomic weapons. Your job is to fight the Americans and British, research enough to build an atomic bomber fleet, then finish the Allies off.

Now I hope to make the success of the scenario hinge on two things: Fighting the conventional war and researching enough tech to build an atomic bomber fleet. Both should balance out as the Allies will have superior numbers at first and advanced tech. As the Nazis progress they have the opportunity to build better conventional weapons and get atomic weapons.

As your character is a soldier it is important to follow the orders of Rommel while he is off doing "other things". There will be events in the game that are designed to overwhelm you, but they should be challenging to the usual Civ2 veteran.

Just remember, this is a playtest and not the actual finished scenario. So if something is to hard or to easy just holler and I'll fix it before I release the final 1st Part of the series.

Oh, yeah, it is a series so don't look for a definitive end. You are really just supposed to achieve an objective which will be given to you later in the game. Remember, the Americans are next, followed by the British.

So let me know if the improvements are too expensive, the techs to hard to research, how long it took to take regions, etc, etc...

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 06-01-2004 01:14
Edit/Delete Message Reply w/Quote
#78 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

Ok, here's some new stuff. Some are updates, others are new entirely. For use in Atomic Eagle.

Attachment: newaestuff.gif
This has been downloaded 85 time(s).

Lft Marks is offline Lft Marks
Settler
Blighty
Mar 2003
time: 05:32
  Old Post 07-01-2004 00:31
Edit/Delete Message Reply w/Quote
#79 Report this post to a moderator
Support Apolyton, buy Call to Power 2

just got into chapter 2, and it all looks pretty good to me. Only suggestion i can think of is to make all the axis units unmovable, as all the bloody me-262's seem to home in on one city. unless this is intentional of course...

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 07-01-2004 01:45
Edit/Delete Message Reply w/Quote
#80 Report this post to a moderator
Tired of ads?

Yeah, I may have to try that. I wonder if there is some sort of of situation that makes the AI move units to a certain city. I'll have to work on that... Also I'm doing a little tweaking by myself so far, just some graphics and a few new things I'm discovering while playing. Keep me posted if there is anything you think should be added, changed (unit, tech wise).

I'll make an update later this week to the Beta file with some new things.

curtsibling is offline curtsibling
King
of the Kill!
May 2002
time: 05:32
  Old Post 07-01-2004 04:41 Visit curtsibling's homepage!
Edit/Delete Message Reply w/Quote
#81 Report this post to a moderator
Help yourself to an AD-FREE life

The whole scenario just looks so blooming good!

This one will be be a classic!!!

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 08-01-2004 04:32
Edit/Delete Message Reply w/Quote
#82 Report this post to a moderator
Get a bigger avatar today!

Atomic Eagle: Part 1 (ver. 2.0) Coming Soon...

it will feature:

New Units!

Better Missions!

Easter Eggs!

and... wait for it... SOUND!

I plan to have Version 2.0 be the final release so please be patient. Thank you for playtesting these past few weeks. I will keep the old files up on the old site for those of you who still have some insights on improvements. All are welcome to comment!

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 09-01-2004 10:35
Edit/Delete Message Reply w/Quote
#83 Report this post to a moderator
Support Apolyton

Units rearranged on units.gif/bmp for sound. Will be placing units on map tomorrow. Sounds almost gathered...

curtsibling is offline curtsibling
King
of the Kill!
May 2002
time: 05:32
  Old Post 09-01-2004 14:03 Visit curtsibling's homepage!
Edit/Delete Message Reply w/Quote
#84 Report this post to a moderator
Increase the size of your Attachments

Can't wait!

PS
That helicopter you done is perfect!

curtsibling is offline curtsibling
King
of the Kill!
May 2002
time: 05:32
  Old Post 16-01-2004 02:13 Visit curtsibling's homepage!
Edit/Delete Message Reply w/Quote
#85 Report this post to a moderator
Support Apolyton

*Bump!*

So, are we ready for release?
What is happening?

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 16-01-2004 06:12
Edit/Delete Message Reply w/Quote
#86 Report this post to a moderator
Support Apolyton or Terrorists Win

Just finishing up the sounds now. All new stuff. A few unit touch ups and a few event additions and it'll be ready to go. No date set yet. I rushed myself for the playtest and there were to many bugs. Won't happen this time.

rmsharpe is offline rmsharpe
Warlord
Minneapolis
Aug 2001
time: 23:32
  Old Post 16-01-2004 10:21
Edit/Delete Message Reply w/Quote
#87 Report this post to a moderator
Support Apolyton buy from Amazon

Boom.

Attachment: atomiceaglepart1.zip
This has been downloaded 4 time(s).

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 16-01-2004 19:27
Edit/Delete Message Reply w/Quote
#88 Report this post to a moderator
Suffering from ads?

Thanks Rm!

Harry Tuttle is offline Harry Tuttle

Prince
of the Hoople Heads
Mar 2003
time: 00:32
  Old Post 16-01-2004 21:36
Edit/Delete Message Reply w/Quote
#89 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

Ok, while working on some playtesting by myself I noticed something odd.

I have an event that gives one of the civs a tech. This tech allows that civ to build a wonder. Problem is that it seems that while playing that particular civ I cannot build the wonder even though I have the tech. In fact, the build window only shows the option to build the wonder if I reveal the entire map through the cheat menu.

The tech in question has no prereq and is only attainable upon completion of the event.

Anyone know what is causing this?

EDIT: Looks like the wonder is in the Darwin slot. It's probably hardwired into the railroad tech...

EDIT: Tried it with another wonder, no dice.

Last edited by Harry Tuttle on 16-01-2004 at 22:10

Boco is offline Boco
Prince
who was once King for a week.
Jan 2001
time: 00:32
  Old Post 17-01-2004 03:16 Visit Boco's homepage!
Edit/Delete Message Reply w/Quote
#90 Report this post to a moderator
Support Apolyton, buy Civilization 2

Be patient with my ignorance, but are Wonders counted as objectives? If so, then IIRC they don't appear on the city build list.

 
Pages (4): [ 1   2   3   4   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:32.
Apolyton Time is 00:32.
    top of page
Rate This Thread:
archivepost
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.0613 seconds (90.00% PHP - 10.00% MySQL) with 31 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