Results 1 to 5 of 5

Thread: help with descr_strat

  1. #1
    Member Member irish_own's Avatar
    Join Date
    Jun 2005
    Location
    D.C.
    Posts
    5

    Default help with descr_strat

    I'm working on the AATW mod, and working on campagin map.

    here's what i'm working on

    Code:
    faction	romans_brutii, balanced stalin 
    denari	5000 
    settlement 
    { 
             level city 
             region Midway_Island 
     
             	year_founded 0 
    	population 2800 
    	settlement_tax 51 
    	plan_set default_set 
    	faction_creator romans_brutii 
    	building 
    	{ 
    		type core_building governors_palace 
    	} 
    	building 
    	{ 
    		type defenses stone_wall 
    	} 
    	building 
    	{ 
    		type amphitheatres stone_amphitheatre 
    	} 
    	building 
    	{ 
    		type barracks city_barracks 
    	} 
    	building 
    	{ 
    		type missiles practice_field 
    	} 
    	building 
    	{ 
    		type smith blacksmith 
    	} 
    	building 
    	{ 
    		type market forum 
    	} 
    	building 
    	{ 
    		type hinterland_roads roads 
    	} 
    	building 
    	{ 
    		type hinterland_farms farms+2 
    	} 
    	building 
    	{ 
    		type hinterland_mines mines+1 
                    } 
    	building 
    	{ 
    		type port_buildings shipwright 
                    } 
    } 
     
     
    character	Tiberius Brutus, named character, leader, command 0, influence 0, management 0, subterfuge 0, age 52, , x 3, y 155 
    traits GoodCommander 1, NaturalMilitarySkill 1, GoodAttacker 1, PoliticsSkill 2, Intelligent 1 
    ancillaries drillmaster 
    army 
    unit		roman generals guard cavalry early				exp 1 armour 0 weapon_lvl 0 
    unit		roman hastati				exp 1 armour 0 weapon_lvl 0 
    unit		roman velite				exp 1 armour 0 weapon_lvl 0 
     
    character	Aulus Brutus, named character, heir, command 0, influence 0, management 0, subterfuge 0, age 34, , x 2, y 155 
    traits GoodCommander 1, PoliticsSkill 2, Rabblerouser 2, GoodAdministrator 2 
    ancillaries quartermaster 
    army 
    unit		roman generals guard cavalry early				exp 1 armour 0 weapon_lvl 0 
    unit		roman hastati				exp 1 armour 0 weapon_lvl 0 
    unit		roman velite				exp 0 armour 0 weapon_lvl 0 
     
    character	Amulius Brutus, named character, command 0, influence 0, management 0, subterfuge 0, age 31, , x 4, y 155 
    traits GoodCommander 1, NaturalMilitarySkill 2, PoliticsSkill 1, Intelligent 2 
    ancillaries doctor 
    army 
    unit		roman generals guard cavalry early				exp 0 armour 0 weapon_lvl 0 
    unit		roman light cavalry				exp 1 armour 0 weapon_lvl 0 
    unit		roman hastati				exp 0 armour 0 weapon_lvl 0 
    unit		roman hastati				exp 0 armour 0 weapon_lvl 0 
    unit		roman velite				exp 0 armour 0 weapon_lvl 0 
     
    character_record		Cassius Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 14, alive, never_a_leader 
    character_record		Titus Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 10, alive, never_a_leader 
    character_record		Cornelius Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 7, alive, never_a_leader 
    character_record		Oppius Brutus, 	male, command 0, influence 0, management 0, subterfuge 0, age 3, alive, never_a_leader 
    character_record		Galla, 	female, command 0, influence 0, management 0, subterfuge 0, age 50, alive, never_a_leader 
    character_record		Hostia, 	female, command 0, influence 0, management 0, subterfuge 0, age 30, alive, never_a_leader 
    character_record		Lucilla, 	female, command 0, influence 0, management 0, subterfuge 0, age 28, alive, never_a_leader 
    character_record		Paulina, 	female, command 0, influence 0, management 0, subterfuge 0, age 12, alive, never_a_leader 
     
    relative 	Tiberius Brutus, 	Galla,		Aulus Brutus,	Amulius Brutus,	Vibius Brutus,	end 
    relative 	Aulus Brutus, 	Hostia,		Paulina,	Titus Brutus,	Oppius Brutus,	end 
    relative 	Amulius Brutus, 	Lucilla,		Cassius Brutus,	Cornelius Brutus,	end
    I'm not sure if it's something wrong there, or if it's with the cords. Any help?

  2. #2
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: help with descr_strat

    This is a first sight answer.

    2800 is too low population for a settlement with level city. I think more than 6000 is needed.

    Vibius Brutus doesn't appear either as general (named character) or a child in the list of relatives.

    All those errors would be shown using -show_err in the desktop shortcut.

    Cheers

  3. #3
    Member Member irish_own's Avatar
    Join Date
    Jun 2005
    Location
    D.C.
    Posts
    5

    Default Re: help with descr_strat

    Thanks for the reply.

    I made those changes, yet it still doesn't seem to be working. Maybe the cords for the family members have are off, and are ending up in the water.

    If that's the case, any tips on setting the cords.

    And what's this "-show_err"

    Thanks.

  4. #4

    Default Re: help with descr_strat

    show_err
    (actually, I'm going to put this in my sig too)

    Co-ordinates: type show_cursorstat into the console, it will give you the x y coordinates of wherever the cursor is at that time.
    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

  5. #5
    Member Member irish_own's Avatar
    Join Date
    Jun 2005
    Location
    D.C.
    Posts
    5

    Default Re: help with descr_strat

    Pretty much got it fixed.

    Thank you.

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