|
|
 |
10-21-2004, 01:02 AM
|
#1
|
|
Impressive, Terran!
Join Date: May 2002
Posts: 9,153
|
Cultist Destroyer?
I've been digging thru the SP AI code while implimenting the code for OJP CoOp.
Anyway, I've come across what appears to be a unused NPC "class" that seems to be functional.
It's the Cultist Destroyer, a reborn cultist who blindly charges the player and suicides using a big force explosion.
Has anyone ever actually heard of this enemy type or seen it in action?
---Jedi Guardian of the Newbie Questions
---Masters of the Force Team Leader / Creator
---Open Jedi Project Lead Moderator / Co-Founder

|
|
you may:
quote & reply,
|
10-21-2004, 03:47 AM
|
#2
|
|
Veteran
Join Date: Nov 2003
Location: St. Charles, Mo
Posts: 959
|
Would this be the use of the cultist explode animation that was never used?
Apathy Cannot Inspire.
Ambivalence cannot lead.
Loved me. Feared me.
Changed me. Killed me.
Anything would be something.
But nothing is worst of all.
-Keshire of the Bleak Cabal.
|
|
you may:
quote & reply,
|
10-21-2004, 10:40 AM
|
#3
|
|
Impressive, Terran!
Join Date: May 2002
Posts: 9,153
|
Probably, the code uses BOTH_FORCE_RAGE but that animation could have been a more dedicated version of that.
---Jedi Guardian of the Newbie Questions
---Masters of the Force Team Leader / Creator
---Open Jedi Project Lead Moderator / Co-Founder

|
|
you may:
quote & reply,
|
10-22-2004, 01:39 AM
|
#4
|
|
cryptoscripter
Join Date: Jun 2002
Location: Finland
Posts: 1,087
|
The class AI behavior seems to work fine, but my experimentation with this class has revealed a problem quite similar to the remote droid. The remote weapon didn't show any visual effects in game as long as I didn't have bryar_pistol loaded beforehand. Now, the reborn_destroyer seems to explode, killing the player, but there's no explosion effect in game (that I could see on my system anyway). So, I think either some other effect must be loaded earlier or the effect for the class wasn't shipped with the game.
If somebody knows a solution, it would be nice to hear it...
Frozen by ICARUS
|
|
you may:
quote & reply,
|
10-22-2004, 07:27 AM
|
#5
|
|
Impressive, Terran!
Join Date: May 2002
Posts: 9,153
|
It probably just means that the effects aren't be precashed for those particular NPC classes.
---Jedi Guardian of the Newbie Questions
---Masters of the Force Team Leader / Creator
---Open Jedi Project Lead Moderator / Co-Founder

|
|
you may:
quote & reply,
|
10-22-2004, 10:06 AM
|
#6
|
|
cryptoscripter
Join Date: Jun 2002
Location: Finland
Posts: 1,087
|
Indeed. But the question remains: What entity (or effect) must be loaded (cached) before the reborn_destroyer, because the effect is not cached when the NPC itself is loaded. It won't be solved with a second reborn_destoyer spawning, that much I know.
It was exactly the same thing with the remote sp. By trial and error, and educated guesses, I deduced it was the bryar pistol for the remote. It might be possible to get the effect somehow also for the detroyer to be shown. It would of course help if you could find the answer in some file...
Frozen by ICARUS
|
|
you may:
quote & reply,
|
10-22-2004, 01:46 PM
|
#7
|
|
Impressive, Terran!
Join Date: May 2002
Posts: 9,153
|
According to the code it's "force/destruction_exp", and I don't immediately see it in the effects folder so I assume it was cut from the final product.
However, I should note that the effect is supposed to precashe and be used so it should work if you add in an effect called "force/destruction_exp".
---Jedi Guardian of the Newbie Questions
---Masters of the Force Team Leader / Creator
---Open Jedi Project Lead Moderator / Co-Founder

|
|
you may:
quote & reply,
|
10-23-2004, 03:17 AM
|
#8
|
|
cryptoscripter
Join Date: Jun 2002
Location: Finland
Posts: 1,087
|
Oh, yes... It indeed works after placing an effect called that in the folder. I copied, renamed and edited a red version of the concussion rifle explosion effect for it. Now the suicidal cultist charges himself with force_rage, runs to the player, playes the animation, and explodes (removing himself right in the beginning of the process, which doesn't look so good).
The damage is hard coded, I guess, and the damage range very wide. Thus, the explosion effect should be pretty wide also, definitely far more than in the concussion right now. I might edit the effect to have some lightning and upscale it quite a bit. It should turn out to be interesting...
It's a nasty enemy, especially in tight quarters...
Frozen by ICARUS
|
|
you may:
quote & reply,
|
10-23-2004, 10:00 AM
|
#9
|
|
Impressive, Terran!
Join Date: May 2002
Posts: 9,153
|
Ok dokie. Let me know how it turns out. Getting a dedicated effect for the destroyer would be great.
---Jedi Guardian of the Newbie Questions
---Masters of the Force Team Leader / Creator
---Open Jedi Project Lead Moderator / Co-Founder

|
|
you may:
quote & reply,
|
10-23-2004, 11:02 AM
|
#10
|
|
cryptoscripter
Join Date: Jun 2002
Location: Finland
Posts: 1,087
|
Ah, well, why don't you have a look for yourself?
Cultist Destroyer effect pk3 packet containing the efx, the red lightning image and the shader.
Have fun!
EDIT: Readme included in the pk3... In case you want to check the credits...
Frozen by ICARUS
|
|
you may:
quote & reply,
|
10-23-2004, 03:34 PM
|
#11
|
|
Forumite
Join Date: Feb 2004
Location: Show me the way.
Posts: 623
|
Cool! Hay lassev could I use this in my Realism Project Mod?
|
|
you may:
quote & reply,
|
10-23-2004, 03:43 PM
|
#12
|
|
cryptoscripter
Join Date: Jun 2002
Location: Finland
Posts: 1,087
|
Ah, yes, but of course! There's actually a readme inside the pk3 that says you can use and modify it as much as you want. You must realise my work was only, let's say experimental, and not aiming at a project of my own. It was just a captivating idea. So, please use it if you find it useful. Or course I'd be happy if you mentioned me in your future readme, but I don't require even that...
Frozen by ICARUS
|
|
you may:
quote & reply,
|
10-23-2004, 04:37 PM
|
#13
|
|
Forumite
Join Date: Feb 2004
Location: Show me the way.
Posts: 623
|
Sure.
I will use somthing els if I find it to be more realistic but this works for now 
I will mention you in the readme.txt btw.
|
|
you may:
quote & reply,
|
09-14-2007, 04:46 PM
|
#14
|
|
Rookie
Join Date: Jun 2006
Location: Moscow, RF
Posts: 25
|
Does anybody still use this force/destruction_exp effect? I couldn't find one... =(
|
|
you may:
quote & reply,
|
03-19-2008, 08:48 AM
|
#15
|
|
Rookie
Join Date: Feb 2008
Posts: 27
|
Ace, this would be awsome to add in bot support for OJP, with lassevs effects.
do they explode immediately or do you have time to kill them first?
|
|
you may:
quote & reply,
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Forum Jump
|
|
|
|
|
|