Skip to main content

Introductions

Hello, my fine friends.  This blog will be the primary source of updates on any progress made for my porno games.  Obviously, the content will be 'adult' in nature (pornographic), and may very well feature content that is otherwise offensive or 'triggering' to certain individuals (rape, gore, etc.).  No guarantees, it just pretty much depends on what I'm in the mood to make.

I've been lazily working on one title for some time now, though progress has been incredibly slow for a number of reasons, not the least of which being simply that I'm lazy.  These games will take a back seat to quite a lot of other things since I don't have any immediate plans to charge money for them; no direct payments, no subscriptions, no Patreon hullabaloo.  While one or more of these may be an option in the future I'm not counting on this being a lucrative enterprise, so any motivation I have to make these is purely that of my own passion / horniness / boredom / whatever.

Since actual progress has been so slow, I won't yet divulge too many details about the game itself.   Instead, I'll state simply that I've already made a number of tools to facilitate in the creation of in-game assets (World Editor, Item Editor, etc.), and have most recently been rewriting one of them from scratch.  Once finished, I'm going to reconsider some of the fundamental aspects of the game and see if I can't start on making the actual game itself.

What I can tell you so far:  The game will be made using C++ and SDL2 and it will be released for both Windows and Linux.

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.

OCH update, etc.

I've updated Orval Creep n' Hammer to version 0.95. What's new? Better map icons Cheats (well, just one for now, actually) Tweaked minigame grind Added a way to actually beat the game (lol) Download links (mega.nz): Windows 32-bit Linux 64-bit Check the README or the manual for info on the cheats. I've also been poking at FGAME's script, getting it written piece by piece, though there hasn't been much of note going on otherwise.

OCH - Future plans

While I'm mostly done with Orval Creep n' Hammer, there are a few things I wanted to do with it before entirely moving on to other things.  I've got a short list of things that need to be tweaked, but the big issues are technical in nature. First, I'd like to change the way videos are played.  While the current system works , it's not ideal and given the quality of the videos, the file sizes are just too big.  For what it is, the game just weighs too much, you know? Secondly, the Android port.  While I have technically ported an SDL2 project to Android, it was a bit of a process and the project itself was very, very small in scope.  It was basically just C++ with bits of the SDL2 "standard library".  This game, while not tremendously complex, is quite a bit larger in scope than that earlier "test project," so I'm not sure how all of this would play out in an attempt to port to Android. So what are my options? Option A is to simply do ...