• Welcome to the Fable Community Forum!

    We're a group of fans who are passionate about the Fable series and video gaming.

    Register Log in

Spawning Items in a Barrel instead of Chest?

  • Thread starter FableModder350Z
  • Start date
F

FableModder350Z

Guest
Spawning Items in a Barrel instead of Chest?

I have modded Fable TLC I think a year or 2 ago. There use to be more sites but now I cant find them. Anyways, I was able to spawn items in a barrel instead of a chest. I know how to spawn items in a chest btw. I cant remember what the barrel template is. I cant even find one. Can someone help me? I used the original chest template and it spawned the barrel but...I broke the barrel but no items showed. Here is my Template incase someone needs to look at it. I have a feeling I didn't have the "StartCTCChest;" last time. Also "ThingGamePersistant" does that make the chest re-openable? or if it was a barrel re-breakable?

NewThing Object;
Player 4;
UID 84587896566595959648;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 18.000000;
PositionY 124.000000;
PositionZ 26.5;
RHSetForwardX 0.000000;
RHSetForwardY 1.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_GOLD_1000000";
ContainerContents[1] "OBJECT_HERO_MASK_STEALTH";
ContainerContents[2] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[3] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[4] "OBJECT_HERO_TITLE_SHADOWHUNTER";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
 
F

FableModder350Z

Guest
Re: Spawning Items in a Barrel instead of Chest?

Sorry for the double post but I have used the Barrel Template from Orchard Farm. I got the barrel to spawn better using Albion Explorer also. At first it was in ground now its not. It also has my items. If anyone would like my barrel template incase someone else needs a blank template well here it is just make a new UID and change the items to your likings

NewThing Object;
Player 4;
UID 84587896566595959648;
DefinitionType "OBJECT_BARREL_BREAKABLE";
CreateTC "CTCOwnedEntity";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 17.720210;
PositionY 124.113800;
PositionZ 26.616700;
RHSetForwardX 0.040259;
RHSetForwardY -0.999189;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCVillageMember;
VillageUID 0;
EndCTCVillageMember;
StartCTCOwnedEntity;
SwitchableNavigationTCAdded FALSE;
VersionNumber 1;
OwnerUID 18446741874686297843;
EndCTCOwnedEntity;
StartCTCContainerRewardHero;
ContainerContents[0] "OBJECT_GOLD_1000000";
ContainerContents[1] "OBJECT_HERO_MASK_STEALTH";
ContainerContents[2] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[3] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[4] "OBJECT_HERO_TITLE_SHADOWHUNTER";
EndCTCContainerRewardHero;
Health 1.0;
EndThing;
 
H

happie

Guest
Re: Spawning Items in a Barrel instead of Chest?

well albion explorer and scripts like yoursr templates or whatever are really hard to understand. You can always copy and paste scripts but then you gotta set new cordinates. I use chocolate box to do any changes to regions i need and to add barrels, chests, houses, trees, water, plants, shops, anything. try it
 
F

FableModder350Z

Guest
Re: Spawning Items in a Barrel instead of Chest?

Is it easier then Albion? Cause I really know how to use Albion to its fullest. although..the window size thing is a bit of a drag.lol. I always have to resize it and use the scroll bars.
 
H

happie

Guest
Re: Spawning Items in a Barrel instead of Chest?

its for different people but the camera is in 3d instead of those green balls of snot that mean nothing and its WAY easier to edit or add things to regions. Really what chocolate box is, is that it is albion v2 with 3d and easier editing combined with easier to use fable explorer (note: teh search bar ownz) in a new color...so really all i use is chocolate box lolzerz cake
 
F

FableModder350Z

Guest
Re: Spawning Items in a Barrel instead of Chest?

I googled *Chocolate Box* for Fable and I got nothing. Could u maybe post a link to where you got it? or upload it somewhere? I would really like to try it. Is it like your playing Fable when you add items? I am sure u know what I mean ince u said it was Albion Explorer but 3d. Could u help me find it or whatever?
 

jwc2200

Well-Known Member
Joined
Feb 15, 2008
Messages
1,097
Reaction score
4
Points
80
Age
54
Re: Spawning Items in a Barrel instead of Chest?

FableModder350Z;186757 said:
Ok I googled Chocoalte Box for Fable and I got nothing. Could u maybe post a link to where you got it? or upload it somewhere? I would really like to try it. Is it like your playing fable when you add items? I am sure u know what I mean. since u said it was Albion explorer but 3d. Could u help me find it or whatever?


http://fabletlcmod.com/forum/index.php?t=msg&th=5048&start=0&
 

Unknown111

New Member
Joined
Sep 15, 2008
Messages
4
Reaction score
0
Points
0
Re: Spawning Items in a Barrel instead of Chest?

FableModder350Z;186656 said:
Sorry for the double post but I have used the Barrel Template from Orchard Farm. I got the barrel to spawn better using Albion Explorer also. At first it was in ground now its not. It also has my items. If anyone would like my barrel template incase someone else needs a blank template well here it is just make a new UID and change the items to your likings

NewThing Object;
Player 4;
UID 84587896566595959648;
DefinitionType "OBJECT_BARREL_BREAKABLE";
CreateTC "CTCOwnedEntity";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 17.720210;
PositionY 124.113800;
PositionZ 26.616700;
RHSetForwardX 0.040259;
RHSetForwardY -0.999189;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCVillageMember;
VillageUID 0;
EndCTCVillageMember;
StartCTCOwnedEntity;
SwitchableNavigationTCAdded FALSE;
VersionNumber 1;
OwnerUID 18446741874686297843;
EndCTCOwnedEntity;
StartCTCContainerRewardHero;
ContainerContents[0] "OBJECT_GOLD_1000000";
ContainerContents[1] "OBJECT_HERO_MASK_STEALTH";
ContainerContents[2] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[3] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[4] "OBJECT_HERO_TITLE_SHADOWHUNTER";
EndCTCContainerRewardHero;
Health 1.0;
EndThing;

What Do i do with this?:unsure:
 

Unknown111

New Member
Joined
Sep 15, 2008
Messages
4
Reaction score
0
Points
0
Re: Spawning Items in a Barrel instead of Chest?

thanks everytime i press world editor it crashes on albion explorer
 

Unknown111

New Member
Joined
Sep 15, 2008
Messages
4
Reaction score
0
Points
0
Re: Spawning Items in a Barrel instead of Chest?

thanks got it working but still crashes when i press world editor anyone know why?
 
Top