Jump to content
SSForum.net is back!

Recommended Posts

Posted

Seems that every rectangle is represented by 8 ASCII chars. 2 for each of the 4 rectangle properties in this order:

 

X

Y

W

H

 

It seems that some sort of 0-1024 -> a-Z conversion is made. First, the input number is split into two numbers from 0-31. Then the numbers are converted into a-z (0 to 25) or A-Z (26+). I don't recall perfectly the conversion boundarys, so it's best not to take this post as reference material. The encode routine is found in region.c in the ASSS src directory.

Freedom is the right to be wrong.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...