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
http://www.mediafire.com/conv/8c3a3c...f94754a96g.jpg
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?
Re: CTF after I start, it direct to Finish Game
you need to add gametypectg.xml ctf
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?
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.