Results 1 to 4 of 4

Thread: A little help with a console cheat

  1. #1

    Default A little help with a console cheat

    Ive been trying to add units to rebel settlements but I cant get it to work.

    create_unit "Roma" "koxsalotoi" 1 1 1, does not work for example. Do the settlement or units have "secret" names i should be using instead?

  2. #2

    Default Re: A little help with a console cheat

    None of the units have single-word names, their internal names are three or four words long.

    The correct one for Celtic skirmishers, for example, is "celtic infantry koxsalatoi". What you'd need is:

    Code:
    create_unit Roma "celtic infantry koxsalatoi" 1 0 0 0
    You need to check the EDU to get all the units' internal names.

  3. #3

    Default Re: A little help with a console cheat

    create_unit "town name" "unit name" 1 1 1 1
    cheat. Please note that if town has more than 1 words in its name, you must use _ to separate those words. And for real unit names go to export_descr_unit.txt file in m2tw/mods/eb2/data folder.


    example:
    create_unit "Sparte" "celtic infantry iaosatae" 1 1 1 1
    cheat creates unit of celtic slingers in Sparta.

  4. #4

    Default Re: A little help with a console cheat

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •