Games::Freelancer::UTF

A Perl extension for working with Microsoft UTF Files used in the Game Freelancer.
Download

Games::Freelancer::UTF Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc - Sebastian Lucksch
  • Publisher web site:
  • http://search.cpan.org/~maluku/

Games::Freelancer::UTF Tags


Games::Freelancer::UTF Description

A Perl extension for working with Microsoft UTF Files used in the Game Freelancer. Games::Freelancer::UTF is a Perl extension for working with Microsoft UTF Files used in the Game Freelancer.Synopsis use Games::Freelancer::UTF; open FILE,"model.cmp"; #or .utf, .3db, .txm, .mat, .ale, .vms, .dfm or maybe some more binmode FILE; my $content = do {local $/; < FILE >}; close FILE; my $tree=UTFread($content); $code = UTFwriteUTF($tree); open FILE, ">out.cmp" binmode FILE; print FILE, $code; close FILE;This Module provides the ability to decode UTF files for the Mircrosoft game "Freelancer"Those are named UTF files because of their header.They are just trees that are encoded in binary, there might be a possibility that these files are used somewhere else, too.In "Freelancer" they are used for models, meshes, materials, textures, effects and a lot more.You can even use this to save hashes of hashes, but I highly recommend using something else, like Storable for this. Requirements: · Perl


Games::Freelancer::UTF Related Software