Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Tile struct fix

 
Post new topic   Reply to topic Printable version
 View previous topic  changefreq won't work Post :: Post multiple passwords  View next topic  
Author Message
SOS
Server Help Squatter


Joined: Dec 02 2002
Posts: 329
Offline

PostPosted: Fri Mar 14, 2003 1:58 pm    Post subject: Tile struct fix Reply to topic Reply with quote

Since x and y only uses 10 bits, you should seperate the extra 2 from both so they may be used for other things. (Marking some tiles as special for bots, etc)

struct TileData
{
unsigned x : 12;
unsigned y : 12;
unsigned type : 8;
};
_________________
3y3 4m l33t h4x0r
j0! 3y3 4m t4lking to j00!
fux0red 5cr1pt k1dd13.
-"l33t h41ku"
Back to top
View users profile Send private message Add User to Ignore List Send email
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:40
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3614
Location: Las Vegas
Offline

PostPosted: Fri Mar 14, 2003 4:48 pm    Post subject: Reply to topic Reply with quote

Changing how the tile structure works would require the map editors to be changed, and the client (though priitk might be able to apply that in, oh, say 2 years). So far, only that one Continuum level editor was made, and isn't too great, so changing the structure won't help. But leaving space can be useful. Maps can be edited to be upto 4096x4096 tiles. So if priitk ever applies a setting so maps can be limited in side, we can maybe make HUGE maps without having to change how the file is handled (though would require someone to make new map editor). Anyways, all 256 tile types arn't even being used yet.
Back to top
View users profile Send private message Add User to Ignore List Send email
SOS
Server Help Squatter


Joined: Dec 02 2002
Posts: 329
Offline

PostPosted: Sat Mar 15, 2003 2:03 am    Post subject: Reply to topic Reply with quote

Hmm... yees... damn I should stay away from posting things late at night sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List Send email
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> ASSS Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 658 page(s) served in previous 5 minutes.

phpBB Created this page in 0.582061 seconds : 28 queries executed (79.4%): GZIP compression disabled