Help hiding the scorebord Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Nexuiz & Xonotic Minsta International Friendly Clan *powered for [NK] by od@r,logo by AnalHorror [NK]* - [NK] is brother clan with Player Killer *tag: [PK]*

Welcome to our [NK] clan forum! -> our motto: IT IS NOT IMPORTANT TO WIN BUT TO PARTICIPATE! ... Be fair as a human and player , Help other players , Help nexuiz & xonotic and minsta community , Respect other players , Be active in the game and forum , Be with us as a friend and as a great family , Rejoice with us! type=text/css>body

3 posters

    Help hiding the scorebord

    Nesquick
    Nesquick
    Visitor
    Visitor


    Počet príspevkov : 392
    Join date : 2010-04-06
    Age : 33
    Bydlisko : Sweden

    Help hiding the scorebord Empty Help hiding the scorebord

    Post by Nesquick Sat Apr 17, 2010 11:17 am

    Okey, so i was going to record some in fraps. And i would like to film some in the "freefly" mode. Like when you steer the camera yourself. So i have a problem.

    The scoreboard is all over the screen and i can't get it away. Anyone know of a solution?
    kuniu the frogg
    kuniu the frogg
    Visitor
    Visitor


    Počet príspevkov : 82
    Join date : 2010-01-21
    Age : 38
    Bydlisko : Poland, Krakow

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by kuniu the frogg Sat Apr 17, 2010 12:43 pm

    don't know if you're familiar with this thing:

    http://dev.alientrap.org/wiki/nexuiz/Democam

    very very VERY VERY usefull stuff Very Happy

    I personally don't use fraps but some tools which are already implemented in nexuiz.
    Some more info about demos and movies in nexuiz here:

    http://www.alientrap.org/forum/viewtopic.php?f=11&t=5801&p=74479#p74479

    about the scoreboard, you can hide it by typing in console:

    freeview 1

    and show it back by typing in console:

    freeview 0
    Nesquick
    Nesquick
    Visitor
    Visitor


    Počet príspevkov : 392
    Join date : 2010-04-06
    Age : 33
    Bydlisko : Sweden

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by Nesquick Sat Apr 17, 2010 2:31 pm

    kuniu the frogg wrote:don't know if you're familiar with this thing:

    http://dev.alientrap.org/wiki/nexuiz/Democam

    very very VERY VERY usefull stuff Very Happy

    I personally don't use fraps but some tools which are already implemented in nexuiz.
    Some more info about demos and movies in nexuiz here:

    http://www.alientrap.org/forum/viewtopic.php?f=11&t=5801&p=74479#p74479

    about the scoreboard, you can hide it by typing in console:

    freeview 1

    and show it back by typing in console:

    freeview 0

    Thank you but the game laggs terrebly when recording with nexuiz, works fine with fraps =)

    I can't get the freeview command to work in console?
    Just sez "Unknown command"...
    kuniu the frogg
    kuniu the frogg
    Visitor
    Visitor


    Počet príspevkov : 82
    Join date : 2010-01-21
    Age : 38
    Bydlisko : Poland, Krakow

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by kuniu the frogg Sat Apr 17, 2010 2:52 pm

    ok, right. My bad. In nexuiz/data create a file
    autoexec.cfg
    you can do it in notepad for example
    copy the whole text below to the autoexec file and save. When you do it, those commands i gave you should work properly (I hope...)

    Code:
    alias +freeview "set cl_deathscoreboard_backup $cl_deathscoreboard ;cl_deathscoreboard 0;set con_chat_backup $con_chat ;con_chat 0;set con_notify_backup $con_notify ;con_notify 0;set crosshair_backup $crosshair ;crosshair 0;set r_drawviewmodel_backup $r_drawviewmodel ;r_drawviewmodel 0;set scr_centertime_backup $scr_centertime ;scr_centertime 0;set showfps_backup $showfps ;showfps 0;set shownetgraph_backup $shownetgraph ;shownetgraph 0;set showtime_backup $showtime ;showtime 0;set viewsize_backup $viewsize ;viewsize 120;alias freeview -freeview"
    alias -freeview "cl_deathscoreboard $cl_deathscoreboard_backup ;con_chat $con_chat_backup ;con_notify $con_notify_backup ;crosshair $crosshair_backup ;r_drawviewmodel $r_drawviewmodel_backup ;scr_centertime $scr_centertime_backup ;showfps $showfps_backup ;shownetgraph $shownetgraph_backup ;showtime $showtime_backup ;viewsize $viewsize_backup ;alias freeview +freeview"
    alias freeview +freeview

    yes, it laggs while recording but the video file will be fine. It creates ogg video files. You can upload those files directly to the youtube without converting. But when you want to make something more complicated, then you must use some converter.
    But if you want to use fraps, ok, it's your decission Smile
    od@r
    od@r
    Admin & Founder
    Admin & Founder


    Počet príspevkov : 1442
    Join date : 2009-05-21
    Age : 47
    Bydlisko : Záhoracka 62,Šaštín Stráže,90841

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by od@r Wed Apr 21, 2010 12:45 pm

    Nesquick
    Nesquick
    Visitor
    Visitor


    Počet príspevkov : 392
    Join date : 2010-04-06
    Age : 33
    Bydlisko : Sweden

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by Nesquick Wed Apr 21, 2010 1:25 pm

    kuniu the frogg wrote:ok, right. My bad. In nexuiz/data create a file
    autoexec.cfg
    you can do it in notepad for example
    copy the whole text below to the autoexec file and save. When you do it, those commands i gave you should work properly (I hope...)

    Code:
    alias +freeview "set cl_deathscoreboard_backup $cl_deathscoreboard ;cl_deathscoreboard 0;set con_chat_backup $con_chat ;con_chat 0;set con_notify_backup $con_notify ;con_notify 0;set crosshair_backup $crosshair ;crosshair 0;set r_drawviewmodel_backup $r_drawviewmodel ;r_drawviewmodel 0;set scr_centertime_backup $scr_centertime ;scr_centertime 0;set showfps_backup $showfps ;showfps 0;set shownetgraph_backup $shownetgraph ;shownetgraph 0;set showtime_backup $showtime ;showtime 0;set viewsize_backup $viewsize ;viewsize 120;alias freeview -freeview"
    alias -freeview "cl_deathscoreboard $cl_deathscoreboard_backup ;con_chat $con_chat_backup ;con_notify $con_notify_backup ;crosshair $crosshair_backup ;r_drawviewmodel $r_drawviewmodel_backup ;scr_centertime $scr_centertime_backup ;showfps $showfps_backup ;shownetgraph $shownetgraph_backup ;showtime $showtime_backup ;viewsize $viewsize_backup ;alias freeview +freeview"
    alias freeview +freeview

    yes, it laggs while recording but the video file will be fine. It creates ogg video files. You can upload those files directly to the youtube without converting. But when you want to make something more complicated, then you must use some converter.
    But if you want to use fraps, ok, it's your decission Smile

    Couldnt get this to work... When i type in freeview 1 i get the message "Unknown Command Freeview" ...
    kuniu the frogg
    kuniu the frogg
    Visitor
    Visitor


    Počet príspevkov : 82
    Join date : 2010-01-21
    Age : 38
    Bydlisko : Poland, Krakow

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by kuniu the frogg Wed Apr 21, 2010 2:26 pm

    ok i just tested it. I've left on my autoexec.cfg only the text i've written here in 'code' and then tried it in nexuiz. Works for me:

    https://2img.net/r/ihimizer/img217/3961/beztytuurn.jpg

    https://2img.net/r/ihimizer/img249/6233/nexuiz000031.jpg

    https://2img.net/r/ihimizer/img202/206/nexuiz000033.jpg

    https://2img.net/r/ihimizer/img255/7076/nexuiz000034.jpg

    https://2img.net/r/ihimizer/img188/7848/nexuiz000036.jpg

    https://2img.net/r/ihimizer/img94/7975/nexuiz000037b.jpg

    are you using nexuiz 2.5.2 or maybe older? Maybe that's the key...
    are you sure that you're doing everything ok with this autoexec.cfg?
    If yes, then i don't know how to help you...
    Nesquick
    Nesquick
    Visitor
    Visitor


    Počet príspevkov : 392
    Join date : 2010-04-06
    Age : 33
    Bydlisko : Sweden

    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by Nesquick Wed Apr 21, 2010 4:37 pm

    Now i found what was wrong,,, The extension... It was named autoexec.cfg.txt cause windows 7 hid the extension at first...

    Thank you! This will be great!

    Sponsored content


    Help hiding the scorebord Empty Re: Help hiding the scorebord

    Post by Sponsored content


      Current date/time is Wed Nov 27, 2024 9:27 pm