hihow can i remove the message that says NO ITEM TO USe..
hihow can i remove the message that says NO ITEM TO USe..
edit: SOLVED
I don't know, how wolfcamql reads the cfgs. For example, I wanted to set cg_drawTeamOverlay to 0, but ingame it is 1. So I checked with a quick search, where it was set:
You see, it is only set in defaultwolfcam.cfg. But it does not have an effect.Code:leif@Eisenbass:/media/programme/Spiele/wolfcamql7.0/wolfcam-ql$ grep -ir teamoverlay *.cfg defaultwolfcam.cfg:set cg_drawTeamOverlay "0"; q3config.cfg:seta cg_drawTeamOverlayX "640" q3config.cfg:seta cg_drawTeamOverlayY "" q3config.cfg:seta cg_drawTeamOverlayFont "q3tiny" q3config.cfg:seta cg_drawTeamOverlayPointSize "24" q3config.cfg:seta cg_drawTeamOverlayAlign "2" q3config.cfg:seta cg_drawTeamOverlayScale "0.4"
edit: Found out that there is a q3config.cfg in my home folder which gets loaded last. Everything I set ingame is saved there.
Last edited by pq_CadEx; 02-10-2011 at 01:13 PM.
l
TRY SAVING YOUR CFG, AFTER SETTING "cg_drawteamoverlay 0".
TYPE IN CONSOLE "writeconfig q3config.cfg"
MAYBE THATS THE PROBLEM.
"THE CHILI PEPPERS HAVE BABY APPEAL"
See above, I solved it.
q3config.cfg is loaded before autoexec. it saves any changes that you did ingame, that werent in your autoexec, that you didnt write to your autoexec (for example, if you dont have cg_enemymodel in your autoexec, and set it ingame, to keel/bright, then it will save to your q3config and be loaded next time you launch the game).
theres a specific order that wolfcam loads configs:
my autoexec is "exec kittenignition_1.5.cfg", so thats not important. but this is the exec order.Code:execing default.cfg execing defaultwolfcam.cfg execing q3config.cfg execing autoexec.cfg execing KittenIgnition_1.5.cfg
wolfcamQL 7.4 is outtheres a ton of fixes and additions etc., some of the most interesting being /cg_fovy and con_rgb!
DOWNLOAD IT HERE
"playcamera + video jpg wav" dont follow the trayectory of the camera, only after 5-9 attempts.
Last edited by vanBasten; 02-16-2011 at 07:06 AM.
"THE CHILI PEPPERS HAVE BABY APPEAL"
I don't need all the fancy features but wolfcam lets me watch smooth 60-90fps demos with a decent looking cfg + max screen resolution on my laptop with integrated intel graphics (0-30 fps in QL on lowest ugly settings). I only wish the demo selection screen to be more user-friendly, especially support for folders and the ability to use the mousewheel to scroll through demos would be nice. Currently if you got more than 50 demos in your baseq3/demos folder it gets really messy. Or did I miss something?
Edit: can I update my wolfcam installation by copying over the files from latest zip archive?