ubd
2011 Haxxy Award Winner
Offline
Posts: 4074
|
 |
« Reply #645 on: December 26, 2010, 07:32:15 pm » |
|
Meh, I don't really think the Eternal Reward would fit in. The way I picture feigning working is after you press the assigned feigning key you transform into a corpse lying on the ground. Further damage can be taken, of course, but bleeding would be nonexistant while feigning. You can feign for an unlimited amount of time. After unfeigning, the corpse disappears and you get roughly 4 or 5 seconds of invisibility. Many people dislike the idea of disguises but I think if we imported them ino the game they would be highly remniscient of tfc gameplay.
We could also allow for a slightly shorter backstab animation time, in exchange for only a 70% chance of getting an instakill from it.
|
|
|
|
|
Logged
|
|
|
|
|
Lemonade
|
 |
« Reply #646 on: December 27, 2010, 06:06:56 am » |
|
Stab does 100 damage and has a quicker animation. Would that be good ?
|
|
|
|
|
Logged
|
i already have a pet that follows me around 24/7 it's called  you may have seen it
|
|
|
|
Nukleus
Guest
|
 |
« Reply #647 on: December 27, 2010, 07:01:29 am » |
|
This guy is smrat
|
|
|
|
|
Logged
|
|
|
|
|
Lady Z3r05t4r - Honorary Life Insurance
|
 |
« Reply #648 on: December 27, 2010, 11:41:18 am » |
|
hey, i dont know if you have made your mind on whether conc nade has other affect than pushing the player, but i have an idea. how about this: if enemy who gets hit with conc blast, his controls invert for a short time
in other words, A=D/D=A and stuff
would make conc blast a lot better use if enemy getting hit would suddenly start randomly running around
And what about the scout then? The scout uses the conc nade to jump high. And he will need proper controls then, otherwise he will jump backwards?
|
|
|
|
|
Logged
|
|
|
|
ubd
2011 Haxxy Award Winner
Offline
Posts: 4074
|
 |
« Reply #649 on: December 27, 2010, 01:18:22 pm » |
|
well, in tfc the conc confusion effect only applies if you are right on top of the nade or hit directly by it. Anybody standing near it would only get splash damage. This allows scouts and medics to conc jump.
|
|
|
|
|
Logged
|
|
|
|
Alexisone
Newbie
Offline
Posts: 10
Dodge-a-holic/Minecraft Lover.
|
 |
« Reply #650 on: December 27, 2010, 01:41:27 pm » |
|
hey, i dont know if you have made your mind on whether conc nade has other affect than pushing the player, but i have an idea. how about this: if enemy who gets hit with conc blast, his controls invert for a short time
in other words, A=D/D=A and stuff
would make conc blast a lot better use if enemy getting hit would suddenly start randomly running around
I think they shouldn't do this. Maybe they could implement a slowdown/stun system. Or both. Either slowdown, stun, or stun at close range and slowdown with hits that aren't within 20 pixels of the concussion grenade but within 50-60 pixels. This way scouts can grenadejump, but now you have a cons to it, because if they're too close they'll get stunned and if they succeed they'll be a bit slower (Maybe lose 33% of speed?). Scouts can still use them and it has a useful effect. And it could have 5-10 damage, since there's a metal casing filled with stuff blowing up RIGHT THERE. Therefore they don't copy TFC grenade systems (Maybe valve would sue them? I don't know if you can sue for this.) and they still have a decent system. From my view, problem solved.
|
|
|
|
|
Logged
|
|
|
|
|
Dusty
|
 |
« Reply #651 on: December 27, 2010, 07:29:45 pm » |
|
here's a simple idea for the concussion (read: ripped from all the other explosives): have only enemies get the confusion effect, but everyone gets the knockback.
|
|
|
|
|
Logged
|
|
|
|
|
Psychopath
|
 |
« Reply #652 on: December 27, 2010, 09:26:02 pm » |
|
here's a simple idea for the concussion (read: ripped from all the other explosives): have only enemies get the confusion effect, but everyone gets the knockback.
You forget self-concussion.
|
|
|
|
|
Logged
|
(8:01:46 PM) Psychopath: I'm just wondering what the next hot thing to fall on my lap will be (8:01:57 PM) Lynn1: a girl maybe? (8:02:01 PM) Psychopath: 
|
|
|
|
♫Sani Sani Disco♫
|
 |
« Reply #653 on: December 27, 2010, 10:03:35 pm » |
|
There are ways to make the screen shake and rotate, I've been using them for years. Beyond that, color blending and an overlay effect, randomly drawn sprites if you wanna get fancy. I'd use that for the hallucination nades. I'd stick to shaking and rotating for concs. Subtle, though.
|
|
|
|
|
Logged
|
I don't like it.  Oh, well, you might as well pack up and stop now, because he doesn't like it Asdf64: "ultros turned me on" - sani 2013
|
|
|
ubd
2011 Haxxy Award Winner
Offline
Posts: 4074
|
 |
« Reply #654 on: December 27, 2010, 11:04:13 pm » |
|
Yeah, concs are supposed to reduce aim and hallucination nades are supposed to...well, hallucinate, but without directly decreasing your ability to aim.
|
|
|
|
|
Logged
|
|
|
|
|
Orangestar
|
 |
« Reply #655 on: December 28, 2010, 05:41:54 am » |
|
uh, how we gon do that?
|
|
|
|
|
Logged
|
|
|
|
|
Dusty
|
 |
« Reply #656 on: December 28, 2010, 06:38:45 am » |
|
if(conc = true){ falseaimDir or what have you = point_direction(x,y,mouse_x,(mouse_y*-1)+room_height) } of if you want the concusssion effect to be greater as you get closer to the explosion if(conc = 1){ falseaimDir or what have you = point_direction(x,y,mouse_x,(mouse_y*-1)+room_height) }else if(conc = 2){ falseaimDir or what have you = point_direction(x,y,(mouse_x*-1)+room_width,(mouse_y*-1)+room_height) /* or add 180, either way. */ }
|
|
|
|
« Last Edit: December 28, 2010, 06:57:07 am by BluDragon »
|
Logged
|
|
|
|
|
Lemonade
|
 |
« Reply #657 on: December 28, 2010, 08:22:25 am » |
|
I got some code for screen rotation. Just make the concussion effect create an object with : vmax += (number below 5 or something) gmax += (number below 2 or something) as an alarm 0 (defined as worth 1 in the create event before it), and then a step with something like : var a; a = (view_angle[0] mod 360) + 360;
if go < go_t go = min(go+0.1,go_t); else if go > go_t go = max(go-0.1,go_t);
if go > 0 && a >= vmax+360 go_t = -gmax; else if go < 0 && a <= 360-vmax go_t = gmax;
view_angle[0] += go; I'm not really experienced in that so heh, maybe you could adapt this or something.
|
|
|
|
|
Logged
|
i already have a pet that follows me around 24/7 it's called  you may have seen it
|
|
|
|
Leiche
|
 |
« Reply #658 on: December 28, 2010, 12:09:01 pm » |
|
Why dont you guys try them out yourself ? The source is in the package, and im always happy if someone actually contributes stuff to GGC, instead of just discussing things why i need to do this and that.
|
|
|
|
|
Logged
|
 00:25 Neal • I tried shutting down my neighbor's computer and it worked haha 00:26 Calodine • Did you press the off button ------- chadde • hi leiche Ubermench.
|
|
|
|
Psychopath
|
 |
« Reply #659 on: December 28, 2010, 12:34:06 pm » |
|
Why dont you guys try them out yourself ? The source is in the package, and im always happy if someone actually contributes stuff to GGC, instead of just discussing things why i need to do this and that.
Translation: I'm lazy, you guys do it. :v
|
|
|
|
|
Logged
|
(8:01:46 PM) Psychopath: I'm just wondering what the next hot thing to fall on my lap will be (8:01:57 PM) Lynn1: a girl maybe? (8:02:01 PM) Psychopath: 
|
|
|
|