• 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

Customizable Shop

Keshire

Modder
Joined
Mar 9, 2007
Messages
271
Reaction score
113
Points
115
Customizable Shop

Fable: The Lost Chapters Mod Scene: Finished Mods => Scripted Shopkeeper

8_16_2007_1_47_12_AM.jpg

Have Fun. :)
 

droded

I Am Awesome
Premium
Joined
Nov 15, 2006
Messages
4,335
Reaction score
34
Points
150
Age
20
Re: Customizable Shop

Spelt awesome wrong.

Nice work though! +Rep.
 

Steve

Well-Known Member
Guildmaster
Town Guard
Joined
Jan 1, 1970
Messages
3,716
Reaction score
325
Points
255
Age
37
Name
Steve
Re: Customizable Shop

Fantastic work, Keshire. Thanks for sharing! =]
 
R

Rhadiel

Guest
Re: Customizable Shop

thats awesome:lol:. how exactly did u make that? like a 3d modeler?
 

Keshire

Modder
Joined
Mar 9, 2007
Messages
271
Reaction score
113
Points
115
Re: Customizable Shop

Lucien;126788 said:
thats awesome:lol:. how exactly did u make that? like a 3d modeler?

I'm an animator for a living.
 
R

Rhadiel

Guest
Re: Customizable Shop

Keshire;126790 said:
I'm an animator for a living.

oh:lol:. is there like, any free 3d modeling programs i could use?o_O
 

Keshire

Modder
Joined
Mar 9, 2007
Messages
271
Reaction score
113
Points
115
Re: Customizable Shop

Lucien;126791 said:
oh:lol:. is there like, any free 3d modeling programs i could use?o_O


Blender
 

Dark Drakan

Well-Known Member
Guildmaster
Town Guard
Premium
Joined
Feb 6, 2006
Messages
18,656
Reaction score
2,305
Points
365
Age
38
Re: Customizable Shop

Nice work Keshire, +rep and thanks for posting it.
 
H

HodgePodge

Guest
Re: Customizable Shop

droded;126784 said:
Spelt awesome wrong.

Nice work though! +Rep.

someone else fmpized it and wrote the txt description ;)
 

DarkRage

Choose your fortune
Joined
Sep 30, 2007
Messages
165
Reaction score
0
Points
0
Age
31
Re: Customizable Shop

how do I put it in fable?
 

OldBoy

25,000
Joined
Mar 9, 2007
Messages
661
Reaction score
3
Points
60
Age
41
Re: Customizable Shop

Wirh this script:

Code:
NewThing AICreature;
Player 2;
UID 18446712344187468629;
DefinitionType "CREATURE_TRADER_STOCKED_SCRIPTED";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsNavigator;
PositionX 56.411380;
PositionY 37.951900;
PositionZ 37.013830;
RHSetForwardX 1.000000;
RHSetForwardY 0.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsNavigator;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCContainerRewardHero;
EndCTCContainerRewardHero;
StartCTCEnemy;
FriendsWithEverythingFlag FALSE;
EnableFollowersEnemyProxy TRUE;
FactionName "";
EndCTCEnemy;
StartCTCShop;
StockItemDefsKeys[0] "OBJECT_WHATEVER";
StockItemDefsQuantity[0] 1.0;
StockItemDefsMaxStock[0] 1.0;
StockItemDefsKeys[1] "OBJECT_WHATEVER";
StockItemDefsQuantity[1] 1.0;
StockItemDefsMaxStock[1] 1.0;
StockItemDefsKeys[2] "OBJECT_WHATEVER";
StockItemDefsQuantity[2] 1.0;
StockItemDefsMaxStock[2] 1.0;
EndCTCShop;
Health 200.0;
EnableCreatureAutoPlacing FALSE;
EndThing;

Check this thread for reference. If that doesn't make much sense, start here.
 
N

NoObbi3

Guest
Re: Customizable Shop

you couldve just got the weapon adding the trader is trickier
 
Top