Skip to main content

New game - WIP title: pron3

A cursory glance at the post history of this blog should tell you that I haven't been updating the VN very often recently.  Truth be told, I put it on hold a while ago and haven't touched it for months.  I couldn't tell you why exactly, other than to rail off excuses as to why I keep dropping projects that I've become bored or frustrated with.

Some of the VN was good, some of it wasn't, and I'm just too lazy to go back and fix what needs fixing at the moment.  I intend to resume progress at some point in the future, but it won't be for another several months at least.

Why so long?  Because I started work on yet another title, of course, and I don't want to split my efforts just yet.  This new game started 'production' months ago.  The earliest modification date in its 'docs' folder is September 7th, but I'm almost positive it's been longer than that.  It feels like it's been at least twice that long.

I haven't posted anything about it up to this point because, frankly, it's embarrassing to publicly drop so many projects one after the other and I wasn't entirely sure that I'd have the follow-through for this one, either.  At this point, though, I'm done with all of the major code stuff, data structures (or whatever you want to call them) and skeletal asset stand-ins, which means I'm now working on 'the real shit' for the game.  Currently, I'm working on the dialogue.

It's a short game with a simple premise, which means the workload has been scaled back dramatically compared to the other titles.  It may just seem like laziness (and partially it is, I won't lie), but so far I'm thinking that it may prove to be the difference between 'nice idea' and 'finished product' when you're a mostly one-man show like myself.

Nitty-gritty:  C++/SDL2 with pre-rendered graphics.  Since these posts are boring without a picture, here's a near-finished render of one of the locations:


Anyway, I do intend to actually finish this one.  Here's hoping, eh?

Comments

Popular posts from this blog

WIP 3: Finished and named (Orval Creep n' Hammer)

It took a while, but the game's finally finished. I present to you:   Orval Creep n' Hammer . Alright, so I'm not great with names.  Believe it or not this is the best iteration that myself and three other people could come up with. Features: Stars four women Multiple animated sex scenes Wood paneling There are currently a couple of known issues, both particular to the GNU/Linux version.  Basically, typos that I forgot to correct before uploading the files.  Oops.  😢 It's a simple enough game, give it a download and try it out (approx. 700mb). Links: Game manual (PDF) Win32 mega.nz Google Drive GNU/Linux x86_64 mega.nz Google Drive Screenshots Spycam watching Alyson bathe Laptop's store page Madeline doing you a favor l33t She doesn't remember you!?  The insolence.

WIP 3, sex system update

The last week has been fruitful, at least in regards to the quality of the sex scenes in-game. The previous system consisted of a bunch of still frames (jpg) packed into a binary file and forming a very crude type of animation.  It worked, but it was slow to load and a brute-force effort at best. I've since updated the system a bit, though, finally figuring out how to successfully play video files with SDL2 in a useful way.  After that, it was a matter of tweaking the structure of the bin files that contain the animations (cleverly named 'VID' files, go figure) and re-writing the tools and scripts used to create said files. I also tweaked the in-engine system for handling the scenes to make that a bit less crap, as well. The results are dramatically better and far less resource-intensive (less VRAM used, less disk space for the VID files, etc.).  What this means to the end user is that the game will be slightly less obviously shitty, so that's nice. How the in

FGAME, beginnings

FGAME (working title still) is going to be a relatively short game, with only five or six concise 'acts' that take place throughout.  As such, I didn't expect to spend very much time building the skeletal structure of the code, or the plot, or the standin character art. As usual, I've underestimated the amount of work that actually goes into creating a fucking game, even a fantastically short one.  You'd think I'd know better, but no, it's a lesson that just doesn't seem to stick. Still, some honest-to-god progress has been made.  I've learned some of the renpy ropes and have already built the majority of the locations that can be accessed, and the player's means of accessing them.  None of the final art of course, which is going to take the longest by far, but... baby steps. I've also finalized the plot structure, events, etc. and started in on the script in a proper fashion.  The first 'act' is done, though I haven't