Ads keep us online. Without them, we wouldn't exist. We don't have paywalls or sell mods - we never will. But every month we have large bills and running ads is our only way to cover them. Please consider unblocking us. Thank you from GameBanana <3

how to make weapon mod on only Specific character

- A Tutorial for Genshin Impact.

primary preview sec preview img

totur mod fo weapon

step 1: open .ini file in weapon mod you have
step 2: remember hash of the weapon you want to mod if you lose it u can find it in here
step 3: copy-paste this command to your .ini file replace orverrides( remember the hash(important)

; Constants -------------------------

[Constants]
global $active = 0
global $creditinfo = 0
global $active(character name)

[Present]
post $active = 0
run = CommandListCreditInfo
post $active(character name) = 0

; Overrides -------------------------

[TextureOverride(make this same with the original mod)]
hash = (make this same with the original mod)
if $active(character name)==1
	vb0 = (make this same with the original mod)
	$active = 1
	match_priority = 1
endif

[TextureOverride(make this same with the original mod)IB]
hash = (make this same with the original mod)
if $active(character name)==1
	handling = skip
	drawindexed = auto
	$active = 1
	match_priority = 1
endif

[TextureOverride(make this same with the original mod)Head]
hash = (make this same with the original mod)
if $active(character name)==1
	match_first_index = 0
	(this part copy from original mod)
	$active = 1
	match_priority = 1
endif

[TextureOverride(character name)Position]
hash = (character hash)
$active(character name) = 1
match_priority = 1

; CommandList -----------------------

[CommandListCreditInfo]
if $creditinfo == 0 && $active == 1
	pre Resource\ShaderFixes\help.ini\Notification = ResourceCreditInfo
	pre run = CustomShader\ShaderFixes\help.ini\FormatText
	pre $\ShaderFixes\help.ini\notification_timeout = time + 5.0
	$creditinfo = 1
endif

step 4: Replace all words in brackets according to the instructions
if you done save and try f10(refresh mod) ingame
always ready backups .ini file is something wrong

Login or Sign up to access this!
Login or Sign up to access this!

Files

  • how_to_make_weapon_mod_on_only_Specific_character.zip

Alternate File Sources

Credits

no grup

Neotrollol

Submitter

Login or Sign up to access this!
Login or Sign up to access this!
Login or Sign up to access this!

Game

Login or Sign up to access this!

Category

Sub-category
category img Skins

Details

Difficulty Level

Beginner

License

Share

  • 35
  • 1
  • 3.6k
  • 12
Login or Sign up to access this!

More from Submitter

preview img
248 24.1k 13
arrow_back