04.06.2017, 16:32
(This post was last modified: 11.06.2017, 18:05 by Quarchodron.)
Capture The Flag
Hello guys!
This is simply mini game. Named Capture the Flag. U need to take Vob (flag) to ur own base.
0.1
* Minimap
* 4 Class
* 2 Teams Blue and Red
* Skull.3d as Flag* 10 Points in one team and reset game.
* Private Message system.
* default Playerlist,chat,admin
* Sprint system.
* Own health system and dmg.
0.2 (2017-06-11)
* Best players ranking
* Add system to check how many players is in one team.
* Players count in team on client & server side.
* U cannot take flag if there is much more players in one of the team.
* /wyglad command to change player look.
0.3 (soon)
* Shop.
* Personal points.
* Save Ranking.
* Change hero instance at wolf,troll ... for player points.
Key X - Sprint (hold)
Key Home - Take/Drop flag.
Key F6 - Ranking.
Key F5 - Player List.
/pw - Private Message.
/wyglad - Change Visual.
/q,/quit - Exit game.
/help,/pomoc - Help.
Archive:
Link (0.1)
Link (0.2)
![[Image: Beztytulu_aqesaps.png]](http://s10.ifotos.pl/img/Beztytulu_aqesaps.png)
![[Image: Beztytulu_aqesahp.png]](http://s2.ifotos.pl/img/Beztytulu_aqesahp.png)
![[Image: Beztytulu_aqesahh.png]](http://s10.ifotos.pl/img/Beztytulu_aqesahh.png)
Optional config
Code:
<server>
<config public=true host_name="Gothic 2 Online" max_slots=32 port=28970 rcon_pass="SomePassword" />
<master host="185.5.97.181" port=7777 />
<version build=0 />
<world name="NEWWORLD\\NEWWORLD.ZEN" />
<description text="<center><b><font color=red>Capture</font> The <font color=red>Flag</font></b></center>" />
<!-- Default -->
<script src="capture_flag/client/main.nut" type="client" />
<script src="capture_flag/server/main.nut" type="server" />
<script src="capture_flag/client/packet.nut" type="client" />
<script src="capture_flag/server/packet.nut" type="server" />
<script src="capture_flag/server/admin.nut" type="server" />
<script src="capture_flag/server/flag.nut" type="server" />
<script src="capture_flag/server/team.nut" type="server" />
<script src="capture_flag/server/class.nut" type="server" />
<script src="capture_flag/server/ranking.nut" type="server" />
<script src="capture_flag/server/game.nut" type="server" />
<script src="capture_flag/client/map.nut" type="client" />
<script src="capture_flag/client/flag.nut" type="client" />
<script src="capture_flag/client/hp.nut" type="client" />
<script src="capture_flag/client/sprint.nut" type="client" />
<script src="capture_flag/client/chat.nut" type="client" />
<script src="capture_flag/client/playerlist.nut" type="client" />
<script src="capture_flag/client/spawn.nut" type="client" />
<script src="capture_flag/client/guilogin.nut" type="client" />
<script src="capture_flag/client/ranking.nut" type="client" />
<!-- Ids -->
<items src="items.xml" />
<mds src="mds.xml" />
<modification enabled=true />
</server>