Jump to content

Home

My mod.


Darth Dex

Recommended Posts

Darth333 can I send you the .mod file it's still not working its probly my fault, but I'm a N00bie and I can't figure it out.

Sorry I delete your PM last time can you PM me your emil again? Sorry Darth333 I probly waste tons of your time.

Link to comment
Share on other sites

  • Replies 130
  • Created
  • Last Reply
Originally posted by Darth Dex

Okay, this what I added for Ancorhead (the door list), so the bounty office would work and you wouldn't have to warp to it:

Bearing = -0.575959920883

Linked to = (blank for now)

Linked to flags= 0

Linked to module = (blank)

Tag = TatBountydoor

templateresref = sw_door_tat004

Transitondetin = 0 strings (just what it says, I don't know about what it means)

X = 172.000000000000

Y = 71.370002746582

Z = 3.750000000000

When I load the area of ancoehead it always freezes. Any idea what I should do?

Bearing = The way the door faces.

Linked To= The door or waypoint in the module your linking to.

Linked To flags = 0, 1, or 2. 0 = nothing , 1 = Linked to other door, 2 = linked to other waypoint.

Linked To Module = the module your linking to.

TransitionDestin = Once you open a door that is linked it shows a name and a little picture of a guy under it. This is what this does. Ask someone else for a better explanation if u need to.

That's all.

Link to comment
Share on other sites

The Jawa won't explode for he does not have an exploding animation, here it is

void main()
{
object oJawa=GetObjectByTag("jawadie");

AssignCommand(oJawa,ActionPlayAnimation(26,1.1));
DestroyObject(oJawa,0.3);
}

Replace the tag jawadie with whatever you put in the Tag entry of a *.utc file.

 

Put this at the end of a Dialogue file.

 

Tags are case sensitive.

THIS HAS BEEN TESTED AND VERIFIED!

Link to comment
Share on other sites

Originally posted by Darth Dex

No it never worked DArth333 was about to show me how to fix it, but she's she's gone :babycry: :Cry: :babycry::ball::crybaby: :crybaby: :crybaby: :crybaby:

 

I'm back :D I was on vacation!!! ( I only have two weeks during the short Canadian summer so I try to spend them mostly outdoors, far far away from my computer )

 

I assume that Stormtrooper789 is looking at the problem (thanks Stormtrooper :) )

Link to comment
Share on other sites

Originally posted by Darth333

I'm back :D I was on vacation!!! ( I only have two weeks during the short Canadian summer so I try to spend them mostly outdoors, far far away from my computer )

 

I assume that Stormtrooper789 is looking at the problem (thanks Stormtrooper :) )

Your welcome, I'm that kind of guy. :)

BTW: I like scripting, it seems fun to me.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...