Author Topic: raw file extraction?  (Read 470 times)

Legacy_Lazarus Magni

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
raw file extraction?
« on: June 18, 2011, 03:23:46 am »


               Anyone know how to extract a raw file from a module to inport into another module?
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
raw file extraction?
« Reply #1 on: June 18, 2011, 03:57:14 am »


               You should not have any raw Files in your module.  If you do I have no Idea what they are.  

If you are asking how to export files form one module and inport them into another.  You can use the  export from the file menue in the toolset to export them to an erf that you can then inport.
               
               

               
            

Legacy_Lazarus Magni

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
raw file extraction?
« Reply #2 on: June 18, 2011, 04:17:51 am »


               yeah I am not really sure why there are raw files in the mods either. But when extracting files those were the only ones I was not able to...
               
               

               
            

Legacy_Calvinthesneak

  • Hero Member
  • *****
  • Posts: 1159
  • Karma: +0/-0
raw file extraction?
« Reply #3 on: June 18, 2011, 04:18:04 am »


               You can also just open the toolset up, then go to your modules/temp0 folder, and extract the resources you want.  Save them some where.  Open module you want them to go to.  go to your modules/temp0 folder and paste them into there.  See if the module pukes and dies because you forgot includes or something else that the erf utility takes care of for you.
               
               

               
            

Legacy_Lazarus Magni

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
raw file extraction?
« Reply #4 on: June 18, 2011, 04:39:59 am »


               Thank you I will give that a shot Calvin.
               
               

               
            

Legacy_Lazarus Magni

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
raw file extraction?
« Reply #5 on: June 18, 2011, 06:21:23 am »


               For what ever reason the program I was using to extract files was showing some as .raw, and I have no idea why since they were just things like ncs, nss, and others with it normally picked up just fine. Anyways Calvin I used your solution to find the ones I was missing, so thank you.
               
               

               


                     Modifié par Lazarus Magni, 18 juin 2011 - 05:23 .
                     
                  


            

Legacy_Groove Widdit

  • Sr. Member
  • ****
  • Posts: 293
  • Karma: +0/-0
raw file extraction?
« Reply #6 on: July 01, 2011, 12:15:55 am »


               What about RAR files?
               
               

               
            

Legacy_Bannor Bloodfist

  • Hero Member
  • *****
  • Posts: 1578
  • Karma: +0/-0
raw file extraction?
« Reply #7 on: July 01, 2011, 01:24:51 am »


               

Groove Widdit wrote...

What about RAR files?


Winrar will handle them.

There is also a version of a rar utility for mac's but I didn't bother searching for that link.
               
               

               
            

Legacy_CID-78

  • Sr. Member
  • ****
  • Posts: 261
  • Karma: +0/-0
raw file extraction?
« Reply #8 on: July 01, 2011, 07:33:59 am »


               7zip deal with rar aswell and it's better. but if you really want to open a module up to see the file a regular .erf editor will do.
               
               

               
            

Legacy_Groove Widdit

  • Sr. Member
  • ****
  • Posts: 293
  • Karma: +0/-0
raw file extraction?
« Reply #9 on: July 01, 2011, 10:10:56 pm »


               okay - thanks.