This is a Hitskin.com skin preview
Install the skin • Return to the skin page
Help hiding the scorebord
3 posters
Page 1 of 1
Help hiding the scorebord
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?
The scoreboard is all over the screen and i can't get it away. Anyone know of a solution?
Nesquick- Visitor
- Počet príspevkov : 392
Join date : 2010-04-06
Age : 33
Bydlisko : Sweden
Re: Help hiding the scorebord
don't know if you're familiar with this thing:
http://dev.alientrap.org/wiki/nexuiz/Democam
very very VERY VERY usefull stuff
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
http://dev.alientrap.org/wiki/nexuiz/Democam
very very VERY VERY usefull stuff
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
kuniu the frogg- Visitor
- Počet príspevkov : 82
Join date : 2010-01-21
Age : 38
Bydlisko : Poland, Krakow
Re: Help hiding the scorebord
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
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"...
Nesquick- Visitor
- Počet príspevkov : 392
Join date : 2010-04-06
Age : 33
Bydlisko : Sweden
Re: Help hiding the scorebord
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...)
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
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
kuniu the frogg- Visitor
- Počet príspevkov : 82
Join date : 2010-01-21
Age : 38
Bydlisko : Poland, Krakow
Re: Help hiding the scorebord
Video-Capture for Linux /DEb./ This is an ALSA and OpenGL video capture tool. It is a command line application. It provides glc-capture and glc-play
dev:
http://archive.getdeb.net/getdeb/ubuntu/pool/games/g/glc/glc-dev_0.5.7-1~getdeb2_all.deb
x32:
http://archive.getdeb.net/getdeb/ubuntu/pool/games/g/glc/glc_0.5.7-1~getdeb2_i386.deb
x64:
http://archive.getdeb.net/getdeb/ubuntu/pool/games/g/glc/glc_0.5.7-1~getdeb2_amd64.deb
dev:
http://archive.getdeb.net/getdeb/ubuntu/pool/games/g/glc/glc-dev_0.5.7-1~getdeb2_all.deb
x32:
http://archive.getdeb.net/getdeb/ubuntu/pool/games/g/glc/glc_0.5.7-1~getdeb2_i386.deb
x64:
http://archive.getdeb.net/getdeb/ubuntu/pool/games/g/glc/glc_0.5.7-1~getdeb2_amd64.deb
Re: Help hiding the scorebord
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
Couldnt get this to work... When i type in freeview 1 i get the message "Unknown Command Freeview" ...
Nesquick- Visitor
- Počet príspevkov : 392
Join date : 2010-04-06
Age : 33
Bydlisko : Sweden
Re: Help hiding the scorebord
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...
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...
kuniu the frogg- Visitor
- Počet príspevkov : 82
Join date : 2010-01-21
Age : 38
Bydlisko : Poland, Krakow
Re: Help hiding the scorebord
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!
Thank you! This will be great!
Nesquick- Visitor
- Počet príspevkov : 392
Join date : 2010-04-06
Age : 33
Bydlisko : Sweden
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum