Page 1 of 1

Question... NEED ANSWER SOON ! :-)

Posted: Wed May 06, 2015 3:59 pm
by Dylan_Bain
Is it possible to make a farming game like Alice Greenfingers 2 ( http://www.youtube.com/watch?v=UMai6-zP ... ata_player ) in GameMaker, RPG Maker or any other easy program?

I would also like to publish my game. With this application would i have the rights to do so?

Re: Question... NEED ANSWER SOON ! :-)

Posted: Wed May 06, 2015 4:39 pm
by firecat
i am 100% sure you cant use RPG maker to build a farm game (the system is not build for it), i also know that you can build a farm game but you need to code it since you need a timer to make plants grow, a inventory, date time/night time, movements, etc.

if you mean use Alice Greenfingers to help you build 90% of the game then no, unless you get permission from the owner(s).

Re: Question... NEED ANSWER SOON ! :-)

Posted: Wed May 06, 2015 4:49 pm
by Dylan_Bain
firecat wrote:i am 100% sure you cant use RPG maker to build a farm game (the system is not build for it), i also know that you can build a farm game but you need to code it since you need a timer to make plants grow, a inventory, date time/night time, movements, etc.

if you mean use Alice Greenfingers to help you build 90% of the game then no, unless you get permission from the owner(s).
Thanks Firecat!
no, i dont want to make another Alice Greenfingers game. I just meant that i dont want it to be 3d or overly complicated.
i suppose there are timers and that in Gamemaker?

Re: Question... NEED ANSWER SOON ! :-)

Posted: Wed May 06, 2015 5:09 pm
by Aviala
I think you can make pretty complicated games in gamemaker.
Spelunky, Hotline Miami and Super Crate Box were created in GameMaker 7.

But I'm sure that to make a game like that, you need to have a really good grasp of the program and you need to know some coding/scripting.

P.S. You should name your threads better. "Need answers soon" doesn't tell people anything about your question. Consider better thread titles like "Is there an easy way to make a farming game?" or "I need to find a software to make a farming game".

Re: Question... NEED ANSWER SOON ! :-)

Posted: Wed May 06, 2015 5:25 pm
by Dylan_Bain
Aviala wrote:I think you can make pretty complicated games in gamemaker.
Spelunky, Hotline Miami and Super Crate Box were created in GameMaker 7.

But I'm sure that to make a game like that, you need to have a really good grasp of the program and you need to know some coding/scripting.

P.S. You should name your threads better. "Need answers soon" doesn't tell people anything about your question. Consider better thread titles like "Is there an easy way to make a farming game?" or "I need to find a software to make a farming game".
Thanks for the help!

Yes, i am notoriously bad for naming things ;-)

Re: Question... NEED ANSWER SOON ! :-)

Posted: Thu May 07, 2015 2:36 am
by SundownKid
firecat wrote:i am 100% sure you cant use RPG maker to build a farm game
Actually, I think it's definitely possible to make a farming type game in RPG Maker. It's totally possible to make "battle-less" games in RPG Maker, that are of a similar format... such as adventure games or the like. You can make an internal timer if you want it to be realtime, or advance the clock manually, and let it change variables on stuff... say, variables on a plant to make it grow, and the like. I could totally see a farming game being done in RPG Maker, and it's probably more conducive to that type of thing than Ren'py... although Ren'py could also be used if you are okay with a more abstracted system and a heavier visual novel slant.

Re: Question... NEED ANSWER SOON ! :-)

Posted: Thu May 07, 2015 4:22 pm
by Nekobiker
Making such a game in RPG Maker is very possible, and actually rather easy just using built-in timers and variables. It has been done multiple times before. There also exist scripting and graphical resources for this sort of thing, just look around the RM communities. RM games can also be released commercially without issues (you'll need to negotiate with creators of any third-party resources, though).

Re: Question... NEED ANSWER SOON ! :-)

Posted: Thu May 07, 2015 6:14 pm
by LVUER
You can make game like that using anything... Game Maker is fine, it's perfectly capable... Unity can do that do if you want... RPG Maker can do that too... but just remember that RPG Maker is very grid-y... so your game would be more like the old SNES harvest moon... and all the input must be on keyboard.

Re: Question... NEED ANSWER SOON ! :-)

Posted: Thu May 07, 2015 10:12 pm
by SundownKid
LVUER wrote:You can make game like that using anything... Game Maker is fine, it's perfectly capable... Unity can do that do if you want... RPG Maker can do that too... but just remember that RPG Maker is very grid-y... so your game would be more like the old SNES harvest moon... and all the input must be on keyboard.
There are scripts that can fix both of those issues.

Gamepad extender lets you use Xinput gamepads like most modern games:

http://forums.rpgmakerweb.com/index.php ... 1-2202015/

There's also an 8-directional movement script to allow characters to move around better. Heck, you can make a copycat of Rune Factory if you use the XAS Battle System.

Re: Question... NEED ANSWER SOON ! :-)

Posted: Fri May 08, 2015 12:09 am
by Mad Harlequin
firecat wrote:i am 100% sure you cant use RPG maker to build a farm game (the system is not build for it).
You may want to look at World's Dawn. In short, yes, Dylan, you can successfully make a farming game in something like RPG Maker.

Re: Question... NEED ANSWER SOON ! :-)

Posted: Fri May 08, 2015 8:04 am
by firecat
o.k i had it up to here on people who says it's easy to make a farm game from RPG maker. first off it's only possible if you know ruby, the program language that RPG use. there is no possible way to build a farm game from RPG with no coding, that's what Dylan_Bain was asking because he wanted a program that was easy.

Re: Question... NEED ANSWER SOON ! :-)

Posted: Fri May 08, 2015 10:54 am
by SundownKid
firecat wrote:o.k i had it up to here on people who says it's easy to make a farm game from RPG maker. first off it's only possible if you know ruby, the program language that RPG use. there is no possible way to build a farm game from RPG with no coding, that's what Dylan_Bain was asking because he wanted a program that was easy.
Most people use pre-existing scripts, nobody said you had to code it yourself. Even with a short Google search I found a calendar and weather script: http://forums.rpgmakerweb.com/index.php ... er-system/

The rest of the farm mechanics would most likely use variables, which is built into the program without the use of coding. I'm not sure what you would need to custom code that there isn't a script available for. If you really wanted to get fancy and use an action-based system for planting seeds and such, you could probably modify XAS engine to do something like that.

Re: Question... NEED ANSWER SOON ! :-)

Posted: Wed May 13, 2015 2:10 am
by Taleweaver
I think this question can be considered answered.

Closing thread.