Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: mohaa.exe for fast forwarding demos

  1. #1

    Default mohaa.exe for fast forwarding demos

    Hi there,

    when I was a clanbase admin and part of the democrew, I remember we had a special EXE that could slow down or fast forwards .dm3 demos but I lost it, does anyone still have it by any chance?

    thanks

  2. #2

    Default

    Weird, I was just thinking about this 10 min. ago haha.
    I don't have it though, MOHAAC was able to do this perfectly, but I just tested if it still works in MOHAAC, and unfortunately although you can still access the demo theater and play demos, the Playback & X-Ray options don't work anymore.
    I think it's not able to place the playback.cfg in your mohaa folder anymore, if anyone still happens to have the playback.cfg, it might work.

    But I am definitely interested in a mohaa.exe with playback options.

  3. #3

    Default

    ur right.. no way to get it, I did however manage to figure out the command.

    it's timescale.

    timescale 1 = normal speed, 2 = double speed, .5 = half speed and so on

    any idea how I can bind a toggle that boosts the timescale every time I click it instead of different binds?
    Last edited by cpaqf1; November 8th, 2016 at 08:44 PM.

  4. #4

    Default

    Quote Originally Posted by cpaqf1 View Post
    any idea how I can bind a toggle that boosts the timescale every time I click it instead of different binds?
    try this

    Code:
    bind UPARROW "timescale 1"
    bind DOWNARROW "timescale .1"
    bind LEFTARROW "add timescale -0.1"
    bind RIGHTARROW "add timescale 0.1"

  5. #5

    Default

    Quote Originally Posted by eduzappa18 View Post
    try this

    Code:
    bind UPARROW "timescale 1"
    bind DOWNARROW "timescale .1"
    bind LEFTARROW "add timescale -0.1"
    bind RIGHTARROW "add timescale 0.1"

    thanks!

  6. #6

    Default

    Quote Originally Posted by eduzappa18 View Post
    try this

    Code:
    bind UPARROW "timescale 1"
    bind DOWNARROW "timescale .1"
    bind LEFTARROW "add timescale -0.1"
    bind RIGHTARROW "add timescale 0.1"

    This all works perfect!
    I have a question though, what command would be needed to pause the game? (This was possible with the MOHAAC Demo Theater so it must be possible somehow..).
    With the above examples, UPARROW makes everything play normally, RIGHTARROW fastforwards and both DOWNARROW & LEFTARROW slows down the speed.. though neither 'pause' it.

    I tried some variations with the numbers but couldn't find what I needed.

    So my question, how can you pause a recorded demo when re-playing it in mohaa?

  7. #7
    Developer RyBack's Avatar
    Join Date
    Apr 2014
    Location
    In Front of the screen
    Posts
    1,603

    Default

    maybe "timescale 0" ?
    Last edited by RyBack; March 6th, 2017 at 10:26 AM.

  8. #8

    Default

    Quote Originally Posted by RyBack View Post
    maybe "timescale 0" ?
    Tried that before too, but has the same effect as "1" :/

    Also tried placing it on -500 for example, and it did slow down, but not anywhere near stopping completely.
    Also tried -999999, that just made the demo jump from frame to frame (but frames that were supposed to happen 20 seconds later..) so in theory it went quicker.

  9. #9
    Developer RyBack's Avatar
    Join Date
    Apr 2014
    Location
    In Front of the screen
    Posts
    1,603

    Default

    Code:
    bind p "toggle cl_freezeDemo"
    B|

  10. #10

    Default

    Just tried it out..

    Although it does indeed freeze the frame (yaay!), as soon as you toggle it off (resume the demo), it will have skipped as many seconds as you've frozen it.
    So basically the demo still continues to run, however your stuck at only seeing 1 frame... :/

Posting Permissions

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