Advertisement
dvk

PoE_318_new_files

dvk
May 13th, 2022
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.85 KB | None | 0 0
  1. //rules for poeNullEffects, PoE 3.18 patch
  2. //"use Except List" (data\ParticlesExceptList.txt):
  3.  
  4. //==========
  5.  
  6. //simple:
  7.  
  8. //3.18 league, total 65 .aoc files:
  9. sentinel
  10.  
  11. //league_generic rewards, 30 files:
  12. rewardicons
  13.  
  14. //note: there're 3 "sentinel/buff" .epk files. We might need to add "sentinel" rule to the "Null .epk ExceptList" (data\EpkExceptList.txt) as well. TODO: test it.
  15.  
  16. //==========
  17.  
  18. //select what you need, new .aoc files detected:
  19.  
  20. //monsters:
  21. leaguesentinel/drone
  22. leaguesentinel/fx/drone_orb_light
  23. leaguesentinel/lifebatteryorb
  24. leaguesentinel/orb_beam
  25. summonedspider/summonedspiderdemonic
  26.  
  27. //league objects:
  28. sentinelchest
  29. sentinelstash
  30.  
  31. //hideout:
  32. hidewarprune
  33. hideouts/arenablackstar
  34. hideouts/arenainfinitehunger
  35.  
  36. //pets:
  37. pet/battery
  38. pet/ayeayepet
  39. pet/chiyou
  40. pet/cultdarkness
  41. pet/emberkeepvulture
  42. pet/fennecfox
  43. pet/golemball
  44. pet/kakapo
  45. pet/poodlemoth
  46. pet/survivorhound
  47. pet/wolverine
  48.  
  49. //flask effects - 9 files including "lifeflask_on_use" - i don't think you really want to enable them:
  50. flaskeffects
  51.  
  52. //some MTX:
  53. aura_fieryglow
  54. aura/masq_phantom
  55. ophidianlordwings
  56. emberkeepvulture
  57. microtransactions/spells/trap/seismic
  58. aristocratportal
  59. enderportal
  60. weapon_effects/treasure
  61. weapons/microtransactions/arcanewand
  62. weapons/microtransactions/darkassembly
  63. weapons/onehandweapons/daggers/microtransactions/battlepasstwoarakaalisfang
  64. weapons/twohandweapons/bows/microtransactions/followerbow
  65. weapons/twohandweapons/staves/mtx/aristocratstaffheld
  66. weapons/uniques/eldritchvoidbattery
  67.  
  68. //also:
  69. // 2483 new "items/armours" including 1894 "items/armours/bodyarmours" .aoc files - ??? That's 88% from the whole patch.
  70. // it looks like GGG have sorted armour sets and now they have understandable file paths. Feel free to check them using "Index" tab.
  71.  
  72. //==========
  73.  
  74. //total: 44667 .aoc files, including 2806 new files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement