Jump to content

BGI script tools


doppel222

Recommended Posts

Not really familiar with using python, but are you sure the command line is correct? Seems kind of weird for the command to be a file name itself. 

 

./bgi_dump.py <filename> 

 

or if there exists a python command or something

 

py bgi_dump.py <filename> 

 

makes a bit more sense. Not familiar with what you're trying to do though sorry :< 

Link to comment
Share on other sites

There's something a little bit different about the game scripts here...

 

Try this... open up bgi_common.py and look for the line that says..... res = data.find(b'\x1B\x00\x00\x00', pos+1)

 

Change the 1B into F4 then try running the dumper again.

I don't know if that's all that needs to be done, but it should do something.

Link to comment
Share on other sites

There's something a little bit different about the game scripts here...

 

Try this... open up bgi_common.py and look for the line that says..... res = data.find(b'\x1B\x00\x00\x00', pos+1)

 

Change the 1B into F4 then try running the dumper again.

I don't know if that's all that needs to be done, but it should do something.

Still the same nothing happens. I extract the .arc data using AE - VN Tools and I got some plain raw files (no extensions). Now I need to dump it (using BGI Tools) to get the scripts but I always get the same error. It look like it doesn't even read the file.

Link to comment
Share on other sites

Not really familiar with using python, but are you sure the command line is correct? Seems kind of weird for the command to be a file name itself. 

 

./bgi_dump.py <filename> 

 

or if there exists a python command or something

 

py bgi_dump.py <filename> 

 

makes a bit more sense. Not familiar with what you're trying to do though sorry :< 

Thanks Mephisto it works.

 

 

It should work then....

nw7jhO2.png

I did what Mephisto told me by having a py at the beginning of the code. Why does your works w/out that?

 

Edit: Oh I saw it, its python. Its not even in the tut

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...