gemot encubed  

Go Back   gemot encubed > Gemot > Technical Issues

Technical Issues For bug reports, problem solving, and help running Japanese software.

Reply
 
Thread Tools Display Modes
  #1  
Old 2010-06-28, 21:44
chlrkdckd chlrkdckd is offline
Visitor
 
Join Date: Jun 2010
Posts: 4
Default How to pack G00 files?

hello everyone im korean, and i make 'CLANNAD' for korean
- im sorry my english is terrible -

look at these pictures

http://cfile4.uf.tistory.com/image/1...4C29873993BD63 << it's unpacked files. i call it 'a'
http://cfile9.uf.tistory.com/image/1...4C29873A94004C << it's packed files. i call it 'b'

i want how to 'a' to 'b' ? (im sorry but i dont think any english words '_'a)

i try RLdev but it dosen't work
Reply With Quote
  #2  
Old 2010-06-29, 09:57
Roto
Guest
 
Posts: n/a
Default

The G00 files contain metadata in addition to the actual image data. If the tool you used for extraction was just meant for getting at the files to look at them, then it probably just gave you the image data and ignored the metadata. Unfortunately, if you want to convert them back to G00 images that can be used in RealLive, you'll need that metadata, so you should be using RLDev both to extract and to repack the images.

Extraction:
Code:
vaconv.exe -f PNG file.G00
That should produce "file.PNG" and a metadata file, I forget what the extension is. Edit the PNG image, and keep the metadata file but leave it alone. Then, to re-pack:

Code:
vaconv.exe -f G00 file.PNG
That should create a new file.G00 from the PNG and metadata. (It's been a while since I've done this and I don't have any files handy to test with, so I'm just working from the vaconv documentation. Hopefully that works for you!)

Also, you should be able to convert many files at once by using shell expansion/wildcards (e.g. *.G00) and place the output in another directory with the -d option (e.g. -d Converted) to place them in a directory called Converted in the current directory (you must create this directory yourself, though.)
Reply With Quote
  #3  
Old 2010-06-30, 20:15
chlrkdckd chlrkdckd is offline
Visitor
 
Join Date: Jun 2010
Posts: 4
Default

Thx Roto!!

it's solved
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to pack .xp3 files? Suzumiyaandy Technical Issues 15 2011-02-21 05:09
Creating g00 files? lovepopp Production & Help 6 2010-04-20 11:25
.g00 files Panstu Revolution Production & Help 4 2010-03-14 10:53
QLiE Engine *.pack files windstar Production & Help 0 2009-07-06 02:02
How to put translate files? Maksst Technical Issues 15 2008-12-23 09:07


All times are GMT -8. The time now is 22:11.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2023, vBulletin Solutions, Inc.