Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Resurrection RancherView game page

2D Farming
Submitted by Baz (@BazSupport), Noobk — 13 hours, 18 minutes before the deadline
Add to collection

Play game

Resurrection Rancher's itch.io page

Results

CriteriaRankScore*Raw Score
People's Choice#24.6844.684

Ranked from 76 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 32 to 21 of 32 · Next page · Last page
(+1)

That was very fun and charming. Great work!

Developer

Thanks RamZ!

(+1)

Resurrection Rancher

by Baz and Noobk

Hey there Baz and Noobk, thanks for submitting a project to the 2022 IGMC. I was asked to judge your game in round three of the IGMC 2022 game jam. Here's some feedback about your project.

It's really cool to see you two teaming up for this project. I respect both of you and appreciate the work that you've both done. That being said, let's talk about your entry:

I think that you may want to reconsider how the game is packaged(currently it's in a forced Drive C installer) and here's why: 

*Every new entry into the system registry will slow down your computer(specifically startup). 

*Some people install their OS onto their drive C, and then have a separate HDD for their games' library. Quite often, and I know I'm also in this camp, the OS drive C is a low capacity and high speed drive. M.2(my case), or regular SSD typically. Space is very limited and when you force install your product onto the very limited space they have on their main drive there's a chance that it won't fit, but also even if it does fit, the user may not prefer that. 

*Installers make people think of malware or bloatware. It doesn't instill confidence in your product and believe it or not some people will see the installer, and when windows says "Windows prevented this application from running" they'll decide to skip your product, or not even be able to figure out how to run it in some cases. 

*The next issue is after it's been forcefully installed onto drive C to play it, if the user unchecked the box that says "add to desktop" then they won't have a shortcut to launch it. The installer doesn't state where it's installed to and if they lack basic file management skills(I know many gamers who lack these simple computer skills) your software may now be lost on their PC. 

*I would suggest allowing a drive selection for installation if you insist on going with an installer. 

*Typically you can avoid an installer all-together and make a simple run-time that will self execute. You could encrypt or even enigma-box your run-time if you're worried about asset theft. 

It's just a bad idea to go this route, wouldn't you agree? 

However, maybe there are other reasons that I don't understand as to why you chose(or had?) to make an installer that forces your game onto the main drive C. 

Really nice little splash screen intro that shows it's made with Pixel Game Maker MV and for the IGMC 2022. Great music and sound selection with visuals to match.

The volume of the BGM while travelling north of town was quite a bit too low and it always felt like it got too quiet while exploring for resources.

I like the core gameplay loop. While it's minimalistic, it's also very simple to understand.

While I would have preferred to have a slightly more zoomed out perspective, the resolution reminds me of GameBoy Color titles or even some NES ones. 

Some of the corners of buildings and trees feel a little sticky when using the d-pad, but using an analog stick on the controller mostly fixes that.

I feel like the maps are sufficient, but hidden chests wouldn't have been a terrible idea. Maybe stick in a couple of sections that you can walk through the trees to reveal a hidden secret? 

A good idea would be to implement some kind of 'return to the graveyard' button/item/mechanic. That way when you harvest everything on a gather run you don't have to backtrack through the empty maps. I've see these maps dozens of times already and it would just speed up the excitement by eliminating the repetitious retracing.

While the actual gameplay is nothing fancy, the pacing and town progression are laid out very well. Sometimes a game can be good even if the gameplay isn't all that fun. A compelling experience is also good.

I'm not sure what's up with Nova. 

I revive one cat and all the sudden there are 20 cats on every map... sounds about right.

Towards the end there is a little bit of framerate loss but it's probably because of the engine's limitations and not actually bad coding.

It took me 13 game days to beat it, but the ending was good and like I mentioned before, even though I went quite a bit passed the 1 hour mark I was compelled to finish it. 

You guys put together a nice project and I think that's something to be proud of. Congratulations on making it to round three of the IGCM 2022. I look forward to the next projects that yall work on.

-Drifty 

Developer(+1)

Thank you very much Drifty , I appreciate the feedback and kind words! 

I'll try to explain a couple of the points: 

- First off, thank you for explaining the reason people wouldn't want it in their C drive. I learned a lot from your explanation (I'm not the most tech savvy guy) and I most likely will never do that again. The only reason I did it for this contest was because of contest rule 13:

13. All files required to play the game MUST be included in the download. If the game exe does not run because of missing files, it will be disqualified.

The problem with just a barebone export with PGM (which is exactly how RM does it with a folder) is some windows might not have the older VC++ Redistributable required to run the game. With the installer I could at least verify they have them all, and if not, install them. This is fairly common issue that gets brought up, so I knew I needed to prevent that from happening to avoid disqualifying. The next thing was I didn't know how to go about the administration issue with the save files. To combat that we made the installer only install on the C drive, which fixed the issue. Granted the only saving we needed was for the day counter, so really it pretty unimportant for us to have. I think in retrospect, this just doesn't work for everyone as you explained. It is very personal preference, for instance I have only received 2 complaints for this method (you and another player). Over all though, I think you are correct, I need to find a better method or just stick with the default export. 

- Nova is a character Noobk and I created and use in other games, it was more an easter egg for the PGM community. She is pretty cranky, that's about all anyone needs to know, lol!

Submitted(+1)

I tried this out but it failed to connect with me. While there was a good amount of polish (very impressive, if it's custom!) in the presentation, I felt like it became a repetitive task list too quickly; almost like this is the testing ground and the game's content should be built on top.

For me, not having any really new stuff to do and the days playing so similarly was a loss. There was no real incentive story-wise (at least, up to where I got, there could be more later) so it just doesn't work well for me. 

If the art (I think custom and all nice) was all made within a month, I can see that taking a huge chunk of time, together with the coding/eventing required, but I think it has made the appeal of the game suffer: for me, I really need a bit more charm, a cute story, changing gameplay, something. The gameplay here was all I could find, and even that was too repetitive for my taste.

I feel like this would be an amazing prototype for a bigger game, but it's not fair to pin that on something made in a month. It's great effort within the time, for sure, but I really think nailing a good point of charm, hook, or something to keep you playing is important. 

In any case, congratulations in getting something this polished done! I'm not sure how complicated the engine is, but considering other entries made in it, I assume it's trickier than most. 

Developer(+2)

Thanks for the feedback. I'll answer your last part 'I'm not sure how complicated the engine is'. Basically everything is made from scratch in PGM. I had to code, so I made a custom plugin, for the message system and all menu systems from scratch (title, pause, shop, hud, and tomb menus). PGM is definitely more action oriented. Most the time I'm looking at game design to NOT have text or a cutscene as much as possible and tell story through minimal means. This game was our try at a Harvest Moon-like (if you go to my page, I've taken a stab at most genres). It may not have connected with you and that's ok! Thanks for playing!

Developer(+1)

On the game's itch page Baz made a day 1 through 17 of us developing the game and artwork, that should answer some of the questions you had.

Thanks for playing! :)

Submitted(+1)

This is exactly the kind of game I love curling up with for short periods of time to relax and unwind, so it brought me a lot of joy to play this! The art / presentation is quite lovely and, while I would love to see even more variation added in the future, I think this was a very well-polished, enjoyable game!

Developer

Thank you very much!

Submitted(+1)

I really liked the overall presentation of the game and its visuals and audio design! The gameplay seemed okayish to me (maybe a bit repetitive?), but I'm not a huge fan of the genre, so I would not consider this a flaw ^ ^

Overall very good job!

Developer(+1)

We wanted to add mini some quests for other villagers and a Reaper Fight Mode after you beat the game, but time was not our side, lol. Thanks for playing!

Submitted(+1)

Yeah I know, we had little time haha! You did a great job nontheless! : )

Submitted(+3)

I really enjoyed play Resurrection Rancher, I'm a completionist so I have to save all the poor souls! I like that you have integrated the jam theme into the game mechanics. In the long run it might be repetitive a gameplay loop of this type but it was never a burden for me (maybe because it lasts the right amount of time, it took me 12 days). Great job!

Developer(+2)

Thanks for playing Thund :)

We spent a couple days fine tuning the how long the game would last so the grindy part of it did not feel like it was fixing to be a burden. We feel like we end RIGHT as that point begins!

(+2)

Tight game! Was satisfying to collect things and slowly bring back the town (except Nova, who sucks). The premise was pretty sweet, and it was executed well. Still, 10+ repetitions of basically the same thing didn't quite wear out its welcome, but I also didn't find myself particularly excited to walk the same paths, attacking the same things, albeit in different places. Some variety, challenge, or more progression in gameplay would have kicked this game a few notches up in my book.

Developer(+1)

Definitely agreed, tbh we lucked out that it didn't 'quite wear out its welcome', it cut it really close. Appreciate the feedback Human!

(+2)

Surprising collect & farming game. I spent "11 day" to reach end. It's very impressive to see the forest and town becoming more and more lively. Five stars!

Developer(+2)

Justuuuuuuuuuus!

Thanks for playing.

Man the seems like the entire PGM community is showing up right now :D

Developer(+2)

I can't even get 11 days, haha. That is the fastest I've heard of so far.

Submitted(+2)

Love the artwork and action system! Feels really satisfying to swing the scythe around! :)

Developer(+2)

Thanks for playing! :)

(+1)

Quality game, nice fun chill gameplay, gorgeous sprite work and 

Developer(+1)

Padr!!! Thank you sir!

(+1)

My pleasure dude, fun game.

(+1)

would of completed in 13 days if i hadnt messed around and lost my 1st day by mistake lol. Great little game, i noticed a few graphic bugs but other then that it was fun and refreshing. Would be great as an expanded game with more to do. 

Developer

Thanks Boss for playing!

Viewing comments 32 to 21 of 32 · Next page · Last page