Fallout New Vegas

File information

Last updated

Original upload

Created by

Lime

Uploaded by

LimeMods

Virus scan

Safe to use

About this mod

A debug tool primarily aimed at Modders and Content Creators. Performs numerous useful console functions and makes them easier to access, convenient to use and additionally available via controller input.

Requirements
Permissions and credits
Changelogs
Donations
Lime's Debug Tool

Join my Discord Server: https://discord.gg/7m7Hb3R38W

This mod adds a debug tool to the game that streamlines certain console features and allows them to be accessed via a controller/gamepad. If you don't make mods or create content for FNV - you likely don't need this mod, It's not designed to be used as part of a normal playthrough. This mod does however provide considerable utility to Modders and Creators who frequently make use of the console.

This mod was mainly a personal mod I used for testing mods & creating content in-game. I wasn't initially going to release this but after showing  it off on Discord, a few people said they would like a copy and would use this frequently as part of a load-order.

Installation & Uninstallation

First install the latest version of NVSE (xNVSE preferred) & the JIP LN Plugin.

Next, simply Install and Uninstall using a mod manager of your choice, alternatively add or remove Lime'sDebugTool.esp from the data folder as required. There is no particular load-order requirements for using this mod.

Adding the Debug Menu to your game

As this is a debug item, it doesn't exist anywhere in game and must instead be manually added to the player's inventory via the console: 

Player.AddItem DebugMenu 1

Once this is done, Lime's Debug Tool can be found in the Aid section of the Pip-Boy. It can be assigned to a hotkey as you would any other item.

Features & Functions

0. Toggle Collision - Equivalent of using TCL command, player can pass through surfaces and fly in all directions.
1. Toggle Free Camera - Equivalent of using TFC command Frees camera from the player, good for taking screenshots.
2. Toggle Free Camera (Freeze NPC's) -  Equivalent of using TFC 1 command, similar to above but freezes the scene.
3. God-Mode -  Equivalent of using TGM command, toggles God-mode, player cannot die, has infinite-ammo, does not need to reload etc...
4. Demigod-Mode -  Equivalent of using TDM command, toggles Demigod-mode, similar to above, but ammo is consumed and player must reload.
5. Show Wireframe -  Equivalent of using TWL command, toggles wire-frame mode.
6. Toggle User Interface* -  Equivalent of using TM command, toggles UI. Must be re-enabled manually using console as this will also disable the debug UI.
7. Enable all Map Markers** - Equivalent of using TMM 1 command, Enables and discovers all map markers, can be travelled to.
8. Disable all Map Markers** -  Equivalent of using TMM 0 command, Disables and undiscovers all map markers.
9. Change Appearance -  Equivalent of using ShowRaceMenu command, allows player to customize genetic appearance.
10. Change Hairstyle -  Equivalent of using ShowBarberMenu command, allows player to change hairstyle.
11. Change Name - Equivalent of using ShowNameMenu command, allows the player to rename themselves.
12. Restore Medical Health - Equivalent of running multiple health, radiation and limb condition commands - essentially restores player to optimal health.
13. Kill all NPC's Nearby - Equivalent of using Kill all command, kills all nearby NPC's and actors.
14. Kill Player (Self) - Equivalent of using Player.Kill. Simply kills the player
15. Teleport by Cell Name -  Equivalent of using COC command. Opens a text input menu where the player can enter a cell name or ID and be transpored there.
16. Modify Gamespeed*** -  Equivalent of using SGTM command. Opens a numerical input menu where the player can modify the speed of the game.
17. Award Self XP - Equivalent of using Player.Rewardxp command. Opens a numerical input menu where the player can award themselves XP.
18. Close - Simply closes the debug menu.

*Using this will disable all UI, It's great for taking a screenshot, however it will also disable the UI required to toggle it back on. To solve this, open the console using ~ then simply type TM and press enter.
**These commands are permanent if you save your game after using them, there's no way to revert to your previous map status after using these commands. That is to say, either all or no map markers will be discovered. You will need to re-discover previous markers if you save after disabling them.
***Be careful with this command, using this will break physics and game logic very quickly. Setting this value to absurd values will likely crash the game. Use it responsibly.

Disclaimer: 

Generally I wouldn't have to write this for any of my other mods, but the functions of this particular tool are fairly powerful and some if not used responsibly and properly can cause damage to a save game. This is the same for any other command used in the console and isn't a problem or flaw in this tool, take caution when using any of the included functions as you would when using the console. I won't be held responsible for any damage to your save caused by improper use of this Debug Menu. I've highlighted a couple of features that could cause harm - but if you use them properly and don't save after any improper use - there should be no permanent damage. This mod is no more or less safe than using the vanilla console or any of the functions included by NVSE & the JIP LN Plugin.