x
Dear Highlander Teams, that participate in the current season. In accordance with rule 1.5 Roster locks, we no longer will allow adding players to your Highlander rosters during this season.
x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

PLDX problem - no TGA slots available

Created 2nd February 2011 @ 23:38

Add A Reply Pages: 1

fuo

iSlam
BUNCS

Hey,

I’m having a problem with pldx. It says that all of the TGA slots are full (25/25), but the ‘View TGA sequences’ or ‘Delete all TGA-sequences’ buttons are greyed out, giving me no way to free the slots.

Deleting the files manually didn’t seem to have any effect, neither does reinstalling pldx in a different location.

Recording manually is a huge pain in the ass (host_framerate 240; startmovie clip1 240 gives me fucked up lagspikes when recording) so I’d like to figure out how to solve it.

Cheers,
fuo

Spike Himself

TC

Quoted from fuo

Recording manually is a huge pain in the ass (host_framerate 240; startmovie clip1 240 gives me fucked up lagspikes when recording) so I’d like to figure out how to solve it.

Cheers,
fuo

alias “rec_slot1” “host_framerate 240 ;host_timescale 0.0001; startmovie one_”
alias “rec_slot2” “host_framerate 240 ;host_timescale 0.0001; startmovie two_”
alias “rec_stop” “endmovie; host_framerate 0; host_timescale 1”
bind “F1” “rec_slot1”
bind “F2” “rec_slot2”
bind “END” “rec_stop”

play demo, press f1, wait, press end, done


Last edited by Spike Himself,

Add A Reply Pages: 1