I know what your thinking, how can you make a game by accident?
well I started out with chiken for UE4.1, I wanted to learn more about BP’s/materials… so I start taking it apart/remaking a few assets/ adding some sound and I was looking at it today and realized I had basically made an entirly new game.
here’s a vid of it.
now dont get me wrong I know its not that good and the video is a bit glitchy due to camstudio but as you can see it plays ok and all the buttons work (I linked the rate button to google just for testing:p). you can also see I’m terrible at playing it, couldnt even get the bronze medal;). the only 2 things I can think of that I havent done is a splash screen and an icon.
so what do you think?, would you say its a compete game?
I am using 2 events I called jump and drop, they both use a timeline to make the player go up/down, the jump event is trigger by pressing the button and drop is triggered when the button is released, I used the jump timelines finished node to trigger the drop event as well. even though is a 2D game I’m pretty sure it could be used for 3D games as well.
thanks:D
yep:D, just off the top of my head here is a quick list of stuff I learned , how to create a basic save game object, how to set one variable with another variable/bool/event or function, how to create and use bools/conditions with branch nodes, how to create and call events and functions, how to destroy actors, how to use material parameters in BP’s, how to create MID’s, how to make animated 2D sprites using timelines, how to make animated/functional buttons (I could probably make a complete menu system for a game using only BP’s), how to use sound cues and change volume, and how to create and use timelines (although I think timelines could use an upgrade:)), I also managed to get a medal system up and running with what I learned, there is more but that’s all I can think of right now:D.
thanks sean, it is funny but also a welcome suprise:D
well accidents do happen;)
since game is about 98-99% finished I have decided to complete it, all I need to do is make the splash screen/icons/remake the footsteps sound and tweak a few values and it should be done, I might even try to release it:)