| Author | Message | 
        
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modthank you.   
 
 | 
		
			| Fri Oct 09, 2009 5:15 am | 
					
					   | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modDuh102 wrote: On an MOPixel or MOSParticle: Code: >ScreenEffect = ContentFile>>FilePath = (path to glow)
 >EffectAlwaysShows = 1
 >EffectStartTime = 0
 >EffectStopTime = (lifetime of particle)
 >EffectStartStrength = 1.0
 >EffectStopStrength = 0
do you mean put it under  AddGib = Gib     GibParticle = MOPixel like that?
 
 | 
		
			| Thu Oct 15, 2009 3:03 am | 
					
					   | 
	
	
		|  | 
	
			| Duh102 happy carebear mom 
					Joined: Tue Mar 04, 2008 1:40 am
 Posts: 7096
 Location: b8bbd5
   |   Re: I need help with my first modOn the MOPixel you want to glow. 
 
 | 
		
			| Thu Oct 15, 2009 3:05 am | 
					
					   | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modeh.... darn, I'm dumb. (oh noes     ) example please?
 
 | 
		
			| Thu Oct 15, 2009 3:09 am | 
					
					   | 
	
	
		|  | 
	
			| Duh102 happy carebear mom 
					Joined: Tue Mar 04, 2008 1:40 am
 Posts: 7096
 Location: b8bbd5
   |   Re: I need help with my first modCode: AddEffect = MOPixelPresetName = Flash Particle Yellow Big
 Mass = 0.1
 LifeTime = 50
 Sharpness = 0.3
 HitsMOs = 1
 GetsHitByMOs = 0
 Color = Color
 R = 255
 G = 255
 B = 187
 Atom = Atom
 Material = Material
 CopyOf = Air
 TrailColor = Color
 R = 255
 G = 255
 B = 159
 TrailLength = 5
 ScreenEffect = ContentFile
 FilePath = Base.rte/Effects/Glows/YellowBig.bmp
 EffectStartTime = 0
 EffectStopTime = 50
 EffectStartStrength = 1.0
 EffectStopStrength = 0
 EffectAlwaysShows = 1
Base.rte is your friend
 
 | 
		
			| Thu Oct 15, 2009 3:12 am | 
					
					   | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modwhen I tried loading this mod, it said 
 "Could not Match Property at line 66!"
 
 But it worked perfectly fine for clones... I don't get it.
 
 Anyway, here's lines 64-66
 
 AddGib = Gib
 GibParticle = MOPixel
 Copy of = Drop Blood
 
 
 | 
		
			| Thu Oct 15, 2009 3:32 am | 
					
					   | 
	
	
		|  | 
	
			| Duh102 happy carebear mom 
					Joined: Tue Mar 04, 2008 1:40 am
 Posts: 7096
 Location: b8bbd5
   |   Re: I need help with my first modAre they tabbed correctly, using tabs and not spaces? 
 
 | 
		
			| Thu Oct 15, 2009 3:37 am | 
					
					   | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modyes
 hm... I guess I'll just not use it until I've learned more.
 
 
 | 
		
			| Thu Oct 15, 2009 3:37 am | 
					
					   | 
	
	
		|  | 
	
			| Duh102 happy carebear mom 
					Joined: Tue Mar 04, 2008 1:40 am
 Posts: 7096
 Location: b8bbd5
   |   Re: I need help with my first modCopyOf is one word. 
 
 | 
		
			| Thu Oct 15, 2009 3:42 am | 
					
					   | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modDuh102 wrote: CopyOf is one word.....I've been had     fix'd
 
 | 
		
			| Thu Oct 15, 2009 3:47 am | 
					
					   | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modAlso, when I tried to add the gib "Gib Small Flash A" it says that the gib was not yet defined, even though the same code worked for clones in Base.rte
 anyone know why?
 
 
 | 
		
			| Thu Oct 15, 2009 3:54 am | 
					
					   | 
	
	
		|  | 
	
			| Geti 
					Joined: Sun Jul 13, 2008 9:57 am
 Posts: 4886
 Location: some compy
   |   Re: I need help with my first mod"Gib Small Flesh A" should be spelt as i have here, not with an A. spellcheck your code more. things need to be spelt and capitalised correctly. it should also be a MOSRotating, in case you ♥♥♥♥ that up. 
 
 | 
		
			| Thu Oct 15, 2009 7:17 am | 
					
					     | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modI typed it right, but no work...? Code:    AddGib = GibGibParticle = MOSRotating
 CopyOf = Gib Flesh Small A
 Count = 90
 Spread = 360
 MaxVelocity = 200
 MinVelocity = 50
 
 
 | 
		
			| Thu Oct 15, 2009 6:15 pm | 
					
					   | 
	
	
		|  | 
	
			| Metal Meltdown Banned 
					Joined: Thu May 14, 2009 9:22 pm
 Posts: 826
 Location: Lookin' forward to mocking people on Jan 1st 2013.
   |   Re: I need help with my first modIt's "Gib Small Flesh A", not "Gib Flesh Small A". 
 
 | 
		
			| Thu Oct 15, 2009 6:20 pm | 
					
					     | 
	
	
		|  | 
	
			| DoomTurkey 
					Joined: Thu Sep 24, 2009 2:45 am
 Posts: 68
   |   Re: I need help with my first modI wrote that, and it still didnt work... Code:    AddGib = GibGibParticle = MOSRotating
 CopyOf = Gib Small Flesh A
 Count = 90
 Spread = 360
 MaxVelocity = 200
 MinVelocity = 50
 
 
 | 
		
			| Thu Oct 15, 2009 6:23 pm | 
					
					   | 
	
	
		|  | 
	
	
		|  |