I have the same problem nothing works at all perhaps because now the game version is 4.1.1.3624901
Click on the Console Commands script first then the Register Commands and it should still work.
I noticed that by default, the Console Commands tab is opened without the script running.
Clicking it solved it for me.
Sidenote: I actually compared both scripts from the original table to troubleshoot this and found that everything is the same other than the uuid LOL
Any way to make sure we trigger the romance scenes during the party at camp? I saw all of the prerequisite scenes, but I guess their romance score isn't high enough—even though their approval rating is maxed out.
I have the same problem nothing works at all perhaps because now the game version is 4.1.1.3624901
Click on the Console Commands script first then the Register Commands and it should still work.
I noticed that by default, the Console Commands tab is opened without the script running.
Clicking it solved it for me.
Sidenote: I actually compared both scripts from the original table to troubleshoot this and found that everything is the same other than the uuid LOL
EDIT: I tested this on 4.1.1.3624901 STEAM
That really worked, thank you
Hi everyone! I am new and using the v4.1.1.3624901 (2) script which was just updated. However, when I look at the item spawner options, it does not contain all of those categories and options. It has three nodes telling where to get object UUIDs, spawn hand crossbow +2, and spawn flame blade. How can I add all those options so I can spawn more than just the two items?
new entry "OBJ_Valuables_InfernalPlate"
type "Object"
using "_LuxuryItem"
data "RootTemplate" "6242490e-42c9-49f0-bc3b-4e7ec11c0fe7"
data "ValueLevel" "5"
data "Weight" "0.6"
HOW DID YOU GET THIS. Wasting away trying to find the thing
After unpacking the data files, you can find it in Shared\Public\Shared\Stats\Generated\Data\Object.txt
When looking for items, they'll typically be in either Object.txt, Weapon.txt, or Armor.txt. Depending on the item, it might be considered either a "generic item" (i.e. gold, scrolls, healing potions, etc.) or more of a "campaign item" (various lore books, location-specific items, quest items, etc.), which determines whether you want to search in the "Shared" group of folders or the "Gustav" group of folders; "Shared" for generic, "Gustav" for compaign-specific.
Correct, the above one i found in Shared, below is from Shareddev, it also contains the UUID for normal usable Infernal Iron.
new entry "OBJ_InfernalPlate" (Quest for Karlach)
type "Object"
using "OBJ_Metalbar_Gold"
data "RootTemplate" "6242490e-42c9-49f0-bc3b-4e7ec11c0fe7"
data "ValueScale" "2"
new entry "OBJ_InfernalPlate_B"
type "Object"
using "OBJ_Metalbar_Gold"
data "RootTemplate" "4a1dec56-1b6d-4faa-8bfb-719a0efd3f9e"
data "ValueScale" "2"
new entry "OBJ_InfernalPlate_C"
type "Object"
using "OBJ_Metalbar_Gold"
data "RootTemplate" "0f47473f-aa2e-46da-9529-f0f3868b77af"