I am a complete beginner to modding, but after being inspired by Afevis's work, I decided to try and restore features from the Japanese version of the game.
As you may already know, only in the Japanese version of SoL, Diazepam appeared following MGS1, rather than Pentazemin. In other versions, it was changed to Pentazemin, consistent with the other language versions.
Accordingly, I want to create a mod that restores the item name, item description, item model, item display name when picked up, and the corresponding radio dialogue. (As mentioned above, since the radio audio to be restored does not exist in non-Japanese versions anyway iirc, I believe this will be a Japanese-version-exclusive mod for the sake of consistency.)
The item models remain in the MC version: dzp_label.cmdl is the label model for Diazepam, and dzp2_label.cmdl is the label model for Pentazemin.
I know I could potentially handle this via model swapping or texture swapping, but since this is intended to be a restoration, I would prefer to handle it by changing the model being loaded if possible.
Also, I have already extracted the corresponding radio audio files in .wav format from the PS2 version.
Where should I begin? Also, if there is a suggestion to integrate this with other mods, I would be more than happy to accept.
I am unfamiliar with so many things, so I would greatly appreciate your guidance.