AOE3 Forums


  advanced
in


Last post 12-03-2008, 2:13 PM by kjn. 2744 replies.
Page 132 of 183 (2,745 items)   « First ... < Previous 130 131 132 133 134 Next > ... Last »
Sort Posts:
  •  01-20-2008, 7:51 PM 644357 in reply to 644267
    Humility Humility is not online. Last active: 05-10-2008, 11:56 AM
    Member
    Florida,(where no tourist has gone before.)
    Top 75 Contributor
    Total Posts: 1,527
    Last Post: 05-10-2008
    Member Since: 06-02-2007
    Subject: Re: < < Scenario Design - Question Thread > >
    oh ok.


    Please join.PM me.I will tell you how to play skillfully from the start.
  •  01-20-2008, 11:59 PM 644406 in reply to 643569
    Иван Грозный Иван Грозный is not online. Last active: 20-10-2008, 3:18 PM
    Member
    My name means Ivan the terrible in russian
    Top 10 Contributor
    Total Posts: 6,458
    Last Post: 10-20-2008
    Member Since: 04-27-2006
    Subject: Re: < < Scenario Design - Question Thread > >

    can someone plz answer my post?:

    Thanks. 

    Иван Грозный:

    Hey guys I got a question, in multi-player with scenarios, there are 3 civilizations of the british, when in the war chiefs and vanilla just 1, I load any scenario, and when i select HC tehre are 3 HCs of british (rarely 2).

    Is this a bug or something or a new feature of a scenario? Thanks for answering.


  •  01-21-2008, 10:15 AM 644572 in reply to 644406
    Xamolxis Xamolxis is not online. Last active: 23 Nov 2008, 3:32 AM
    Member
    Xamo World
    Top 150 Contributor
    Total Posts: 834
    Last Post: 11-23-2008
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    Ok, guys, i need some help:

    - First: Does anyone of you know if Player Population Count effect is in the bugged effects list? Seems not to work ... Do we have a alternative effect to fix the players population?

    - Second: Does anyone from the old AOM scenario makers can remember the code for Change Unit Name to the player? We could change that with a code in AOM if you still remember, so that any player got his own name on the hero/unit and even on the created army. I can remember that this code is something like: <player#1name=blabla> , but i'm not sure. Someone?


    Creator of all XAMO scenarios from AOM/TT/AOE 3/TWC/TAD
  •  01-21-2008, 10:29 AM 644579 in reply to 644233
    sandstorm sandstorm is not online. Last active: 23/11/2008, 8:25 AM
    Member
    Top 75 Contributor
    Total Posts: 1,627
    Last Post: 11-23-2008
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    Humility:
    I tried to type in"How to make it so when you host a game and your scenario uses the british so that if another civ is chosen it still uses british" but it did not work.Help please.

    i can't really give you a complete answer to this but using a combination of the effects.

       <Effect name="Player : Override Culture for Art">
          <Param name="Player" dispName="$$22301$$Player" VarType="player">1</Param>
          <Param name="Culture" dispName="$$45492$$Culture" VarType="culture">WesternEurope</Param>
          <Command>trPlayerOverrideArtCulture(%Player%, "%Culture%");</Command>
       </Effect>
      
       <Effect name="Player : Override Civilization for Sounds">
          <Param name="Player" dispName="$$22301$$Player" VarType="player">1</Param>
          <Param name="Civilization" dispName="$$18682$$Civilization" VarType="civilization">Default</Param>
          <Command>trPlayerOverrideSoundCiv(%Player%, "%Civilization%");</Command>
       </Effect>

     (don't know if they work or what they do, they sound useful though)

    then maybe. 'unforbid and enable', 'forbid and disable' and 'set tech status'

    that way is probably long and drawn out, i don't have a HC editor but i am sure using that may provide an answer. also if you transfer a TWC sceanrio to TAD you do not get any asian civs to choose from still.

     



    My Scenarios (click pic)
  •  01-21-2008, 10:31 AM 644581 in reply to 644572
    sandstorm sandstorm is not online. Last active: 23/11/2008, 8:25 AM
    Member
    Top 75 Contributor
    Total Posts: 1,627
    Last Post: 11-23-2008
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >
    Xamolxis:

    Ok, guys, i need some help:

    - First: Does anyone of you know if Player Population Count effect is in the bugged effects list? Seems not to work ... Do we have a alternative effect to fix the players population?

    - Second: Does anyone from the old AOM scenario makers can remember the code for Change Unit Name to the player? We could change that with a code in AOM if you still remember, so that any player got his own name on the hero/unit and even on the created army. I can remember that this code is something like: <player#1name=blabla> , but i'm not sure. Someone?

    1. it worked fine for me, i recently made a QV set player population count effect and it worked fine, so i can only assume the original effect worked fine.

    2. i don't have a clue, but i searched AOT typetest and didn't find it.



    My Scenarios (click pic)
  •  01-21-2008, 11:32 AM 644602 in reply to 644579
    Humility Humility is not online. Last active: 05-10-2008, 11:56 AM
    Member
    Florida,(where no tourist has gone before.)
    Top 75 Contributor
    Total Posts: 1,527
    Last Post: 05-10-2008
    Member Since: 06-02-2007
    Subject: Re: < < Scenario Design - Question Thread > >
    sandstorm:

    Humility:
    I tried to type in"How to make it so when you host a game and your scenario uses the british so that if another civ is chosen it still uses british" but it did not work.Help please.

    i can't really give you a complete answer to this but using a combination of the effects.

       <Effect name="Player : Override Culture for Art">
          <Param name="Player" dispName="$$22301$$Player" VarType="player">1</Param>
          <Param name="Culture" dispName="$$45492$$Culture" VarType="culture">WesternEurope</Param>
          <Command>trPlayerOverrideArtCulture(%Player%, "%Culture%");</Command>
       </Effect>
      
       <Effect name="Player : Override Civilization for Sounds">
          <Param name="Player" dispName="$$22301$$Player" VarType="player">1</Param>
          <Param name="Civilization" dispName="$$18682$$Civilization" VarType="civilization">Default</Param>
          <Command>trPlayerOverrideSoundCiv(%Player%, "%Civilization%");</Command>
       </Effect>

     (don't know if they work or what they do, they sound useful though)

    then maybe. 'unforbid and enable', 'forbid and disable' and 'set tech status'

    that way is probably long and drawn out, i don't have a HC editor but i am sure using that may provide an answer. also if you transfer a TWC sceanrio to TAD you do not get any asian civs to choose from still.

     

    Right why didn't I think of that?Override all the other cultures so that no matter what it is british.Unforbid all the british units and techs and forbid everything else.


    Please join.PM me.I will tell you how to play skillfully from the start.
  •  01-21-2008, 12:33 PM 644630 in reply to 644602
    sandstorm sandstorm is not online. Last active: 23/11/2008, 8:25 AM
    Member
    Top 75 Contributor
    Total Posts: 1,627
    Last Post: 11-23-2008
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >
    is that what overide culture for art does?


    My Scenarios (click pic)
  •  01-21-2008, 3:51 PM 644728 in reply to 644602
    kjn kjn is online. Last active: 12/05/2008, 9:52 AM
    Member
    Top 25 Contributor
    Total Posts: 3,515
    Last Post: 12-05-2008
    Member Since: 12-24-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    Humm??

    Maybe this could help with what I'm trying to accomplish with my Native_dock?

    Thanks guys!


    Blowgunner:
    "Who cares..This will be electronic dust in 5 months!"
  •  01-21-2008, 7:47 PM 644828 in reply to 644406
    Иван Грозный Иван Грозный is not online. Last active: 20-10-2008, 3:18 PM
    Member
    My name means Ivan the terrible in russian
    Top 10 Contributor
    Total Posts: 6,458
    Last Post: 10-20-2008
    Member Since: 04-27-2006
    Subject: Re: < < Scenario Design - Question Thread > >
    Иван Грозный:

    can someone plz answer my post?:

    Thanks. 

    Иван Грозный:

    Hey guys I got a question, in multi-player with scenarios, there are 3 civilizations of the british, when in the war chiefs and vanilla just 1, I load any scenario, and when i select HC tehre are 3 HCs of british (rarely 2).

    Is this a bug or something or a new feature of a scenario? Thanks for answering.

    by 3rd Time...

    CAN SOMEONE PLEASE ANSWER ME?

    Srry for caps.

    Thanks. 


  •  01-22-2008, 9:23 AM 644978 in reply to 644828
    Xamolxis Xamolxis is not online. Last active: 23 Nov 2008, 3:32 AM
    Member
    Xamo World
    Top 150 Contributor
    Total Posts: 834
    Last Post: 11-23-2008
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    Иван Грозный wrote: " Hey guys I got a question, in multi-player with scenarios, there are 3 civilizations of the british, when in the war chiefs and vanilla just 1, I load any scenario, and when i select HC tehre are 3 HCs of british (rarely 2). Is this a bug or something or a new feature of a scenario? Thanks for answering..."

    As far i can answer to this, is not the normal way, but if you've used mods, or have modified some files (including making your own HC to be used in the scenarios), is very posible to have something unusual.

    For the RPG makers ... maybe this will help a little: Condition to upgrade units by kills (every kill).

     <Condition name="Quest Var Stat Value">
          <Param name="PlayerID" dispName="Player" VarType="player">0</Param>
          <Param name="StatID" dispName="Stat Type" VarType="kbstat">0</Param>
          <Param name="Op" dispName="Operator" VarType="operator">==</Param>
          <Param name="QuestVar" dispName="var Name" VarType="string">QV1</Param>
          <Expression>trGetStatValue(%PlayerID%, %StatID%) %Op% trQuestVarGet("%QuestVar%")</Expression>
        </Condition>

    This will make upgrading of your units by every single kill, tribute, etc.

    NOTE: The only problem is Modify Protounit effect, which has no attack upgrades ... Good luck !


    Creator of all XAMO scenarios from AOM/TT/AOE 3/TWC/TAD
  •  01-22-2008, 3:39 PM 645098 in reply to 644978
    kjn kjn is online. Last active: 12/05/2008, 9:52 AM
    Member
    Top 25 Contributor
    Total Posts: 3,515
    Last Post: 12-05-2008
    Member Since: 12-24-2005
    Subject: Re: < < Scenario Design - Question Thread > >