Download: Complete WolfcamQL tutorial

Complete WolfcamQL tutorial Written by earth_quake in November 2013. Update for WolfcamQL 10.3 Please distribute, but credit earth_quake. I hope this is useful! Post problems to “WolfcamQL :D” on QL forums, or visit #WolfcamQL in IRC ~Basics~ Important Terms Recording Demos ~WolfcamQL~ Installing WolfcamQL Creating a wolfcam config Useful cvars ~Advanced customisation~ Customising Textures and Models Custom Player Models and Skins Q3 Style Bleeding and Gibs Fx Scripting Using/ Making Shaders ~Recording~ Basics Important Terms Cvar: console variable Var: variable Cvars are given in the followin...
Author: Walton Shared: 7/30/19
Downloads: 1729 Views: 3805

Content

Complete WolfcamQL tutorial Written by earth_quake in November 2013. Update for WolfcamQL 10.3 Please distribute, but credit earth_quake. I hope this is useful! Post problems to “WolfcamQL :D” on QL forums, or visit #WolfcamQL in IRC ~Basics~ Important Terms Recording Demos ~WolfcamQL~ Installing WolfcamQL Creating a wolfcam config Useful cvars ~Advanced customisation~ Customising Textures and Models Custom Player Models and Skins Q3 Style Bleeding and Gibs Fx Scripting Using/ Making Shaders ~Recording~

Basics Important Terms

Cvar: console variable Var: variable Cvars are given in the following manner /cg_autoaction <0|1|2|3> “/cg_autoaction” is the cvar. You then leave a space and enter a value; anything inside “<>” is what you can enter. The “|” shows you the different possible values. Sometimes this will be a range, such as “1-360” Config: configuration file Fx: Short for “effects”. The .fx files in “WolfcamQL 10.3/scripts” controls all ingame effects, Script: A line of code Skin: A .jpeg or .tga image which covers a model (under the control of a script)

Recording Demos

While you play QL, your computer is constantly receiving data from the server about the position and status of every map object, known as an entity, and player. Your QL client then reconstructs this into a 3D game situation. It might be tempting to think that you are simply receiving an interactive video of sorts, but this is far from the case. You can record the game data into a ‘demo’ file (.dm_73), which can later be played back. A demo file is typically a few hundred or thousand kb large, depending on number of players, how much they spam and match time. To record a demo, you can type in the QL console: /record Alternatively, you can tell QL to automatically record a demo every time a game starts by using: /cg_autoaction <0|1|2|3> (0 - do nothing; 1 – record demo; 2 – record end game screenshot; 3 – record screenshot and demo) Once you have recorded some demos, you can locate them in the QL homepath. For those who don’t know: Vista: %appdata%\id Software\quakelive\home\baseq3\demos Windows XP: %userprofile%\id Software\quakelive\home\baseq3\demos GNU/Linux: ~/.quakelive/quakelive/home/baseq3/demos Windows 7: C: \Users\\AppData\LocalLow\id Software\QuakeLive\baseq3\demos Mac: Users\Library\Application Support\QuakeLive\QuakeLive\baseq3\demos

WolfcamQL Installing WolfcamQL

First off, download the latest version of WolfcamQL (at time of writing 10.3) from: http://wolfcamql.fr/en/download/category/wolfcam or; http://www.esreality.com/post/2447913/wolfcam-10-0/ Copy this zipped file into wherever you want it to be and unzip it. First thing to do is add the .pk3 files from QL: Go to your QL homepath (as mentioned in Basics) and copy all the .pk3 files from “/baseq3” to your wolfcam homepath: “/WolfcamQL 10.3/baseq3”, You are now ready to run Wolfcam. You can do this just be double clicking “WolfcamQL 10.3/ wolfcamql.exe” but it’s highly recommended that you do this with a .batch file instead, as it allows you to force Wolfcam to save files where you want it to (if you just run the .exe files will save to “%appdata%/wolfcamQL/”) and start up with some cvars ‘forced’. I would recommend that you now download a text editing software that is better than notepad, so when you’re writing configs, fx files, batch files etc paragraphs are properly structured, brackets are coloured and you generally have more options. I’ve been using the free “notepad++” for a few years. Open up your software and type the following: @echo off start "wolfcamql" "\WolfcamQL 10.3\wolfcamql" +set fs_homepath "\WolfcamQL 10.3\" +set r_fullscreen "1" +set r_mode "-1" Which translates roughly to: Don’t display the following text on screen Start “a file with this name” “which is found here” save all files “in here” make wolfcam fullscreen and allow me to customize the window size When you’re done with that, save the file as “run_wolfcamql” as a .batch and put it somewhere useful. Double click it and a black box will pop up and then disappear quickly (@echo off), and then wolfcam will open. If you put all the correct .pk3 files into “WolfcamQL 10.3/baseq3” you should see the wolfcam screen (similar to Q3); if not a polite message will inform you so. The screen may be looking pretty weird at the moment, but that’s fine as we haven’t explicitly told wolfcam how to display yet.

Creating a wolfcam config

This is really one of the largest parts of QL movie making and it’s a continuous process. There is no ‘perfect’ config, and movie makers tend to guard their own very closely. That said, there are a number of sample configs on the internet which will work just fine. I recommend you download the following, as it includes a convenient explanation for many cvars alongside. http://wolfcamql.fr/tutos/KittenIgnition_0.9.cfg If you go to “WolfcamQL 10.3/wolfcam-ql/”, somewhere in that mess of loose files you will see “q3config.cfg”. This is where all the fun happens. Drag it into notepad++ and you will see a vertical list of roughly 1000 cvars, many of which make very little sense to you. You should be able to go through the /bind X “do this” area and make a few alterations to suit yourself., When looking through cvars, unless there are many different options “1” will always mean “yes” and “0” “no”. You can either edit the cvars in notepad++, or type them into the console; changes will not be permanent until you resave q3config.cfg.

Useful cvars

I’m not going to go through everything, but a few useful cvars are below. I strongly recommend you visit http://wolfcamql.fr/en/cvars-list as not only does it list all the cvars, but it mostly provides a correct description of that cvar. /r_visibleWindowHeight "720" - Keep the same as r_customheight "" /r_visibleWindowWidth "1280" - Keep the same as r_customwidth "" /r_customwidth "1280" - The width your wolfcam screen will appear /r_customheight "720" - The height wolfcam will appear /r_mode "-1" - Allows the use of r_customwidth and r_customheight (we forced this with the .batch anyway) /r_fullscreen "<0|1>" - We’ve already forced this to “1” in the .batch file /cvarsearch - Incredibly useful. If you can remember part of a cvar, but not all of it; search a keyword and the results are shown in the console. /cg_drawstatus “<0|1>” - 0=no weapon bar, ammo, timer etc /cg_draw2d “<0|1|2>” - 0=display nothing of the HUD, 1=display all HUD, 2=display some HUD /bind “freecam” - allows you to switch between freecam and pov mode /bind “pause” - press once = pause, press again = unpause /cg_drawfragmessagetokens - Customise the frag message. You can use some tokens which display the relevant details in game: %v=victim name, %k=killer, %i = weapon icon, %a = weapon accuracy. Full list can be found in “WolfcamQL 10.3/README-wolfcam.txt” /timescale “<0-100>” - speed the game happens at. 1=normal, 0=paused, 2=2x faster than normal. /fastforward “
15

Similar documents

Women in Love
Women in Love D.H. Lawrence This eBook was designed and published by Planet PDF. For more free eBooks visit our Web site at http://www.planetpdf.com/. To hear about our latest releases subscribe to the Planet PDF Newsletter. Chapter I SISTERS Ursula and Gudrun Brangwen sat one morning in the window-
Your ready-to-use technical support options. Look inside! Keep this handy! bc
Your ready-to-use technical support options. Look inside! Keep this handy! bc CustomerFirst ® Adobe CustomerFirst is a portfolio service options that come with every Adobe product you buy. Our award-winning service offers person-to-person telephone support, Web messaging, and unlimited 24-hour acces
Using VMware Workstation Player for Windows
Using VMware Workstation Player for Windows Workstation 12 Player This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs
Using VMware Workstation Pro 24 SEP 2018 VMware Workstation Pro 15.0
Using VMware Workstation Pro 24 SEP 2018 VMware Workstation Pro 15.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to email is hidden VMware, Inc. 3401 Hillview Ave. Palo
Modern Regression Techniques Using R
Modern Regression Techniques Using R Modern Regression Techniques UsingRAPractical Guide for Students and Researchers Daniel B. Wright and Kamala London © Daniel B. Wright and Kamala London 2009 First published 2009 Apart from any fair dealing for the purposes of research or private study, or critic
Getting Started with VMware Workstation VMware Workstation 10 EN-001199-00
Getting Started with VMware Workstation VMware Workstation 10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs. EN
WS_FTP Server Installation and Configuration Guide WS_FTP Server
WS_FTP Server Installation and Configuration Guide WS_FTP Server Contents CHAPTER 1 Introduction What is WS_FTP Server? ... 1 WS_FTP Server product family... 1 New in WS_FTP Server 7.5.1... 3 For more assistance ... 3 CHAPTER 2 Installing and Configuring WS_FTP Server System requirements for WS_FTP
PDF2EXE is a SHAREWARE program to quickly convert PDF to EXE, making PDF
PDF2EXE is a SHAREWARE program to quickly convert PDF to EXE, making PDF readable on any computer w ithout Adobe Reader or Adobe Acrobat softw are installed. The conversion from PDF to EXE preserves the look and feel of the original document. I've been searching the Internet for years, and f inally
Workstation User’s Manual VMware Workstation 7.0 EN-000168-00
Workstation User’s Manual VMware Workstation 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs. EN-000168-00 Yo
Using VMware Workstation VMware Workstation 10 EN-001200-00
Using VMware Workstation VMware Workstation 10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs. EN-001200-00 You
Writing Excel Macros with VBA, 2nd Edition By Steven Roman, Ph.D. Publisher : O'Reilly Pub Date : June 2002 ISBN : 0-596-00359-5 Table of Pages : 560 Contents
Writing Excel Macros with VBA, 2nd Edition By Steven Roman, Ph.D. Publisher : O'Reilly Pub Date : June 2002 ISBN : 0-596-00359-5 Table of Pages : 560 Contents To achieve the maximum control and flexibility from Microsoft Excel often requires careful custom programming using the VBA (Visual Basic for
Xcode Release Notes! About Xcode 6 Beta !
Xcode Release Notes! About Xcode 6 Beta ! Supported Configurations! Xcode 6 requires a Mac running OS X 10.9.3 or OS X 10.10. ! Xcode 6 includes SDKs for OS X versions 10.9 and 10.10, and iOS 8. To develop apps targeting prior versions of OS X or iOS, see the section “About SDKs and the iOS Simulato
[Rave]olution –RLet’s shake this place – We play this shit Headbanger’s dance Unorthodox
ave’em all [Rave]olution –RLet’s shake this place – We play this shit Headbanger’s dance Unorthodox Unprincipled Everybody in the place – It’s Xe-NONE’s style Hard mixed force It’s [Rave]olution – – Back to the beat start the dance Back to the base Feel the force of cyber-dance Hit the road Hit the
CITYSCAPE DISPLAY Set Safe Mode 9
CITYSCAPE DISPLAY Set Safe Mode 9 GENERAL Set Cautious Mode 0 Pause on/off z Set Aggressive Mode - Time Controls 0, 1, 2, 3, 4, 5 Crawling 2 Switch Map View t Walking 3 Options O Running 4 UFOpaedia 1 Don’t Fire 5 Scroll W, A, S, Z Aimed-Shot 6 Quit Game q Snap-Shot 7 ® VEHICLE ORDERS Auto-Shot 8 Go
XmlStarlet Command Line XML Toolkit User’s Guide Mikhail Grushinskiy
XmlStarlet Command Line XML Toolkit User’s Guide Mikhail Grushinskiy XmlStarlet Command Line XML Toolkit User’s Guide by Mikhail Grushinskiy Table of Contents 1. Introduction... 1 1.1. About XmlStarlet ... 1 1.2. Main Features... 1 1.3. Supported Platforms... 2 2. Installation... 3 2.1. Installation
XML Pocket Reference
,TITLE.15229 Page i Wednesday, September 12, 2001 1:12 PM XML Pocket Reference ,TITLE.15229 Page ii Wednesday, September 12, 2001 1:12 PM ,TITLE.15229 Page iii Wednesday, September 12, 2001 1:12 PM XML Pocket Reference Second Edition Robert Eckstein with Michel Casabianca Beijing • Cambridge • Farnh
XMP Custom Panels b bc September 2003
XMP Custom Panels b bc ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704 (408) 536-6000 http://partners.adobe.com September 2003 Copyright 2003 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property of Adobe S
Beginning ASP.NET 1.1 with Visual C#® .NET 2003 Chris Ullman John Kauffman Chris Hart Dave Sussman Daniel Maharry Wiley Publishing, Inc.
Beginning ASP.NET 1.1 with Visual C#® .NET 2003 Chris Ullman John Kauffman Chris Hart Dave Sussman Daniel Maharry Wiley Publishing, Inc. Beginning ASP.NET 1.1 with Visual C#® .NET 2003 Beginning ASP.NET 1.1 with Visual C#® .NET 2003 Chris Ullman John Kauffman Chris Hart Dave Sussman Daniel Maharry W
Powered by TCPDF (www.tcpdf.org)
Powered by TCPDF (www.tcpdf.org)
XMPP: The Definitive Guide
XMPP: The Definitive Guide XMPP: The Definitive Guide Building Real-Time Applications with Jabber Technologies Peter Saint-Andre, Kevin Smith, and Remko Tronçon Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo XMPP: The Definitive Guide by Peter Saint-Andre, Kevin Smith, and Remko
Writ for Habeas Corpus
Dave Thomas c/o 45 Main Anytown, Utah state non domestic united States of America without the UNITED STATES/STATE OF UTAH Fifth District Court sitting in Washington and Iron county, Utah state Writ for Habeas Corpus In re: Restraint of Liberty by James L. Jones and Bill Smith, d/b/a JUDGE JONES and
OPTIMIZING THE DESKTOP USING SUN™ XVM VIRTUALBOX Ulrich Möller, VirtualBox Software Team Sun BluePrints™ Online
OPTIMIZING THE DESKTOP USING SUN™ XVM VIRTUALBOX Ulrich Möller, VirtualBox Software Team Sun BluePrints™ Online Part No 820-7121-10 Revision 1.0, 11/25/08 Sun Microsystems, Inc. Table of Contents Optimizing the Desktop Using Sun™ xVM VirtualBox ..1 Sun xVM VirtualBox and Desktop Virtualization .1 Ea
MICROSOFT WEB SERVICES ENHANCEMENTS 2.0 SP3 RUNTIME
MICROSOFT WEB SERVICES ENHANCEMENTS 2.0 SP3 RUNTIME END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE IMPORTANT—READ CAREFULLY: This End-User License Agreement (“EULA”) is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation (“Microsoft”) for the Microsof
ProductK009166 DATA Trailer Information Module (TIM G2)
ProductK009166 DATA Trailer Information Module (TIM G2) Function The Trailer Information Module (TIM G2) is a trailer mounted display for direct reading of diagnostic and trailer related information. It may also be used as a hand held diagnostic tool. It enables access to information available withi
Yammer Starter
Yammer Starter A concise, enjoyable look at using Yammer, the secure, fun-to-use private social network for your company, now from Microsoft Ralph Roberts BIRMINGHAM - MUMBAI Yammer Starter Copyright © 2012 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a ret
You Taste Like Sugar
You Taste Like Sugar Count: 64 Wall: 4 Level: Improver Choreographer: Wil Bos – Dec. 2015 Music: "Expandable Time" by Danny Vera (album: Expandable Time) 120 bpm Intro: 16 counts S1: Dorothy x2, Pivot ½ L, ¼ L Chassé 1-2& RF step right forward, LF lock behind, RF step forward 3-4& LF step left forwa
XZ Utils
XZ Utils XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils. The core of the XZ Utils compression code is based on LZMA SDK, but it
www.it-ebooks.info
Yii Rapid Application Development Hotsh t Become a RAD hotshot with Yii, the world's most popular PHP framework Lauren J. O'Meara James R. Hamilton III BIRMINGHAM - MUMBAI Yii Rapid Application Development Hotsh t Copyright © 2012 Packt Publishing All rights reserved. No part of this book may be rep
www.it-ebooks.info
01_598007 ffirs.qxd 8/25/05 8:35 PM Page iii Yahoo!® SiteBuilder FOR ‰ DUMmIES Richard Wagner 01_598007 ffirs.qxd 8/25/05 8:35 PM Page ii 01_598007 ffirs.qxd 8/25/05 8:35 PM Page i Yahoo!® SiteBuilder FOR ‰ DUMmIES 01_598007 ffirs.qxd 8/25/05 8:35 PM Page ii 01_598007 ffirs.qxd 8/25/05 8:35 PM Page
Mark Lauren is a certified Military Physical Training Specialist, Special Op- erations Combat Controller, triathlete, and champion Thai boxer. He has ef-
Mark Lauren is a certified Military Physical Training Specialist, Special Op- erations Combat Controller, triathlete, and champion Thai boxer. He has ef- fectively prepared nearly a thousand trainees for the extreme demands of the most elite levels of the Special Operations community. As an experien