Helpful Programs

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

Helpful Programs[edit | edit source]

These programs can help a lot when troubleshooting.

TES4Edit
Wrye Bash
TES4Gecko
OBSE

In-Game Troubleshooting[edit | edit source]

The standard method of tracking down problem mod objects in-game is to use Beta Comments.

For debugging scripts, the OBSE command PrintToConsole is very helpful for giving you a way to see in-game debug messages from your scripts. Even better, there is now a Console Logger plugin for OBSE that lets you log all PrintToConsole output to a log file.

If you want to create a serious debug environment for tracking down things you see in the game, you can use a dual-monitor setup with TES4View, OBSE and Pluggy to run TES4View on one screen while playing the game on the other. This setup will track what you're looking at in the game and automatically show you details in TES4View about whatever you currently have in your crosshair. Details here.

You can find some of the same information about things you see in the game using FormID Finder and/or RefScope.