Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: OBS Studio + MOHAA Fix (OBSfix.pk3)

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

    Default

    bind w "+forward; exec obs"

  2. #12

    Default

    thats a bad idea :P, it lags when u exec it and so it lags all the time :P

  3. #13

    Default

    you can try with the "showmenu" command
    Code:
    bind w "+forward; showmenu obs"
    But I'm not sure if it's a good idea to spam the showmenu command. Can this cause problems?

    Also, IDK if it's just me, but sometimes using just "showmenu obs" doesn't work. That's why I included the "pushmenu" command in the OBS.cfg file, to make sure it will work.

    So, if you want to bind a key, make sure OBS is still detecting mohaa after loading a new map, if not, just use "exec obs".

  4. #14
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    Maybe stupid question.... why can't we execute this from dmprecache or from inside a map scr?
    Or is this clientside, not serverside? If it's clientside, can you execute it from within a model tiki file in the animations portion?

  5. #15

    Default

    @James: I have done that already for Slimbips, dont know if his working well or not.

  6. #16

    Default

    This is 100% clientside, and AFAIK there is no way to execute it from the tiki/animations files.
    It could be done from the state files, but that's serverside stuff.

  7. #17
    Client Beta Testers Appelpitje's Avatar
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    571

    Default

    Nice work! I have looked into your mod and it looks like you just spawn a transparent menu window, why didnt we think earlier that it would fix that :P

  8. #18

    Default

    @doublekill didnt got your file, and cant see how i can find our chat back...

  9. #19

    Default

    Put your nickname on the variable so he knows is you to execute the fix:


    main:

    level waittill roundstart

    for(local.i = 1;local.i <= $player.size;local.i++)
    {

    local.player = $player[local.i]

    local.name = netname local.player

    local.your_nickname = ""

    if(local.name == local.your_nickname)
    {

    local.player stufftext "exec obs.cfg"
    break
    }


    }

    end

  10. #20
    Senior Member Major A's Avatar
    Join Date
    Aug 2014
    Location
    Indiana, USA
    Posts
    110

    Default

    I'm curious,
    Is this only an issue with AA?
    I didn't seem to have an issue recording in spearhead before so I was wondering.

    ASUS P8B75-M * Quadcore 3.1GHz * 32GB ram * GT740 4GB video * Logitech USB Marble Mouse=Trackball * System - ArchLinux-EndeavourOS, KDE Plasma Desktop * Triple monitor

Tags for this Thread

Posting Permissions

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