Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem






https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2967632702
Pings on hills that have the effect saying "+1 RAN" being autobuilt into the hills, if an building or improvement takes away the hills being, well, hills. the marker will go away. If the obstruction is removed it appears again.
Of course it might require an autoping script, and I don't know if that's possible vanilla.
Just take a look at my code (it should be very similar to what you want) and adapt to what you need,
At least the range should work.
You basically should have to create a new class with the bonuses and then assign it to the units you want.
Stuff that i added (like the new class) should have a prefix/sufix "JMG" so you can cleary see what is new.
Thank you for sharing the incompatibility so it can help anyone having the same problem.
The mod has been updated.
INSERT OR REPLACE INTO TypeTags (Type, Tag) SELECT
UnitType, 'CLASS_LAND_RANGED_JMG'
FROM Units WHERE PromotionClass IN ('PROMOTION_CLASS_RANGED', 'PROMOTION_CLASS_SIEGE','PROMOTION_CLASS_RECON','PROMOTION_CLASS_MELEE','PROMOTION_CLASS_SUPPORT') AND Range > 0;
I don't remenber exacly to witch units i added the range but i believe it was all vanilla units with range (including melee units that have a ranged attack).
Sure, you can upload it.
I'm glad you liked it.
Other than that, at the moment i dont play Civ6 anymore, so will probably not be updating this mod if another update come along.
If anyone has this problem or notices other bug please let me kmow.
Thanks