1st Person RPG/Adventure Game

A place where you can keep others updated about your NES-related projects through screenshots, videos or information in general.

Moderator: Moderators

User avatar
Punch
Posts: 365
Joined: Sat Feb 16, 2013 11:52 am

1st Person RPG/Adventure Game

Post by Punch »

For many reasons I couldn't find time to develop this game properly. Instead of releasing a half baked game like I did in the previous competition I'll simply forget about releasing it this year. I'm still (slowly) working on it but it'll probably be done next year at best.

See you soon !



Starting early for the next NESDev competition so I have no excuses to deliver a rushed, cut-down game this time.

Very tiny story draft: You're a plain clothed ENFORCER in a future where humans are ruled by an oppressive alien government. They seem to have tremendous power and very advanced technology, yet very few people know what they look like or what is their purpose on earth. They don't seem to care about trivial things such as violent robbers roaming the decaying cities, but interfere with their plans and they'll send an autonomous robot to your doorstep... if you manage to evade the alien bots they have a surprisingly effective way to track you down without getting their hands dirty - that's the ENFORCER's job.

Bring "justice" to "criminals", bring food to the table, live another day... until you decide to become a "criminal" yourself and start fighting against the alien rule.

--

I won't say much about what I want to do with the concept above (since I'll probably change it a lot until the game is finished), but this will basically be kind of a dungeon crawler, with an OK sized overworld that tries to look like a city with buildings, which leads to smaller maps in buildings and dungeons. Some overworld areas and most of the interior maps will have random encounters with gang members and mutant creatures, like the usual oversized RPG rat for example. I'm still trying to figure out how combat will work, I'm thinking about melee only (knifes, blunt weapons, etc.) and a very limited amount of ammo for a handgun you carry (one shot kill for human enemies). For enemies with firearms I intend to have only sub-bosses to have them for the exclusive purpose of implementing a "quick-draw" minigame (the true purpose for having a limited ammo gun), or maybe not if this idea turns out to be crap.


I have made mockups of how the game is supposed to look and I aim to get as close as possible to the screencap below. Doing the 1st person dungeon view like the mockup should not be a problem, double height walls and pits are going to be a nice bonus but I can scrap them if they're not viable to implement (unlikely)... I also intend to add some detail with sprites but not that will make the final game differ too much from the mockups.

I feel like while the visuals are simplistic it conveys the idea of being in a "city" in a convincing manner... I'll later add tiles for doors and sprites for traffic signs to improve the visuals but in my opinion the minimalist art is good, what do you guys think? I'm also avoiding having too much detail so I can simplify programming and fit the game into the competition's memory limit, so keep that in mind.

Image


"RGB CGA" palette version I did just for fun -- maybe I should include this palette as a "PC mode"? :mrgreen:

Image


Mental note: time to relearn huffman encoding for the ingame text compression.
Mental note #2: time to redeem myself from the abysmal attribute handling I did for Brick Breaker (aka NONE).
Last edited by Punch on Sat Nov 18, 2017 3:34 pm, edited 3 times in total.
This is a block of text that can be added to posts you make. There is a 255 character limit.
User avatar
Sumez
Posts: 919
Joined: Thu Sep 15, 2016 6:29 am
Location: Denmark (PAL)

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by Sumez »

I'm loving this concept! I totally dig these kinds of games even though most of the existing ones from the 80s were quite horrible. I'm getting a strong Shin Megami Tensei or Snatcher vibe already. Will definitely be following this closely.

It's also great that you decided to include a map.
User avatar
dougeff
Posts: 3078
Joined: Fri May 08, 2015 7:17 pm

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by dougeff »

I also think this is a great idea. Nice graphics. Good work.
nesdoug.com -- blog/tutorial on programming for the NES
User avatar
Alp
Posts: 223
Joined: Mon Oct 06, 2014 12:37 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by Alp »

Punch wrote:double height walls and pits are going to be a nice bonus but I can scrap them if they're not viable to implement (unlikely)... I also intend to add some detail with sprites but not that will make the final game differ too much from the mockups.

"RGB CGA" palette version I did just for fun -- maybe I should include this palette as a "PC mode"? :mrgreen:
Ooh, a classic dungeon crawler!? I had one of those in the works a while back, but I haven't had the time to work on it.

What about triple height walls? :P
Image

Okay, I love that CGA palette! That's awesome.
User avatar
Punch
Posts: 365
Joined: Sat Feb 16, 2013 11:52 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by Punch »

Thanks everyone :D

Alp, those screens look amazing... I'm starting to reconsider the look of my game now :lol: I also love how flexible your design is in regards to wall three dimensionality, but I feel like there are too many unique tiles required to draw all possible screens due to pattern overlap. How many tiles did you spend on your screens?

I need to find a decent tool to create art, even something like a 1-point perspective corridor is difficult to draw using NES Screen Tool or YY-CHR.
This is a block of text that can be added to posts you make. There is a 255 character limit.
na_th_an
Posts: 558
Joined: Mon May 27, 2013 9:40 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by na_th_an »

I quite like this project.

As for drawing art, I'd choose any pixel art tool, there are plenty, and then build conversion scripts which work directly with png or bmp files. That's a very important part of my toolchain - having automatic conversion & import of graphics makes your job way easier. You can comfortably retouch a couple of pixels or even change palletes, then recompile and see your results within seconds.
calima
Posts: 1745
Joined: Tue Oct 06, 2015 10:16 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by calima »

There goes my surprise advantage :P
Attachments
pic.png
pic.png (3.55 KiB) Viewed 20516 times
User avatar
pubby
Posts: 583
Joined: Thu Mar 31, 2016 11:15 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by pubby »

Is that raycasting?
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by tokumaru »

Tyrannosaurus Tex style, it seems!
calima
Posts: 1745
Joined: Tue Oct 06, 2015 10:16 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by calima »

Yeah, mine is a realtime moving raycaster, but if we're getting three 3d games already, that drops the uniqueness points for us all :s
User avatar
tokumaru
Posts: 12427
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by tokumaru »

calima wrote:if we're getting three 3d games already
If I don't end up joining with my own raycaster, that is! :lol:
na_th_an
Posts: 558
Joined: Mon May 27, 2013 9:40 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by na_th_an »

The more the merrier!
User avatar
dustmop
Posts: 136
Joined: Wed Oct 16, 2013 7:55 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by dustmop »

Punch wrote:I need to find a decent tool to create art, even something like a 1-point perspective corridor is difficult to draw using NES Screen Tool or YY-CHR.
I use GIMP to draw graphics, then use makechr to convert to NES format. makechr is cross-platform, has a gui and command-line version, runs quickly, and has lots of options and features for how to process images.
calima
Posts: 1745
Joined: Tue Oct 06, 2015 10:16 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by calima »

inb4 the new compo only accepts 4-player 3d games under 7k
na_th_an
Posts: 558
Joined: Mon May 27, 2013 9:40 am

Re: 1st Person RPG/Adventure Game - Progress Thread

Post by na_th_an »

That actually made me LOL
Post Reply