|
|
Last post 12-03-2008, 2:13 PM by kjn. 2744 replies.
-
-
-
 |
|
 |
|
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

|
|
|
|
|
|
|
 |
|
 |
-
 |
|
 |
|
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)
|
|
|
|
|
|
|
 |
|
 |
-
 |
|
 |
|
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)
|
|
|
|
|
|
|
 |
|
 |
-
 |
|
 |
|
 |
|
Humility  |
|
|
|
Member |
|
Florida,(where no tourist has gone before.) |
|
 |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
 |
|
 |
-
-
 |
|
 |
|
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!"
|
|
|
|
|
|
|
 |
|
 |
-
 |
|
 |
|
 |
|
Иван Грозный  |
|
|
|
Member |
|
My name means Ivan the terrible in russian |
|
 |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
 |
|
 |
-
 |
|
 |
|
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

|
|
|
|
|
|
|
 |
|
 |
-
 |
|
 |
|
Subject:
Re: < < Scenario Design - Question Thread > >
| |
|