Fable: The Lost Chapters Mod Scene
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Fable TLC » Discussion » Level Scripting » Can I go to the filter maps?
Re: Can I go to the filter maps? [message #20490 is a reply to message #20489] Wed, 20 June 2007 16:34 Go to previous messageGo to previous message
chaos is currently offline  chaos
Messages: 542
Registered: May 2006
Follow this, it should work:

1- First you'll need the 2 maps quordanents:

HeroGuildComplexInside.lev
X: 4576
Y: 3552

NorthernWastesFiller_08.lev
MapX 832;
MapY 7872;

2- Place a holy site player start in the filler and set these two to NULL:

ScriptName NULL;
ScriptData "NULL";

3- Next take the WORLD coordinates of the holy site and not just the X, and Y of the marker.

4- Subtract the holy sites world location X and Y from the hero's guild map location:

HeroGuildComplexInside.lev
X: 4576
Y: 3552

5- Then use the X and Y values you get after doing the math on a maker like this(put it in hero's guild):

NewThing Marker;
Player 4;
UID 18466666;
DefinitionType "GAZE_OUT_OF_BUILDING_MARKER";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX ******;
PositionY ******;
PositionZ 12.32;
RHSetForwardX 0.927178;
RHSetForwardY -0.374605;
RHSetForwardZ 0.0;
RHSetUpX 0.000342;
RHSetUpY 0.000847;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCEditor;
EndCTCEditor;
StartCTCVillageMember;
VillageUID 0;
EndCTCVillageMember;
Health 1.0;
EndThing;

6- Then put an object like this in the guild somewhere:

NewThing Object;
Player 4;
UID 99999991111;
DefinitionType "OBJECT_OK_GARGOYLE_FEMALE_02";
CreateTC "CTCActionUseScriptedHook";
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 0;
PositionY 0;
PositionZ 0;
RHSetForwardX -0.788017;
RHSetForwardY -0.615644;
RHSetForwardZ 0.0;
RHSetUpX 0.000301;
RHSetUpY -0.000385;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCEditor;
EndCTCEditor;
StartCTCActionUseScriptedHook;
Usable TRUE;
ReversedOnMiniMap FALSE;
HiddenOnMiniMap TRUE;
VersionNumber 1;
ForceConfirmation FALSE;
TeleportToRegionEntrance TRUE;
EntranceConnectedToUID 18466666;
SoundName "";
AnimationName "";
ReplacementObject 0;
EndCTCActionUseScriptedHook;
Health 1.0;
EndThing;


http://i143.photobucket.com/albums/r124/korgoth-of-barbaria/chaos-1.jpg
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ground texture/ material
Next Topic: Respawning Bodyguard
Goto Forum:
  


Current Time: Mon May 06 15:05:05 PDT 2024

Total time taken to generate the page: 0.01258 seconds