Unreal Ed Script

Problems? Bugs? Need spoilers? Then post here!
User avatar
~][FGS][Nobody~
Illuminated
Illuminated
Posts: 5348
Joined: 26 Oct 2005, 16:59
Location: Schland!

Post by ~][FGS][Nobody~ »

But it's a BOMB, it goes in all directions. :S
Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
Magus wrote:Maybe one day I will understand your arcane rituals of voting :)
chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.
synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
User avatar
SPAZ ROFELZ
MOMOMONSTERSPAM
MOMOMONSTERSPAM
Posts: 1806
Joined: 24 Jun 2008, 16:21
Location: Sky

Post by SPAZ ROFELZ »

~][FGS][Nobody~ wrote:Well, the first version of the Neutron Bomb was bigger and lasted longer.
However, for gameplay it was too big. :o
I remember that bomb, that was winner of the dinner.

Make weapons like bowens ones. His vortex grenade and gravity shells were awesome.
Image
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Post by Skilgannon »

~][FGS][Nobody~ wrote:But it's a BOMB, it goes in all directions. :S
You never heard of a shaped charge? Used for breaching doors and making accurately sized holes in walls.........
* Since when were you the one in control?
User avatar
SPAZ ROFELZ
MOMOMONSTERSPAM
MOMOMONSTERSPAM
Posts: 1806
Joined: 24 Jun 2008, 16:21
Location: Sky

Post by SPAZ ROFELZ »

Did you just attempt to challenge a former [A]'s knowledge of Unreal Script?
Image
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Post by Skilgannon »

Noo, I just asked if he'd heard of shaped charges... :?
* Since when were you the one in control?
User avatar
Kilian
Archangel/1B
Archangel/1B
Posts: 99
Joined: 14 Feb 2009, 22:30

Post by Kilian »

Nobody were i can download your Shrapnel Bomb ? :-)
User avatar
Kilian
Archangel/1B
Archangel/1B
Posts: 99
Joined: 14 Feb 2009, 22:30

Post by Kilian »

~[FGS]SaSQuATcH~
Posts: 3604
Joined: 04 Jun 2008, 12:21
Contact:

Post by ~[FGS]SaSQuATcH~ »

Offtopic but: I don't mind German when someone's asking for help :)
User avatar
Kilian
Archangel/1B
Archangel/1B
Posts: 99
Joined: 14 Feb 2009, 22:30

Post by Kilian »

I have found the code for the bomb.


Here is:

var projectilegenerator gen;
#exec OBJ LOAD FILE=Effects

var float mpBlastRadius;
var float mpProxRadius;
var float mpLAMDamage;
var float mpFuselength;

simulated function Tick(float deltaTime)
{
local float blinkRate;

Super.Tick(deltaTime);

if (bDisabled)
{
Skin = Texture'BlackMaskTex';
return;
}

// flash faster as the time expires
if (fuseLength - time <= 0.75)
blinkRate = 0.1;
else if (fuseLength - time <= fuseLength * 0.5)
blinkRate = 0.3;
else
blinkRate = 0.5;

if ((Level.NetMode == NM_Standalone) || (Role < ROLE_Authority) || (Level.NetMode == NM_ListenServer))
{
if (Abs((fuseLength - time)) % blinkRate > blinkRate * 0.5)
Skin = Texture'BlackMaskTex';
else
Skin = Texture'LAM3rdTex1';
}
}

simulated function PreBeginPlay()
{
Super.PreBeginPlay();

if ( Level.NetMode != NM_Standalone )
{
blastRadius=mpBlastRadius;
proxRadius=mpProxRadius;
Damage=mpLAMDamage;
fuseLength=mpFuselength;
bIgnoresNanoDefense=True;
}
}

simulated function DrawExplosionEffects(vector HitLocation, vector HitNormal)
{

gen = Spawn(class'ProjectileGenerator',,, HitLocation, Rotator(HitNormal));
if (gen != None)
{
gen.checkTime = 0.05;
gen.frequency = 2;
gen.ejectSpeed = 4096.0;
gen.bRandomEject = True;
gen.ProjectileClass = class'DeusEx.DartPoison';
gen.LifeSpan = 1;
}
}
Last edited by Kilian on 01 Oct 2009, 11:49, edited 1 time in total.
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Post by Skilgannon »

Uh, I'm not sure you should go posting code up like that mate. Some people might decide to steal it........ :?
* Since when were you the one in control?
User avatar
Kilian
Archangel/1B
Archangel/1B
Posts: 99
Joined: 14 Feb 2009, 22:30

Post by Kilian »

I don't know were i have found this code. :?
Skilgannon
NoNameRANK
NoNameRANK
Posts: 1999
Joined: 18 Jul 2008, 13:27
Location: The First Dominion of the Unbeheld

Post by Skilgannon »

:?: Wuh......?
* Since when were you the one in control?
User avatar
~DJ~
Teh 1337'
Teh 1337'
Posts: 2608
Joined: 29 Jun 2008, 13:18

Post by ~DJ~ »

Uh, if it was unprotected, i won't mind, but its up to Nobody to decide.. o_O


And from my opinion, this code wont do anything, that Nobody's bomb does.. o_O
That Resident Evil Mod
————
~][FGS][Nobody~ wrote:DONT SEARCH WORDS ON GOOGLE WITHOUT TINKING

~[FGS]SaSQuATcH~ wrote:you+serious=error

chin.democ. wrote:It's just what you're doing with your right hand that worries me....
User avatar
~][FGS][Nobody~
Illuminated
Illuminated
Posts: 5348
Joined: 26 Oct 2005, 16:59
Location: Schland!

Post by ~][FGS][Nobody~ »

That code looks like the common explosion delay code for the DeusEx LAM. Nothing special or secret. :)
Nobody is perfect...
-----------------------
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
Magus wrote:Maybe one day I will understand your arcane rituals of voting :)
chin.democ. wrote:You can use light bulbs that emit light, and when shot, do not.
synthetic wrote:and while every person is interesting in their own unique ways, there is some degree of uniqueness that a doctor can help with.
~ô¿ô~][FGS][Nobody~ said: THERE IS NO SPOON!
~¤¥ÐJ¥¤~ said: THERE IS NO CAKE!
User avatar
Kilian
Archangel/1B
Archangel/1B
Posts: 99
Joined: 14 Feb 2009, 22:30

Post by Kilian »

I know but this is the shrapnel bomb, he shoot poison darts :D
Post Reply