About: LUC format   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Files with .LUC extension are compiled LUA scripts. see LUA script in LUA format. When LUA files are compiled using a LUA compiler, they become binary files — these binary files are the LUC files you see in The Witcher. LUC files can be decompiled. I have used LUADEC 0.6 to do the job and I managed to decompile the majority of the LUC files. However, it seems that LUADEC 0.6 can not handle some of the LUC files in The Witcher: sometimes it gives an error, sometimes it totally crashes. Looks like an unfinished project — there is a bug report in their tracker about this.

AttributesValues
rdfs:label
  • LUC format
rdfs:comment
  • Files with .LUC extension are compiled LUA scripts. see LUA script in LUA format. When LUA files are compiled using a LUA compiler, they become binary files — these binary files are the LUC files you see in The Witcher. LUC files can be decompiled. I have used LUADEC 0.6 to do the job and I managed to decompile the majority of the LUC files. However, it seems that LUADEC 0.6 can not handle some of the LUC files in The Witcher: sometimes it gives an error, sometimes it totally crashes. Looks like an unfinished project — there is a bug report in their tracker about this.
  • Files with .LUC extension are compiled LUA scripts. See LUA script in LUA format. When LUA files are compiled using a LUA compiler, they become binary files - these binary files are the LUC files you see in The Witcher. LUC files can be decompiled. I have used LUADEC 0.6 to do the job and I managed to decompile the majority of the LUC files. However, it seems that LUADEC 0.6 cannot handle some of the LUC files in The Witcher: sometimes it gives an error, sometimes it totally crashes. Looks like an unfinished project - there is a bug report in their tracker about this.
dcterms:subject
abstract
  • Files with .LUC extension are compiled LUA scripts. See LUA script in LUA format. When LUA files are compiled using a LUA compiler, they become binary files - these binary files are the LUC files you see in The Witcher. LUC files can be decompiled. I have used LUADEC 0.6 to do the job and I managed to decompile the majority of the LUC files. However, it seems that LUADEC 0.6 cannot handle some of the LUC files in The Witcher: sometimes it gives an error, sometimes it totally crashes. Looks like an unfinished project - there is a bug report in their tracker about this. To quickly decompile all LUC files, I have created a batch file containing the following commands - feel free to re-use it:
  • Files with .LUC extension are compiled LUA scripts. see LUA script in LUA format. When LUA files are compiled using a LUA compiler, they become binary files — these binary files are the LUC files you see in The Witcher. LUC files can be decompiled. I have used LUADEC 0.6 to do the job and I managed to decompile the majority of the LUC files. However, it seems that LUADEC 0.6 can not handle some of the LUC files in The Witcher: sometimes it gives an error, sometimes it totally crashes. Looks like an unfinished project — there is a bug report in their tracker about this. To quickly decompile all LUC files, I have created a batch file containing the following commands — feel free to re-use it(note, how do you use it?): @echo off for %%f in (*.luc) DO LUADEC.EXE %%f > %%f.out
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software