Adventure Game Studio

Community => Adventure Related Talk & Chat => Topic started by: petergilmour on Wed 09/11/2016 12:20:11

Title: I've started a blog
Post by: petergilmour on Wed 09/11/2016 12:20:11
Hi guys, I've started a blog talking about adventure game development. It's in its infancy but I will be updating regularly.

If you are interested in such a thing then please give it look.

http://petergilmour.co.uk (http://petergilmour.co.uk)
Title: Re: I've started a blog
Post by: Jack on Wed 09/11/2016 12:37:56
Your art is fantastic.
Title: Re: I've started a blog
Post by: CaptainD on Wed 09/11/2016 12:45:11
Looks good! 

Out of interest, did you consider AGS?  Have any other point and click games been made with Corona SDK?
Title: Re: I've started a blog
Post by: petergilmour on Wed 09/11/2016 13:04:22
Thanks for the compliments! I honestly have considered every single option out there! My only problems with ags were the complexities of the cross platform building. I am not aware of any other pnc games made with corona. I have created the system with the idea that one day, when it's finished, i will 'open source' it so everyone can use it.
Title: Re: I've started a blog
Post by: Blondbraid on Wed 09/11/2016 13:37:50
Great art, love the clean colors ans sleek designs!
Title: Re: I've started a blog
Post by: petergilmour on Wed 09/11/2016 13:40:46
Thanks! Honestly I thought it was terrible, but maybe I was wrong. Just need to stop making vikings!
Title: Re: I've started a blog
Post by: Danvzare on Wed 09/11/2016 13:52:54
Ooh nice, I just might follow this blog. :)
Title: Re: I've started a blog
Post by: CaptainD on Wed 09/11/2016 13:55:03
Quote from: petergilmour on Wed 09/11/2016 13:04:22
Thanks for the compliments! I honestly have considered every single option out there! My only problems with ags were the complexities of the cross platform building. I am not aware of any other pnc games made with corona. I have created the system with the idea that one day, when it's finished, i will 'open source' it so everyone can use it.

Really interested to see what you come up with - all the best with development!
Title: Re: I've started a blog
Post by: petergilmour on Wed 09/11/2016 14:04:19
Thanks guys, will post anytime I think there's something worth showing off :-D
Title: Re: I've started a blog
Post by: luisdementia on Wed 09/11/2016 16:31:55
I love the idea of this blog. Hopefully this will encourage more people to join the adventure gaming community. :)
Title: Re: I've started a blog
Post by: petergilmour on Wed 09/11/2016 18:04:55
Quote from: luisdementia on Wed 09/11/2016 16:31:55
I love the idea of this blog. Hopefully this will encourage more people to join the adventure gaming community. :)

I hope so, they are the best kind of games.
Title: Re: I've started a blog
Post by: selmiak on Wed 09/11/2016 19:10:32
Will this be a viking adventure game? Sounds interesting. Good Luck.
You probably don't post about it only here, you should automate updating the threads when there is a new blog entry somehow.
Title: Re: I've started a blog
Post by: Stupot on Wed 09/11/2016 23:31:08
Good stuff. I look forward to seeing more posts :-)
Title: Re: I've started a blog
Post by: dactylopus on Thu 10/11/2016 04:59:59
Thank you for reminding me of this song (https://www.youtube.com/watch?v=71wFUYUbtjs) by Cursive.
Title: Re: I've started a blog
Post by: petergilmour on Thu 10/11/2016 07:46:03
It won't be a viking game for sure... those characters were just me practicing the art style. It could be vikings, I am going to study a bit about story writing and see what my brain comes up with.

I'l be doing loads of posts I'm sure, talking about story writing, art production, making music, code, anything that comes up really.
Title: Re: I've started a blog
Post by: Retro Wolf on Thu 10/11/2016 19:19:32
That Corona looks fun, will bookmark it so I can check it out one day. Do you have to pay for Android export?
Love the artwork!
Title: Re: I've started a blog
Post by: petergilmour on Thu 10/11/2016 20:59:56
Quote from: Retro Wolf on Thu 10/11/2016 19:19:32
That Corona looks fun, will bookmark it so I can check it out one day. Do you have to pay for Android export?
Love the artwork!

Thanks!
At the moment Corona is completely free to use. You need to pay to remove the "Powered by Corona" splash screen if that bothers you though. Can build for Android, iOS, Windows, Mac, Apple TV all out of the box. It's very very easy to use but it is not an adventure game engine like AGS. It is multipurpose.
Title: Re: I've started a blog
Post by: Retro Wolf on Thu 10/11/2016 21:07:08
I've had AGS doing genres it wasn't designed for, so I think I could get the hang of it. :-D
I've never used Lua before, but the code examples they show look really easy.

Good luck with the project, I'll be watching! ;)
Title: Re: I've started a blog
Post by: petergilmour on Thu 10/11/2016 21:27:54
Good luck, you can message me on my blog if you need help with Lua.

My favourite thing about corona is that there are no proprietary project files. Like there is no myGame.corona file. Your entire game is just text files that you make yourself, so you know it's not going to corrupt or anything weird like that.