CTF the Flag doesn't appear/show

Results 1 to 4 of 4
  1. #1
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    CTF the Flag doesn't appear/show

    Why is it the Flag doesn't appear or show on Bases??
    How to solve this problem?

    Spoiler:

    Previous Quest >>> SOLVED
    After I start the Capture the Flag, it direct to Finish Game or End Game.
    How to fix this problem?

    The Source I have used: Modified Source (CTF + Anti-Lead + DamageCounter + Fixes)

    HERE IS THE SCREENSHOT


    Also, the Flag doesn't show on the base, how to fix?
    I have already added the correct lines on worlditem.xml
    Code:
    <!-- 서버와 통신하지 않는 아이템 -->
    <WORLDITEM id="205" name="blueflag"> <!-- id를 바꾸면 소스도 바꿔야 한다. -->
    <TYPE>flag</TYPE>
    <TIME>5000</TIME>
    <MODELNAME>blueflag</MODELNAME>
    </WORLDITEM>
    
    <!-- 서버와 통신하지 않는 아이템 -->
    <WORLDITEM id="206" name="redflag"> <!-- id를 바꾸면 소스도 바꿔야 한다. -->
    <TYPE>flag</TYPE>
    <TIME>5000</TIME>
    <MODELNAME>redflag</MODELNAME>
    </WORLDITEM>
    
    		
    		<MeshInfo>
    <!-- 포탈 -->
    <AddWorldItemElu name ="redflag">
    <AddBaseModel name ="redflag" filename="model/worlditem/ef_ctf_r.elu"/>
    <AddAnimation name="play" filename="model/worlditem/ef_ctf.elu.ani" motion_type="0" motion_loop_type="loop" />
    </AddWorldItemElu> 
    <AddWorldItemElu name ="blueflag">
    <AddBaseModel name ="blueflag" filename="model/worlditem/ef_ctf_b.elu"/>
    <AddAnimation name="play" filename="model/worlditem/ef_ctf.elu.ani" motion_type="0" motion_loop_type="loop" />
    </AddWorldItemElu>
    I already added the 12 files (model.mrs) to the model>worlditem

    How to fix these 2 problems?
    Last edited by cheaterastic; 10-11-12 at 11:41 PM.


  2. #2
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: CTF after I start, it direct to Finish Game

    you need to add gametypectg.xml ctf

  3. #3
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    Re: CTF after I start, it direct to Finish Game

    Thanks, your answer solve my problem.

    But 1 more thing, THE FLAG DOESN'T APPEAR ON BASES, how to solve?

  4. #4
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    Re: CTF the Flag doesn't appear/show

    NEVER MIND GUYS, ALREADY DONE.

    MY PROBLEM FIXED, I ADD THE SAME COPY OF worlditem.xml to my server side. it runs now.
    Last edited by cheaterastic; 11-11-12 at 06:20 AM.



Advertisement