User panel stuff on forum
  39 posts on 2 pages  First page12Last page
Client Talk
2006-12-24, 14:42
Member
115 posts

Registered:
Mar 2006
Since its axemess i thought it make a more public release of my camquake client.
Its intended for moviemakers, and an example of the camera paths can be seen in nylons kyu.one video.
Features are you can setup camera fly paths, events along those paths for changing stuff like fov, camera rotation, demospeed etc.
Comments/Requests etc are very welcome and for the ppl who like to flame directly #camquake :>
nad the actual url jogi.netdome.biz
one of the good guys! so please don't ban - jogi.netdome.biz
2006-12-24, 18:38
Member
198 posts

Registered:
Oct 2006
Go jogi! Anyways why not an addon for ezquake, just new client?
2006-12-24, 20:17
Member
115 posts

Registered:
Mar 2006
this way i can just release shit and dont need to care
one of the good guys! so please don't ban - jogi.netdome.biz
2006-12-26, 15:10
Member
68 posts

Registered:
May 2006
noob question: i cant create camera points using the menu... whats the command to actually select an option in mosdm menu ??
2006-12-28, 08:31
Member
151 posts

Registered:
Jan 2006
jogihoogi - share teh sources and tell us what ezQ version you use for camquake.
may be some features will be ported to ezQ
kill me now and burn my soul
2006-12-28, 09:40
News Writer
493 posts

Registered:
Jan 2006
jogi, great job man. this is a great engine, but please consider integrating it into ezquake and working on it.
2006-12-30, 15:17
Member
115 posts

Registered:
Mar 2006
the commands to navigate around the menu are mosdm_new_(up,down,left,right)
just read the tutorial
one of the good guys! so please don't ban - jogi.netdome.biz
2007-03-05, 21:54
Member
14 posts

Registered:
Jun 2006
link down? how do i get camquake
2007-03-06, 21:50
Member
14 posts

Registered:
Jun 2006
where is the tutorial ? D;
2007-03-07, 04:53
Member
405 posts

Registered:
Jan 2006
Someone, made this thread sticky... or move it to movies section.
<3
2007-03-07, 14:07
Member
1754 posts

Registered:
Jan 2006
www.sfg.se/~04a_jan/camquake_tutorial.html should work..
the tutorial comes with the client, so I uploaded it now

edit: OMG I got a crazy idea, would it work to make this cam-thingy to FTE so you can use the mouse?
since the mouse works in console n shit in FTE I thought it might be possible to do with jogiquake
2007-03-07, 14:20
News Writer
2260 posts

Registered:
Jan 2006
Camquake Tutorial[/b]


mech tried to write one but oh well i could get my arse up and wrote it my own :>


1. Load the client
2. Load the cammenu/Explanation of the onscreen menu
3. Setting up your first cameras
4. Some more advanced camera tweaking




1. Loading the client



Some people might not thing this is important but it actualy is.

You should at least one time try and run the client in ”-window” mode, because you will then be able to see a second window that some might find usefull for editing the cameras.


2. Load the cammenu/Explanation of the onscreen menu




Once the client is loaded, load up a demo you want to experiment with, and do /demo_setspeed 0

You might aswell do /cl_democlock 3 it will display the demotime in the form of seconds.miliseconds, this is the format the camera start/stop times will be set to.

Now we finaly load the camera menu, type /exec cammenu in the console now you should see a green string on your screen.



http://www.sfg.se/~04a_jan/files/cammenu.jpg

To use this menu you have to bind 4 commands

mosdm_new_up – will move the selection up in the menu

mosdm_new_down – will move the selection down in the menu

mosdm_new_left – this will go back one menu step

mosdm_new_right – will select or execute the function bound to the menu

from now on i will refer to those as up, down, left, right.

All previous menus that have been selected will turn purple.

The select one wich you can enter by pressing the right button.

Some menus are toggle menus, where you can only switch between two states mostly on and off, with pressing right or up/down

Other menus are modify menus, there you will see a number wich can be modified with up/down, they are modified by the value specified in the /mosdm_modifier variable.

And even other menus are set menus, those are selected by pressing right they will set certain varuables to a certain value.



3. Setting up your first cameras



A little introduction first,

the Views and Cams are restricted to 40 each and you can select each individual curve thru the number menu the currently selected curve will be shown in a different color,

there can be only one view and cam ran at a time, so setting the start/stop times from 2 different cams to overlapping times will produce random effects,

the views per cam and cams per view dont need to be equal, so you can use n numbers of cams per view and n number of views per cam.

Each curve has 4 points

point 1 is the start point

point 4 is the end point

point 2,3 are control points with whom you are able to bend the curve in any shape you want.



First we set the views/cams to show

right click on the cams -> show menu

it should be set to show off right click or up/down will change that

http://www.sfg.se/~04a_jan/files/cammenu-show.jpg


do that for the view too.


Now fly to a position where you want your camera to start.

Select points->point 1-> set

and it should look like this

http://www.sfg.se/~04a_jan/files/cammenu-p1s.jpg


now set the end point (point 4)


http://www.sfg.se/~04a_jan/files/cammenu-p4s.jpg



now you have 2 options

you can make the 'curve' a straight line with the make it straight funktion


http://www.sfg.se/~04a_jan/files/cammenu-ms.jpg



or you can set the controlpoints (point 2 and 3) to any position you want

http://www.sfg.se/~04a_jan/files/cammenu-ps.jpg


now we set the stop time, you will usualy have to set the start time too but since i only make a short introduction wich will only cover the most important part of any game (the 10 second countdown at the start) the camera will only run from second 0 to second 10.

select time->stop->modify and use up/down to set it to 10.

http://www.sfg.se/~04a_jan/files/cammenu-time.jpg


now the last thing we have to do, is to enable the cam

select enable and press up/down/right to set it to enable on

http://www.sfg.se/~04a_jan/files/cammenu-enable.jpg

Now you have to repeat all those steps for the view path, the view path is where you will look at during the camera movement.


When your done with that it should look like this

http://www.sfg.se/~04a_jan/files/cammenu-final.jpg



now do /bezier_cams_enable 1 and let the demo roll




4. Some more advanced camera tweaking


ill do that later :>

// nylon (I think) from http://www.sfg.se/~04a_jan/camquake_tutorial.html (incase the site goes down)
2007-03-07, 14:21
Member
1754 posts

Registered:
Jan 2006
lmao, it won't go down for a couple of years I tell you, but permanent hosting on jogis side wouldn't hurt, since I'm losing my account at school in june, when I quit! \o/
2007-03-07, 15:08
Member
1026 posts

Registered:
Feb 2006
Peppe wrote:
edit: OMG I got a crazy idea, would it work to make this cam-thingy to FTE so you can use the mouse?
since the mouse works in console n shit in FTE I thought it might be possible to do with jogiquake

or maybe jogi can port the mouse thingie into camquake
god damn hippies >_<
2007-03-07, 15:52
Member
115 posts

Registered:
Mar 2006
there is a mouse operated menu already, just haven't released it yet check http://jogi.netdome.biz for a quick video (menu api)
one of the good guys! so please don't ban - jogi.netdome.biz
2007-03-07, 15:59
Member
1754 posts

Registered:
Jan 2006
yeah, now you tell us jogi
do it!
2007-03-07, 16:10
News Writer
2260 posts

Registered:
Jan 2006
http://jogi.netdome.biz/progress1.avi

http://jogi.netdome.biz/progress2.avi


Fucking nice
2007-05-17, 14:05
Member
50 posts

Registered:
Mar 2006
any updates? and is there a advanced tutorial somewhere? :I
nylon, pezz?
"...it's really easy! when you get a boner, you slap her titties a couple of times, then you stick it inside her and pee..."
2007-05-17, 16:32
Member
115 posts

Registered:
Mar 2006
havent done anything since it was functional and still is i guess :>
one of the good guys! so please don't ban - jogi.netdome.biz
2007-05-18, 14:55
Member
50 posts

Registered:
Mar 2006
jogihoogi wrote:
havent done anything since it was functional and still is i guess :>

can u update it to latest ezq ?=P and maybe do some advanced tutorial
"...it's really easy! when you get a boner, you slap her titties a couple of times, then you stick it inside her and pee..."
2007-05-18, 18:57
Member
115 posts

Registered:
Mar 2006
not doing anything for ezquake anymore u need to ask some developer to port it, and a tutorial hrm i can hardly use it my own
one of the good guys! so please don't ban - jogi.netdome.biz
2007-06-07, 19:17
Member
115 posts

Registered:
Mar 2006
ok peeps just released a newer version
http://jogi.netdome.biz/camquake.exe
the cameras can now be edited by a mouse driven menu
one of the good guys! so please don't ban - jogi.netdome.biz
2007-06-08, 11:10
Member
1435 posts

Registered:
Jan 2006
...sources?
2007-06-08, 11:51
Member
1026 posts

Registered:
Feb 2006
denied
god damn hippies >_<
2007-06-25, 12:02
Member
3 posts

Registered:
Jun 2007
Hey Jogi! Can you add project saving capability to your client?
2007-07-01, 19:41
Member
115 posts

Registered:
Mar 2006
in case that means saving the cams its jogi_bc_writeconfig somename and to load it exec somename
one of the good guys! so please don't ban - jogi.netdome.biz
2007-07-01, 20:38
Member
1026 posts

Registered:
Feb 2006
mostest arcane naming system
god damn hippies >_<
2007-07-01, 23:42
Member
115 posts

Registered:
Mar 2006
wait till you get back to the irc chan ! there is a kickban waiting for you !
one of the good guys! so please don't ban - jogi.netdome.biz
2007-07-02, 14:32
Member
139 posts

Registered:
Jan 2006
hehe
http://www.egozelle.com/stuff/qw_sig.jpg
2007-07-03, 09:06
Member
3 posts

Registered:
Jun 2007
Thanks. And how to add camera roll angle, like in kyu.one movie when camera flies through corners, or complete 360Β° roll?
  39 posts on 2 pages  First page12Last page