chicorbeef
Emperor
- Joined
- Dec 26, 2017
- Messages
- 1,561
I would. It's really annoying.I wouldn't mind no embark without returning if they could pass through borders.
I like it when recon units become better at doing recon things

I would. It's really annoying.I wouldn't mind no embark without returning if they could pass through borders.

Since 1 or 2 months, pathfinders don't need to return to the homeland to get Embarcation.
@crdvis16 You could post that on Github. Small but valuable change to info tooltip.
I notice some of the balance discussions are created in the main forum. Is this as an addition or after they've been vetted in the general balance threads?
Agreed. I use all of them myself so I can appreciate the scattered thought. There are a few whoward mods and tweaks still that I feel should be added to VP base. I'll open a separate thread for each and see what the consensus is. Once I gather it, I'll put together as a single thread in the main. It borderline "bugfix" when it pertains to a modmod that just seems to belong.Main forum:
The modmod code is such as that but it applies to all units which have RECON. It isn't suitable for only pathfinder/scouts have the ability when there are modern equivalents.I'm not sure what all is in the modmod, but you really don’t even need one to enable this functionality if you’re comfortable editing the promotions file. All you need to do is add “<RivalTerritory>true</RivalTerritory>” under both Survivalism I and Trailblazer I (to ensure you can move through borders no matter which starting promotion path you take).
INSERT INTO Unit_FreePromotions
(UnitType, PromotionType)
SELECT Type, 'PROMOTION_RIVAL_TERRITORY'
FROM Units WHERE CombatClass = 'UNITCOMBAT_RECON';
Yep, that looks to do the exact same thing!The modmod code is such as that but it applies to all units which have RECON. It isn't suitable for only pathfinder/scouts have the ability when there are modern equivalents.
Code:INSERT INTO Unit_FreePromotions (UnitType, PromotionType) SELECT Type, 'PROMOTION_RIVAL_TERRITORY' FROM Units WHERE CombatClass = 'UNITCOMBAT_RECON';
It is simply a version that could be done easily for those not as experienced with code or where to put it. First promotion comes quick enough, or with barracks, that you’ll have the rival territory promotion by the time you need it. Doesn’t matter to me who uses what, just giving another option.But from the beginning instead. Your version must wait for fisrt promtion.
Embarked units cannot hop.as well as the implementation of the mod that disables ocean tile claiming until Compass, which gives embarked scouts a chance to hop between coastal tiles that aren't claimed yet.