Modathon

Console Framework UE4SS Mod

Link copied to clipboard
Console Framework UE4SS mod for The Elder Scrolls IV: Oblivion Remastered
Latest13 Feb 2026
Uploaded08 Sep 2025
Version1.2.1
905 B
Total Files Sizes
5
Unique DLs
5
Total DLs
1
Total Files

Console Framework UE4SS

File Size905 B
Game Image for The Elder Scrolls IV: Oblivion Remastered
5
Utilities
this is for UE4SS mod developers
small module for UE4SS lua scripting.
 

Instructions

place OBRConsole.lua to your mod's lua script folder. call OBRConsole.lua in your script on top level. like this: local console = require("OBRConsole") In your favorite timing, call ExecuteConsole method with your console command: local command = 'player.advskill' console.ExecuteConsole(command)

Permissions and credits

No permissions have been set

Console Framework UE4SS

Type: Main
Date uploaded08 Sep 2025
File Size905 B
Unique DLs5
Total DLs5
Version1.2.1

fixed "KismetSystemLibrary:ExecuteConsoleCommand(playerController.player, command, playerController, 0)" to work