![]() |
#1
|
|||
|
|||
![]()
Is it possible to replace Repair Droid's ranged attack of arrow with Beholder-like ranged attack of ray?
|
#2
|
|||
|
|||
![]()
I think it can. Everything should be in the .atom files.
Open data.kfs with winzip and find: army_droideka.atom that should be the repair droid. Then find: army_beholder2.atom Open both. There is a line: attack=droideka_attack_uni.bsa/fr:25:50/r:0:20 while corresponds to this one: attack=beholder_attack.bsa/fr:25:50/r:0:22 In theory, replacing one with the other should give the droid ray-like attack. However, back up the data.kfs file in advance. In addition to that, I think there may be a problem with the animation, since the ray attack from the Beholder comes from a higher altitude point (due to the fact that the Beholder is taller than the droid). I, for one, would love to see droids fire lazers as well ![]() EDIT: Hmmm, theory went wrong ![]()
__________________
Last edited by DGDobrev; 02-14-2010 at 08:47 PM. |
#3
|
|||
|
|||
![]()
Let me know, it would be interesting to know if it is a complete replacement and how it would be positioned since Beholders are higher than droids. It would be really nice if developers made this adjustment like they did the gift bag, too bad none of them ever read forums.
If it doesn't work because of positioning, could you use Archmages ranged attack instead, droids have shock attack anyway so it would be more consistent.. Last edited by Hento; 02-14-2010 at 08:54 PM. |
#4
|
|||
|
|||
![]()
A mighty fail. Maybe someone better versed in the modding of KBAP should check it out. I'm still concerned about the animation, though. The droid is pretty short and seeing a ray come out of nowhere above it will not be a pretty sight
![]()
__________________
|
#5
|
|||
|
|||
![]() Quote:
And i really dont like a lightning effect on a beholder. EDIT: After a terrible headache, i managed to finally change the medium shot effects to the evil beholder original one. Done with a bit texture change too. I suposse if u want to change the repair droid proyectil for the lightning for the archmage, u should change the line "attacks=moveattack,repair,throw" for "attacks=moveattack,repair,archmage_lightning" and below, in change the header "throw" for "archmage_lightning". That should work. Last edited by N3MES1S; 03-11-2010 at 07:18 PM. |
#6
|
|||
|
|||
![]() Quote:
Changes in droideka.atom replace throw with droideka_ray attacks=moveattack,repair,droideka_ray Remove throw { group=1,2 showdmg=1 base_attack=1 distance=5 mindist=2 penalty=0.5 animation=cast/throw/thtarget throw=droideka_arrow framekey=x damage { physical=6,8 } } Insert droideka_ray { group=1,2 class=scripted ad_factor=1 showdmg=1 mindist=1 base_attack=1 script_attack=beholder_ray_attack script_calccells=calccells_all_enemy_actors_takes_ damage distance=6 penalty=.5 ad_factor=1 damage { fire=6,8 } } Basically, this is the Ray attack from the Beholder, though I replaced magic damage with fire (seems to make more sense for a laser). This is untested, so let me know if it works... |
#7
|
|||
|
|||
![]()
yup, but the problem is that the beholder ray is not a laser, it is a mind beam. So its better magic damage instead of fire. But as i said on my post before, that should work.
|
![]() |
|
|