Cybergods Posted October 27, 2023 Share Posted October 27, 2023 I can add a few more commands I've found, if anybody's interested? Link to comment Share on other sites More sharing options...
Rodjer11 Posted November 7, 2023 Share Posted November 7, 2023 I can add a few more commands I've found, if anybody's interested?This would be very much appreciated, please, and thank you. Link to comment Share on other sites More sharing options...
synthia6969 Posted November 12, 2023 Share Posted November 12, 2023 I am 72yo and have worked professionally writing and reverse-engineering code for almost 50 years, and I am so tired of all the secrecy folks put around something simple like this. This type of harmless knowledge should be free and available to all. It's just a game folks -- it ain't your daughter. Here's what you need to do: 1. Install BG3SE with the 'Console' option set (See BG3SE docs) --or-- Install BG3SE with BG3MM and in BG3MM you can toggle the console on/off at any time -- The above should cause a console window to open whenever you start BG3 2, BG3SE Console allows commands to be entered to the console window. by default the console window is in 'log' mode, showing you what's happening in the game. --Press <enter> to enter console command mode; in this mode the normal log output is disabled to avoid log spam while typing commands. --Client/server context can be selected by typing client or server. This selects in which Lua environment the console commands will execute. --By default the console uses the server context. --The reset command reinitializes the server and client Lua VM. --In your case just hitting <enter> and accepting the default is fine 3. With your BG3 game open and running, and the console window in command mode, paste the following command into the console command window: Osi.TemplateAddTo("<insert uuid to spawn>", GetHostCharacter(), 1, 1); --Replace the uuid in the line above with the uuid of the item you wish to spawn -- so the line should look similar to the line below but contain the uuid for the item you want. Osi.TemplateAddTo("e9f34b29-99ff-46d4-8bfd-016e8ccbfd27", GetHostCharacter(), 1, 1); --hit <enter> 4. Open your game window and check in your main toon's inventory -- your item will be there. --- if you enter a uuid that BG3 doesn't know -- nothing happens - nothing is entered into inventory SO CHECK THE ENTIRE COMMAND for correctness !! 5. repeat as needed to spawn everything in the game. 6. When finished spawning ... type exit in the console window and hit <enter> to return to console 'log' mode as it was when you started. 7. use your ill-gotten gains to conquer this plane of existence * have a great day !! OH, BTW: i know it sounds obvious but some folks just don't think ..... If you're spawning items from public mods (like from Nexus here) you MUST install the mod BEFORE you can spawn the item, otherwise BG3 doesn't know it and you can't spawn it. Also you absolutely cannot install a mod, spawn one of it's items and then remove the mod as that will cause undetermined behavior to the game. Have Fun !! Explained well with no extras! Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts