Page 1 of 1

Is this implemented in free-civ?

Posted: Tue Jul 11, 2017 9:53 am
by grohfuda
I am not sure whether this is the right place to ask.

I am going to develop my first own ruleset. The idea is that some of the military units, techs etc. should depend on the finishing of buildings like small wonders, world wonders or a landed spaceship.

Is this already implemented in free-civ (except nuclear weapons?) rule sets. If yes, where I have to specify this?

Re: Is this implemented in free-civ?

Posted: Tue Jul 11, 2017 9:56 am
by Corbeau
Look into units.ruleset, search for impr_req

Re: Is this implemented in free-civ?

Posted: Tue Jul 11, 2017 10:15 am
by grohfuda
thanks for the quick reply, i will study this soon. :)

Re: Is this implemented in free-civ?

Posted: Thu Jul 13, 2017 2:23 am
by Civothy
I thought the game ended immediately if someone landed a spaceship on Alpha Centauri?

Re: Is this implemented in free-civ?

Posted: Thu Jul 13, 2017 11:55 am
by GriffonSpade
Civothy wrote:I thought the game ended immediately if someone landed a spaceship on Alpha Centauri?
It can be disabled in the server options. At least in 2.6+

Re: Is this implemented in free-civ?

Posted: Fri Jul 14, 2017 7:41 pm
by JTN
In 2.5 and many older versions too (with the 'endspaceship' setting).

Unlike the OP's other criteria, I don't think there's a way to hook game effects onto spaceship arrival. In 2.6+ you can hook effects off spaceship launch, by using the "Spaceship" achievement, but not arrival. We should probably add another achievement for that too (in 3.0+, now).

Re: Is this implemented in free-civ?

Posted: Tue Aug 01, 2017 10:55 pm
by JTN
On closer inspection, you can't currently build spaceship parts or launch a spaceship if the space-race victory isn't enabled. So there's no point having an achievement for a landed spaceship right now.

Re: Is this implemented in free-civ?

Posted: Wed Aug 02, 2017 7:39 am
by Alien Valkyrie
JTN wrote:On closer inspection, you can't currently build spaceship parts or launch a spaceship if the space-race victory isn't enabled. So there's no point having an achievement for a landed spaceship right now.
Isn't there a "server option" requirement type in one of the upcoming versions? Then you could un-hard-code that and just add it to the effect of the Apollo Program in the classic ruleset. In the experimental ruleset, it could be left enabled even if space race victory is disabled, for extra points.