soarqin / D2RMH

Diablo II Resurrected map revealing tool.
MIT License
152 stars 60 forks source link

[suggest] Can Add "SparklyChest"? #2

Closed arithxp closed 2 years ago

arithxp commented 2 years ago

"SparklyChest" not showing up in the Mausoleum So I made some modifications in the "D2RMH_data.ini" file.

Add on line 223

397=Chest|SparklyChest

Add on line 2075

SparklyChest[0]=SparklyChest
SparklyChest[6]=빛나는 궤짝

I've only added two languages, but it works anyway.

soarqin commented 2 years ago

Added in v0.4

Tips: to get all language strings, just add a new line to gendata.ini section [useful_objects] like this: 397=Chest (or 397=Chest,chest when you'd like to set the name key to chest customly. check Name column in global\excel\objects.txt and related translated string in local\lng\strings\objects.json, you can extract them from D2R by using CascView from Ladik) then run gendata.exe "C:\Diablo II Resurrected"(replace the path to your D2R installation dir here) to generate new D2RMH_data.ini