Comments

Log in with itch.io to leave a comment.

(2 edits)

Hello it's a great engine! I'm looking for something like that thinks a lot bro!
In my version of game maker studio 1, "Instance_destroy()" don't take argument. I would like to know if I remove the argument inside the instance_destroy() if the game will work?

Also, it will be hard to change the graphics bacause they are sweet! These kind of graphics are masterpiece for me! I'm thinking about the new graphics but similar to these!
thxt!!!!!

I fifure out the mistakes!

(3 edits) (+1)

if you exactly wrote "Instance_destroy()" it won't work. it should be "instance_destroy()".

I'm glad you liked it, but note that i have uploaded version 2.

In this version i have fixed bunch of design errors related to mutant takeover and lander's spawning, and i added control changing feature with variable save feature as a bonus. I recommend to use version 2.

To fix the error about the instance_destroy(),

I do that: 

with (*object_to_destroy*) instances destroy()

Instead of:

instance_destroy(*object_to_destroy*)

Because my game maker tell me that instance_destroy() does not take argument.

(+1)

which version of game maker are you using ? Is that game maker studio 2 ?

GameMaker Studio 1.4.1760

(+1)

okay, then i'll make the version 3 that fixed all instance_destroy events and added more comments so people can understand the codes better.

(+1)

version 3 had been uploaded.

It fixed some codes and there are more latters to help you understanding it easier.


Also there are some gameplay tweaks to make it more faithful to the original game.

For example, killing pods with smartbomb also kills the swarmers in them and give more than 1000 scores.