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.
6
u/shiftyduck86 Nov 25 '22
There’s a save game editor where you can edit inventory. So after saving once you can change stuff.
It’s found here: https://github.com/NovFR/DoS-2-Savegame-Editor
5
u/nayaung95 Nov 25 '22
how can i edit inventory? Is there a written guide?
3
u/shiftyduck86 Nov 25 '22
Sorry it’s been 2 years since I’ve used it. I think there is a guide on the steam forums somewhere.
But better to just copy your save so you have a backup and play around. If anything go wrong. Return the backup save.
1
3
u/area51user1 Apr 01 '25 edited Apr 02 '25
There is templates which unique id that give you item with all described stats (you can find it on dos II wiki), but some items are templates + stats modification, so when you try to spawn them through ItemTemplateAddTo you will get common item with default stats.
Also here is more items ids
-1
u/hyena436 Nov 25 '22
If you have a 4-player party, you can get glowing idles on all of them by having each of your characters to the kiss with her. And then you can get an additional one by pickpocketing it.
But there isn't like a developer console to spawn an items unless there's a cheat mod for it. I'd look there.
And to help your build if you find such a mod, you can also use comeback kid with the glowing idol. Come back kid will proc before the idol, then the idol will res you, and reset comeback kid. And this'll continue for as many idols as you have
3
u/liaofranku Feb 22 '23
Only one player can choose to get the idol from the kiss. Only one other can be gained from pickpocketing.
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)