aliens

Author Topic: Starting Base  (Read 7236 times)

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Starting Base
« on: July 06, 2010, 09:30:47 am »
Could I suggest a starting option that instead of getting a default base when you start the new game, you use the same screen when building the 2nd, 3rd, 4th bases etc. and just get to place the access facility, then you have to build and buy all your stuff.

That way you could really set out the base the way you wanted.

I was also thinking, is it worth holding off aliens for the first month so your score doesn't plummit, but then, if this happened in real life, you wouldn't get a "Hello, we're about to invade, would you like to prepare". So you could maybe have that as an option too.

Just a thought

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: Starting Base
« Reply #1 on: July 07, 2010, 01:47:42 am »
It would be interesting to be able to customize your starting base, though you would probably need a "set-up month" so your funding doesn't plummet as well, or a special setting so funding and time are frozen until you're done. At least it would let you play around with various setups.

Although in the long-run players probably just have one favorite layout and would be happy just customizing the game files to always get it when they started the game.

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #2 on: July 07, 2010, 02:26:31 pm »
Aye, you're probably right. Maybe just build an editor that allows you to create these templates, and you select one as you start the game

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Starting Base
« Reply #3 on: November 03, 2012, 12:27:45 pm »
Sorry , old topic i know, Yes it would be good IF you could create your own layouts for starting bases , i can see plenty of peope who would want this option, something i would love to see would be to have multiply versions so i get a Random base every time.

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #4 on: November 03, 2012, 12:47:26 pm »
Now Daiky has implemented unit renders from Warboy's mod, I might have a look at doing this  :)

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #5 on: November 03, 2012, 03:08:10 pm »
My git has a branch called CustomBases

https://youtu.be/43mvSsDXuxQ

It has several flaws:
  • If you build badly and can't place another facility, the game is "stuck"
  • You can't undo placements
  • You can't change the order of the facilities you place
  • Base facilities are currently hardcoded - need to export to YAML when I can
« Last Edit: November 03, 2012, 03:13:17 pm by pmprog »

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Starting Base
« Reply #6 on: November 03, 2012, 03:26:49 pm »
Looks Very promising so far, Cant wait for you to finish this , it will be a great advancement for OXC.

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #7 on: November 03, 2012, 03:58:45 pm »
You know, sometime, you really do just get "in the zone"...

https://youtu.be/Fq28pKkam0c


Edit: Git link
https://github.com/pmprog/OpenXcom/tree/CustomBases
« Last Edit: November 03, 2012, 04:25:35 pm by pmprog »

Offline moriarty

  • Commander
  • *****
  • Posts: 1421
    • View Profile
    • Luke's OX mod site
Re: Starting Base
« Reply #8 on: November 03, 2012, 05:33:52 pm »
that is SO COOL!

another one of those things that was long overdue, because almost everybody gets fed-up with the starting layout after a few playthroughs. nice work!

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #9 on: November 03, 2012, 07:20:11 pm »
when i've got it as a configurable option, i'll send a pull request.  ;)

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2160
    • View Profile
Re: Starting Base
« Reply #10 on: November 03, 2012, 09:33:55 pm »
Nice. Although I imagine most people will just use the same layout all the time (the popular hangars-on-top one :P).

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: Starting Base
« Reply #11 on: November 03, 2012, 11:53:06 pm »
Great work,Any Chance of a Random placement button during the installation screen?

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #12 on: November 04, 2012, 11:56:32 am »
@SupSuper, probably, but giving them the option isn't a bad thing :)

@luke83, I'll try and have a look at this.

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: Starting Base
« Reply #13 on: November 05, 2012, 10:40:40 pm »
Nice. Although I imagine most people will just use the same layout all the time (the popular hangars-on-top one :P).

I've sent a pull request with this as a configuration option (defaulted off), see comments in the pull request for me

 Cheers