PDA

View Full Version : Need Help to make a clean Movie


Smok
14th June 2003, 17:46
Hallo

I have a big Problem ....
I want to do a Enemy teritory Movie ..... but i don´t like
all the Icons in the Display ....

How can i disable the HUD ..... for example

Expierience Points , Healtpoints, The weapon Icon .... and
the Fireteam <<<< very importent for me ... and the Informationchats in the middle left

The FPS , Compass , teamchats, Timer i could disable


I hope anyone can help me


THX

The ultimate Smo_K

MuffinMan
14th June 2003, 18:03
type in console /draw2d 0
1 activates them again

Smok
14th June 2003, 18:38
This is very nice ... but i need the crosshair und other Things to ...

But I need the commands for every single Funktion .... do you know this, too ?????


But very thanks for your help


THX

The ultimate Smo_K

MuffinMan
14th June 2003, 18:48
ahem not sure what you now want to hide and what not - anyway - you can look into your mp_wolfconfig.cfg (at least in rtcw) and look for all the settings there, so what you could try is:

/cg_drawIcons "0"
/cg_draw3dIcons "0"
/cg_drawFPS "0"
/cg_drawTimer "0"
/cg_drawStatus "0"
/cg_drawCrosshairPickups "0"
/cg_drawCrosshairNames "0"
/cg_drawGun "0"
/cg_cursorHints "0"
/cg_drawCompass "0"
/cg_drawNotifyText "0"

didn't test all of these though and don't know exactly of everyone what it does but try in game and you'll see...

Smok
14th June 2003, 19:30
Thanks ... but these commands are not the right .......

What i will hide ... is the fireteam by ET .... and the info where you can see
who was killed by which player or where ET write Voice Protection
All the other things i could disable




These commands I have taken .. but these are from RTCW
some commands are right

For example these commands are OK

\cg_drawfps 0 \cg_drawroundtimer 0 <ET not drawtimer < RTCW ;-)
\cg_drawgun 0
\cg_drawcompass 0
\cg_teamchattime 0 < Teamvoice
\cg_drawcrosshairnames 0
\cg_drawcrosshairpickups 0



But not right are

\cg_drawstatus 0 dont work <<< this is what i need but for ET
\cg_drawicons 0 dont work
\cg_draw3dicons 0 dont work



I have do all what I know ... but now I´m at the end :-((
The commands between RTCW and ET are different ...
I hope you have more Ideas .......

Thanks for your help really nice that you help me ..


THX The ultimate Smo_K

MuffinMan
14th June 2003, 20:43
hm i have checked my etconfig.cfg but i didn't see the status-setting, dunno but i guess if a setting is not in there it probably is not available but i really don't know, maby a sd-member knows...?

anyway i assume that it's possible to set everything of the hud somehow...

Wicky
15th June 2003, 11:26
If you are still planning to do the movie and haven't recorded it yet, why don't you simply leave the fireteam? I bet this won't help you as this solution would be too obvious :P

Wicky

Fulgore2002
15th June 2003, 14:30
Heres a few commands to try.

put into a config, then execute it in console. ./exec clean.cfg or something :)

cg_descriptiveText 0
cg_drawCompass 0
cg_drawCrosshair -1
cg_drawCrosshairNames 0
cg_drawFPS 0
cg_drawGun 0
cg_drawicons 0
cg_drawnotifytext 0
cg_drawReinforcementTime 0
cg_drawstatus 0
cg_drawTeamOverlay 0
cg_hudalpha 0
cg_popupLimboMenu 0
cg_teamchattime 0
cg_teamchatsonly 0
cl_noprint 1
con_notifytime 0

0/1 = off/on

No idea on fireteams :/

shao
15th June 2003, 15:22
i believe the fireteams is just the old teamoverlay..

cg_teamoverlay 0

should do it.

Smok
15th June 2003, 15:42
Hi


Sorry but all these commands are from RTCW ....

Not all these commands works with Enemy Territory

What I need is .... Fireteams ... is not \cg_teamoverlay
I need the prtection text is not \cg_notifytext
And I need XP,HP is not \cg_drawstatus

You see I have all does what I know ......

THX


The ultimate Smo_K

P.S: In a record demo I can´t leave the Fireteam ;-))

shao
15th June 2003, 18:44
well chances are if you've looked through the list of commands and you can't find it, it means it doesn't exist. It was never possible to turn off all elements of the hud with RTCW cvars either.

Smok
15th June 2003, 22:53
Hi


If i will show all commands from Enemy Territory .... which command is that ??? I mean there is a command which do this ...
Do you know this ????


THX The ultimate Smo_K

shao
16th June 2003, 00:05
all the commands are split into groups, generally,
cg_= display settings
cl_= client settings
r_ = rendering settings
s_ = sound settings
ui_ = user interface settings
g_ = game settings
sv_ = server settings
demo_ = osp specific demo playback settings
maybe a few more i forgot

generally, as i'm sure you've found out most of the useful ones lie in cg_, but is what you can do is type cg_ at the console, and press tab, it will autocomplete and show you all of the cvars that begin with cg_, and new to ET, it will also show you their settings. So do that, and then use page up / page down on the keyboard to scroll through.

for my latest movie i've also edited shaders and ui files for rtcw to turn off certain elements, i'm sure the same will be required for ET also.

Jack
16th June 2003, 09:40
Fireteam overlay? I know a really simple way of getting rid of it. I think its KP_Enter by default: leave the fireteam! (fireteam admin)

My expirence is that when you leave a FT or don't join one, that top corner is empty.

Mystiqq
16th June 2003, 11:31
Id recommend to check
www.rtcwonline.com/dummies
it has very extensive info about everything :)
also ive been using this site, but i dont know if it will help...
http://www.planetquake.com/thebind/resources.shtml

just my 2 cents...

cheers
mystiqq

Smok
16th June 2003, 12:13
Hi

Thank you for help ... but i don´t the command which i need ..

to Jack ... in a record demo I can`t leave the Fireteam ...... live I know that I can leave the Fireteam ;-))
I hope you have more Ideas what I can do ......

I need the Fireteam in a War but not in a demo .. because i need a clean movie !

THX

The ultimate Smo_K

duke'ku
17th June 2003, 11:38
record one version with the everything, one version cg_draw2d 0, then overlay the parts you need :P :bored:

shao
17th June 2003, 12:01
that's exaclty what i've done for the 4k movie in rtcw. However it's a pain to record multiple times to cut out elements of the hud, and then re-synch and overlay, when in keeping with other Q3 powered games there should be cvars to toggle hud items - either explicitly, or by an overall cvar (eg cg_draw2d).

Piggy
27th January 2004, 10:45
cg_drawfireteamoverlay 0
or
cg_drawfireteam 0

Better late than never :)

Fusen
27th January 2004, 11:12
hmmm I'm not sure that works on something this late lol

DaRkFiRe
27th January 2004, 15:20
Try running the game in devmode, then typing /cg_draw2d 0 then /cg_drawgun 0.