i suck at any scripting even if its easy
Double toast but think this is it.//particle_Player.cs//particle emitters associated with the player//the datablocks for these particles are part of the game, this file just changes them slightly to make them placeable with the wrenchPlayerBubbleEmitter.uiName = "Player Bubbles";PlayerFoamEmitter.uiName = "Player Foam";PlayerFoamDropletsEmitter.uiN ame = "Player Foam Droplets";playerJetEmitter.uiName = "Player Jet";playerJetGroundEmitter.uiName = "Player Jet Dust";LightPuffEmitter.uiName = "Player Foot Puff";//throwing the camera emitter in here tooCameraEmitterA.uiName = "Camera Glow";
cameraImage.stateEmitter[1] = JeepBurnEmitter;cameraImage.stateEmitter[2] = JeepBurnEmitter;