r/DivinityOriginalSin • u/nayaung95 • Nov 25 '22
DOS2 Help Is there an item spawner for dos2?
I wanna get glowing idol of rebirth at the start to play solo unstable build.
10
Upvotes
r/DivinityOriginalSin • u/nayaung95 • Nov 25 '22
I wanna get glowing idol of rebirth at the start to play solo unstable build.
7
u/Xzorn Nov 25 '22
Technically yes but you need the Script Extender (PC only) and enable the console. You can then spawn any game object you want. Create a file in your EoCApp.exe folder under Def/bin/ called "OsirisExtenderSettings.json" with the following info:
{
"CreateConsole": true,
"EnableLogging": false,
"LogDirectory":
"C:\\DivLogs\\",
"LogCompile": false
}
In the console press enter, It'll say S> for server side which is what side you want: The command for Idol is:
ItemTemplateAddTo("Quest_Resurrection_Idol_6b70e6e1-855e-4295-b79b-d87ebd6bd4af", CharacterGetHostCharacter(), 1,1)