Skip to main content

Taking a break, sort of.

I've decided that I'm going to take a short break from my 'main' project and work on something else for a few weeks.  That's not to say that I might not work on it a bit every here or there, but I'm going to focus my efforts on something else for a little while.

Specifically, I've decided that I want to make a short game in Ren'py.  It's an engine you're probably familiar with if you're a fan of visual novels, but for the uninitiated, well... it's a thing that lets you make visual novels.  Whew!  Made it through the intro, wasn't sure I would.

Why Ren'py?  It's easy, cross-platform and good for what it does.  Akabur uses it, as do many, many, many other people, and 10,000 wolves can't be wrong as they say.  I don't think I'll be using it for my main thing, since half the point of that is just the fun of developing shit by hand, but for simpler stuff it looks like it should work quite nicely.

So, what am I going to make?  Fuck if I know.  Something pornographic in nature, I suppose, but beyond that I can't give any specifics because I have none to give.  I'll make with the details as I develop it further, but for now it's going to have to remain a mystery.

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.

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 ...