Page 1 of 1
Double jump powerup
Posted: Fri Feb 12, 2010 10:42 pm
by Kabus
Hello, I want to do a Q3 arena mod. I need to do a double powerup, but I dont know how on it.
For start I please any step by step tut (I´m newbie).
Thx.
Re: Double jump powerup
Posted: Sat Feb 13, 2010 10:35 am
by ^misantropia^
You want to add a new power-up? Search the game/ and cgame/ source for e.g. PW_REGEN or PW_HASTE, that should give you an indication of how power-ups are implemented in Q3A.
Re: Double jump powerup
Posted: Sat Feb 13, 2010 11:19 am
by Kabus
Ok, I think, that in g_active.c, how I do double jump function?
Re: Double jump powerup
Posted: Tue Feb 16, 2010 11:08 am
by Whispere
It is good idea. You must edit g_active.c,
bg_public.h, bg_misc.c, bg_pmove.c.