Hey , słyszałem że w defragu sa komendy na różne kamery.
Jeśli wiecie gdzie mógłbym znaleść te komendy to proshe o pomoc, słyszałem też że qwerty siem na tym zna, to byłbym wdzięczny jak by mi pomógł ...:p
Hey , słyszałem że w defragu sa komendy na różne kamery.
Jeśli wiecie gdzie mógłbym znaleść te komendy to proshe o pomoc, słyszałem też że qwerty siem na tym zna, to byłbym wdzięczny jak by mi pomógł ...:p
widze że spoko....:D
Hey , słyszałem że w defragu sa komendy na różne kamery.
Jeśli wiecie gdzie mógłbym znaleść te komendy to proshe o pomoc, słyszałem też że qwerty siem na tym zna, to byłbym wdzięczny jak by mi pomógł ...:p
w plikach defraga masz plik readme.txt - tam jest albo szukaj pliku tekstowego z nazwą "camer..."
FREESTYLE
........[b]AHA , AHA [22]
Demo Cams
=========
Information
Config Vars
Quake3 Keypresses During Demos
Preparing To Use The Camera Modes
Using The Camera Modes
5A. Using The FreeCams
5B. Using The Transition Cams
Additional Information
Recording Camera Movements To A Ghost File
\df_demos_CameraTransitionSpeed [ DEFAULT: 50 RANGE: -N TO N ] - adjusts the camera speeds
Demos camera mode 1: Changes the speed that the camera moves when player presses +forward, +back, etc. Values are striclty positive (a negative CameraTransitionSpeed is converted to positive for usage in this camera mode).
Demos camera mode 4, 5, 6, 7: Changes the speed that the camera moves from saved position to saved position.
While viewing a quake3 demo, certain keypresses on the keyboard are allowed, other are not. If a key is pressed that is not allowed, quake3 will exit the demo. Thererfore it is necessary to bind keys for Demos Cameras to "allowed" keyboard keys.
The keys that quake3 does allow during demos are:
The Function keys (F1 through F12)
The Insert, Delete, Home, End, Page Up, and Page Down keys
The numberpad keysIn order to use the camera modes, you will need to bind the movement commands to keys that quake3 allow to be pressed during demo playback. Also, to user the transitioning camera modes, you will need to create saved positions within a map, and then recall these saved positions during demo playback. The config information below lists binds that can be used for all the camera modes. The position saving and loading information is used with the transitional camera modes.
Create a .cfg file (or paste these into your q3config.cfg file) and execute the config inside quake3
//---[ DF-DemoCams ]-----------------------------
echo [ CONFIG ^1LOADED ] ^4--> ^1DF-[DemoCams]"
//---[ Movement during demos ]---
// pressing the uparrow, downarrow, etc. will move the camera forward, backward, etc.
// (for cameramode 1) during demos
bind UPARROW "+forward"
bind DOWNARROW "+back"
bind LEFTARROW "+moveleft"
bind RIGHTARROW "+moveright"
bind INS "+moveup"
bind DEL "+movedown"
//---[ Camera speed changing ]---
// press + on the numpad to increase speed
// press - on the numpad to decrease speed
bind KP_MINUS "varMath df_demos_CameraTransitionSpeed - 25"
bind KP_PLUS "varMath df_demos_CameraTransitionSpeed + 25"
//---[ Position saving and loading within a map ]---
// pressing 1, 0 will store position 1 (within a map, not during a demo)
// pressing 2, 0 will store position 2 (within a map, not during a demo)
// pressing 9 will clear all the positions
set posempty ""
bind 0 "savepos 0"
bind 1 "vstr pos1; set saveposname pos1"
bind 2 "vstr pos2; set saveposname pos2"
bind 3 "vstr pos3; set saveposname pos3"
bind 9 "set pos1 vstr posempty; set pos2 vstr posempty; set pos3 vstr posempty; echo saved positions cleared"
//---[ Camera positioning during demos for transitional cams ]---
// pressing 1 on the numberpad will set the camera (for transitioning cams) to position 1 (during demos)
// pressing 2 on the numberpad will set the camera (for transitioning cams) to position 2 (during demos)
bind KP_END "set saveposname pos1"
bind KP_DOWNARROW "set saveposname pos2"
bind KP_PGDN "set saveposname pos3"
bind KP_INS "set pos1 vstr posempty; set pos2 vstr posempty; set pos3 vstr posempty; echo saved positions cleared"
//---[ Camera mode changing ]---
// Pressing Page Up/Page Down will increase/decrease the camera mode
bind PGUP "varMath df_demos_CameraMode + 1"
5A. Using The FreeCams
Using the free (non transitional) cams (modes 1, 2 or 3) do not require any saved position information. Simply set df_demos_CameraMode to 1, 2, or 3.5B. Using The Transition Cams
Using the transition cams require you to set saved positions with a map first, before demo playback. Failing to do so will cause the camera to remain static within a demo.You can use these demo camera modes during demo playback, for video creation use. One thing that may be productive or useful is to save these camera movements you are making during demo playback, without starting avi picture files (not doing screenshots output during demo playback). This would allow you to do the camera movements during demo playback and save your work. If you make a mistake, redo your camera movements, and not have to go and delete all the screenshots that quake3 created during the demo. Then, once you are satisfied with the camera movements, you can then load the demo, and have the camera movements you created occur automatically during the demo playback. This is also useful in the general sense that you get to save the camera movements and reuse that file again, in case you want to do video capture again later (using different quake3 settings or whatever).
The saving of Demo Cam movements is accomplished using the Ghost feature. The Ghost allows you to save your movements, and allows the playback of these movements during demo playback.
See the readme-[Ghosts-DemoCamSaving].txt document for more details.
yhy....., ale jak ktoś angielskiego niebardzo czaji ....:/
niemam go w szkole...:/
Luuudzie :|... przeciez nikt Ci nie bedzie tlumaczyl wszysckich readme :/... Jeszcze kopsnij sie na www.q3arena.gry.wp.pl/defragPTC w dzial skrypty - tam jest taki kombajn pod OSPa - rozne matrix'y, bindy, zwalnianie/rzpyspieszanie tempa, zrzucanie klatek itp. itd...
//---[ DF-DemoCams ]-----------------------------
echo [ CONFIG ^1LOADED ] ^4--> ^1DF-[DemoCams]"
//---[ Movement during demos ]---
// pressing the uparrow, downarrow, etc. will move the camera forward, backward, etc.
// (for cameramode 1) during demos
bind UPARROW "+forward"
bind DOWNARROW "+back"
bind LEFTARROW "+moveleft"
bind RIGHTARROW "+moveright"
bind INS "+moveup"
bind DEL "+movedown"
//---[ Camera speed changing ]---
// press + on the numpad to increase speed
// press - on the numpad to decrease speed
bind KP_MINUS "varMath df_demos_CameraTransitionSpeed - 25"
bind KP_PLUS "varMath df_demos_CameraTransitionSpeed + 25"
//---[ Position saving and loading within a map ]---
// pressing 1, 0 will store position 1 (within a map, not during a demo)
// pressing 2, 0 will store position 2 (within a map, not during a demo)
// pressing 9 will clear all the positions
set posempty ""
bind 0 "savepos 0"
bind 1 "vstr pos1; set saveposname pos1"
bind 2 "vstr pos2; set saveposname pos2"
bind 3 "vstr pos3; set saveposname pos3"
bind 9 "set pos1 vstr posempty; set pos2 vstr posempty; set pos3 vstr posempty; echo saved positions cleared"
//---[ Camera positioning during demos for transitional cams ]---
// pressing 1 on the numberpad will set the camera (for transitioning cams) to position 1 (during demos)
// pressing 2 on the numberpad will set the camera (for transitioning cams) to position 2 (during demos)
bind KP_END "set saveposname pos1"
bind KP_DOWNARROW "set saveposname pos2"
bind KP_PGDN "set saveposname pos3"
bind KP_INS "set pos1 vstr posempty; set pos2 vstr posempty; set pos3 vstr posempty; echo saved positions cleared"
//---[ Camera mode changing ]---
// Pressing Page Up/Page Down will increase/decrease the camera mode
bind PGUP "varMath df_demos_CameraMode + 1"
bind PGDN "varMath df_demos_CameraMode - 1"
//--------------------------------------------------
naciskam np 1 to mi sie demko wylacza :(
@#$%, przecierz ja niechce żeby mi ktos angielski przetłumaczał, chciałem dowiedzieć się pare komend tylko, bo podobno są jakies....:/
V!RUS*BD - binduj na f1, f2... - jak naciskasz 1, 2... to zawsze sie wylaczy... nie wiesz jakich klawiszy mozna uzywac?... Maly bug w readme moze :PP...
km3co - nawet nie probowales przeczytac tego co napisalem...
\df_demos_CameraMode [ DEFAULT: 0 (off) RANGE: 0 TO 7 ]
\df_demos_CameraTransitionSpeed [ DEFAULT: 50 RANGE: -N TO N ]
Dwie podstawowe komendy...
ok, thx. Gadam czasem z v1rem to porushe ten temat :P
ale i tak thx za te 2 komendy :P.
I tez mam problem z tymi bindami przy demach :p
Poprostu się wyłańcza :P
Jeszcze raz powtarzam - zamiast 1 F1, zamist 2 F2 itd...
A te dwie komendy to podstawa - wiecej informacji w readme...
yeeee chodzi mi :D :D :D
zaraz poprawie tego skrypta, i bedzie git :D wrzuce tutaj lepsza wersje :D
A nie przeczytali: [i]In order to use the camera modes, you will need to bind the movement commands to keys that quake3 allow to be pressed during demo playback[/i] :PPPPP... Nikt readme nie czyta calego :/....
ok.thx poradze se :P
Ludzie bindujecie tylko na F1-F12, a poza tym na insert,pgup,pgdn, home, end, delete, i na strzalkach i na klawie numerycznej, przynajmienj tak w readme pisalo.
Ej ^M^ a jak zrobic te kamere za rakieto????
W readme pisze ze pierwsze 3 kamety to so free a 4 nastempne to jakies z ustawianiem pozycji i ich wywolywania jesli dobrze jarze.
Keep practice, its only way to be better!
Dla Quake ]I[ czas zatrzymał się w miejscu!
gralem z kolega na vq3/osp 1/1 na mapie t2, stanolemza teleportem z RL, koles wyszedl z teleporta zrobil r.j lecial bardzo wysoko nad ziemią ja wypuscilem rakiete wszedlem do teleporta i juz za teleportem slyszalem dzwiek jak dostal z rl'a 30 metrow nad ziemia :P wiem ze w defragu moge zobaczyc te akcje i wiem jakimi komendami ale jak odpalic demo w defragu tak zeby bylo widac modele ? wzucilem demo do defrag/demos i do baseq3/demos i moge je odpalic ale niewidac graczy, co jest ? :(
PIFPAF.pl - najlepsze serwery multiplayer w Polsce!
w defragu 1.9 jest taka opcja ze ogladasz demka i z cpma i osp wystarczy wlaczyc Mod Support i cheja
[b]Q[/b]uake [b]M[/b]otion [b]P[/b]ictures [b]B[/b]rzeg
[Pro]wokator
[i]poprzedni skasowany post cie skonczyl jako uzytkownika orga.[/i]b Rozz[/b]
[i]Nie chcę zrozumienia, pocieszenia
Iluzji istnienia, pustego uwielbienia
Jestem kim jestem inny nie będę
Z ...
Hmm ja tez bylem zafacynowany tymi camerami ale jak przyszlo co do czego to po prostu nic z tego nie zaczaiłem i postanowiłem se ospuścić.. tak bedzie latwiej =) Moj film nie musi przeca konkurowac z fragadikiem :P .. No Chyba ze znalazłbym jakieś przetlumaczone readme to może by mnie ambicja wzięła :P
Kamerki... heh... sam juz zaczalem pisac swoje (bardzo ubogie zreszta) skrypty do replayow - polecam lekture readmow, bo inaczej to troche ciezko to zrozumiec (sam nie umiem jeszcze wprowadzic timescale, efektu 'matrixa' etc. - a jest to mozliwe)...
Daje to naprawde duze mozliwosci przy tworzeniu filmow - jak juz ktos zalapie wsio to bedzie mogl sobie oszczedzic koope roboty z kamerami... zrobil skrypta - i wiola, gra ;-).
Da sie zmieniac w tym kamerach praktycznie wszystko, co sie da zmienic poprzez komendy konsoli - np. plynne przejscia z danego fovu na drugi wraz z ustalonych ruchem kamery itp.. ehh... zeby to jeszcze wszystki umiec juz ;=)...