Results 1 to 21 of 21

Thread: help with ~ commands

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: help with ~ commands


    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  2. #2

    Post Re: help with ~ commands

    Hi madmatg,
    You may also be interested in this list contained here. Not all of the commands work though, so don't be dishartened if any fail.
    Hope this helps, good luck, cheers!
    Dawn is nature's way of telling you to go back to bed

  3. #3
    Gisgo Governer of Ippone Member madmatg's Avatar
    Join Date
    Dec 2005
    Location
    USA
    Posts
    300

    Default Re: help with ~ commands

    i may be an idiot but i need a lil more help with those commands, for example
    it says
    "create_unit" to create a unit you specify
    but what the heck do i type after that?
    where does faction go? where does unit go? does the unit go by the greek name? or english name?
    if someoen could just write an example of creating a unit for an AI faction that would be wonderful, thx for yalls help so far

    Phil 2:9-11 Phil 4:4

  4. #4
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: help with ~ commands

    You can see examples of many of the commands in the EBBS_Script.txt.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  5. #5
    Gisgo Governer of Ippone Member madmatg's Avatar
    Join Date
    Dec 2005
    Location
    USA
    Posts
    300

    Default Re: help with ~ commands

    ah thank ya much

    Phil 2:9-11 Phil 4:4

  6. #6

    Default Re: help with ~ commands

    This might help you:

    Add units to the army of Gaivs Sextvs Cotta, by opening the console and entering the following:

    Code:
    create_unit "Gaivssextvs Cotta", "roman infantry legionary cohort i" 3 4 2 1
    -> 3 units of Cohors Reformata will spawn in Cotta's army, each will have a single silver chevron, "silver" armour and "bronze" weapons.

    Quick explanation of the code:
    Code:
    "Gaivssextvs Cotta" -> Characters name, Gaivs and Sextvs 
    have to be joined together. Sextvs has no capital letter.
    You could also use a settlements name instead of a characters name.
    
    "roman infantry legionary cohort i" -> The unit label, this can be found
    in the "export_units.txt" file. Don't use '_' !!!
    
    3 4 2 1 -> 3 units / 4 chevrons / 2 armourupgrades / 1 weaponsupgrade.
    
    Don't forget to place a "," between the name and the unit label !!!
    Code:
    move_character "Captain Jvlivsappvlivs" 2,48
    Explanation of the code:
    Code:
    "Captain Jvlivsappvlivs" -> The characters name with Jvlivs and Appvlivs 
    joined together. Appvlivs has no capital letter.
    
    2,48 -> x and y coordinates of a tile on the campaignmap.

  7. #7
    Gisgo Governer of Ippone Member madmatg's Avatar
    Join Date
    Dec 2005
    Location
    USA
    Posts
    300

    Default Re: help with ~ commands

    ah thank you sir i think i have been missing the comma in my attempts at doing this! this was just what i needd!

    Phil 2:9-11 Phil 4:4

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO