[REQUEST] Added movement on starting Settler?

Chiya

Chieftain
Joined
Nov 28, 2016
Messages
22
I loved this mod in Civ V .. sad to see no one's created one for Civ VI yet? Either that, or I suck at searching.

Maybe it's not doable with the current state of Civ modding yet .. but if it is, could anyone perhaps create this mod? In the Civ V mod the starting settler had 10 movement. Any other settlers would of course, have default movement.
 
Not sure if that can be done this time around. You can increase the movement of all of them. Might be a doable thing.

*ponders* Make a special unit (settlerplus) or something, grant it one time at the beginning to each civ... remove the normal settler from being granted at game start... That's a bit of a long way to do it, but that should work.
 
Not sure if that can be done this time around. You can increase the movement of all of them. Might be a doable thing.

*ponders* Make a special unit (settlerplus) or something, grant it one time at the beginning to each civ... remove the normal settler from being granted at game start... That's a bit of a long way to do it, but that should work.

Isn't this exactly what the Civ 5 mod did? Starting Settler was a unique unit, granted to each civ upon spawn, and had extra movement.
 
Isn't this exactly what the Civ 5 mod did? Starting Settler was a unique unit, granted to each civ upon spawn, and had extra movement.

I have a version of this working - I can spawn the extra super settler with 10 movement, but I'm trying to figure out how to delete the original starting settler so you don't start with two.
 
UPDATE MajorStartingUnits SET Unit ='UNIT_STARTING_SETTLER' WHERE Unit ='UNIT_SETTLER';

That will replace the inital settler with the new one (if you called it that that is)
 
I have a version of this working - I can spawn the extra super settler with 10 movement, but I'm trying to figure out how to delete the original starting settler so you don't start with two.

If you get it working without the other settler, can you post it for all of us to play with :) ? Thanks.
 
Back
Top Bottom