Stardew Valley

Stardew Valley

View Stats:
debito15464 Mar 19, 2016 @ 7:52pm
love the game but i'm curious...
What progam did the maker of this game used to make this awesome game?
< >
Showing 1-9 of 9 comments
EleventhStar Mar 19, 2016 @ 7:57pm 
if you are a beginner you can make fairly similar games with RPG maker and programs like that.

If you want more options then any of the mainstream game engines like unity and unreal can probably do it. Chances are there are a few engines specifically for this type of game too.

Going beyond that you have to learn to code. (which is what the dev did)

Then ofcourse things like photoshop, 3d modeling/animation software, audio software etc are usefull for obvious reasons.
Last edited by EleventhStar; Mar 19, 2016 @ 8:00pm
sdarkpaladin Mar 19, 2016 @ 7:59pm 
If i am not wrong, he used C#.
debito15464 Mar 19, 2016 @ 7:59pm 
I see, Thanks for answering.
VerboseLamp Mar 19, 2016 @ 9:19pm 
Originally posted by sdarkpaladin:
If i am not wrong, he used C#.

C# is the language he used. The game is written in a custom engine he developed himself using the XNA 4.0 Framework. The framework was discontinued by Microsoft in 2013 and is no longer a great place to start learning; it's largely been replaced by MonoGame, which is the open-sourced successor to the XNA framework. It's based on the same version (4.0), but uses OpenGL instead of DirectX and supports asset pipelines for multiple platforms.

Honestly, I wouldn't worry about the tools Dev X used to make Game Y. The simple fact is that these are just tools, and an experienced developer can make nearly anything with nearly any tool. As a beginner, you're not going to know what tool is best for what job, and worrying about what tools or language to use is just going to get in your way of turning the idea in your head into an actual project you can show to people. In fact, making games is only a small part of what you actually do as a programmer and developer.

If you really want to learn more, I'd recommend checking out Games From Scratch[www.gamefromscratch.com].

If you want more options then any of the mainstream game engines like unity and unreal can probably do it. Chances are there are a few engines specifically for this type of game too.

An engine is only going to get you a very small part of the way. The bottom line is that if you want to make games, at some point or another, you're going to have to learn the basics of programming and design. "Makers" like RPG Maker or GameMaker Studio are fantastic entry points for people completely new to the concepts of game making, since they get 99% of that out of the way and let people who have never touched a line of code in their life just jump in. But to do something even as simple as making a box move on the screen in Unity, you're going to need to learn programming.
Last edited by VerboseLamp; Mar 19, 2016 @ 9:24pm
sdarkpaladin Mar 19, 2016 @ 9:21pm 
^ i would upvote that guy if steam had that function.
Nahz Mar 19, 2016 @ 9:30pm 
Originally posted by sdarkpaladin:
^ i would upvote that guy if steam had that function.

meeeee tooooo.
Gira Jul 17, 2016 @ 9:00pm 
Originally posted by Tyril132:
"Makers" like RPG Maker or GameMaker Studio are fantastic entry points for people completely new to the concepts of game making, since they get 99% of that out of the way and let people who have never touched a line of code in their life just jump in. But to do something even as simple as making a box move on the screen in Unity, you're going to need to learn programming.


"Makers" like GameMaker Studio are used for Undertale, Hotline Miami, Gunpoint and original Spelunky :/ Jet it uses programming, and you can chose between limited visual programming and very powerful scripting (coding) programming.
Last edited by Gira; Jul 17, 2016 @ 9:02pm
HELLTHIEF! Jul 17, 2016 @ 9:11pm 
Well I think unity is powerfull enough to build such RPG games ......... Even I was thinking about making on just for my own sake !!!
VerboseLamp Jul 17, 2016 @ 11:13pm 
Originally posted by Gira:
Originally posted by Tyril132:
"Makers" like RPG Maker or GameMaker Studio are fantastic entry points for people completely new to the concepts of game making, since they get 99% of that out of the way and let people who have never touched a line of code in their life just jump in. But to do something even as simple as making a box move on the screen in Unity, you're going to need to learn programming.


"Makers" like GameMaker Studio are used for Undertale, Hotline Miami, Gunpoint and original Spelunky :/ Jet it uses programming, and you can chose between limited visual programming and very powerful scripting (coding) programming.

I never said that they couldn't be used to create quality, commercially viable titles. I said they have a comparatively lower barrier to entry.

At the end of the day, the language or engine you use are far less important a consideration -- especially for people who are just starting out and don't yet know which tool is better for which situation. It's a poor developer who blames their tools.
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Mar 19, 2016 @ 7:52pm
Posts: 9