[tut] Playing as quest monster/boss

Page 1 of 2 12 LastLast
Results 1 to 25 of 28
  1. #1
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    [tut] Playing as quest monster/boss

    I'll use Superion for this tut...mainly because he's the first one I opened up out of the ones I have done right here.

    Now, unpack the skeleton.mrs found in Model>NPC. Go to skeletonB.xml. Rename that Man01 or Woman01 depending on which sex you want as the monster. We'll come back to the .xml file later. Now, get the Skeleton_big.tga, Skeleton_big.elu, and all the animations for superion (SkeletonB_~animation name here~). Put those in man/woman folder.

    Now back to the .xml. If you did it right, your whole Man01/Woman01 should look like this. (Note, yours will look a bit different, I changed some things around in mine I think, can't remember)

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <xml>
    
    	<NPCModel></NPCModel>
    	<AddBaseModel name="skeleton_big" filename="skeleton_big.elu"> </AddBaseModel>
    	<MakeAnimationMap ></MakeAnimationMap>
    
    	<AddAnimation name="idle"		filename="SkeletonB_idle.elu.ani" 	 	gm="0"	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    
    	<AddAnimation name="neglect1"		filename="SkeletonB_neglect.elu.ani" 	gm="0"	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    
    	<AddAnimation name="melee_attacked1"	filename="SkeletonB_damage_melee.elu.ani"  gm="1"	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    	<AddAnimation name="melee_attacked2"	filename="SkeletonB_damage_melee2.elu.ani" gm="1"	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    	<AddAnimation name="range_attacked1"	filename="SkeletonB_damage_range.elu.ani" 	gm="1"	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    	<AddAnimation name="lightning"		filename="skeletonB_damage_lightning.elu.ani"  gm="1"	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    
    	<AddAnimation name="melee_attack"	filename="SkeletonB_standshot.elu.ani" gm="1" motion_type="0" motion_loop_type="loop" > </AddAnimation>
    
    	<AddAnimation name="run"		filename="SkeletonB_run.elu.ani"		gm="1" 	motion_type="0" motion_loop_type="loop" > </AddAnimation>
    
    	<AddAnimation name="die"		filename="SkeletonB_die.elu.ani"		gm="1"	motion_type="0" motion_loop_type="lastframe" 	> </AddAnimation>
    	
    	<AddAnimation name="special_attack1" 	filename="SkeletonB_special.elu.ani" 	gm="1"	motion_type="0" motion_loop_type="lastframe" 	> </AddAnimation>
    	<AddAnimation name="special_attack2" 	filename="skeletonB_standshot.elu.ani" 	gm="1"	motion_type="0" motion_loop_type="lastframe" 	> </AddAnimation>
    
    	<AddAnimation name="stunned" 		filename="SkeletonB_damage_down.elu.ani"	gm="1"	motion_type="0" motion_loop_type="lastframe" 	> </AddAnimation>
    
    </xml>
    Now, heres something I learned from a buddy. You can change the animation names to make them correspond with the buttons used to taunt. For example, you could make the death animation his wave.

    The figure will be disfigured at the character selection screen if you select another character then go back to the monster char. But it should be fine ingame.

    This should be what it looks like when finished- http://i44.tinypic.com/2ke9oh.jpg

    If you get a black screen, click on the normal characters name (one that won't be the monster) and then click on the monster character again. That should fix it.
    Last edited by Nobody666; 10-02-09 at 05:54 PM.


  2. #2
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: [tut] Playing as quest monster/boss

    i lol'ed

    nice tut

  3. #3
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: [tut] Playing as quest monster/boss

    i had a problem, when i did this, it showed up as him in the charater select screen, but i double click on my name and when it goes to lobby it turns black....

    any help?

  4. #4
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by frenchfatcat View Post
    i had a problem, when i did this, it showed up as him in the charater select screen, but i double click on my name and when it goes to lobby it turns black....

    any help?
    Unfortunately, its been to long since i've messed with the files. I had this problem my first attempt, fixed it though. Forgot how. Im sure the answers out their, i'll look around.

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [tut] Playing as quest monster/boss

    pretty sweet tut :D

  6. #6
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [tut] Playing as quest monster/boss

    bad tut, its missing alot dont ya think?

    why not show them how to edit man01.xml so it fully fuctions as normal?

  7. #7
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by MAXTRAXv3 View Post
    bad tut, its missing alot dont ya think?

    why not show them how to edit man01.xml so it fully fuctions as normal?
    eh guess thats my bad, Could of sworn I mentioned the animation would suck this way. lol, truth is I never felt like messing around with it in the real man01.xml to make it work right. I know its possible, but eh.

    And what is it missing? This is pretty much how to do it.

  8. #8
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: [tut] Playing as quest monster/boss

    Old, but nice :)

  9. #9
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: [tut] Playing as quest monster/boss

    Is there a option to do this. Man, Woman, Skelton?

  10. #10
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by 00niels00 View Post
    Is there a option to do this. Man, Woman, Skelton?
    i want tats tho :P

  11. #11
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: [tut] Playing as quest monster/boss

    its possible but it probably some major coding

  12. #12
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [tut] Playing as quest monster/boss

    it may just need some DB editing.
    add all the stuff to skeleton.mrs add to models then script the query to have a extra option in character create (skeleton)

  13. #13
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by wesman2232 View Post
    it may just need some DB editing.
    add all the stuff to skeleton.mrs add to models then script the query to have a extra option in character create (skeleton)
    I want a TUT pls :D

    P/S: i tot it was in da runable :|

  14. #14
    Enthusiast Kmod is offline
    MemberRank
    Dec 2008 Join Date
    42Posts

    Re: [tut] Playing as quest monster/boss

    Nice Tutorial. Very clever with the animation coding and stuff,
    I didn't even think about the animation stuff, no wonder why Pampow,
    and the rest came out all deformed. Aha. I'm such a retard.
    Anyways, thanks, somebody777.

  15. #15
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by frenchfatcat View Post
    i had a problem, when i did this, it showed up as him in the charater select screen, but i double click on my name and when it goes to lobby it turns black....

    any help?
    Its added in now, last line.


    and as getting this to be a normal item, idk yet. Something I meant to look into, just didn't feel like it. I stored all the files I had about this and forgot all about them. But im pretty sure it wouldn't be a runnable edit. Not sure bout DB either. Id say something with .mrs files if it isn't the db.

    and yea, the animation is what keeps it formed right. But like I said, the animation sucks and he doesn't have good movements. Theirs also a little glitch with melee weapons with the simple way I put up. It gets stuck sometimes and it won't attack/flip.

  16. #16
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [tut] Playing as quest monster/boss

    It work with Palmpow Goblin king ...?

  17. #17
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: [tut] Playing as quest monster/boss

    Yes just follow the tut and see what it says and do what it say and you can use ANY quest boss or monster

  18. #18
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: [tut] Playing as quest monster/boss

    wyhat do i do to prevent the back screen of death?

  19. #19
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: [tut] Playing as quest monster/boss

    lol, THE BLACK SCREEN of DEATH :0

  20. #20
    Browser. Nova is offline
    MemberRank
    Nov 2008 Join Date
    --Location
    400Posts

    Re: [tut] Playing as quest monster/boss

    Niiiice one.

  21. #21
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by frenchfatcat View Post
    wyhat do i do to prevent the back screen of death?
    Did what I say not fix it? Cause thats the only reason I know of =P

  22. #22
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [tut] Playing as quest monster/boss

    -__- any1 no wheres da "options tabs" r? i wanna make a 10 ppl Quest room.

  23. #23
    Account Upgraded | Title Enabled! billabonker is offline
    MemberRank
    Feb 2008 Join Date
    YouTube :)Location
    360Posts

    Re: [tut] Playing as quest monster/boss

    i dont get any of this O.O can you show us some pics?would really be helpful =D

  24. #24
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [tut] Playing as quest monster/boss

    Quote Originally Posted by CrashPoint View Post
    -__- any1 no wheres da "options tabs" r? i wanna make a 10 ppl Quest room.
    Sorry don't know that =P I heard from a friend that its ASM work, he wanted me to learn it XD
    idk for sure if its ASM though.

    Quote Originally Posted by Billabonker
    i dont get any of this O.O can you show us some pics?would really be helpful =D
    Theirs not really any pics to show >_> I told you which files to unpack, which files to copy, and the code to copy and where to place them.

  25. #25
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: [tut] Playing as quest monster/boss

    but where to do ASM :| (u did say its not da runable)



Page 1 of 2 12 LastLast

Advertisement