[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QUAKE:231] RE: HELLO!!



>  で早速質問なのですが、チームプレイ時に自分の所属しているチームを
>
 ゲーム中に変更できるみたいなのですが、どうやったら出来るのでしょうか
?

 チームフラグの数値で、設定が選べます。


        A lot of options can be configured with this mod.  The majority
of
        these options are configurable using the teamplay variable.
        This mod uses the teamplay variable as a bitfield, with each
bit
        associated with a different teamplay option.  The bits are as
follows:

        1       Health Protect
                Players receive no health damage from teammates'
attacks.
        2       Armor Protect
                Players receive no armor damage from teammates'
attacks.
        4       Damage to Attacker
                A player who attacks his teammate will receive the same
                damage the teammate would have received, had he not
been
                protected.
        8       Frag Penalty
                Any player who kills his teammate will be penalized
frags.
                The number of frags to penalize is adjustable by a
simple
                edit in the teamplay.qc file.
        16      Death Penalty
                Any player who kills his teammate will burst apart in a
                bloody mess.
        32      Team Color Lock
                Players will only be allowed to be certain colors. 
Team
                colors can be specified for up to four teams in the
                teamplay.qc file.  Players who have illegal colors
                when they enter will be put into the team with the
fewest
                members.  Any player who changes team (pants color)
will
                be fragged and their frag count is reset to zero.
        64      Static Teams
                Players will not be allowed to change teams.  
        128        Drop Items
                Players will be allowed to drop ammo and weapons.  
                IMPULSE 20 will drop a backpack and IMPULSE 21 will 
                drop the current weapon.  You can't drop the axe or
                single-shotgun.
        256        Capture the Flag
                This enables Capture the Flag support.


 使いたいオプションの合計値を、autoexec.cfgのteamplayの項目にセットす
りゃいいわけです。

 128とか、かなりコミュニケーションがとれてないと、活用できないだろ
な。
 FragKeeperに、弾薬補給できるってことなんだろうけど。