Needing demo editing help


DrZeus

 

Posted

Ok so with my MM i ran across a cool looking room so i /demorecorded some shots there. i used my pets as proxys to set some shots. but when i go to edit the demo and put in one of my other toons the pet is gone and replaced by nothing. i checked out Zloth's guides to editing demos but i still cant figure it out.

Just to clearify I want to replace my pet with hero/villain toon.

I thank anyone who helps in advance.


Mystic


 

Posted

Well, this is kind of hard without seeing the code and finding out what's messed up.


If possible, could you just cut and paste what it said before you changed it (where it declares the new object) and what it says now? At least what it says now would help quite a bit.

Zeus - god of answers


 

Posted

Ill post the code once i get off of work.


Mystic


 

Posted

ok here's the code:

0 14 NEW Lich
0 14 NPC Necromancy_Litch_01_U2
0 14 POS -538.765625 -15.59375 643.953125
0 14 PYR 0 1.853049 0
0 14 MOV RUNPOST
0 14 FX Maintained 10 V_COV/POWERS/NECROMACY/ZOMBIEUPGRADETENDRILGLOW.FX 0
0 14 FXSCALE 10.000000 10
0 14 ORIGIN ENT 0 0
0 14 TARGET ENT 14 0
0 14 FX Maintained 12 V_COV/POWERS/NECROMACY/LITCHEYES.FX 0
0 14 FXSCALE 10.000000 10
0 14 ORIGIN ENT 0 0
0 14 TARGET ENT 14 0
0 14 HP 890.00
0 14 HPMAX 890.00

and this is what im replacing it with:

0 14 NEW MYSTICFIRE
0 14 COSTUME 0 3f6e9b 13.461539 0.582418
0 14 PARTSNAME Tight Plant_02a Plant_02b 00007f ff5700
0 14 PARTSNAME Tight Plant_02a Plant_02b 00007f ff5700
0 14 PARTSNAME Standard skin_head_01 Goth 00007f ff5700
0 14 PARTSNAME Smooth skin_wrapped_01a skin_wrapped_01b 00007f ff5700
0 14 PARTSNAME Flat Plant_02a Plant_02b 00007f ff5700
0 14 PARTSNAME Jewel Jewel_01a Jewel_01b 00007f ff5700
0 14 PARTSNAME Hood_02 Hood none 00007f ff5700
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 00007f ff5700
0 14 PARTSNAME none none none 00007f ff5700
0 14 PARTSNAME none none none 00007f ff5700
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 00007f ff5700
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 00000000 00000000
0 14 PARTSNAME none none none 000033 ff5700 000000 000000 Auras/Male/Glow/GlowEyes.fx
0 14 HP 890.00
0 14 HPMAX 890.00


Mystic


 

Posted

Umm.... it looks like you are removing the POS and PYR lines when you replace that...


Test Subject 42 - lvl 50 Sp/DA Scrapper
Oku No Te - lvl 50 MA/SR Scrapper
Borg Master - lvl 24 Bots/traps MM
Pinnacle

Nyghtfyre - lvl 50 DM/SR Scrapper
Champion

 

Posted

Yep, you took the position away so the heroes are probably off at 0,0,0 doing their thing. Instead of replacing all of that, just replace these two lines:

[ QUOTE ]
0 14 NEW Lich
0 14 NPC Necromancy_Litch_01_U2

[/ QUOTE ]

You'll probably want to drop the Licheyes, too, but you can do that later.