If you used the files TKavatar linked above, there should be no luac files.
what i did was needlessly roundabout and complicated it seems.
i ended up using some bf4 sbtoc dumper script that someone had fixed to work with dai on the cheatengine forums.
it gives me a bunch of luac files in DAI\dump\bundles\res\da3\scripts that I can view in Notepad++ it turns out and it gives me bits of code like
…á 1 $ compiledlua_c5b3f584_4c1e_4652_94eb_f7d3f80869d6 PrimaryItem,PrimaryRune,WeaponStyle LuaQ l function compiledlua_c5b3f584_4c1e_4652_94eb_f7d3f80869d6( PrimaryItem,PrimaryRune,WeaponStyle )
--function <guid>( arg1, arg2, arg3) <<- Inserted by the Pipeline
do
-- 0: none
-- 1: 1-handed
-- 2: 2-handed
-- 3: dual
-- 4: archery
-- 5: staff
-- 6: bianca
-- 7: 2-handed alt
-- 8: 1-handed alt
-- 9: dual alt
-- 10: staff alt
hitsPerSecondTable = {1.11, 1.13, 2.57, 1.13, 1.62, 1.13, 1.01, 1.46, 2.49, 1.93}
if(WeaponStyle < 1 or WeaponStyle > 10) then
print("Invalid weapon style value")
return 1;
end
weaponStyleValue = hitsPerSecondTable[WeaponStyle]
print("Calculating DPS for item with damage= " .. PrimaryItem .. ", rune damage= " .. PrimaryRune .. ", weapon style= " .. WeaponStyle .. ", weapon style value= " .. weaponStyleValue);
DPS = (PrimaryItem + PrimaryRune) * weaponStyleValue;
print("DPS = " .. DPS);
return DPS;
end
end $ € 1 compiledlua_c5b3f584_4c1e_4652_94eb_f7d3f80869d6 0 Ê A A Á Á A‚ B Á‚ à A â@ Ç X@B@ €€ … €ÅÀ Ü@ Á@ Þ Å Æ€€Ç@ ÅÀ @ Á À€ @ B ÅB ÁÜ@ Ì@ A Πǀ ÅÀ Á E AÜ@ Å€ Þ € hitsPerSecondTable Ãõ(\Âñ?®Gázò?Âõ(\@ìQ¸…ëù?)\Âõ(ð?\Âõ(\÷?ìQ¸…ë@áz®Gáþ? ð? $@ print Invalid weapon style value weaponStyleValue ' Calculating DPS for item with damage= , rune damage= , weapon style= , weapon style value= DPS DPS = 0 PrimaryItem / PrimaryRune / WeaponStyle /
in a folder called compute_dps
i don't know if this is just dumped as something else with the tkavatar link, it's just what i got.
the whole dump folder is like 3 or 4 gigs so i don't know if that's important either.
I also feel like i should reiterate that I have 0 experience and that I was just curious to see if you could poke around at things like you could with the me3 coalesced.