Forums Index >> Modding >> Some more questions...
Page : <1> :
Legendary, I can answer a few.
1. Splash area is in Special.cs (game/server/scripts/special.cs). Scroll down to the weapons datablocks which start like this: datablock ProjectileData(BounceProjectile). Go down four lines past that to splashArea = *number*; and just increase the number.
2. It should be in the weapon datablock, but sizescale if for pre-explosion, so I have no idea, sorry
3. Are you behind a router? Is the IP in your TC/IP prefs different than the one that myipaddress.com shows? If so then you are behind a router, call your Internet Service Provider.
4. Again, no idea
5. Do you want weapon emitters or stationary emitters? Weapon emitters are simple enough, at the end of the weapon datablock add this line: emitter = "EmitterName"; for universal emitters. For mod-specific add *projectilename*.emitter = "emittername"; for example bounceprojectile.emitter = "rocketemitter"; Stationary emitters are a bit more complicated, but not much, tell me if you want to know how to do them too.
Hope this helps
Ben
Thanks ben! I want to know how to get my own emmiters in,My very own! Not the default...
I need a very detailed guide.
I DO seek out,read,and research, But it doesn't make any sence to me!
I always search before I ask,I found like 50 torturials,but I DID NOT understand them!
If you want me to figure it out by myself fine,have your wish.
Page : <1> :
I have more questions...
1. I want to make the splash area bigger,how?
2. I want the area explosion to be much bigger,how?
3. Nobody can see my server,I've deleted every friggin' security system and every firewall,but no avail... HELP!
4. I have an animation,I want the animation to become the projectile...
5. After reading every torturial on emmiters,I still don't know how to use 'em,HOW?!
Can you guys answer any of these?