diff --git a/Configs/Default.config.gmx b/Configs/Default.config.gmx index 3a0c838..0b5d73a 100644 --- a/Configs/Default.config.gmx +++ b/Configs/Default.config.gmx @@ -485,7 +485,7 @@ Configs\Default\tvos\splash.png 0 2048 - False + True True False 100 diff --git a/Spaceinator.gmx.7z b/Spaceinator.gmx.7z new file mode 100644 index 0000000..5635dd1 Binary files /dev/null and b/Spaceinator.gmx.7z differ diff --git a/objects/obj_chunk.object.gmx b/objects/obj_chunk.object.gmx index 6f2ac1f..efacbea 100644 --- a/objects/obj_chunk.object.gmx +++ b/objects/obj_chunk.object.gmx @@ -2,7 +2,7 @@ spr_chunk 0 - -1 + 0 0 0 <undefined> @@ -68,8 +68,9 @@ for(var xx = 0; xx < CHUNK_SIZE*TILE_SIZE; xx+= TILE_SIZE) 1 var chunk_total_size = CHUNK_SIZE * TILE_SIZE +visible = global.debug -if(distance_to_object(obj_player) > 1) +if(distance_to_object(obj_player) > chunk_total_size*3) { event_user(0); } @@ -95,7 +96,9 @@ if(distance_to_object(obj_player) > 1) 1 - for(var i = 0; i < cur_inst; i++) + /// load + +for(var i = 0; i < cur_inst; i++) { instance_activate_object(instance_list[i]); } @@ -122,11 +125,13 @@ loaded = true; 1 - for(var i = 0; i < cur_inst; i++) + /// unload +for(var i = 0; i < cur_inst; i++) { instance_deactivate_object(instance_list[i]); } loaded = false; +show_debug_message("Unloading chunk: "+string(x)+","+string(y)); instance_deactivate_object(id); diff --git a/objects/obj_controller.object.gmx b/objects/obj_controller.object.gmx index 1651ec5..3011a0f 100644 --- a/objects/obj_controller.object.gmx +++ b/objects/obj_controller.object.gmx @@ -26,6 +26,7 @@ 1 step_counter = 0; +global.debug = false @@ -50,8 +51,6 @@ 1 /// Every Frame Global Code. step_counter++; -x = view_xview[0]; -y = view_yview[0]; @@ -76,6 +75,7 @@ y = view_yview[0]; 1 /// Draw Debug Screen +if(global.debug){ var chunk_total_size = (CHUNK_SIZE*TILE_SIZE); var playX = obj_player.x; @@ -112,7 +112,7 @@ if(chunkX == 0 && (playX < 0 && playX >= chunk_total_size/ draw_text(10,10,"X: "+string(obj_player.x)+"#Y: "+string(obj_player.y)); draw_text(10,40,"CrX: "+string(chunkRelX)+"#CrY: "+string(chunkRelY)); draw_text(10,70,"CX: "+string(chunkX)+"#CY: "+string(chunkY)); - +} @@ -144,6 +144,36 @@ else { window_set_fullscreen(1); } + + + + + + + + 1 + 603 + 7 + 0 + 0 + -1 + 2 + + + self + 0 + 0 + + + 1 + if(!global.debug) +{ + global.debug = true; +} +else +{ + global.debug = false +} diff --git a/objects/obj_controller_world_gen.object.gmx b/objects/obj_controller_world_gen.object.gmx index 742d878..2f6bb70 100644 --- a/objects/obj_controller_world_gen.object.gmx +++ b/objects/obj_controller_world_gen.object.gmx @@ -8,7 +8,7 @@ <undefined> <undefined> - + 1 603 @@ -25,9 +25,24 @@ 1 - loaded_chunks[64] = 0; -//load_chunk(0,0); + /// GameMaker Is Stupid +var chunkat = instance_position(cX, cY,obj_chunk); +if(chunkat == noone) // create +{ + show_debug_message("Generating chunk: "+string(cX)+","+string(cY)); + instance_create(cX,cY,obj_chunk); +} +else // load +{ + if(chunkat.loaded = false) + { + show_debug_message("Loading chunk: #"+string(chunkat)+" "+string(cX)+","+string(cY)); + with(chunkat){ + event_user(1); + } + } +} @@ -50,7 +65,7 @@ 1 - /// Load / Unload Chunks + /// Load / Unload Chunks var playX = obj_player.x; var playY = obj_player.y; @@ -87,21 +102,10 @@ if(chunkX == 0 && (playX < 0 && playX >= chunk_total_size/ instance_activate_region(chunkX,chunkY,1,1,true); -var chunkat = instance_position(chunkX, chunkY,obj_chunk); +cX = chunkX +cY = chunkY +alarm[0] = 1; -if(chunkat == noone) // create -{ - show_debug_message("Generating chunk: "+string(chunkX)+","+string(chunkY)); - instance_create(chunkX,chunkY,obj_chunk); -} -else // load -{ - if(chunkat.loaded = false) - { - show_debug_message("Loading chunk: "+string(chunkX)+","+string(chunkY)); - event_perform_object(chunkat,ev_user1,0); - } -} diff --git a/sprites/images/spr_chunk_0.png b/sprites/images/spr_chunk_0.png index a552261..163ce22 100644 Binary files a/sprites/images/spr_chunk_0.png and b/sprites/images/spr_chunk_0.png differ diff --git a/sprites/spr_chunk.sprite.gmx b/sprites/spr_chunk.sprite.gmx index 954ddbf..44ea632 100644 --- a/sprites/spr_chunk.sprite.gmx +++ b/sprites/spr_chunk.sprite.gmx @@ -4,9 +4,9 @@ 0 0 1 - 255 + 0 0 - 1 + 0 0 511 0