Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Using existing animation in a spell is easy to do. these are the two lines, one from the EldritchBlast and one from the Sacred Flame spell you want to use / replace in your other spell.
PrepareEffect and CastEffect, I listed the two lines below. Note that since it is a pojectile class spell the prepareEffect may produce projectile class targeting, like archery. You might also need the sound of it from the CastSound event in the spell.
Other items like SpellAnimationArcaneMagic, SpellAnimationDivineMagic, and SpellAnimationNoneMagic as well but I am not sure the effects of these, they are not part of the targeting or the cast spell effect so it might be items like glow or some other addition.
"Projectile_EldritchBlast"
data "PrepareEffect" "VFX_Spells_Prepare_Arcane_Damage_Force_R_HandFX_01:Dummy_R_HandFX::0:None::None::0:0::::;VFX_Spells_Prepare_Arcane_Damage_Force_R_HandFX_Textkey_01:Dummy_R_HandFX:VFX_Prepare_01:0:None::None::0:0::::;VFX_Sound_Spell_Prepare_Damage_Force_01:Dummy_Root::0:None::None::0:0::::"
data "CastEffect" "VFX_Spells_Cast_Damage_Force_ProjectileBeam_CastFX_Textkey_01:Dummy_CastFX:VFX_Somatic_01:0:None::None::0:0::::;VFX_Spells_Cast_Damage_Force_ProjectileBeam_Root_Textkey_01:Dummy_Root:VFX_Somatic_02:0:None::None::0:0::::;VFX_Spells_Cast_Damage_Force_ProjectileBeam_CastFX_Textkey_02:Dummy_CastFX:VFX_Somatic_02:0:None::None::0:0::::"
data "CastSound" "Spell_Cast_Damage_Force_EldritchBlast_L1to3"
Ok I’m gonna download and attempt this, so if I follow what you’ve said, it will cast as Eldritch Blast, but still have the same hit and effect as sacred flame and the hit animation?? Even if it changes it to being a line of sight spell I don’t mind.
So this will prepare my spell and cast like Eldritch Blast, but have the on hit visual and radiant damage of effects as sacred flame?..
Just super keen to learn so I can make my Pure Caster Cleric :) , I even use a mod to change Sacred Flame to be a “Attack/Save: Range Attack”, so having line of sight of the target I think be Balanced, don’t wanna be op, but since it’s going to be the bread and butter of the build, I wanna it to be visually impressive!
Basically my goal is to make my Character Cleric similar to a Wizard, at lvl 4 have 4 lvl 1 spell slots and 3 lvl 2 spell Slots, make Sacred Flame be visually pleasing to cast and maybe bump it’s damage to be 1D10.
I love Sacred Flame hit animation, just the prepare and cast is lacking!
Also thank you for your reply!!!
I need SpellAnimationArcaneMagic, SpellAnimationDivineMagic, and SpellAnimationNoneMagic!!!, these are the strings i need!!!!
can you send them to me? or the files where all the spells are?!? actually the file with the spells are would be great so i can tinker with them myself!!!? Improve their damage and stuff!!
How did you find all this info!!?
I did downloaded the ExportTool-v1.15.6. you suggested, but I literally have zero idea how it works or what to do with it, do i link it up with the application for BG3? thats why i was thinking if you know how to do it, possibly just send the Folder structure you mentioned? its really confusing.
I tried even looking for a tutorial on how to mod BG3 but I couldnt find any.
Bit outdated but enough to start with. Most everything is pretty straight forward, anything you want to do is probably already somewhere in the games files. Just make sure you make a backup of the files before you start changing them.
Well I attempted it... and I messed my game up, re installing it so in 2 hours I’ll try again... accidentally deleted the back ups...
Literally most straight forward guide still is the most confusing thing for me...
Make sure you are extracted shared.pak somewhere away from the game files.
From the extracted files of the shared.pak go to the directory \Public\Shared\Stats\Generated\Data and open two files. Spell_Projectile.txt and Spell_Target.txt.
In the Spell_Projectile.txt find the spell Projectile_EldritchBlast and copy the two lines containing PrepareEffect and CastEffect and paste them in another notepad window (I use notepad++ to make it easier).
Then close Projectile_EldritchBlast file and open Spell_Target.txt file. In this file find the Target_SacredFlame. Here locate the same (PrepareEffect and CastEffect) two line in this spell and replace them with the two lines you copied from the EldritchBlast spell. Once those two lines are replace simply save the file Spell_Target.txt.
Now go to the BG3 game files to the data folder where the pack files are. Create the following folder structure. It should not currently exist. \Public\Shared\Stats\Generated\Data
the folder structure should look the same as what was from the extracted shared.pak directory just no files in it.
Now copy only the one file Spell_Target.txt to the end folder structure you just made. Just the one one you modified needs to move. Once in place that file will override the named file that was originally in the shared.pak. The game is now modded with that change.
To uninstall it just delete the file and nothing is overridden. or just delete the whole public folder out of the data folder all together. The game returns to normal.