• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
1 2 3 4 Next »
Wings file format specification

 
  • 0 Vote(s) - 0 Average
Wings file format specification

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,675
Threads: 183
Joined: Jun 2012
#3
09-09-2014, 01:06 PM
(09-08-2014, 09:46 PM)scindix Wrote: I already found out that they begin with the header "#!WINGS-1.0 0D 0A 1A 04 [4 bytes that are probably matching the file size] 83 50"
Almost. The four bytes are reference to the data size - that exclude the header string:
wings_ff_wings.erl Wrote:-define(WINGS_HEADER, "#!WINGS-1.0\r\n\032\04")
\r = #13 = 0D
\n = #10 = 0A
\032 = #32 = 20 (??)
\04 = #4 = 04
* The red one is not matching with your value.

If you are able to read the Erlang files you can find all information checking this file: wings_ff_wings.erl
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)



Messages In This Thread
Wings file format specification - by scindix - 09-08-2014, 09:46 PM
RE: Wings file format specification - by ggaliens - 09-09-2014, 01:52 AM
RE: Wings file format specification - by micheus - 09-09-2014, 01:06 PM
RE: Wings file format specification - by scindix - 09-09-2014, 03:46 PM
RE: Wings file format specification - by dgud - 09-12-2014, 12:42 PM
RE: Wings file format specification - by bigben - 06-26-2018, 10:34 PM
RE: Wings file format specification - by dgud - 06-28-2018, 07:43 AM
RE: Wings file format specification - by micheus - 06-28-2018, 02:17 PM
RE: Wings file format specification - by bigben - 06-29-2018, 03:49 PM
RE: Wings file format specification - by dgud - 07-03-2018, 11:18 AM
RE: Wings file format specification - by PERECil - 08-15-2018, 12:05 PM
RE: Wings file format specification - by bigben - 10-18-2018, 02:54 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode