New Weapon: Beer Tankard [message #30012] |
Sun, 30 September 2007 09:29 |
|
Beer Tankard
Weapon DescriptionBeer Tankard. Why not smack someone with a chair? Hurts like hell. Don't spill the beer!
Spawn as OBJECT_TANKARD_WEAPON (or use this method.)
-> Start Fable Explorer
-> Click 'File' and 'Load Fable Mod Package'
-> Select the 'TANKARD_WEAPON.fmp'
-> Click 'Actions' and 'Save Mods and run Fable'
Chest Script for GuildExterior.tngNewThing Object;
Player 4;
UID 32112345554446111222;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptData "NULL";
ThingGamePersistent TRUE;
ThingLevelPersistent TRUE;
StartCTCPhysicsStandard;
PositionX 14.5;
PositionY 127.0;
PositionZ 26.5;
RHSetForwardX 0.998439;
RHSetForwardY 0.055748;
RHSetForwardZ 0.0;
RHSetUpX -0.000054;
RHSetUpY 0.000975;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_TANKARD_WEAPON";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
Oh; it doesn't stay on your back when sheathed - it disappears...
[edit]
If you have problems with the model not showing in game, load the patch, it will fix the problem.
this is not an exit.
[Updated on: Fri, 27 March 2009 05:50] Report message to a moderator
|
|
|