What Browse Intelligence Does in Sims 4
Browse Intelligence is a developer tool built into Sims 4 that lets you inspect and modify game objects, Sim attributes, and household data while playing. It works like the browser inspector you use on websites — you point at something in the game world, and a panel opens showing you all the hidden information underneath. You can read values, change them, and watch how the game responds in real time.
The tool is most useful when you're testing mods, troubleshooting why a Sim won't perform an action, or understanding how the game stores information about objects and relationships. Unlike cheats that give you money or unlock careers, Browse Intelligence shows you the actual structure of the game's data — the same structure modders and developers work with.
Key Takeaways
- Browse Intelligence opens a panel that displays all the hidden data attached to any Sim, object, or lot you select in the game world.
- You set up it through the cheat console by typing bb.show_browser_alchemy, then click objects or Sims to inspect them.
- The tool shows you attributes like skill levels, relationship values, motive states, and object properties that the game uses but doesn't display on screen.
- You can edit values directly in the Browse Intelligence panel to test how changes affect Sim behavior without using traditional cheats.
- This tool requires you to enable cheats first, which you do by typing testingcheats true in the cheat console.
Enabling Cheats and Opening the Cheat Console
Before you can use Browse Intelligence, you need to open the cheat console and enable cheats. Press Ctrl + Shift + C on Windows or Cmd + Shift + C on Mac. A white text box appears at the top of the screen — that's the cheat console.
Type testingcheats true and press Enter. The console closes, but cheats are now active for this play session. If you close the game or start a new save, you'll need to enable cheats again. You'll see no confirmation message — the game just accepts the command silently.
Activating Browse Intelligence
Open the cheat console again with Ctrl + Shift + C (or Cmd + Shift + C on Mac). Type bb.show_browser_alchemy and press Enter. A new panel appears on the right side of your screen with a tree structure and a search box at the top.
This panel stays open while you play. You can move it by dragging the title bar, and you can close it by clicking the X button. If you close it and want it back, just type the command again.
Selecting and Inspecting Objects and Sims
With Browse Intelligence open, move your cursor over any object or Sim in the game world and click on it. The panel populates with a tree of data — you'll see categories like "Traits", "Skills", "Motives", "Relationships", or "Object State" depending on what you clicked.
Click the small arrows next to each category to expand it and see the values inside. For a Sim, you might expand "Skills" and see that Cooking is at level 4, or expand "Motives" and see that Hunger is at 60 percent. For an object like a stove, you might see its current state (broken, clean, in use) or who owns it.
The search box at the top of the panel lets you filter the tree. Type "hunger" and the panel shows only attributes with that word in the name, which is faster than scrolling through hundreds of entries.
Reading and Changing Values
Once you've expanded a category and found a value you want to inspect, you can read it directly in the panel. Most values appear as numbers (skill level 5, relationship 75) or text (trait name, object state). Some values are nested deeper — click the arrows to keep expanding until you find what you're looking for.
To change a value, right-click on it in the Browse Intelligence panel. A context menu appears with options like "Set Value", "Increment", or "Decrement" depending on what type of data it is. Select "Set Value", type the new number, and press Enter. The change takes effect when ready in the game — a Sim's hunger motive drops, a skill level jumps, or a relationship value shifts.
Not every value can be edited this way. Some are read-only because the game calculates them from other data. If you right-click and see no edit option, that value is locked.
Common Uses for Browse Intelligence
Modders use Browse Intelligence to understand how the game stores information before writing code that changes it. If you're testing a mod that's supposed to increase a Sim's charisma skill, you can inspect the Sim before and after the mod runs to confirm the skill actually changed.
You can also use it to debug why a Sim won't do something. If a Sim refuses to cook, you can inspect them to check whether they have the cooking skill, whether their motives are too low, or whether they have a trait that blocks cooking. The data tells you which condition is the real problem.
Players sometimes use Browse Intelligence to set up specific test scenarios — giving a Sim exact relationship values with another Sim, or setting a lot to a specific state — without having to play through hours of gameplay to reach that point naturally.
Closing Browse Intelligence and Disabling Cheats
To close the Browse Intelligence panel, click the X button in the top right corner of the panel. The panel disappears, but cheats remain enabled until you close the game or start a new save.
If you want to disable cheats while still playing, open the cheat console and type testingcheats false. This turns off all cheat functionality, including Browse Intelligence. You can turn it back on the same way.
Frequently Asked Questions
Can I use Browse Intelligence on a save I care about without breaking it?
Yes. Browse Intelligence only reads and displays data — it doesn't change anything unless you explicitly right-click and edit a value. straightforward opening the panel and inspecting Sims or objects is safe. However, if you edit values, those changes are permanent in that save. Save your game before experimenting with edits if you want to keep a backup.
Why do some values show up as numbers I don't recognize?
The game often stores data in formats that aren't human-readable — relationships might be stored as decimal numbers between 0 and 100, or motives as percentages. Expand the category to see if there's a more readable version of the same data, or check the Sims 4 modding documentation to understand what the number means.
Does Browse Intelligence work with mods?
Yes. Browse Intelligence shows you the data that mods read and modify. If a mod changes a Sim's trait or skill, you can use Browse Intelligence to confirm the change happened. Some mods add their own custom data to Sims, which also appears in the Browse Intelligence panel.
What's the difference between Browse Intelligence and other cheats?
Cheats like money 50000 or cas.fulleditmode perform specific actions — they give you money or unlock the full Create a Sim editor. Browse Intelligence is a tool that shows you all the data underneath the game, so you can inspect and edit anything. It's more powerful but also requires you to know what you're looking for.
Can I use Browse Intelligence to change a Sim's appearance?
No. Browse Intelligence shows you data like traits, skills, and relationships, but not appearance information. To change how a Sim looks, use cas.fulleditmode to reopen Create a Sim, or use mods designed for appearance changes.