Results 1 to 3 of 3

Thread: "Modifying Formation AI"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: "Modifying Formation AI"

    Thanks for this excellent insight, Darth. It's greatly appreciated
    Epistolary Richard's modding Rules of Cool
    Cool modders make their mods with the :mod command line switch
    If they don't, then Cool mod-users use the Mod Enabler (JSGME)
    Cool modders use show_err
    Cool modders use the tutorials database Cool modders check out the Welcome to the Modding Forums! thread Cool modders keep backups Cool modders help each other out

  2. #2
    Senior Member Senior Member Duke John's Avatar
    Join Date
    May 2003
    Location
    Netherlands
    Posts
    2,917

    Lightbulb Re: "Modifying Formation AI"

    Setting melee states
    To disable skirmish/guard mode and guard of units add the following line:
    Code:
    	begin_block 3
    		min_units		1
    		unit_type		missile infantry 1.0
    		default_melee_state	engage_at_will
    		unit_density		close
    		block_formation		line
    		block_relative_pos	2 0.0 -1.0
    		inter_unit_spacing	20.0
    		priority		1.0
    	end_block
    Edit: engage_at_will is probably wrong.
    Last edited by Duke John; 09-06-2005 at 10:24.

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