About this mod
SFSE plugin that lets you rename almost anything.
- Requirements
- Permissions and credits
SFSE plugin that lets you rename anyone and almost anything.. ships, the player character, NPCs, items, etc.
Select something/someone in the console and type Rename followed by the name like Rename Ben or Rename "Big Ben" (use quotes if the name is multi-word).
Papyrus and Mod support:
The plugin was redesigned in v2.0. The new implementation allows mod authors to write Papyrus scripts to Rename any Object and Actor reference.
; -------------------
Scriptname TestScript
Function CallRename(ObjectReference ref, String sName) Global
Debug.ExecuteConsole(Utility.IntToHex(ref.GetFormID()) + ".Rename \"" + sName + "\"")
EndFunction
; the above Papyrus function is callable from the Console too:
CGF "TestScript.CallRename" 5788 "Baaaaarreeeett"
; -------------------
Notes: the center-aligned Console and the detailed selected reference info is from my other SFSE plugin, Starfield Console Extender.
Requirements:
Starfield Script Extender
Install/Uninstall:
Can be installed and uninstalled anytime.
Install: either with your mod manager or extract the archive in {...Steam installation folder}\Starfield\Data, just like any SFSE plugins.
Uninstall: either with mod manager or simply remove the extracted plugin file. It can be uninstalled anytime but names will not be auto-restored.