help

03/29/2020 13:29 nemesidevmv#1
hello I have a problem I wanted to change the characters of the login and when I put it to the summy it stops and does not move how can I put an emote?
[Only registered and activated users can see links. Click Here To Register...]
03/29/2020 18:45 thirdeye42#2
Not sure what client you're using so I'll have to show my directories.

data\script\object\etc.csv
data\anim\character\summoner\motion\emoti


Go to data\script\object\etc.csv and change

"Object\Etc\LOGIN_SUM.anim" to...
"Character\Summoner\Motion\Emoti\SUM_EMT_DANCE.ani m" or
whatever emotion you wanna use.
03/29/2020 20:52 nemesidevmv#3
[Only registered and activated users can see links. Click Here To Register...]
so I edited it but it doesn't sit
03/29/2020 22:42 thirdeye42#4
Quote:
Originally Posted by nemesidevmv View Post
[Only registered and activated users can see links. Click Here To Register...]
so I edited it but it doesn't sit
Deleted.
03/29/2020 23:54 nemesidevmv#5
[Only registered and activated users can see links. Click Here To Register...]
this also edit but still not working
03/30/2020 00:53 thirdeye42#6
Quote:
Originally Posted by nemesidevmv View Post
[Only registered and activated users can see links. Click Here To Register...]
this also edit but still not working
Works for me...

03/30/2020 01:09 nemesidevmv#7
min 10:33
I want to have it so all the characters are sitting
03/30/2020 02:43 thirdeye42#8
You actually don't need to change data\object\static\etc\, only data\script\object\etc.csv


Code:
character\archeress\motion\emoti\arc_emt_sit.anim
character\warrior\motion\emoti\bgw_emt_sit.anim
character\healer\motion\emoti\hil_emt_sit.anim
character\sorceress\motion\emoti\sor_emt_sit.anim
character\summoner\motion\emoti\sum_emt_sit.anim
character\swordmans\motion\emoti\swd_emt_sit.anim
03/31/2020 01:51 nemesidevmv#9
the problem is that in the video that I send you the characters have costumer that I could not do
03/31/2020 04:50 thirdeye42#10
Quote:
Originally Posted by nemesidevmv View Post
the problem is that in the video that I send you the characters have costumer that I could not do
So you have a second problem... OK. I'll be using Azure Knight for this example.

To add a costume to the character you'll need to change the texturepack associated with said character. (data\texturepack\object\etc\login_swd.tpack)

Change this..
texpath "character_login"
0 "SWD_PAT_10.dds"
1 "SWD_COT_10.dds"
2 "SWD_BOT_10.dds"
3 "ATT_EQU_SWD_19.dds"
4 "ATT_EQU_SLD_17.dds"
s0 "SWD_PAT_10_s.dds"
s1 "SWD_COT_10_s.dds"
s2 "SWD_BOT_10_s.dds"
s3 "ATT_EQU_SWD_19_s.dds"
s4 "ATT_EQU_SLD_17_s.dds"
To this..
texpath "Costume"
0 "SWD_EQU_C009_01.dds"
s0 "SWD_EQU_C009_01_s.dds"

After you've changed the texturepack, move to data\script\object\etc.csv

First, add the costume MESH directory.
(data\mesh\item\costume\swd_equ_c009.mesh)

Next, change the SKEL. You'll need to use the character skel for costumes.
(data\skel\character\swd.skel)

Next, add your emotion.
(data\anim\character\swordmans\motion\emoti\swd_emt_dance.an im)

Lastly, change the animation time to reflect the emotion used.
(data\share\action\pc\swd.act.0.csv)


Finished project.. Dancing Azure Knight with a costume.
Code:
33,LOGIN_SWD,item\costume\swd_equ_c009.mesh,,character\swd.skel,character\swordmans\motion\emoti\swd_emt_dance.anim,4.5,0,,1,0,0,0,0,0,0,0,30,Object\Etc\LOGIN_SWD.mesh,,0
04/01/2020 18:41 nemesidevmv#11
I could already thank you I was editing the .skel line wrong
[Only registered and activated users can see links. Click Here To Register...]
04/01/2020 20:51 thirdeye42#12
Quote:
Originally Posted by nemesidevmv View Post
I could already thank you
You could, but you won't?.. Okie dokie, you're welcome.