Things to know when making your first game?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
skychain
Newbie
Posts: 12
Joined: Wed Jan 14, 2015 5:11 pm
Projects: Vitala BETA
Organization: Star Sovereign
Deviantart: starhive
Skype: starry.park
Contact:

Things to know when making your first game?

#1 Post by skychain »

Sorry if there's a thread like this somewhere else and i missed it.

i've been looking for like a "how to ren'py starter kit" type tutorial and really, to no concise avail.
So let me ask: what are some things I should know in beginning my adventure into creating my first game? Any best method to go about how to start? What things should I draw first, code first, plan first? Things you wish you would have known or done your first time around? Anything would be super helpful.. and once again, sorry if this isn't the proper place to post this. ^_^

User avatar
octacon100
Regular
Posts: 163
Joined: Thu Sep 12, 2013 11:23 pm
Projects: Regeria Hope
Organization: Golden Game Barn
IRC Nick: Octacon100
Location: Boston, MA
Contact:

Re: Things to know when making your first game?

#2 Post by octacon100 »

I guess a lot of it would be based on how complicated you want your first game to be?

Usually people say start small, so I'd recommend that as well. Also, try and play to your strengths, if you are great at art, make a game with characters you can draw well and can make lots of poses for. If you're more of a programmer, look at ATL and screen language to see what you can do. There's lots of open source images and such out there that can help you out.

Try using the search function on this website as well, there's lots of help for new people here, and the Ren'Py documentation will be your best friend. Just about everything is covered there. Usually I google "Renpy [whatever it is I want to do]" and it's in there.
Image
Current Digital Projects -
Image
Regiera Hope Completed Game Forum Post

SundownKid
Lemma-Class Veteran
Posts: 2299
Joined: Mon Feb 06, 2012 9:50 pm
Completed: Icebound, Selenon Rising Ep. 1-2
Projects: Selenon Rising Ep. 3-4
Organization: Fastermind Games
Deviantart: sundownkid
Location: NYC
Contact:

Re: Things to know when making your first game?

#3 Post by SundownKid »

Well the tutorials are located here: http://www.renpy.org/wiki/renpy/doc/tutorials/Tutorials

Otherwise... definitely make a good plan first and write out everything. Like, general story outline and whatever assets you need. You should always know exactly how things will turn out, don't just go in without a plan. Before you start writing the story you should already know all the scenes, characters and how the story will end. If you are hiring someone to make assets it should be 100% set in stone what you need.

Things I wish I knew before I started? Well, always make an outline is one of them... the next is that you should never try to get someone to help for free because it's more trouble than it's worth unless you are really and truly making a collaboration. Finally, start small and work your way up.

User avatar
skychain
Newbie
Posts: 12
Joined: Wed Jan 14, 2015 5:11 pm
Projects: Vitala BETA
Organization: Star Sovereign
Deviantart: starhive
Skype: starry.park
Contact:

Re: Things to know when making your first game?

#4 Post by skychain »

oh wow thanks for the info! it's definitely useful. fleshing it out seems super important so i will be doing that before anything and making it short is good advice. i tend to get a bit excited and drown myself in things lol.

i have a hard time knowing what i need to look for before i come to it, but i also have a hard time starting any task before i have a clear idea of what to do first. so i'll be definitely utilizing the tutorials and search ability once i come to the hurdle at hand. first glance at the forums are a bit daunting, everything is in coding jargon and i don't know what a lot of it means. ^^;

i have one question, is it recommended to start your first game at 800x600? that just seems so small, but i have a feeling making things bigger is probably a bit more advanced, seeing as ren'py's default is 800x600.

mjshi
Regular
Posts: 179
Joined: Wed Mar 13, 2013 9:55 pm
Completed: MazeSite01, Ponderings of Time
Contact:

Re: Things to know when making your first game?

#5 Post by mjshi »

800x600 was the golden resolution that could fit on any computer way back when computers still shipped with 800x anything screen resolution options, otherwise, making things bigger shouldn't be that hard- RenPy's default screens are aligned based on float numbers so they should still work, and if you can mix in a few custom GUI it should look fine.

If you don't want to spend more time customizing the UI, I'd recommend for a first game to be at default resolution, 'cause those save screens at higher resolutions just look weird. Try setting the windows res differently in the options.rpy and you'll know what I mean.

Here's a pretty good tut on UI customization- http://lemmasoft.renai.us/forums/viewto ... 51&t=14237

User avatar
skychain
Newbie
Posts: 12
Joined: Wed Jan 14, 2015 5:11 pm
Projects: Vitala BETA
Organization: Star Sovereign
Deviantart: starhive
Skype: starry.park
Contact:

Re: Things to know when making your first game?

#6 Post by skychain »

Oooh, thanks that's exactly what I wanted to know, and pretty helpful! :D thanks!

philat
Eileen-Class Veteran
Posts: 1926
Joined: Wed Dec 04, 2013 12:33 pm
Contact:

Re: Things to know when making your first game?

#7 Post by philat »

http://www.otome-games.com/index.php/ma ... otome-game

It doesn't cover any advanced concepts, but in terms of just handholding someone through their first scripting process, I've found this one to be pretty good.

Akai85
Regular
Posts: 86
Joined: Thu Dec 04, 2014 3:43 am
Projects: Dawn of the Humans(WWIP), The Diamond Man(WWIP)
Organization: ermineSt.
Deviantart: ermineSt.
Skype: ermineSt.
Location: Australia
Contact:

Re: Things to know when making your first game?

#8 Post by Akai85 »

Don't make a hugely long game with 15 paths and 36 endings. Start small. That's all I can tell you being a renpy noob myself but don't overdo it lol. My personality is such that a two person story easily changes into a five easily changes into a... I have 27 side characters in one idea. Don't be me. My advice is don't be like me :lol:

(You can also go and read entire forums if that helps. I've read pretty much the entire writing forum lol)
I did nothing. And still I rise.
And still I rise.

User avatar
ishify
Newbie
Posts: 23
Joined: Thu Aug 15, 2013 5:25 pm
IRC Nick: Ishy
Contact:

Re: Things to know when making your first game?

#9 Post by ishify »

Hi. I'm a student under the course Game Design and Development. I don't have much to show but so far this video has always been my mantra. [link]

It's a video that tackles about failing faster and moving on to the next project. Positively ofcourse.

When it comes to process....

Start with the concept. The concept can start from anywhere, the characters? The world? The conflict?
I usually start with the conflict / goal of the game. This helps me mold the other elements around it.

Then the mechanics of the game. In visual novels this isn't much of a problem, but if you want to
incorporate deeper game mechanics then you might want to have it fleshed out before delving into the art.

I only do art when I'm confident that I've done most of the conceptualization. I realized that drawing takes so much
energy from me that I find it a bother to go back to conceptualization if I knew that I left such a big gap on it.

Sound is the last thing I touch. Usually because I am not very well versed with it.

But yeah. Here's my game making creative process. Hope it help even a tiny bit.
ImageI'm a bored potato so come talk to me pleaseImage

User avatar
ishify
Newbie
Posts: 23
Joined: Thu Aug 15, 2013 5:25 pm
IRC Nick: Ishy
Contact:

Re: Things to know when making your first game?

#10 Post by ishify »

Oh and scripting happens in in between art sessions. I'm more of an artist than a programmer so I rarely do anything complicated with the scripts.
ImageI'm a bored potato so come talk to me pleaseImage

Post Reply

Who is online

Users browsing this forum: Bing [Bot]