Blue Frog items

billyblair

New Member
Joined
Oct 3, 2015
Messages
24
Hey guys.

Is it only possible to have 'Tangible' items on the Blue Frog?

I'm unsuccessfully trying to add crates of Smuggler items (/generateCraftedItem object/draft_schematic/slicing/slicing_armor_upgrade_kit.iff 1000)

If possible I would also like to add stacks of specific resources.

Ty in advance
 

duffstone

Member
Joined
Sep 13, 2013
Messages
188
hmm... I've never tried to add crafted items, but if you figure it out let me know...

You might dive into the loot manager and see how it creates items using the crafting system (all loot weapons appear to be system generated through the crafting engine). As I stated in a similar bluefrog post, the characterBuilder.lua file appears to use lootgroups, or some other aliasing, to give items, as the apron entries don't use the normal object/tangible/wearable/...object.iff pathing.

hope that helps.
-Duff
 

Lasko

Moderator
Staff member
Moderator
Joined
Feb 13, 2012
Messages
295
You could always try adding.......

"object/tangible/slicing/slicing_armor_upgrade_kit.iff"
 

billyblair

New Member
Joined
Oct 3, 2015
Messages
24
Lasko said:
You could always try adding.......

"object/tangible/slicing/slicing_armor_upgrade_kit.iff"
Yeah. Thx Lasko but wanting to be able to obtain items in stacks and with quality/effectiveness on the items as opposed to singles with default quality/effectiveness.

The smuggler item was just an example. What I'm really trying to figure out is if it's possible to put things up there other than tangible items.

Thx for taking the time to post though.

Thx Duff. Will post my findings. 8 day old baby making it a tad tough to get into anything juicy right now lol...
 

Arioch

Member
Joined
Apr 22, 2014
Messages
123
billyblair said:
Lasko said:
You could always try adding.......

"object/tangible/slicing/slicing_armor_upgrade_kit.iff"
Yeah. Thx Lasko but wanting to be able to obtain items in stacks and with quality/effectiveness on the items as opposed to singles with default quality/effectiveness.

The smuggler item was just an example. What I'm really trying to figure out is if it's possible to put things up there other than tangible items.

Thx for taking the time to post though.

Thx Duff. Will post my findings. 8 day old baby making it a tad tough to get into anything juicy right now lol...
If you generate items outside of the tangible folder, you run a  much greater risk of errors that will destroy your database.
 
Top Bottom