0 of 0

File information

Last updated

Original upload

Created by

Meridiano

Uploaded by

MeridianoRus

Virus scan

Safe to use

Tags for this mod

About this mod

This mod adds 2 console commands to get and set names of selected object references.

Requirements
Permissions and credits
Changelogs
This mod adds 2 console commands to get and set names of selected object references.
It is similar to Rename Anyone and Almost Anything but has a bit of difference.

GetName / GNam
- Prints object reference name to the console log and the plugin log in your Documents.

SetName / SNam
- Accepts string as the sole argument > SNam "This gun has a very long name because it was renamed with console"
- Use quotes if your string has spaces or argument-breaking symbols. One word just works > SNam AMOGUS
- Prints new object reference name to the console log and the plugin log in your Documents.

Config
- Ini-file located at "Data\SFSE\Plugins\RenameConsoleCommand.ini".
- sCommandGet - what console command to hijack for the GetName?
- sCommandSet - what console command to hijack for the SetName?
- This config file was implemented to avoid conflicts with mods that do similar things (hijack and replace unused console commands).

More info
- This mod was build on CommonLibSF and requires Address Library SFSE.
- 25% of all DPs go to LarannKiar for the message idea.
- This mod is open-source and uses MIT Licence.
- Source is available on GitHub.