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 > Battle for Alpha Quadrant version 3 Released
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 26-07-2003 14:56
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Battle for Alpha Quadrant version 3 Released Remove this text

When I was replaying it recently I realized that STBAQ had a rather dated feel and I finally got round to updating it to MGE as Version 3. Its got a full set of sounds now and many improved graphics but the main focus of the upgrade was on the AI. There are species specific event files now and the AI (especially Borg) is much improved now. Anyone who played version 2 will definitely feel the improvement.

download from here -

http://www.civfanatics.net/uploads4/BAQ.zip

http://www.civfanatics.net/uploads4/BAQsnd.zip

plus the patch to version 3.1

http://www.civfanatics.net/uploads5/BAQ31bPatch.zip





Last edited by kobayashi on 12-08-2003 at 16:20

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 29-07-2003 15:27
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Suffering from ads?

Someone reported that the batch-file cannot work under their Windows XP? Is this true?

In anycase, manually renaming the events file requires this knowledge.

FEvents.txt = Playing as Federation
KEvents.txt = Playing as Klingons
REvents.txt = Playing as Romulans
MEvents = Multiplayer game
EEvents.txt = Playing as Neutrals /Orions if you ever want to.

Stormbringer is offline Stormbringer
Warlord

Aug 2001
time: 21:29
  Old Post 29-07-2003 21:58
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

yes its true, you need some other program for it to run, but i can't remember what it is...

Panda is offline Panda
Prince
Europe
Jan 1970
time: 05:29
  Old Post 29-07-2003 23:15
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Increase Your PM Length

choice.com

yaroslav is offline yaroslav
Emperor
Madrid, Spain, Europe
Jun 2001
time: 06:29
  Old Post 30-07-2003 01:32
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Lose 30 kilos (of popups)

Simply add choice.com (it's a small file) to the zip and then all will work nice

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 30-07-2003 09:23
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Tired of ads?

Where does one obtain this 'choice.com'?

Arthedain is offline Arthedain
Prince
Dúnedain of the north
Apr 2002
time: 06:29
  Old Post 30-07-2003 15:24
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Got spare money?

quote:
Originally posted by kobayashi
Where does one obtain this 'choice.com'?


probably on http://www.choice.com

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 31-07-2003 13:50
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
Originally posted by Arthedain


probably on http://www.choice.com


that link goes to some shopping website

Anyway I managed to come across the program but it doesn't seem to work as advertised (I was told by someone who tried it). The original screen disappears quickly and a second screen with just the options (like 1,2,3,4,x) and not the text replaces it.

Would it work better if you dragged the batchfile onto the choice.com icon?

And that aside, did anyone try BAQ3?

Boco is offline Boco
Prince
who was once King for a week.
Jan 2001
time: 00:29
  Old Post 31-07-2003 16:15 Visit Boco's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Help yourself to an AD-FREE life

I think techumseh once had a thread on choice.com. It does work in XP, but the number of arguments is critical. In W98, etc. you can get away with omitting an argument (the text argument?). Not so in XP. Can't find that thread, and I lost my emails on the subject. Tech, do you still have any info on that?

Someone (Mercator?) did note that you can drag a file onto a batch file containing a %1, and it will process that filename as the %1 argument.

Someone else (Angelo?) once posted a Windows script that would accomplish the same thing. Seemed a much better solution

If the choice problem persists, post the Bat file, and we'll try to debug it.

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 31-07-2003 16:19
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton

Nothing fancy here, I think it was ripped off from Red Front originally.

@echo off
cls
echo.
echo ST-BAQ version 3.0
echo.
echo Please choose from the options below:
echo.
echo 1. Federation
echo 2. Klingons
echo 3. Romulans
echo 4. Multi-Player
echo 5. Easy Game
echo X. Exit without Loading
echo.
choice /c:12345X Enter your selection

if errorlevel 6 goto done
if errorlevel 5 goto five
if errorlevel 4 goto four
if errorlevel 3 goto three
if errorlevel 2 goto two
if errorlevel 1 goto one

ne
echo.
echo Play as Federation
@echo off
copy FEVENTS.txt EVENTS.txt
goto done

:two
echo.
echo Play as Klingons
@echo off
copy KEVENTS.txt EVENTS.txt
goto done

:three
echo.
echo Play as Romulans
@echo off
copy REVENTS.txt EVENTS.txt
goto done

:four
echo.
echo Three Human Players
@echo off
copy MEVENTS.txt EVENTS.txt
goto done

:five
echo.
echo Easy Game
@echo off
copy EEVENTS.txt EVENTS.txt
goto done

:done
echo.
exit
quit

techumseh is offline techumseh
King
of the frozen North.
Apr 1999
time: 22:29
  Old Post 31-07-2003 20:47 Visit techumseh's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Get a bigger avatar today!

Here's the thread: http://apolyton.net/forums/showthre...&threadid=76483 I haven't yet rewriten the Red October Bat. files, though I'll get around to it eventually.

The scenario looks great Koby. I'll post more once I've played it. (If you want much discussion of your scenario around here, you need to add some German tanks! )

curtsibling is offline curtsibling
King
of the Kill!
May 2002
time: 05:29
  Old Post 31-07-2003 22:53 Visit curtsibling's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Or some F15s!

PS
I am a major fan of your Sci-Fi scens, kobayashi!

Keep them coming!

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 01-08-2003 06:39
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

quote:
Originally posted by techumseh

The scenario looks great Koby. I'll post more once I've played it....



The date to beat is Sept 2307.

Boco is offline Boco
Prince
who was once King for a week.
Jan 2001
time: 00:29
  Old Post 01-08-2003 07:19 Visit Boco's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton or Terrorists Win

quote:
The original screen disappears quickly and a second screen with just the options (like 1,2,3,4,x) and not the text replaces it.


Couldn't duplicate that.

Here's the batch file I tested (edited to eliminate copy error messages during testing):

@echo off
:start
cls
echo.
echo ST-BAQ version 3.0
echo.
echo Please choose from the options below:
echo.
echo 1. Federation
echo 2. Klingons
echo 3. Romulans
echo 4. Multi-Player
echo 5. Easy Game
echo X. Exit without Loading
echo.
choice /c:12345X Enter your selection
if errorlevel 6 goto done
if errorlevel 5 goto five
if errorlevel 4 goto four
if errorlevel 3 goto three
if errorlevel 2 goto two
if errorlevel 1 goto one
ne
echo.
echo Play as Federation
pause
goto start
:two
echo.
echo Play as Klingons
pause
goto start
:three
echo.
echo Play as Romulans
pause
goto start
:four
echo.
echo Three Human Players
pause
goto start
:five
echo.
echo Easy Game
pause
goto start
:done
echo.
exit
quit


The screen:

Attachment: kobytestbat.png
This has been downloaded 88 time(s).

jasev is offline jasev
Moderator
of the SCS Forum
Feb 2001
time: 06:29
  Old Post 06-08-2003 03:02 Visit jasev's homepage!
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Permission to upload the new version to the spanish Site, Kobayashi (I think we didn't even upload version 2)?

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 06-08-2003 08:52
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Get a bigger avatar today!

no problemo....upload away.

but I think there will be a version 3.1 patch to solve the problem of building other races ships. It is being tested now.

I cut this from the civfan forum



I have two free slots left plus 'start' that makes three. Then if I use the advances for the three scout class ships as well by changing their prerequisite to the third generation starships I will have six free advance slots.

I can make all six no-no techs leading to nothing but causing the obsolecence of ships and give them to the 'wrong' races at the beginning and give them to the 'right' race via events at the appropriate time. Of course I don't have enough event space right now and I'll have to strip out some of the events to make room.

eg.

FEarlyExp will make Constitution and Excelsior obsolete. All races will have this at the beginning except for the federation who will get it automatically when they discover Ambassador Class.

FLateExp will make Ambassador obsolete and the Fed will get it when they discover Sovereign Class

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 12-08-2003 16:19
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Get a bigger avatar today!

OK here we are - a BAQ where you

1. can continuously research new ship designs and build them
2. can't build other races ships even when you get the right tech
3. Still have staggered starship obsolescence
4. have disjointed starship lineage so the AI doesn't waste its time researching ships it can't build.

....plus a few enhancements here and there


Link to the patch amended to the first post of this thread.

NOTE - even though it is still called version 3.x, saved games under 3.0 are not compatible and you will need to start again.

kobayashi is offline kobayashi
Prince
Singapore
Dec 2000
time: 13:29
  Old Post 17-08-2003 08:23
Edit/Delete Message Reply w/Quote
#18 Report this post to a moderator
Increase Your PM Length

Some of you would have no doubt missed the fact that there is a LCARS style city screen that comes with the scenario. Even if you're not too interested in BAQ maybe you could make use of the city.gif.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:29.
Apolyton Time is 00:29.
    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.0537 seconds (90.53% PHP - 9.47% 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