CTF animation
Posted: Sat Apr 24, 2010 9:29 pm
Hey its me again !
In my cq.con i put:
In the game i see the flag in the basse, but when i capture him it disappears, i see only the name of the player who carries the flag shining, but i dont see the flag in the mini-map like the mod CTF.
I want see the flag moving in the mini-map like CTF but in CQ mod, can you help me?
U can see my mod in this server -[SL]- Modding in Progress... 77.207.180.139 14568, i want use only cq maps with the flag from ctf ( advantage: much spawnpoints in some maps but with the CTF flag for more fun).
In my cq.con i put:
Code: Select all
Game.setNumberOfTickets 2 200
Game.setNumberOfTickets 1 200
Game.setTicketLostPerMin 2 0
Game.setTicketLostPerMin 1 0
run Conquest/SpawnpointManagerSettings
run Conquest/SoldierSpawnTemplates
run Conquest/SoldierSpawns
run Conquest/ObjectSpawnTemplates
run Conquest/ControlPointTemplates
run Conquest/ObjectSpawns v_arg1
run Conquest/ControlPoints v_arg1
if v_arg1 == "host"
rem ----- Host
rem ----------------------------------------------------------------------------
rem *** CREATE FLAG BASES ***
object.create GEbase
Object.absolutePosition 590/33.9902/1078
Object.rotation 0/0/0
object.create USbase
Object.absolutePosition 1214/20.6109/566
Object.rotation 0/0/0
rem ----------------------------------------------------------------------------
else
rem ----- Join
rem ----------------------------------------------------------------------------
rem *** CREATE FLAG BASES ***
object.create FlagPole
Object.absolutePosition 590/33.9902/1078
Object.rotation 0/0/0
object.create FlagPole
Object.absolutePosition 1214/20.6109/566
Object.rotation 0/0/0
rem ----------------------------------------------------------------------------
endIf
rem *** EndOfFile ***
I want see the flag moving in the mini-map like CTF but in CQ mod, can you help me?
U can see my mod in this server -[SL]- Modding in Progress... 77.207.180.139 14568, i want use only cq maps with the flag from ctf ( advantage: much spawnpoints in some maps but with the CTF flag for more fun).