|
Without further headache
I have tested this script. I have it figured out.
For anyone who wants a quick and easy hotkeyscript for cheating the living hell out of single player campaign medieval 2 total war this is that script for autohotkey.
Everything is tested and works.
to use, open the console by pressing tilde ( ` ) and push Right-Alt plus one of the following letters for the desired cheats.
Letterkey
Generals
G - Generals -adds favorite beneficial traits to the selected General
H - (Home Life) Adds beneficial wife traits to a married General
K - (General Ancillary Set 1 - KingPack) Adds beneficial ancillaries to the selected General
W - (General Ancillary Set 2 - WarriorPack) Adds an alternate set of beneficial Ancillaries to the selected General.
O - General Ancillary Set 3 - OverseerPack) Adds an alternate set of ancillaries geared for city administrator, to the selected General.
A - Assassin - adds relevant beneficial traits and ancillaries to the selected assassin.
S - Spy - adds relevant beneficial traits and ancillaries to the selected spy
D - Diplomat -adds relevant beneficial traits and ancillaries to the selected diplomat
C - Clergy -adds relevant beneficial traits and ancillaries to the selected clergyman
B - Admiral (Boats) - adds relevant beneficial traits and ancillaries to the selected Admiral
M - Merchant - adds relevant beneficial traits and ancillaries to the selected merchant
P - Princess - adds relevant beneficial traits and ancillaries to the selected princess
N - Negative Trait and Ancillary scrubber - Removes the worst ancillaries and traits.
The Script:
SendMode Input
;generals
RAlt & g::
Send give_trait this GoodCommander 5 {Enter}
Sleep 100
Send give_trait this AcademyTrained 2 {Enter}
Sleep 100
Send give_trait this AssassinMaster 3 {Enter}
Sleep 100
Send give_trait this GoodAttacker 5 {Enter}
Sleep 100
Send give_trait this GoodDefender 5 {Enter}
Sleep 100
Send give_trait this InspiringSpeaker 3 {Enter}
Sleep 100
Send give_trait this Intelligent 3 {Enter}
Sleep 100
Send give_trait this Brave 5 {Enter}
Sleep 100
Send give_trait this ReligiousActivity 4 {Enter}
Sleep 100
Send give_trait this PublicFaith 4 {Enter}
Sleep 100
Send give_trait this HighPersonalSecurity 3 {Enter}
Sleep 100
Send give_trait this Scout 3 {Enter}
Sleep 100
Send give_trait this GoodFarmer 3 {Enter}
Sleep 100
Send give_trait this GoodMiner 3 {Enter}
Sleep 100
Send give_trait this GoodTaxman {Enter}
Sleep 100
Send give_trait this GoodTrader 3 {Enter}
Sleep 100
Send give_trait this Gregarious 3 {Enter}
Sleep 100
Send give_trait this HaleAndHearty 3 {Enter}
Sleep 100
Send give_trait this Handsome 3 {Enter}
Sleep 100
Send give_trait this Fertile 3 {Enter}
Sleep 100
Send give_trait this Pragmatic 3 {Enter}
Sleep 100
Send give_trait this Loyal 4 {Enter}
Sleep 100
Send give_trait this NaturalMilitarySkill 4 {Enter}
Sleep 100
Send give_trait this Upright 3 {Enter}
Sleep 100
Send give_trait this AdoredByPope 3 {Enter}
Sleep 100
Send give_trait this Just 3 {Enter}
Sleep 100
Return
;Wife Traits - use if your General is married (HOME Life)
RAlt & h::
Send give_trait this WifeIsCharming 3 {Enter}
Sleep 100
Send give_trait this WifeIsFertile 3 {Enter}
Sleep 100
Send give_trait this WifeIsNoble 3 {Enter}
Sleep 100
Send give_trait this WifeIsWise 3{Enter}
Sleep 100
Return
;Kings ancillaries
RAlt & k::
Send give_ancillary this black_stallion {Enter}
Sleep 100
Send give_ancillary this doctor {Enter}
Sleep 100
Send give_ancillary this physician {Enter}
Sleep 100
Send give_ancillary this pet_guarddog {Enter}
Sleep 100
Send give_ancillary this armour_custom {enter}
Sleep 100
Send give_ancillary this holy_grail {enter}
Sleep 100
Send give_ancillary this knight_chivalrous {enter}
Sleep 100
Send give_ancillary this swordbearer {enter}
Sleep 100
Return
;Warriors ancillaries
RAlt & w::
Send give_ancillary this black_stallion {Enter}
Sleep 100
Send give_ancillary this swordbearer {enter}
Sleep 100
Send give_ancillary this doctor {enter}
Sleep 100
Send give_ancillary this knight_templar {enter}
Sleep 100
Send give_ancillary this alchemist {enter}
Sleep 100
Send give_ancillary this knight_chivalrous {enter}
Sleep 100
Send give_ancillary this armour_custom {enter}
Sleep 100
Return
;administrator ancillaries (Overseers)
RAlt & O::
Send give_ancillary this black_stallion {Enter}
Sleep 100
Send give_ancillary this treasurer {Enter}
Sleep 100
Send give_ancillary this john_gutenberg {Enter}
Sleep 100
Send give_ancillary this master_mason {Enter}
Sleep 100
Send give_ancillary this fool_brilliant {Enter}
Sleep 100
Send give_ancillary this brilliant_inventor {Enter}
Sleep 100
Send give_ancillary this money_counter {Enter}
Sleep 100
Send give_ancillary this apothecary {Enter}
Sleep 100
Return
;assassin
RAlt & a::
Send give_trait this AssassinsGuildMember 1 {Enter}
Sleep 100
Send give_trait this AssassinsGuildTrained 1 {Enter}
Sleep 100
Send give_trait this GoodAssassin 5 {Enter}
Sleep 100
Send give_trait this NaturalAssassinSkill 3 {Enter}
Sleep 100
Send give_ancillary this poisoner {Enter}
Sleep 100
Send give_ancillary this femme_fatale {Enter}
Sleep 100
Send give_ancillary this handgun {Enter}
Sleep 100
Send give_ancillary this pickpocket {Enter}
Sleep 100
Send give_ancillary this dancer {Enter}
Sleep 100
Send give_ancillary this beguiling_bard {Enter}
Sleep 100
Send give_ancillary this assassins_apprentice {Enter}
Sleep 100
Send give_ancillary this delicate_blade {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Return
;Spy
RAlt & s::
Send give_trait this GoodConspirator 3 {Enter}
Sleep 100
Send give_trait this GoodSpy 5 {Enter}
Sleep 100
Send give_trait this NaturalSpySkill 3 {Enter}
Sleep 100
Send give_ancillary this explosives {Enter}
Sleep 100
Send give_ancillary this dancer {Enter}
Sleep 100
Send give_ancillary this false_documents {Enter}
Sleep 100
Send give_ancillary this pet_monkey {Enter}
Sleep 100
Send give_ancillary this courtesan {Enter}
Sleep 100
Send give_ancillary this catamite {Enter}
Sleep 100
Send give_ancillary this beguiling_bard {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Return
;princess
RAlt & p::
Send give_ancillary this faithful_servant {Enter}
Sleep 100
Send give_ancillary this fine_cosmetics {Enter}
Sleep 100
Send give_ancillary this smothering_bodyguard {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Send give_trait this BraveWoman 2 {Enter}
Sleep 100
Send give_trait this TolerantWoman 3 {Enter}
Sleep 100
Send give_trait this EducatedWoman 3 {Enter}
Sleep 100
Send give_trait this FairWoman 3 {Enter}
Sleep 100
Send give_trait this FaithfulWoman 3 {Enter}
Sleep 100
Send give_trait this FertileWoman 3 {Enter}
Sleep 100
Send give_trait this HumbleWoman 2 {Enter}
Sleep 100
Send give_trait this PassionateWoman 3 {Enter}
Sleep 100
Send give_trait this PrettyWoman 3 {Enter}
Sleep 100
Send give_trait this SpiritedWoman 2 {Enter}
Sleep 100
Send give_trait this GoodPrincess 4 {Enter}
Sleep 100
Send give_trait this NaturalPrincess 3 {Enter}
Sleep 100
Return
;clergy
RAlt & c::
Send give_trait this Bishop 1 {Enter}
Sleep 100
Send give_trait this Cardinal 1 {Enter}
Sleep 100
Send give_trait this GoodDenouncer 5 {Enter}
Sleep 100
Send give_trait this SecretlyFemale {Enter}
Sleep 100
Send give_trait this Warmonger 3 {Enter}
Sleep 100
Send give_trait this NaturalPriestSkill 3 {Enter}
Sleep 100
Send give_trait this Missionary 3 {Enter}
Sleep 100
Send give_ancillary this deacon {Enter}
Sleep 100
Send give_ancillary this executioner {Enter}
Sleep 100
Send give_ancillary this holy_chalice {Enter}
Sleep 100
Send give_ancillary this zealous_disciple {Enter}
Sleep 100
Send give_ancillary this witch_hunter {Enter}
Sleep 100
Send give_ancillary this librarian {Enter}
Sleep 100
Send give_ancillary this fragment_of_the_black_stone {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Return
;merchant
RAlt & m::
Send give_trait this GoodMerchant 4 {Enter}
Sleep 100
Send give_trait this LegalDealer 2 {Enter}
Sleep 100
Send give_trait this MerchantsGuildMember 1 {Enter}
Sleep 100
Send give_trait this MerchantsGuildTrained {Enter}
Sleep 100
Send give_trait this Monopolist 2 {Enter}
Sleep 100
Send give_trait this NaturalMerchantSkill 3 {Enter}
Sleep 100
Send give_trait this SecureMerchant 2 {Enter}
Sleep 100
Send give_trait this SecurityMerchant 2 {Enter}
Sleep 100
Send give_trait this WorldlyMerchant 2 {Enter}
Sleep 100
Send give_ancillary this merchant_clerk {Enter}
Sleep 100
Send give_ancillary this counterfeiter {Enter}
Sleep 100
Send give_ancillary this trick_abacus {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Return
;diplomat
RAlt & d::
Send give_trait this BraveDiplomat 2 {Enter}
Sleep 100
Send give_trait this GoodDiplomat 5 {Enter}
Sleep 100
Send give_trait this Multilingual 3 {Enter}
Sleep 100
Send give_trait this NaturalDiplomatSkill 3 {Enter}
Sleep 100
Send give_trait this Secretive 3 {Enter}
Sleep 100
Send give_trait this SmoothTalker 3 {Enter}
Sleep 100
Send give_ancillary this diplomatic_escort {Enter}
Sleep 100
Send give_ancillary this exotic_gifts {Enter}
Sleep 100
Send give_ancillary this foreign_dignitary {Enter}
Sleep 100
Send give_ancillary this translator {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Return
;Admirals (boats)
RAlt & b::
Send give_trait this NaturalMilitarySkill 4 {Enter}
Sleep 100
Send give_trait this Sailor 5 {Enter}
Sleep 100
Send give_trait this GoodCommander 2 {Enter}
Sleep 100
Send give_ancillary this naval_gunner {Enter}
Sleep 100
Send give_ancillary this naval_navigator {Enter}
Sleep 100
Send give_ancillary this nicolau_copernicus {Enter}
Sleep 100
Send give_ancillary this shipwright {Enter}
Sleep 100
Send give_ancillary this black_stallion {Enter}
Sleep 100
Return
;remove Negative ancillaries and traits
RAlt & n::
Send remove_trait this Corrupt {Enter}
Sleep 100
Send remove_trait this Corrupted {Enter}
Sleep 100
Send remove_trait this Cuckold {Enter}
Sleep 100
Send remove_trait this Cursed {Enter}
Sleep 100
Send remove_trait this ExoticTastes {Enter}
Sleep 100
Send remove_trait this ExpensiveTastes {Enter}
Sleep 100
Send remove_trait this Haemophobic {Enter}
Sleep 100
Send remove_trait this HasAdultress {Enter}
Sleep 100
Send remove_trait this Hypochondriac {Enter}
Sleep 100
Send remove_trait this Infertile {Enter}
Sleep 100
Send remove_trait this MerchantEnemies {Enter}
Sleep 100
Send remove_trait this Noctophobia {Enter}
Sleep 100
Send remove_trait this Perverted {Enter}
Sleep 100
Send remove_trait this PublicAtheism {Enter}
Sleep 100
Send remove_trait this ShadyDealer {Enter}
Sleep 100
Send remove_trait this Slothful {Enter}
Sleep 100
Send remove_trait this StrickenSerious {Enter}
Sleep 100
Send remove_trait this StrickenSilly {Enter}
Sleep 100
Send remove_trait this WaningConviction {Enter}
Sleep 100
Send remove_ancillary this adultress {Enter}
Sleep 100
Send remove_ancillary this chastity_belt {Enter}
Sleep 100
Send remove_ancillary this secret_love {Enter}
Sleep 100
Send remove_ancillary this adultress_foreign {Enter}
Sleep 100
Send remove_ancillary this adultress_she_man {Enter}
Sleep 100
Send remove_ancillary this crooked_judge {Enter}
Sleep 100
Send remove_ancillary this evil_mother-in-law {Enter}
Sleep 100
Send remove_ancillary this nosy_mother {Enter}
Sleep 100
Send remove_ancillary this shieldbearer {Enter}
Sleep 100
Send remove_ancillary this harsh_judge {Enter}
Sleep 100
Send remove_ancillary this stunning_handmaiden {Enter}
Sleep 100
Send remove_ancillary this yappy_little_dog {Enter}
Sleep 100
Send remove_ancillary this secret_love {Enter}
Sleep 100
Send remove_ancillary this obsessed_suitor {Enter}
Sleep 100
Send remove_ancillary this magician_pagan {Enter}
Sleep 100
Send remove_ancillary this choir_boy {Enter}
Sleep 100
Return
|
|