project-navigation
Personal tools

Author Topic: Revise Initial Base Layout  (Read 9295 times)

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: Revise Initial Base Layout
« Reply #15 on: July 17, 2008, 11:04:03 pm »
You must downloaded the last beta package which is rather old. This bug has been fixed since then. You should check out the latest source and compile it yourself to have the latest features (and bugs ;) ).

-geever

Surrealistik

  • Guest
Re: Revise Initial Base Layout
« Reply #16 on: July 18, 2008, 03:31:50 am »
Quote from: Troublemaker
As to control interface, it may be a specific square inside command center. Then the defense tactics could look like: aftfer emergency closure of BDs, all but one defenders reaching their emergency positions and prepare. One remaining soldier (self-claimed "base commander") receives a reports of another ones and enters the "special square" for simultaneous opening of BDs when defenders are ready.

A similar thought occured to me as well. One soldier stationed in the command centre might provide you with access to a menu which provides control over the various defense systems of the base, including automatic turrets, proximity traps, etc... Alternatively, the menu could be accessible as long as the Command Centre is intact to minimize complexity (you ARE the commander after all). Either approach would confer the CC with even more tactical importance, and make it a truly critical facility in a base defense.


Quote from: Sophisanmus
]Hmm, good point about the Command Center thing.  Though, really, most of the facilities are senstive.  Unfortunately I don't think selective spawn points is an option.  Instead, though, your team could be spawned randomly throughout the base, and then given a few turns to get into position before the aliens arrive?  That way the aliens can be spawned randomly, while still allowing the player to position his defenders.  I think delayed spawning should be possible; there was some talk of it in the form of reinforcements some time ago.  If the invading UFO is not detected before landing, there would be less delay and such. 


While it's true that there are many sensitive facilities, the Command Centre is amongst the most important, arguably second only to the power plant.

That said, I do like your proposal as an alternative to selectable spawns, and it would certainly be my choice in the event that selectable spawns cannot be implimented.

Quote from: Sophisanmus
The primary problem I see in implementing defensive structures is the lack of space.  If the grid were to be increased to 6x6, or some other method of expanding base size at player expense, these may become more viable.  Looking at the base battlescape pieces, I can see why building down may be out of the question.  Now, if there was a way to implement "in-between" pieces, tiny hallway modifications that fit between the base rooms, there could be a way to implement some static measures.  Security doors, cameras, motion alarms, and maybe some sentry guns of some sort.  I can kinda see it all being arranged in an overhead map, with clickables for the doors (supposedly controlled by the base commander from the Command Center, though still only toggleable once per round to prevent abuse). 


I've never found finding space to be too problematic, as I'm quick to build multiple specialty bases (this is a highly effective strategy, I strongly recommend it), dividing roles amongst these. Effectively the whole proves greater than the sum of its parts, or a smaller number of diversified bases.

In either case, I'd definitely say that the tactical benefits a designated proper choke would offer certainly makes it worthy of a precious tile, in that it should easily allow your troops to repel all but the most severe invasions, while offering considerable resistance to large scale assaults. Personally I'd use it without question.

Offline beng

  • Rookie
  • ***
  • Posts: 63
    • View Profile
Re: Revise Initial Base Layout
« Reply #17 on: January 12, 2015, 01:09:12 pm »
Here is how to make your own mod that sets up your initial base how you want it (in ver 2.5):

Open the base sub-directory in your game install directory.

Use 7-zip or PakScape to open the 0ufos.pk3 file and extract out the basemanagement.ufo file.
Put it in a sub-directory in base called ufos so the full path is something like:

C:\Program Files\UFOAI-2.5\base\ufos\basemanagement.ufo

Edit it with a text editor like notepad. Look at the section at the bottom and change the coordinates to rearrange the buildings. Here is what I changed mine to:

Code: [Select]
// x-y coordinates, row then column, for 2 square buildings, coord is of left square
// 00 10 20 30 40
// 01 11 21 31 41
// 02 12 22 32 42
// 03 13 23 33 43
// 04 14 24 34 44
basetemplate balanced {
building (building_entrance "2 0")
building (building_workshop "3 0")
building (building_hangar "0 0")
building (building_radar "2 1")
building (building_hospital "2 2")
building (building_aliencontainment "3 2")
building (building_command "1 2")
building (building_storage "2 3")
building (building_quarters "2 4")
building (building_quarters "0 2")
building (building_lab "0 3")
building (building_powerplant "1 4")
building (building_intercept "3 4")
}

This places all the buildings where the aliens enter when they come to your base at one side of your base, joined to the rest of your base by the radar building, which becomes a choke point. You can then mass your troops at the radar building and shoot aliens as they come through it. You can also send some up into the radar tower to shoot aliens on the surface from there. The buildings near the radar building are those with low surface roofs so you can shoot over them from the radar building tower.

Offline ShipIt

  • Project Artist
  • Captain
  • ***
  • Posts: 906
    • View Profile
Re: Revise Initial Base Layout
« Reply #18 on: January 12, 2015, 03:50:25 pm »
Don´t use Notepad for this. Use Notepad++ or similar raw text editor.

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2560
    • View Profile
Re: Revise Initial Base Layout
« Reply #19 on: January 12, 2015, 08:51:07 pm »
It is on my list to script a few different base templates and the the game randomly choose from them on starting the game.

The problem with the ideal base layout that it makes the base defence boring. The base defence missions are supposed to be challenging!

-geever