Advertisement
Dougline

Spirit Crusher - Hutao Only

Mar 25th, 2024
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 1.43 KB | Gaming | 0 0
  1. ; Spirit Crusher - Hutao Only by Dougline https://gamebanana.com/members/1435531
  2.  
  3. ; Constants -------------------------
  4.  
  5. [Constants]
  6. global $ActiveCharacter
  7.  
  8. [Present]
  9. post $ActiveCharacter = 0
  10.  
  11. ; Overrides -------------------------
  12.  
  13. [TextureOverrideHuTaoPosition]
  14. hash = dd16576c
  15. $ActiveCharacter = 1
  16.  
  17. [TextureOverrideSpiritCrusher]
  18. hash = 4cc8add8
  19. if $ActiveCharacter == 1
  20.     vb0 = ResourceSpiritCrusher
  21. endif
  22.  
  23. [TextureOverrideSpiritCrusherIB]
  24. hash = 412330a9
  25. if $ActiveCharacter == 1
  26.     handling = skip
  27.     drawindexed = auto
  28. endif
  29.  
  30. [TextureOverrideSpiritCrusherHead]
  31. hash = 412330a9
  32. if $ActiveCharacter == 1
  33.     match_first_index = 0
  34.     ib = ResourceSpiritCrusherHeadIB
  35.     ps-t0 = ResourceSpiritCrusherHeadDiffuse
  36.     ps-t1 = ResourceSpiritCrusherHeadLightMap
  37. endif
  38.  
  39. ; CommandList -----------------------
  40.  
  41. ; Resources -------------------------
  42.  
  43. [ResourceSpiritCrusher]
  44. type = Buffer
  45. stride = 28
  46. filename = SpiritCrusher.buf
  47.  
  48. [ResourceSpiritCrusherHeadIB]
  49. type = Buffer
  50. format = DXGI_FORMAT_R32_UINT
  51. filename = SpiritCrusherHead.ib
  52.  
  53. [ResourceSpiritCrusherHeadDiffuse]
  54. filename = SpiritCrusherHeadDiffuse.dds
  55.  
  56. [ResourceSpiritCrusherHeadLightMap]
  57. filename = SpiritCrusherHeadLightMap.dds
  58.  
  59.  
  60. ; .ini generated by GIMI (Genshin-Impact-Model-Importer)
  61. ; If you have any issues or find any bugs, please open a tícket at https://github.com/SilentNightSound/GI-Model-Importer/issues or contaçt SilentNightSound#7430 on discord
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement