Night Raider

Night Raider

View Stats:
Noguchi47 Oct 11, 2024 @ 4:07pm
Are there any ways to change weapon's name ?
I know it's because of copyright but I'm really sick of seeing fake names of real weapons and want to edit the game's file myself but I have no idea what file to look for to change the name of the weapon and attachments. I would be grateful if someone could help me and explain to me how to change the name.
Originally posted by ν:
Yes, it's possible to mod it, and it's very easy to do so (though not as easy as most games that provide translations as text files).

Basically, the names/descriptions/translations are hard coded in the game. You'll need a modding tool like dnSpyEx, disassemble "NightRaider_Data/Managed/Assembly-CSharp.dll", then edit the class/method "TextManager.GetDataByEN()" (for English) and recompile. Maybe this sounds complicated but it's no more difficult than opening a text editor, writing things, and saving it. (Google/YouTube tutorials)

The actual translations look like this:
{ "KL-7", "M1M9", "GLK17", "U5P", "BLTM9", "Snake Revolver", "Desert Vulture", "Cropped Shotgun", "PR2000", "MPS", ... }
And you would just edit them to whatever and save.

Find a *modding* Unity Discord server instead next time.
< >
Showing 1-6 of 6 comments
BAT_momka1 Oct 13, 2024 @ 12:11am 
As far as i know there arent but like why does it matter? You can maybe try to change their names in the files on ur pc
Noguchi47 Oct 13, 2024 @ 11:06am 
i have been searching for the files but there aren't anything related to the gun's name and I am not a big fan of fake name. I tried to ask on unity discord server and they don't want to help with 3rd party mod sadly
The author of this thread has indicated that this post answers the original topic.
ν Oct 17, 2024 @ 11:46am 
Yes, it's possible to mod it, and it's very easy to do so (though not as easy as most games that provide translations as text files).

Basically, the names/descriptions/translations are hard coded in the game. You'll need a modding tool like dnSpyEx, disassemble "NightRaider_Data/Managed/Assembly-CSharp.dll", then edit the class/method "TextManager.GetDataByEN()" (for English) and recompile. Maybe this sounds complicated but it's no more difficult than opening a text editor, writing things, and saving it. (Google/YouTube tutorials)

The actual translations look like this:
{ "KL-7", "M1M9", "GLK17", "U5P", "BLTM9", "Snake Revolver", "Desert Vulture", "Cropped Shotgun", "PR2000", "MPS", ... }
And you would just edit them to whatever and save.

Find a *modding* Unity Discord server instead next time.
Noguchi47 Oct 17, 2024 @ 2:27pm 
Originally posted by ν:
Yes, it's possible to mod it, and it's very easy to do so (though not as easy as most games that provide translations as text files).

Basically, the names/descriptions/translations are hard coded in the game. You'll need a modding tool like dnSpyEx, disassemble "NightRaider_Data/Managed/Assembly-CSharp.dll", then edit the class/method "TextManager.GetDataByEN()" (for English) and recompile. Maybe this sounds complicated but it's no more difficult than opening a text editor, writing things, and saving it. (Google/YouTube tutorials)

The actual translations look like this:
{ "KL-7", "M1M9", "GLK17", "U5P", "BLTM9", "Snake Revolver", "Desert Vulture", "Cropped Shotgun", "PR2000", "MPS", ... }
And you would just edit them to whatever and save.

Find a *modding* Unity Discord server instead next time.

wow! Thank you a lot! I already have dnSpyEx. I will try it out! thank you very much for your time to help me.
ν Oct 17, 2024 @ 4:08pm 
Originally posted by Noguchi47:
wow! Thank you a lot! I already have dnSpyEx. I will try it out! thank you very much for your time to help me.

You're welcome :CatHi: I just happened to already know of these things because of my old item guide and personal mods. I'm not sure if anyone else mods this game yet, and I just started playing again myself.
Noguchi47 Oct 17, 2024 @ 4:27pm 
Thanks a lot for your help! I am planning to change name for all gun and attachments then release it as a mod.
< >
Showing 1-6 of 6 comments
Per page: 1530 50