Results 1 to 18 of 18

Thread: Battle for Alpha Quadrant version 3 Released

  1. #1
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17

    Battle for Alpha Quadrant version 3 Released

    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; August 12, 2003 at 07:20.
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  2. #2
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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.
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  3. #3
    Stormbringer
    Warlord Stormbringer's Avatar
    Join Date
    02 Aug 2001
    Posts
    129
    Country
    This is Stormbringer's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 19, 2013
    Local Time
    21:17
    yes its true, you need some other program for it to run, but i can't remember what it is...

  4. #4
    Panda
    Warlord
    Join Date
    31 Dec 1969
    Location
    Europe
    Posts
    135
    Country
    This is Panda's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    05:17
    choice.com
    "I didn't invent these rules, I'm just going to use them against you."

  5. #5
    yaroslav
    Emperor yaroslav's Avatar
    Join Date
    16 Jun 2001
    Location
    Madrid, Spain, Europe
    Posts
    7,795
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    06:17
    Simply add choice.com (it's a small file) to the zip and then all will work nice
    Trying to rehabilitateh and contribuing again to the civ-community

  6. #6
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    Where does one obtain this 'choice.com'?
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  7. #7
    Arthedain
    King Arthedain's Avatar
    Join Date
    07 Apr 2002
    Location
    Helsingborg, Scania
    Posts
    1,292
    Country
    This is Arthedain's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    06:17
    Originally posted by kobayashi
    Where does one obtain this 'choice.com'?
    probably on http://www.choice.com
    "Peace cannot be kept by force.
    It can only be achieved by understanding"

  8. #8
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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?
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  9. #9
    Boco
    King Boco's Avatar
    Join Date
    31 Jan 2001
    Location
    of underdogs
    Posts
    1,774
    Country
    This is Boco's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    00:17
    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.

  10. #10
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  11. #11
    techumseh
    Emperor techumseh's Avatar
    Join Date
    13 Apr 1999
    Location
    of the frozen North.
    Posts
    4,258
    Country
    This is techumseh's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 19, 2013
    Local Time
    23:17
    Here's the thread: http://apolyton.net/forums/showthrea...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! )
    Tecumseh's Village, Home of Fine Civilization Scenarios

    www.tecumseh.150m.com

  12. #12
    curtsibling
    Emperor curtsibling's Avatar
    Join Date
    05 May 2002
    Location
    Spamingrad
    Posts
    5,716
    Country
    This is curtsibling's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    05:17
    Or some F15s!

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

    Keep them coming!

  13. #13
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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.
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  14. #14
    Boco
    King Boco's Avatar
    Join Date
    31 Jan 2001
    Location
    of underdogs
    Posts
    1,774
    Country
    This is Boco's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    00:17
    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:
    Attached Images Attached Images

  15. #15
    jasev
    Senior Staff jasev's Avatar
    Join Date
    05 Feb 2001
    Location
    at the Spanish Forum
    Posts
    10,013
    Country
    This is jasev's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    07:17
    Permission to upload the new version to the spanish Site, Kobayashi (I think we didn't even upload version 2)?
    "Son españoles... los que no pueden ser otra cosa" (Cánovas del Castillo)
    "España es un problema, Europa su solución" (Ortega y Gasset)
    The Spanish Civilization Site
    "Déjate llevar por la complejidad y cabalga sobre ella" - Niessuh, sabio cívico

  16. #16
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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

    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  17. #17
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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.
    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

  18. #18
    kobayashi
    Prince kobayashi's Avatar
    Join Date
    27 Dec 2000
    Location
    Singapore
    Posts
    822
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    June 20, 2013
    Local Time
    13:17
    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.

    .
    This is a link to...The Civilization II Scenario League and this is a link to...My Food Blog

Similar Threads

  1. civ4 new version released£¡£¡£¡
    By xiaojuzi in forum Civilization IV General
    Replies: 2
    Last Post: July 17, 2007, 07:55
  2. HoI v1.03 Released except NA version
    By Jules in forum Paradox Games
    Replies: 47
    Last Post: February 6, 2003, 12:10
  3. My beta better than the released version?
    By JonahFalcon in forum Civ3-Play the World
    Replies: 29
    Last Post: December 6, 2002, 19:34
  4. Star Control 2: first public Alpha released
    By CapTVK in forum Other Games-Archive
    Replies: 4
    Last Post: December 1, 2002, 10:55

Visitors found this page by searching for:

battle for the alpha quadrant civilization

Bookmarks

Posting Permissions