PDA

View Full Version : I can't read scene files into hvx



mpalmer12345
09-17-2008, 03:52 PM
Okay, I used to be able to load scene files, and now I can't. What am I doing wrong?

I go to Card Functions Scene File YES

FILE SELECT

I go to 2 to select my own scene file #2.

I move down to READ, select YES.

I hit OKAY, it says FILE 2 READ OK - PUSH MENU TO RETURN

I push MENU and it says TITLE RELOAD… and reverts to scene file 1. (!)

I can't get past the MENU reloading scene file 1.

After I leave the menu, the names for File 2 appear correctly, but none of the changes are there. What's happening?

AwakenedFilms
09-17-2008, 04:39 PM
Sorry a little confused by the end of your question...Are you looking for Scene file #2 (as in f2 on the scene file selector dial) or your second set of 7 scene files (a text file on an SD card).

If its the latter, I would recommend to check the code in the text file on your computer. It could be that the #2 text file was written over with #1's contents. I have done this before by accidentally pushing write instead of read...Another possibility: could your text file be missing some important code?


J

mpalmer12345
09-17-2008, 05:01 PM
I have SCENE2.TXT I want to load in with a set of frame rate hacks. Here's the code, I don't see anything missing or bad:

Ver 1.00-00
AG-HVX200P
TITLE:FRHACK1
<F1>
SCENE NAME :DEFAULT
00005000: 8 ; DETAIL LEVEL: 0
00005001: 8 ; V DETAIL LEVEL: 0
00005002: 8 ; DETAIL CORING : 0
00005003: 8 ; CHROMA LEVEL: 0
00005004: 8 ; CHROMA PHASE: 0
00005005: 8 ; COLOR TEMP: 0
00005006: 16 ; MASTER PED: 0
00005007: 8 ; A.IRIS LEVEL: 0
00005008: 1 ; NEWS GAMMA: OFF
00005009: 0 ; GAMMA : HD NORM
0000500A: 0 ; KNEE: AUTO
0000500B: 0 ; MATRIX: NORM
0000500C: 1 ; SKIN TONE DTL : OFF
0000500D: 0 ; V DETAIL FREQ : THIN
0000500E: 0 ; OPERATION TYPE: VIDEO CAM
0000500F: 0 ; FRAME RATE: DEFAULT
00005010: BE026801 ; SYNCRO SCAN :
<F2>
SCENE NAME :FPS02
...

Eh, I just erased the card, tried again from scratch, and now it works. Okay.

Thanks for the suggestions, AF.