I'm programming in C# using VS2008.
This post has been edited by Mallaboro: 12 August 2012 - 02:00 PM




Posted 12 August 2012 - 01:59 PM
This post has been edited by Mallaboro: 12 August 2012 - 02:00 PM
Posted 12 August 2012 - 10:16 PM
Name: town.txt Layers: 9 ObjectCount: 0627 |DOORS| 0080 0362 0016 0032 Path= forest.txt @ 0080 0362 0416 0522 0016 0032 Path= timsCave.txt @ 0416 0522 0928 0202 0016 0032 Path= DannisHouse.txt @ 0928 0202 0928 0394 0016 0032 Path= EmmaGarden.txt @ 0928 0394 |Objects| _____Position_____ | _____Source_____ |*L P I L F D (*layer) 0048 0378 0016 0016 0096 0035 0016 0016 0 0 0 0 0 0 0064 0298 0016 0016 0096 0035 0016 0016 0 0 0 0 0 0 ...ect, 625 more times for each placed object
This post has been edited by Mallaboro: 12 August 2012 - 10:23 PM
Posted 13 August 2012 - 05:45 AM
WORLD {
header HEADER
name STRING
layers U8
doorCount U8
doors DOOR[doorCount]
objectCount U16
objects OBJECT[objectCount]
}
DOOR {
sourcePosition U16[4] //I'm just guessing what these are for
target STRING
targetPosition U16[2]
}
OBJECT {
position U16[4]
source U16[4]
lpilfd U8[6] //I don't know what this is for
}
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
