Im going to attempt to make the SM3 Feature Placer thingy like people were asking for a while back. But first, some things i need to know:
1) How/where is the data stored for the map? How is each feature defined?
2) I heard somewhere that Spring is big/small endian, whatever windows isnt. So that means I would have to reverse all the numbers im outputting right?
3) Anything else i should know about features?
SM3 Feature Placer
Moderator: Moderators
nice :)
1)
I wrote a bit about it in the start position editor thread:
http://taspring.clan-sy.com/phpbb/viewt ... 491#128491
2)
Not really, basically all the spring formats are little endian. Even though spring supports both "endianesses", no big endian platform is currently supported. MacOS maybe, in the future.
3)
Not sure, they're pretty simple IMO
1)
I wrote a bit about it in the start position editor thread:
http://taspring.clan-sy.com/phpbb/viewt ... 491#128491
2)
Not really, basically all the spring formats are little endian. Even though spring supports both "endianesses", no big endian platform is currently supported. MacOS maybe, in the future.
3)
Not sure, they're pretty simple IMO
