********************************************************************************* * * Title: World of Xeen Map Time * Author: Aquathros Cloudweaver * Date: 01/08/2014 * E-mail: aquathros | @ | gmail.com * * Description: I was bored and curious about how long it actually * took to cover both overworld maps. This was done for * fun. * * Note: This does not include inside places (dungeons, towns, * castles, mines, caves, towers). This is only the overworld maps. * Does not include backtracking. * * I'm sure I've made a few mistakes, but I have provided * my calculations. I'm only one person. * * Rounding is noted where occured. * Four decimal places used when possible. * * I think the time is more accurate when you calculate * the individual sections; you can be more * precise and you are only concentrating on * a small part of the map, not the whole thing. * * I counted all of the non-walkable tiles, but something seems * off about the times on the Darkside. * But when adding up both walkable and non-walkable * tiles for both sides, the total times for each * side match, and the total time for both sides * match an earlier calculation of both maps. * * A summary is included immediately following this section * for those who do not want to look through the * calculations, but want to know. * ********************************************************************************* *********************************************************************** * * Summary: * * WALKABLE * Cloudside * 38 d 16 h 0 m * * Darkside * 38 d 16 h 30 m * * Both Maps * 77 d 8 h 30 m * * NON-WALKABLE * Cloudside * 4 d 0 h 0 m * * Darkside * 3d 23 h 30 m * * Both Maps * 7 d 23 h 30 m * * ALL TILES * Cloudside * 42 d 16 h 0 m * * Darkside * 42 d 16 h 0 m * * Both Maps * 85 d 8 h 0 m * * ONE SECTION * One 16*16 Section * 1 d 18 h 40 m * ************************************************************************* d = days h = hours m = minutes sq = individual square in a section se = 16 * 16 section 24 sections on one map 48 sections for both maps 4 sections in each column (4 rows) 6 sections in each row (6 columns) 16*16 section 256 squares per section 10 minutes per square 24 hours in a day (24 h = 1 d) 60 minutes in an hour (60 m = 1 h) *** I know, this is common knowledge, but I want to make sure I cover everything. * Someone will ask me "why did you multiply by 24?" when there are 24 hours in a day * and I need to get the number of days. >.>; * This also helps with conversion from decimal to hours or minutes. 6144 squares for one map 12288 squares for both maps ******************************************************************************** * * One section * * 256 sq * 10 m = 2560 m * 2560 / 60 = 42.6667 * 42 * 60 = 25220 * 2560 - 2520 = 40 * 42 h 40 m * 42 - 24 = 18 * 1 d 18 h 40 m * ********************************************************************************* ******************************************************************************** * * All tiles - one side of map * * 256 sq * 24 = 6144 sq * 6144 * 10 = 61440 m * 61440 / 60 = 1024 * 1024 / 24 = 42.6667 * 42 * 24 = 1008 * 1024 - 1008 = 16 * 42 d 16 h 0 m * ********************************************************************************* ********************************************************************************* * * All tiles -- both maps * * 256 * 48 = 12288 * 12288 * 10 = 122880 * 122880 / 60 = 2048 * 2048 / 24 = 85.3333 * 85 * 24 = 2040 * 2048 - 2040 = 8 * 85 d 8 h 0 m * ********************************************************************************* ********************************** * * Individual sections -- Cloudside * ********************************** **************************************************************************** * * Eight completely walkable sections * * Sections have have all walkable tiles * E3, E2 * D3, D2 * C3, C2 * B3, B2 * * 256 sq * 8 = 2048 sq * * * For eight sections * 256 * 8 = 2048 * 2048 * 10 = 20480 * 20480 m * 20480 / 60 = 341.3333 * 341 * 60 = 20460 * 20480 - 20460 = 20 * 341 h 20 m * 341 / 24 = 14.2083 * 14 * 24 = 336 * 341 - 336 = 5 * 14 d 5 h 20 m * ********************************************************************* F4 non-walkable tiles 58 580 m (58*10) non-walkable 198 (256 - 58) walkable tiles 1980 m (198 * 10) F3, F2, E1 non-walkable tiles 30 300 m (30*60) non-walkable 226 (256-30) walkable tiles 2260 m (226 * 10) F1 non-walkable tiles 59 590 (59*10) non-walkable 197 (256 - 59) walkable tiles 1970 m (197 * 10) E4 non-walkable tiles 25 250 (25*10) non-walkable 231 (256 - 25) walkable tiles 2310 m (231 * 10) D4, C4 non-walkable tiles 32 320 (32*10) non-walkable 224 (256-32) walkable tiles 2240 m (224 * 10) D1 non-walkable tiles 40 400 (40*10) non-walkable 216 sq walkable 2160 m (216 * 10) C1 non-walkable tiles 24 240 (24*10) non-walkable 232 sq walkable 2320 m (232*10) B4 non-walkable tiles 31 310 (31*10) non-walkable 225 sq walkable 2250 m (225 * 10) B1 non-walkable tiles 22 220 (22*10) non-walkable 234 sq walkable 2340 m (234*10) A4 non-walkable tiles 47 470 (47*10) non-walkable 209 sq walkable 2090 m (209*10) A3, A2 non-walkable tiles 34 340 (34*10) non-walkable 222 sq walkable 2220 m (222*10) A1 non-walkable tiles 48 480 (48*10) non-walkable 208 sq walkable 2080 m (208*10) ********************************************************************************* * * Adding up all the walkable times -- Cloudside * *Total walkable time for sections with non-walkable tiles * 35200 m * 35200 / 60 = 586.6667 * 586 * 60 = 35160 * 35200 - 35160 = 40 * 586 h 40 m * 586 / 24 = 24.4167 * 24 * 24 = 576 * 586 - 576 = 10 * 24 d 10 h 40 m * * Total time for walkable tiles on border sections * 24 d 10 h 40 m * * * Total time for completely walkable sections * 14 d 5 h 20 m * * * Both border sections and completely walkable sections * 35200 + 20480 = 55680 * 55680 / 60 = 928 * 928 / 24 = 38.6667 * 38 * 24 = 912 * 928 - 912 = 16 * 38 d 16 h 0 m * * Total for Cloudside -- walkable * 38 d 16 h 0 m * ********************************************************************************** ********************************************************************************* * * Adding up all the non-walkable times -- Cloudside * * 5760 m * 96 h (5760 / 60) * 4 d (96 / 24) * * Non-walkable tile time * 4 d 0 h 0 m * ********************************************************************************** ********************************************************************************* * * Total Time for one side of map * Cloudside * 4 d non-walkable * 38 d 16 h 0 m walkable * * 42 d 16 h 0 m total time on Cloudside * * Darkside * 3 d 23 h 30 m non-walkable * 38 d 16 h 30 m walkable * * 42 d 16 h 0 m total time on Darkside * ********************************************************************************** ********************************** * * Individual sections -- Darkside * ********************************** **************************************************************************** * * Eight completely walkable sections * * Sections have have all walkable tiles * E3, E2 * D3, D2 * C3, C2 * B3, B2 * * 256 sq * 8 = 2048 sq * * * For eight sections * 256 * 8 = 2048 * 2048 * 10 = 20480 * 20480 m * 20480 / 60 = 341.3333 * 341 * 60 = 20460 * 20480 - 20460 = 20 * 341 h 20 m * 341 / 24 = 14.2083 * 14 * 24 = 336 * 341 - 336 = 5 * 14 d 5 h 20 m * ********************************************************************* F4, A4 45 sq non-walkable 256-45=211256-45=211 walkable 2110 (211*10) F3 31 sq non-walkable 256-31=225 walkable 2250 (225*10) F2 24 sq non-walkable 256-24=232 2320 (232*10) F1 60 sq non-walkable 256-60=196 walkable 1960 (196*10) E4 30 sq non-walkable 256-30=226 walkable 2260 (226*10) E1, A3 26 sq non-walkable 256-26=230 walkable 2300 (230*10) D4 29 sq non-walkable 256-29=227walkable D1 38 sq non-walkable 256-38=218 walkable C4 33 sq non-walkable 256-33=223 walkable C1 42 sq non-walkable 256-42=214 walkable B4 32 sq non-walkable 256-32=224 walkable 2240 (224*10) B1 22 sq non-walkable 256-22=234 walkable 2340 (234*10) A2 41 sq non-walkable 41 * 10 = 410 m 256 - 41 = 215 sq walkable 2150 (2115*10) A1 49 sq non-walkable 49 * 10 = 490 m 256 - 49 = 207 sq walkable 2070 m (207 * 10) ********************************************************************************* * * Adding up all the walkable times -- Darkside * * 35230 m * 587.16667 h (35230 / 60) * 587 * 60 = 35220 * 35230 - 35220 = 10 * * 587 / 24 = 24.4583 * 24 * 24 = 576 * 587 - 576 = 11 * 24 d 11 h 10 m * * 14 d 5 h 20 m eight walkable sections * * 20 m + 10 m = 30 m * 11 h + 5 h = 16 h * 24 + 14 d = 38 d * * Total time * 38 d 16 h 30 m ********************************************************************************** ********************************************************************************* * * Adding up all the non-walkable times -- Darkside * * 573 non-walkable squares * 5730 m (573*10) * 95.5 h (5730 / 60) * 3 d 23 h 30 m * 95 - 24 = 71 * 71 - 24 = 47 * 47 - 24 = 23 * * Non-walkable time on Darkside * 3 d 23 h 30 m * ********************************************************************************** ********************************************************************************* * * Adding up all the total times -- Darkside * * 38 d 16 h 30 m walkable * 3 d 23 h 30 m non-walkable * * Total Time * 42 d 16 h 0 m * ********************************************************************************** EOF