Jump to content

PSC

Member
  • Content Count

    467
  • Joined

  • Last visited

  • Medals

Posts posted by PSC


  1. titel1.gif

    I released my new dune buggy addon. You can grab it here:

    buggy.tacticalblunder.com

    It should be AAE compatible, but I admit, I "bend" the AAE rules a bit. The tag for this addon is "Bug". Everything (addon PBO, mission names) starts with "Bug". Not sure if this is 100% correctly, but tecnically it's not wrong.

    Some features of the buggy are:

    <ul>

    [*]Random Visual Appearance

    [*]Random Numbering

    [*]Nitro Boost

    Check the included readme and PDF for further information.

    Regards, PSC blues.gif

    titel2.jpg


  2. Oh well, I always understood it like this: If you need another addon for a) the addon itself or b) the mission, write a note into the requiredAddons[] part of a) the addons config, or b) the mission.sqm (there is such a part in the mission.sqm, isn't it?).

    Plus the rest (instruction in the readme where to get, etc...).

    Regard, PSC

    smile_o.gif


  3. Oh, but wasn't that what you were asking for?

    Quote[/b] ]Or, for example a delta ranger specific mission, are we meant to insert them with BIS blackhawks, when there are nice littlebirds available? From my perspective, that defeats the greater scope of what BAS make, and doesn't provide BAS fans with what they enjoy.

    Maybe I didn't get your point right though?

    Regards, PSC smile_o.gif


  4. Quote from the AAE guidelines:

    Quote[/b] ]

    V) If the addons itself requires other addons to work properly, it has to:

    i) include such addons in requiredAddons[] list

    ii) provide exact instructions where to get the addon in the readme file

    iii) the addons in question has to be At Ease compliant addons as well

    PSC smile_o.gif


  5. Am I the only one who has trouble to download the AAE Utility? Since yestarday I keep on clicking on the "I Agree" link, but nothing happens. First of all I thought it was the rush of people trying to download, but now I can't believe that anymore.

    Regards, PSC rock.gif


  6. Do you guys have any plans for british 8th army units? Would be good to have a chance to recreate all the battles the british and germans fought smile_o.gif

    I don't plan that at the moment to be honest. I even doubt that my next addon will be WW2.

    Regards, PSC


  7. I released my Flettner FL-282/3 "Kolibri" addon.

    There are two packs with six different versions

    Pack 1:

    <ul>

    [*]Standart green Kolibri

    [*]Kolibri with Regiment Malden Camo Pattern

    [*]Kolibri with Deutsches Afrika Korps Desert Camo Patter

    Pack 2:

    <ul>

    [*]U.S. captured Kolibri

    [*]Kolibri with winter Camo

    [*]Kolibri with Deutsches Afrika Korps Tropical Camo Patter

    Each of the pack can be installed and used independently, but you need the additional Luftwaffe Pilot addon for both of them.

    You can download it here:

    Pack 1

    Pack 2

    Luftwaffe Pilot

    Mirrors:

    (Provided by Mars911):

    http://ofp.gamezone.cz/_hosted/marcel/Kolibri_Pack_1_Installer.exe

    http://ofp.gamezone.cz/_hosted/marcel/Kolibri_Pack_2_Installer.exe

    http://ofp.gamezone.cz/_hosted/marcel/Luftwaffe_Pilot_Installer.exe

    (provided by ofp.at)

    http://www.ofp.at/index.php?act=download&dlid=207

    http://www.ofp.at/index.php?act=download&dlid=208

    http://www.ofp.at/index.php?act=download&dlid=209

    (provided by ofp.info)

    ftp://www.gamezone.cz/ofpd/unofaddons2/Kolibri_Pack_1_Installer.exe

    ftp://www.gamezone.cz/ofpd/unofaddons2/Kolibri_Pack_1_Installer.exe

    ftp://www.gamezone.cz/ofpd/unofaddons2/Kolibri_Pack_1_Installer.exe

    Regards, PSC

    P.S.: A note to BIS: In my personal options I can set the text color of my posts. But each time I post something it is black (default) again. So I have to go to my control panel, change the color again, and edit the post to make it work...


  8. Don't let that stop you from using it to make great African, ME or whatever missions any time within the last century.

    Thats right. It wouldn't stop me, but to speak in metaphors, the name is like an itching spot on my back, that I can't scratch if you know what I mean. It doesn't feel right if you play in Africa but the map is called Afghanistan.

    PSC smile_o.gif


  9. Ok, it still doesn't work. So I'll try to specify the question:

    I have 12 playerslots. They are named like this: Player01, Player02... Player12.

    In the initline of Player01 I wrote:

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">PlayerGroup = group this;<span id='postcolor'>

    So if I write this into a trigger, and the leader (Player01) slot is taken by a human or AI, it works:

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">leader PlayerGroup sidechat "It works!"<span id='postcolor'>

    But if the Player01 slot is empty and the first slot taken by a human is Player03 for instance, it doesn't. Nothing will happen then. I guess the reason is that the people will not be grouped into PlayerGroup if there is no Player01.

    Is there a way to group the playable slots in a different way? Something that I could write into the init.sqs file for instance. Maybe like this:

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">PlayerGroup = [Player01, Player02... Player12];<span id='postcolor'>

    Regards, PSC


  10. I've got a question. I'd like one player of the team to say something in teamchat if a trigger is activated. Usually it would go like this:

    "on activation" line of trigger:

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    s1 sideChat "Bla bla bla";

    <span id='postcolor'>

    "s1" is the playername in this case.

    The problem is, "s1" is one of the choosable playerspots, but what if nobody chooses the "s1" slot. Nothing would happen then. So how do I make it if "s1" is not taken, that "s2", or, if "s2" is not taken as well, "s3" says "Bla bla bla"?

    Maybe something like:

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    if "s1" is alive, say "Bla". Else "s2" say "Bla", etc.

    <span id='postcolor'>

    Regards and thanks in advance, PSC


  11. Add a simple quadratic plane, apply a planar transparent texture to it, and make it a selection called "clan".

    If you do it like that the squad logo will be shown instead of the transparent texture if there is one (otherwise it's just transparent).

    PSC

    P.S.: Don't forget the CfgModels section in the config.cpp


  12. Add a simple quadratic plane, apply a planar transparent texture to it, and make it a selection called "clan".

    If you do it like that the squad logo will be shown instead of the transparent texture if there is one (otherwise it's just transparent).

    PSC

    P.S.: Don't forget the CfgModels section in the config.cpp


  13. You could have an in-mission code request. In other words: you start the mission as usual. After or before the intro the squadleader will be asked to insert a code. If it's the right one the mission goes on, if it's the wrong one an ending trigger will be activated.

    PSC (aka Joe Lemonade wink.gif )

    P.S.: Serious players would play/finish the first mission of a campaign before they go on to the next mission anyways...


  14. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Miles Teg @ 08 May 2003,14:46)</td></tr><tr><td id="QUOTE">...Of coarse that means you have to play as a Nazi..<span id='postcolor'>

    Thats not only political incorrect. Not all Germans were Nazis. In fact the word Nazi is derived from Nationalsozialistische Arbeiter Partei (NSDAP), which was a political party in Germany during that time. So only the people who were members of that party were actually Nazis. In other words, most of the Germans were not.

    PSC

×