Results 1 to 9 of 9

Thread: How to use "Recorded Animations"

  1. #1

    Question How to use "Recorded Animations"

    How to use "Recorded Animations" ?
    (For the vehicle animation in soloplayer).

    My script called the "recording_play_and_hover"
    Code:
    (recording_play_and_hover ObjectName RecordedAnimationsName )
    "File > Compile scripts" in Sapien.
    "scripts successfully compiled."

    "Exception Data" In game
    By what my Recorded Animations is empty.
    (only "Add" with the Guerrilla...)

    I tested "File > Import recordings" in Sapien.
    I imported a30.scenario, is it added the recordings list of a30.
    I used one of the recordings for my script.
    "scripts successfully compiled." in Sapien.
    No "Exception Data" In game

    I wish I could create my own recordings...
    Not having to use "custom_animation" script.
    I want used "recording_play_and_hover" or "recording_play_and_delete"

    Thx
    Reply With Quote

  2. #2
    Taiko Drums = Win
    Join Date
    Sep 2006
    Location
    Longbranch, WA
    Posts
    2,692

    Re: How to use "Recorded Animations"

    Recorded animations was a system used only by the developers of Halo, and any functionality with it was pretty much removed from the HEK.
    Reply With Quote

  3. #3

    Re: How to use "Recorded Animations"

    I finding in the HEX...
    Application would greatly useful, no ?
    Reply With Quote

  4. #4

    Re: How to use "Recorded Animations"

    I managed to change the Recorded Animations !!!
    Look my Recorded Animations: http://fr.xfire.com/video/4ef240/

    The .hsc script:
    Code:
    (global "boolean" mark_lz_dropship false )
    
    (script dormant "dropship"
        (object_create lz_cship )
        (sleep 100 )
        (object_teleport lz_cship lz_cship_flag )
        (sleep 100 )
        (recording_play_and_hover lz_cship back_cship_exit )
        (sleep 100 )
        (unit_close lz_cship )
    )
    
    
    (script startup mission_a30
        (sleep 300 )
        (wake dropship )
    )

    I imported back_cship_exit (The Recorded Animations of a30.map) in my map.
    I edited back_cship_exit with HexEditor.



    Code:
    3a 55 00 00
    
    1a 04 00 00 80 3f 00 00 00 00 38 03 01
    12 00 00 00
    3a 22 00 00
    19 00 00 00 00 00 00 00 00 00 00 00 00
    
    
    5a 02 44 f8 00 00
    3a 55 00 00
    59 00 00 00 00 00
    
    
    1a 04 00 00 80 3f 00 00 00 00 38 03 01
    12 00 00 00
    3a 55 00 00
    19 00 00 00 00 00 00 00 00 00 00 00 00
    
    
    5a 00 00 f8 00 00
    3a ff 00 00
    59 00 00 00 00 00
    
    
    1a 04 00 00 80 3f 00 00 00 00 38 03 01
    12 00 00 00 
    3a 66 00 00 
    19 00 00 00 00 00 00 00 00 00 00 00 00 
    
    
    5a 02 44 f8 00 00
    3a 66 00 00
    59 00 00 00 00 00
    
    
    1a 04 00 00 80 3f 00 00 00 00 38 03 01
    12 00 00 00
    3a 66 00 00
    19 00 00 00 00 00 00 00 00 00 00 00 00
    
    
    3a ff 00 00
    Legend:
    up top
    advance
    rotate
    advance
    rotate
    advance
    rotate
    advance
    up top


    Useful or not useful ?
    Attached Thumbnails Click image for larger version. 

Name:	hexz.png 
Views:	56 
Size:	22.0 KB 
ID:	2423  
    Reply With Quote

  5. #5
    Back for the Russian Halo p0lar_bear's Avatar
    Join Date
    Sep 2006
    Location
    Connecticut
    Posts
    5,572

    Re: How to use "Recorded Animations"

    Perhaps. I've been wanting recorded animations for a while and this seems to be the start of something...
    Reply With Quote

  6. #6
    HCE Information Library Kirby_422's Avatar
    Join Date
    Dec 2006
    Location
    Vernon, BC, Canada
    Posts
    103

    Re: How to use "Recorded Animations"

    why not just use that dll so you can make your own ingame? just press your hotkey, do whatever, then import the txt file into the scenario via the app it comes with *shrug* one thing though, it records a bit off for most people (idk how far off for those people since it works perfectly for me, but im assuming it will be more acurate rather than hex editing one in)
    Reply With Quote

  7. #7

    Re: How to use "Recorded Animations"

    Quote Originally Posted by Kirby_422 View Post
    why not just use that dll so you can make your own ingame? just press your hotkey, do whatever, then import the txt file into the scenario via the app it comes with *shrug* one thing though, it records a bit off for most people (idk how far off for those people since it works perfectly for me, but im assuming it will be more acurate rather than hex editing one in)
    That application doesn't record the player's aiming vector, which is why it's recordings are off. If you record only using the throttle keys without changing you're looking direction the recordings should be fine. I have the majority of the recorded animation data mapped out, but the vector_difference event types are more complicated to calculate than the rest of it.
    Reply With Quote

  8. #8
    HCE Information Library Kirby_422's Avatar
    Join Date
    Dec 2006
    Location
    Vernon, BC, Canada
    Posts
    103

    Re: How to use "Recorded Animations"

    it records where ever I look.. I drive back and forth between buildings, trees, etc, and it works fine for me. If its not meant to do that, idk why it is for me *shrug*
    Reply With Quote

  9. #9
    Bitchin' Sitar Solos nuttyyayap's Avatar
    Join Date
    Sep 2009
    Posts
    409

    Re: How to use "Recorded Animations"

    Works perfectly for me too, it just halves the speed I move at.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •