| Author | Message | 
        
			| Zess 
					Joined: Wed Jul 30, 2008 8:18 am
 Posts: 26
   |   Help with HL2 grenade.Alright, I found a grenade that closely resembles the Half-Life 2 grenade, but it's missing one thing: The distinctive red trail found on the grenade. How would I re-create this in CC? 
 
 | 
		
			| Thu Jul 31, 2008 4:48 am | 
					
					   | 
	
	
		|  | 
	
			| CantTouchTheGround 
					Joined: Mon Jul 09, 2007 3:46 pm
 Posts: 124
 Location: Just dont look in your closet.
   |   Re: Help with HL2 grenade.Adding an emitter to it maybe, And have the emitter emit a small red glow very quickly?Hows that for fast answers.
 
 
 | 
		
			| Thu Jul 31, 2008 4:49 am | 
					
					   | 
	
	
		|  | 
	
			| CaveCricket48 
					Joined: Tue Jun 12, 2007 11:52 pm
 Posts: 13144
 Location: Here
   |   Re: Help with HL2 grenade.Give the grenade an emitter, and make it emit pinned short lifetime particle. 
 
 | 
		
			| Thu Jul 31, 2008 4:52 am | 
					
					   | 
	
	
		|  | 
	
			| Zess 
					Joined: Wed Jul 30, 2008 8:18 am
 Posts: 26
   |   Re: Help with HL2 grenade.Alright, I'll see what I can do.
 Okay, it seems that the pixels aren't always going to stay together. Even at semi-low speeds, the grenades trails have pixels inbetween them, and the trails show while being held. Also, any way to make the trail have no gravity?
 
 
 | 
		
			| Thu Jul 31, 2008 4:56 am | 
					
					   | 
	
	
		|  | 
	
			| CaveCricket48 
					Joined: Tue Jun 12, 2007 11:52 pm
 Posts: 13144
 Location: Here
   |   Re: Help with HL2 grenade.For no gravity: Code: [tab]PinStrength = 100For less pixel spacing, raise "ParticlesPerMinute" in the emitter code.
 
 | 
		
			| Thu Jul 31, 2008 6:50 am | 
					
					   | 
	
	
		|  | 
	
			| Shook 
					Joined: Fri Feb 16, 2007 8:43 pm
 Posts: 1695
 Location: AH SHIT FUCK AUGH
   |   Re: Help with HL2 grenade.Actually, it would be pretty much impossible to make it a coherent traillike the one you see in HL2. CC just can't do it with the current coding
 options we have right now. I don't know how to explain it, but you'd probably
 be better off not trying to do it.
 A cheap compromise would be to make it emit small glows at a very high rate,
 thus somewhat making them flow together, but this won't work well if the grenade
 is tossed at high speeds.
 
 
 | 
		
			| Thu Jul 31, 2008 1:01 pm | 
					
					     | 
	
	
		|  | 
	
			| YoshiX 
					Joined: Sun Mar 18, 2007 12:39 am
 Posts: 267
   |   Re: Help with HL2 grenade.TO make it the best hl2 greneade you'd also need that blipping sound it makes :p 
 
 | 
		
			| Thu Jul 31, 2008 2:59 pm | 
					
					   | 
	
	
		|  | 
	
			| uberhen 
					Joined: Wed Jan 24, 2007 11:53 pm
 Posts: 589
 Location: Silicon Valley, California
   |   Re: Help with HL2 grenade.It might still have the same particle buildup as purple's psyblade, but maybe it won't if you made a "launcher" similar to numgun's "grenade pack" in his solid snake mod. EDIT: Sorry, I didn't read the other comments all the way through. It seems like you guys already  knew what to do. Here's what the trail ends up looking like:   Shook's right. Unless you make the particlesperminute extremely high, CC can't render a coherent trail.
 
 | 
		
			| Sat Aug 02, 2008 3:58 am | 
					
					   | 
	
	
		|  | 
	
			| Darlos9D 
					Joined: Mon Jul 16, 2007 9:50 am
 Posts: 1512
 Location: Tallahassee, FL
   |   Re: Help with HL2 grenade.Something I've always wanted to try, but I don't know if anyone ever has, is this:
 For most objects you have them set to auto-generate their constituent particles. But, what if you manually plotted them out like with hands and feet? Could you then manually define the pixels to have a trail, like with projectiles? With something small like a grenade, this might be easy to do. I just don't know if you can add trails that way.
 
 
 | 
		
			| Sun Aug 03, 2008 3:21 pm | 
					
					     | 
	
	
		|  | 
	
			| Azukki 
					Joined: Sat Nov 03, 2007 9:44 pm
 Posts: 1916
 Location: Flint Hills
   |   Re: Help with HL2 grenade.Darlos9D wrote: Something I've always wanted to try, but I don't know if anyone ever has, is this:
 For most objects you have them set to auto-generate their constituent particles. But, what if you manually plotted them out like with hands and feet? Could you then manually define the pixels to have a trail, like with projectiles? With something small like a grenade, this might be easy to do. I just don't know if you can add trails that way.
Tried it. Unfortunately, it doesn't work. Trails only work on MOPixels.
 
 | 
		
			| Sun Aug 03, 2008 6:08 pm | 
					
					   | 
	
	
		|  | 
	
			| Lord Tim 
					Joined: Fri Apr 27, 2007 4:55 pm
 Posts: 1178
 Location: America!
   |   Re: Help with HL2 grenade.Azukki wrote: Darlos9D wrote: Something I've always wanted to try, but I don't know if anyone ever has, is this:
 For most objects you have them set to auto-generate their constituent particles. But, what if you manually plotted them out like with hands and feet? Could you then manually define the pixels to have a trail, like with projectiles? With something small like a grenade, this might be easy to do. I just don't know if you can add trails that way.
Tried it. Unfortunately, it doesn't work. Trails only work on MOPixels.He's talking about the individual atoms in the atomgroup. It'd probably work, but you'd have to have a really long trail, or else you wouldn't notice it. Also, trails for atoms/mopixels aren't as good, because they're solid colors, and don't really blend very well.
 
 | 
		
			| Sun Aug 03, 2008 6:50 pm | 
					
					   | 
	
	
		|  | 
	
			| Azukki 
					Joined: Sat Nov 03, 2007 9:44 pm
 Posts: 1916
 Location: Flint Hills
   |   Re: Help with HL2 grenade.Lord Tim wrote: He's talking about the individual atoms in the atomgroup.Yeah, I know. Like I said, I tried it and it didn't work. Trails only work on MOPixels.
 
 | 
		
			| Sun Aug 03, 2008 10:52 pm | 
					
					   | 
	
	
		|  | 
	
			| Exalion 
					Joined: Fri Mar 02, 2007 6:59 am
 Posts: 1726
 Location: NSW, Australia
   |   Re: Help with HL2 grenade.Maybe you should look at the Crobo beta pack 2, the grenades fired by tat grenade launcher are as close as it gets. 
 
 | 
		
			| Tue Aug 05, 2008 9:10 am | 
					
					   | 
	
	
		|  | 
	
			| The Fat Sand Rat 
					Joined: Sun Apr 15, 2007 5:56 am
 Posts: 1191
 Location: outside the shithole called the University in the Forest
   |   Re: Help with HL2 grenade.Exalion wrote: Maybe you should look at the Crobo beta pack 2, the grenades fired by tat grenade launcher are as close as it gets.Objection. Grif made a grenade launcher pack a while back that included a semi-coherent trail that matched the grenade's path more or less perfectly.
 
 | 
		
			| Tue Aug 05, 2008 4:21 pm | 
					
					   | 
	
	
		|  | 
	
			| Hobbesy 
					Joined: Mon Feb 11, 2008 11:11 pm
 Posts: 711
 Location: East of Applachia, West of the Mississippi
   |   Re: Help with HL2 grenade.What about the laser cannon in the AAL pack?  It stays together rather nicely. 
 
 | 
		
			| Wed Aug 06, 2008 2:56 am | 
					
					   | 
	
	
		|  | 
	
	
		|  |