AOE3 Forums


  advanced
in


Last post 11-19-2009, 4:02 PM by kjn. 3183 replies.
Page 132 of 213 (3,184 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 100 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: 12 Nov 2009, 11:26 PM
    Member
    Xamo World
    Top 200 Contributor
    Total Posts: 836
    Last Post: 11-12-2009
    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: 20/11/2009, 4:22 PM
    Member
    Top 75 Contributor
    Total Posts: 1,698
    Last Post: 11-20-2009
    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: 20/11/2009, 4:22 PM
    Member
    Top 75 Contributor
    Total Posts: 1,698
    Last Post: 11-20-2009
    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 100 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: 20/11/2009, 4:22 PM
    Member
    Top 75 Contributor
    Total Posts: 1,698
    Last Post: 11-20-2009
    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 not online. Last active: 11/21/2009, 12:28 PM
    Member
    Top 10 Contributor
    Total Posts: 4,242
    Last Post: 11-21-2009
    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!

  •  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: 12 Nov 2009, 11:26 PM
    Member
    Xamo World
    Top 200 Contributor
    Total Posts: 836
    Last Post: 11-12-2009
    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 not online. Last active: 11/21/2009, 12:28 PM
    Member
    Top 10 Contributor
    Total Posts: 4,242
    Last Post: 11-21-2009
    Member Since: 12-24-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    Xamo,

    It was very kind of you to answer his question..

    I wish guys would start asking their CSO questions in the tips and tricks thread..It was pinned for their convenience..Also to help keep this thread for regular scenario questions less cluttered for guys trying to assist..Co-operation would be most appreciated.

    Regards

  •  01-22-2008, 3:44 PM 645100 in reply to 644828
    kjn kjn is not online. Last active: 11/21/2009, 12:28 PM
    Member
    Top 10 Contributor
    Total Posts: 4,242
    Last Post: 11-21-2009
    Member Since: 12-24-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    by 3rd Time...

    CAN SOMEONE PLEASE ANSWER ME?

    Srry for caps.

    Thanks.

    Ivan,

    For the sixth or seventh time now the following has been requested in here.

    Your post would have gotten answered a lot quicker If you'd have posted in the pinned tips and tricks thread..There is where you now post your CSO questions..It makes things less cluttered in here..Please? Help us to keep some kind of order in this thread.

    Regards 

  •  01-22-2008, 4:07 PM 645116 in reply to 645100
    sandstorm sandstorm is not online. Last active: 20/11/2009, 4:22 PM
    Member
    Top 75 Contributor
    Total Posts: 1,698
    Last Post: 11-20-2009
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >
    i would have to disagree, i think it would be easier if all questions are asked here, having to check to threads is harder. maybe when more questions are asked, but at the moment i would ask quesiosn here, as long as people say they are working on multiplayer sceanrios.


    My Scenarios (click pic)
  •  01-22-2008, 4:16 PM 645120 in reply to 645116
    kjn kjn is not online. Last active: 11/21/2009, 12:28 PM
    Member
    Top 10 Contributor
    Total Posts: 4,242
    Last Post: 11-21-2009
    Member Since: 12-24-2005
    Subject: Re: < < Scenario Design - Question Thread > >

    Again, this is why we convinced them to pin the tips and tricks thread..

    1..To help keep things a little more organized in here..Yes.. if they stipulate regular scenario or multiplayer..The trouble is guys don't always make that distinction..That causes confusion..Right?

    2..To make it easier for guys to see the place for cso help and ask questions..I believe it will make it easier for multiplayer guys..They now have their own thread..Moshe worked hard on it.

    (You're entitled to your opinion)..

    It just makes things a little easier all around..Then.. when it does get heavier as you stated..Most guys will already be used to the protocall.

    After all they did go to the trouble to help us, when we asked.

  •  01-22-2008, 4:43 PM 645133 in reply to 645120
    sandstorm sandstorm is not online. Last active: 20/11/2009, 4:22 PM
    Member
    Top 75 Contributor
    Total Posts: 1,698
    Last Post: 11-20-2009
    Member Since: 10-02-2005
    Subject: Re: < < Scenario Design - Question Thread > >
    if u have ever been to AOMH they have a really huge question thread, they still keep it in one. the 'tips and tricks' thread will just be like the '9 most commonly asked questions' thread, should be read first before posting a question. if you have one post it here though.


    My Scenarios (click pic)
Page 132 of 213 (3,184 items)   « First ... < Previous 130 131 132 133 134 Next > ... Last »
View as RSS news feed in XML