DarthRevan101

How to have a character walking around in a module?

Recommended Posts

Like Suvam Tan does in Yavin, walking around and performing an animation. How do I get a custom character to do that? 

Share this post


Link to post
Share on other sites

I do not have all of my resources on me at the moment (you'd think I had them all on a flashdrive around my neck by now...), but I can tell you the basic idea of it:

 

1. Make X waypoints in the .git file of the level in question. You'd change the tag of the waypoint, but the basic theory on the waypoints: "wp_ marks>_##" where ## is between "01" (yes, the 0 is required if it's under 10) and X.

2. Copy the k_def_spawn01.nss file (I think that's the name?) and rename it. Open it up and there should be several lines about walking, so listen to the comments and do what they say. At or near the bottom should be something like "GN_WalkWayPoints();". This needs to be uncommented (so no // marks).

3. Compile the script and enter the new filename, minus the extension, in the OnSpawn Script Slot of the .utc file.

 

Put everything in the Override folder (unless you want to put the .git file in the .mod or .rim) and test. *crosses fingers*

 

 

Edit: In lieu of my resources, I will use my past self! :D http://deadlystream.com/forum/topic/2776-npc-waypoint-walking/?hl=%2Bwalk+%2Bwaypoints

  • Like 1

Share this post


Link to post
Share on other sites

I do not have all of my resources on me at the moment (you'd think I had them all on a flashdrive around my neck by now...), but I can tell you the basic idea of it:

 

1. Make X waypoints in the .git file of the level in question. You'd change the tag of the waypoint, but the basic theory on the waypoints: "wp_<tag of character, don't use the <> marks>_##" where ## is between "01" (yes, the 0 is required if it's under 10) and X.

2. Copy the k_def_spawn01.nss file (I think that's the name?) and rename it. Open it up and there should be several lines about walking, so listen to the comments and do what they say. At or near the bottom should be something like "GN_WalkWayPoints();". This needs to be uncommented (so no // marks).

3. Compile the script and enter the new filename, minus the extension, in the OnSpawn Script Slot of the .utc file.

 

Put everything in the Override folder (unless you want to put the .git file in the .mod or .rim) and test. *crosses fingers*

 

 

Edit: In lieu of my resources, I will use my past self! :D http://deadlystream.com/forum/topic/2776-npc-waypoint-walking/?hl=%2Bwalk+%2Bwaypoints

 

Thanks for your help!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.