Community

General and Everything Else => The Games and other Sierra Adventure stuff => Topic started by: Kawa on December 27, 2015, 11:40:52 AM

Title: The Dating Pool
Post by: Kawa on December 27, 2015, 11:40:52 AM
First public release! Here's a demo version that features the first day and its puzzle. It's probably pretty buggy, and in fact I had to remove some things just to make it not crash. If you feel like a challenge in figuring out why the removed things make it crash, just tell me. If you have any suggestions for content or style, please go ahead and tell me.

But now, with no further ado, you can get The Dating Pool - One Day Demo at http://helmet.kafuka.org/sci/catdate/

Screenshots
Just took these from the site linked above, lol.
(http://helmet.kafuka.org/sci/catdate/road.png) (http://helmet.kafuka.org/sci/catdate/engine.png)


Changes to New Years demo since Christmas
? Canister logic fixed
? Intro crash bug fixed
? Credits and post-demo slideshow amended
Title: Re: The Dating Pool
Post by: OmerMor on December 27, 2015, 02:25:34 PM
That was very fun! Cool game.

Few minor bugs:
Title: Re: The Dating Pool
Post by: Kawa on December 27, 2015, 02:54:59 PM
Took out broken canister; went to mechanic; got new canister; went back to car; another broken canister was there for me to take out.
Oh that's a serious one! I should've tested that more.

Okay, new build is up. I couldn't see anything wrong with the About window, but the respawning canister bug should be fixed now. I'll worry about the logic of the mechanic's name later.
Title: Re: The Dating Pool
Post by: MusicallyInspired on December 27, 2015, 02:55:55 PM
Nice and fun little demo! Graphics and animation are lovely. I threw the MT-32 driver in there from SQ5 and you'll be happy to know that the game sounds great with MUNT and, I expect, a real MT-32.

One other little bug, after I replaced the fuel canister, I went back to talk to the mechanic again and he gave me another new canister. :P
Title: Re: The Dating Pool
Post by: Kawa on December 27, 2015, 03:10:45 PM
One other little bug, after I replaced the fuel canister, I went back to talk to the mechanic again and he gave me another new canister. :P
I see the logic error there and have fixed this too. A new copy is up now with this and the other canister bug.
Title: Re: The Dating Pool
Post by: OmerMor on December 27, 2015, 04:35:53 PM
I couldn't see anything wrong with the About window

See attached picture.

BTW - it's Jeff Stephenson, not Jeph.
Title: Re: The Dating Pool
Post by: Kawa on December 27, 2015, 04:52:55 PM
Yup, that'd be a ScummVM difference, then. It's supposed to use a smaller font for the body copy there.

Relatedly, the dummied-out intro does not poison the well and cause a crash when the player character slams the door when running in ScummVM.
Title: Re: The Dating Pool
Post by: lskovlun on December 27, 2015, 06:11:44 PM
I'm not having any luck running this, with ScummVM or SSCI (see image).
(http://www.sprogklog.dk/dating-pool.png)
ScummVM seems to think there is a problem with the resource map:
Code: [Select]
  Starting 'Sierra SCI Game'
The game in '/home/lars/dating-pool' seems to be unknown.
Please, report the following data to the ScummVM team along with name
of the game you tried to add and its version/language/etc.:
  {"resource.000", 0, "af28393cf5ae59e98203067f5eb87e2b", 987041},
  {"resource.map", 0, "becfb721cb27734a33d715cd068536e3", 1393},

WARNING: Error 6 occurred while reading invalid.8 from resource file RESOURCE.000: Unknown compression method!
WARNING: resMan: Failed to read invalid.8!
WARNING: SCI [SCI0, SCI01, SCI10, SCI11, SCI32] failed to instantiate engine: Game data not found (target 'dating-pool', path '/home/lars/dating-pool')!
Title: Re: The Dating Pool
Post by: Kawa on December 27, 2015, 06:33:42 PM
You're right, something did go wrong there. I put up a rebuilt copy.
Title: Re: The Dating Pool
Post by: lskovlun on December 27, 2015, 11:56:17 PM
Text in the "About" screen is messed up.
Yeah, this was a ScummVM bug. Fixed in HEAD.
Title: Re: The Dating Pool
Post by: MusicallyInspired on December 28, 2015, 01:23:21 AM
What are your problems with the intro scripting?
Title: Re: The Dating Pool
Post by: Kawa on December 28, 2015, 04:01:39 AM
What are your problems with the intro scripting?
In some setups, the roadside refuses to load and the game freezes at the end of the credits sequence. In another (leaving out the credits and going straight from the cartoon to the roadside) the game oopses when ego tries to speak after getting out of the car, but only in SSCI. In another (I think if I leave the skip feature in?) the same happens but with noise in the car door animation.

I found the SubtitledNarrator and SubtitledTalker, as used in the mechanic's closeup as well as the intro, caused problems when the window width was set to 320. Unfortunately, changing this only fixed the mechanic's closeup and didn't fix the intro at all.

It wasn't the new credits writing style that did it either -- reverting didn't fix shit.

If you feel like giving it a look, I can put up a copy with source included.
Title: Re: The Dating Pool
Post by: troflip on December 28, 2015, 10:37:05 PM
Checking back in quickly. I have to leave town again in a few days, so I won't be able to look at much until a week from now or so. If you find bugs, make sure you send me something to repro... from a quick read of this thread it sounds like there might have been some resource.map corruption or something. If you think that's something Companion did, I'd like to know what you were doing when it happened, and have a broken resource.map to inspect so I can try to diagnose.

Can't wait to try your game!
Title: Re: The Dating Pool
Post by: lskovlun on December 29, 2015, 01:55:41 AM
In some setups, the roadside refuses to load and the game freezes at the end of the credits sequence. In another (leaving out the credits and going straight from the cartoon to the roadside) the game oopses when ego tries to speak after getting out of the car, but only in SSCI. In another (I think if I leave the skip feature in?) the same happens but with noise in the car door animation.
There is one thing that comes to mind; you're placing the talkers in your room scripts. Don't do that, the scripts get unloaded when the room changes, leaving a dangling pointer to the now-defunct talker. Consider giving them their own script instead.
Title: Re: The Dating Pool
Post by: Kawa on December 29, 2015, 04:48:42 AM
There is one thing that comes to mind; you're placing the talkers in your room scripts. Don't do that, the scripts get unloaded when the room changes, leaving a dangling pointer to the now-defunct talker. Consider giving them their own script instead.
You may have a point. Thank you for this idea, I'll look into it.

Update: moved the two intro cutscene talkers from script 103 to 1003, changed findTalker and disposeCode accordingly. No difference. For the record, the Oops ends in error 4.
Title: Re: The Dating Pool
Post by: lskovlun on December 29, 2015, 05:23:58 AM
Update: moved the two intro cutscene talkers from script 103 to 1003, changed findTalker and disposeCode accordingly. No difference. For the record, the Oops ends in error 4.
This could still be the same thing. DisposeCode is run on room change, and disposes scripts unconditionally. Error 4 is "not an object".
I am not sure how Sierra managed talkers in ephemeral scripts, but one you could try adding a global procedure, say ClearTalker, which would go and set your messager's talker value to 0, then call it from somewhere appropriate (Game::startRoom?). It may have unforeseen side effects, and there must be a better way, but I can't think of any just now.
Title: Re: The Dating Pool
Post by: Kawa on December 29, 2015, 07:50:12 AM
This could still be the same thing. DisposeCode is run on room change, and disposes scripts unconditionally. Error 4 is "not an object".
I am not sure how Sierra managed talkers in ephemeral scripts, but one you could try adding a global procedure, say ClearTalker, which would go and set your messager's talker value to 0, then call it from somewhere appropriate (Game::startRoom?). It may have unforeseen side effects, and there must be a better way, but I can't think of any just now.
With the talkers still in their own script and a ClearTalker procedure added, I now get this:
Code: [Select]
Debugger enabled
; Just before acting, ClearTalker reveals the old value.
(gMessager talker?) = 0
; The severely-shortened intro speaks one line.
NewRoom 110
(gMessager talker?) = 30438
; The player steps out of the car and slams the door.
SpeakWindow::open
; It works.

For testing, here's an alternate version (http://helmet.kafuka.org/sci/catdate/catdate-onedaydemo-2015i.zip) that has the intro in it, and here's a new teaser image (http://i.imgur.com/mdalxXB.png).
Title: Re: The Dating Pool
Post by: troflip on December 29, 2015, 11:13:52 PM
Very slick demo. Nicely done! (minor credits nit: SCI Companion is not based on SCI Studio)

It sounds like you've figure out all the issues?
Title: Re: The Dating Pool
Post by: Kawa on December 30, 2015, 04:08:25 AM
A different kind of "based" I suppose, but easily rectified. Perhaps a better credits nit would be to add Iskovlun, lol.

Besides the issues, does anybody have any content-related suggestions and such?

Edit: updated the main demo download linked on the first page.
Title: Re: The Dating Pool
Post by: Cloudee1 on December 30, 2015, 07:53:38 AM
If you are ready, you could always post it to the games pages too  ;)

Sorry though I haven't had time to take a look at it yet though. So no input as of yet. I know the screenshots are looking excellent though. Somebody over there is quite the artist
Title: Re: The Dating Pool
Post by: Kawa on December 30, 2015, 12:44:33 PM
Somebody over there is quite the artist
Heavily-manipulated GMod screenshots and traced sprites from Iceman.  8)

Oh, and Daz Studio. How could I forget?

Edit: Okay, demo's submitted, but I missed and clicked Short instead of Demo. If you can change that in approval, that'd be great.
Title: Re: The Dating Pool
Post by: Cloudee1 on December 30, 2015, 02:36:17 PM
Done and available
Title: Re: The Dating Pool
Post by: Kawa on December 30, 2015, 04:46:26 PM
Tumblr user iliketurnips notified me of a crash in the closeup scene. It was as I thought it would be, and it should be fixed now. I put a new copy on my server, and the local copy should be updated too.
Title: Re: The Dating Pool
Post by: Cloudee1 on December 31, 2015, 08:47:48 AM
I'm sure this is something that you have already noticed, but it looks like you need to do a little logic work for your talkers when ego is near the edge of the screen. The text falls outside of the balloon area and then does not dispose correctly as a result.

Title: Re: The Dating Pool
Post by: Kawa on December 31, 2015, 09:11:35 AM
Yes, I'm aware of that. It's something I'm planning to work on next year.
Title: Re: The Dating Pool
Post by: lskovlun on December 31, 2015, 09:19:09 AM
A minor thing: After viewing the about dialog, the game resumes with an arrow cursor.
Title: Re: The Dating Pool
Post by: Kawa on December 31, 2015, 11:27:49 AM
A minor thing: After viewing the about dialog, the game resumes with an arrow cursor.
Fixed, but unless something less minor comes up I'm keeping this.
Title: Re: The Dating Pool
Post by: Kawa on January 02, 2016, 05:20:08 PM
Oh my god you guys. An acquaintance of mine with dreams of voice acting (and who recently did a stage performance of Sweeney Todd) did some lines.

Not lines of coke, but holy shit I'd almost think so. (http://helmet.kafuka.org/sci/catdate/covarr_demo.ogg)

Quote
<Covarr> when I read those lines, I knew that the voice had to be a complete dickhead
<Covarr> I hope that shows in this performance
Title: Re: The Dating Pool
Post by: Kawa on January 05, 2016, 06:09:52 AM
As much as I'd hate to triple-post, I have to wonder if anybody would know where/how to acquire somewhat original music. Cos if there's one reason it sounds so good it'd have to be because most of it's from other Sierra games.

And one visual novel. Which, if you don't go too recent, might be an answer. Of course, modern VN don't use MIDI at all...

Still, my question stands. Any suggestions regarding other types of content are of course also welcome.
Title: Re: The Dating Pool
Post by: Kawa on January 09, 2016, 02:54:53 PM
Disappointing. But okay, quadruple post it is.

(http://i.imgur.com/jZ7P33a.png)
Title: Re: The Dating Pool
Post by: Cloudee1 on January 09, 2016, 11:40:32 PM
So how did you fix it? Are you still using your neat talkers... I have played around a bit without much luck (or much determination either) to switch up a talkers position when using a changestate to try and rearrange it's position between one case and the next.
Title: Re: The Dating Pool
Post by: Kawa on January 10, 2016, 07:40:56 AM
So how did you fix it? Are you still using your neat talkers...
Yes, yes I am.

Yesterday's fix, as seen in the screenshot, was this:
Code: [Select]
(class NeatNarrator of Narrator
(properties)
(method (aim target)
(= gWindow gNewSpeakWindow)
(gNewSpeakWindow
xOffset: 0
tailX: (target nsLeft?)
tailY: (- (target nsTop?) 16)
)
(cond
((< (target nsLeft?) 100)
(gNewSpeakWindow
xOffset: 32
tailX: (+ (target nsLeft?) 32)
)
)
((< (target nsLeft?) 50)
(gNewSpeakWindow
xOffset: 64
tailX: (+ (target nsLeft?) 64)
)
)
((> (target nsLeft?) 250)
(gNewSpeakWindow
xOffset: -64
tailX: (- (target nsLeft?) 32)
)
)
((> (target nsLeft?) 200)
(gNewSpeakWindow
xOffset: -16
tailX: (- (target nsLeft?) 16)
)
)
)
; TODO: detect heads and center on those instead where available.
)
(method (dispose)
(= gWindow cdWin)
(super dispose: &rest)
)
)
The (cond) block did it.

Today's fix is somewhat neater: if the window would be out of bounds, shift it over until it's not:
Code: [Select]
; Add this to SpeakWindow::open, right below (= type 128) and (= tailTop tailY):
(DebugPrint {SpeakWindow::open -- left %d, right %d} left right)
(if (< left 8)
(while (< left 8)
(= left (+ left 8))
)
(= right (+ left temp2))
(= lsLeft (- left 4))
(= lsRight (+ 4 right))
(= tailX (+ tailX 16)) ; offset the tail so it roughly centers on the tip
(= tailCel (if (not isBottom) 3 else 0))
)
(if (> right 312)
(while (> right 312)
(= right (- right 8))
)
(= left (- right temp2))
(= lsLeft (- left 4))
(= lsRight (+ 4 right))
(= tailX (- tailX 24))
(= tailCel (if (not isBottom) 4 else 1))
)

Anything about the other three posts?
Title: Re: The Dating Pool
Post by: Kawa on March 13, 2016, 05:38:33 PM
Should I continue down this path?
Title: Re: The Dating Pool
Post by: troflip on March 14, 2016, 12:36:28 PM
It's more distinctive than screenshots from a 3D render (which I think is what it was before?). I dunno if it's quite there yet (hard to tell with only a half-completed image), but it stands out more.
Title: Re: The Dating Pool
Post by: Kawa on March 14, 2016, 12:50:23 PM
It's more distinctive than screenshots from a 3D render (which I think is what it was before?). I dunno if it's quite there yet (hard to tell with only a half-completed image), but it stands out more.
Screenshots from Garry's Mod, actually. Could you elaborate on what you mean there, by "more distinctive"?

Shown here: an otherwise unaltered screenshot from the gm_fork map by Blueberry_pie.
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 14, 2016, 01:22:47 PM
While hand-made art would be cool, I'd have to see it finished before judging which looks better. And even then it'd be subjective. It's up to you really.
Title: Re: The Dating Pool
Post by: troflip on March 14, 2016, 01:42:15 PM
Screenshots from Garry's Mod, actually. Could you elaborate on what you mean there, by "more distinctive"?

Shown here: an otherwise unaltered screenshot from the gm_fork map by Blueberry_pie.

I don't know what Garry's Mod is, but I had assumed it was 3D.

More distinctive, as in the art style stands out. Whereas "screenshots from Garry's Mod" look like any other game.
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 14, 2016, 02:35:28 PM
Gary's Mod was a sandbox mod where you can take assets from other games and basically do whatever with them. Now it's a commercial standalone game. It was initially made for Source engine so you could take content from Valve games like Half-Life 2, Team Fortress 2, Counter-Strike, etc and do whatever you want with them. Now it's branched off into other games and people even make their own content. There was (I don't know if there is anymore) a huge machinima short community that made animated videos with it.
Title: Re: The Dating Pool
Post by: Kawa on March 14, 2016, 02:52:58 PM
To be honest, I only use shopped GMOD screenshots and Daz renders for my backgrounds because I have one crippling inferiority complex. Especially when I see art like Mu's (http://sciprogramming.com/community/index.php?topic=1530.msg7813#msg7813), for example. :(
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 14, 2016, 03:50:06 PM
Lol that's one big cheat image. That was my first attempt at "tracing" a background. It was made entirely in Photoshop 7 and PSP5, I think. It actually bugs me. I was just developing tricks with filters and effects. The grass I made with a brush in PS shaped like a grass blade. I just did that in a few different colours. Then I threw a drop shadow underneath it so it would cast a shadow on the dirt path. But it looks horrible like the grass is floating off the ground lol. It's very cheaply and terribly made. If I can do that you certainly can! I'm no artist.
Title: Re: The Dating Pool
Post by: Kawa on March 14, 2016, 05:02:49 PM
It's no surprise, really, that what I just posted is also traced, technically, from the altered GMod screenshot.

The main issue with the GMod things is that the perspective is off, when you compare it against, say, most Sierra backgrounds?
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 14, 2016, 07:07:02 PM
Yeah, 3D renders will do that.
Title: Re: The Dating Pool
Post by: Kawa on March 14, 2016, 07:21:00 PM
It's not like it's impossible to render in two-point perspective or whatever it's called. It's just not possible in Source. Or Daz. Or apparently 3DSMax. Which forces me to manually construct props in PSP, deform others... and do it all in at least 640x400 so the imperfections blur out. And what does it leave me? With insufficient floor space! GAH!

Looking at the games on this site so far, and that post about how the KQ3 scene was made... it fills me with dread, to be honest. Renders don't cut it, I can't adequately draw the backgrounds myself, and I fear it's no use to ask someone else on this board to try. I have zero budget, so I can't just hire someone from... I dunno, /r/indiedev or whatever.

To be honest, I've gotten burned on asking others for content so often that's just another point of fear for me.  :-\
Title: Re: The Dating Pool
Post by: troflip on March 14, 2016, 07:47:43 PM
Wouldn't it just be a matter of adjusting the camera position, and how wide an angle it is viewing?
Title: Re: The Dating Pool
Post by: Kawa on March 14, 2016, 08:50:34 PM
If you want lines going up to look straight, I don't think so. Assuming I understood the viewing angle bit correctly.
Title: Re: The Dating Pool
Post by: troflip on March 14, 2016, 10:19:08 PM
I admit, I don't really understand the difference between 1 point, 2 point and 3 point perspective views (even after reading wikipedia!)

In my research, I came across this though... claims to provide 2-point perspective for 3dsMax:
http://docs.autodesk.com/3DSMAX/15/ENU/3ds-Max-Help/index.html?url=files/GUID-38F86E7D-A79F-47D9-9E5F-7849E91BB6CB.htm,topicNumber=d30e353150

Title: Re: The Dating Pool
Post by: Kawa on March 15, 2016, 04:41:21 AM
Interesting, and exactly what I need. Unfortunately, all the stuff is in other formats -- I'd have to figure out how to convert the sets, or rebuild them from scratch. Ouch.
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 15, 2016, 09:27:34 AM
Source can change FOV settings I'm sure. Could you go back far enough and reduce the FOV? That'd probably still give you the floor space issue...

Graphics are a hurdle. It's why I've not gotten very far with many projects. If it doesn't look good I'm not interested in taking it further. At least KQ2SCI was done with vectors and looks sort of ok, but it's still time consuming. something like that KQ3 scene? Fuggedaboudit.
Title: Re: The Dating Pool
Post by: Kawa on March 15, 2016, 10:48:10 AM
Oh, I've tried changing the FOV. The thing is, there's also walls in the way. Let me see if I can get a screenshot...

Here. FOV up to 90, carefully lined up the camera angle and height... but good luck getting the rest of those walls on the sides in view without clipping through the back wall.
Title: Re: The Dating Pool
Post by: Kawa on March 19, 2016, 06:13:17 PM
Welp. Thanks for the inspiration, Police Quest 1.

(http://i.imgur.com/L9y4eKy.png)

Done entirely in Daz, for which I have a ton of props, and whose cameras can do this kind of projection.
Title: Re: The Dating Pool
Post by: Kawa on March 21, 2016, 07:15:16 PM
So here's a little overhaul on the icon bar...

(http://i.imgur.com/9bkzqIM.png)

Yes, the calendar panel is dynamic, like a score panel.
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 21, 2016, 07:59:11 PM
Nice work! Also, I like the cutaway room.
Title: Re: The Dating Pool
Post by: Kawa on March 21, 2016, 08:18:28 PM
Thanks. I have two so far. I think I'll try to do the space station next.
Title: Re: The Dating Pool
Post by: Collector on March 28, 2016, 09:01:46 PM
Added a Wiki page for this demo. Edit it to suit. http://sciwiki.sierrahelp.com//index.php?title=Dating_Pool_Demo,_The
Title: Re: The Dating Pool
Post by: Collector on March 29, 2016, 06:09:59 PM
Found one bug where ego gets trapped by the puddle if the path walking to the west takes her through the puddle.
Title: Re: The Dating Pool
Post by: Kawa on March 29, 2016, 06:35:28 PM
Thanks. I'll look into it tomorrow.

Could you be a little more specific? I can't seem to reproduce this, in the current version or the demo.
(http://i.imgur.com/Ye5qiju.gif)

Update: if anything, there's was a priority bug on the splash.
Title: Re: The Dating Pool
Post by: Cloudee1 on April 13, 2016, 09:21:24 PM
If I remember correctly, ego by default is blocked by views. May want to double check that there's an ignore actor in there.
Title: Re: The Dating Pool
Post by: Kawa on April 14, 2016, 04:14:30 AM
You're right. I just managed to wriggle Ego between the car and the puddle's baseline and I can't walk straight down from that point. I can wiggle out sideways though, and then walk around it. Added an ignoreActors call and tried again, no more issues. Thanks, Cloud.
Title: Re: The Dating Pool
Post by: Kawa on May 15, 2016, 05:28:39 PM
Fixed the one where kissing the car and such made it impossible to walk to the garage.

Turns out KissCarScript and InspectPuddleScript didn't reset to RoomScript, which is what checks for the control color triggers. I've updated the demo download to match.
Title: Re: The Dating Pool
Post by: Kawa on October 20, 2016, 04:14:31 PM
So here's a thing.

I've been studying some CP scripts, naming variables, documenting fiddly bits... and I ended up porting KQ4's to SCI11 with message resources instead of having it all in the script.
Title: Re: The Dating Pool
Post by: claudehuggins on October 20, 2016, 06:46:56 PM
This all looks so cool! I'm eager to see more :o
Title: Re: The Dating Pool
Post by: Kawa on October 21, 2016, 08:47:13 AM
Added an introducing paragraph ("In order to verify your legal ownership (*scoff*) [...]") and replaced the hardcoded plaintext master key with another hash. This removes the need to put the capitalized characters back in for later comparison, and taunts those who'd try to find out what I replaced "BOBALU" with. Hint: it hashes to 607.

I should work on the actual fkn game.
Title: Re: The Dating Pool
Post by: Kawa on October 23, 2016, 04:55:40 PM
Okay, here's some work on the actual fkn game.
Title: Re: The Dating Pool
Post by: Kawa on March 18, 2017, 10:03:16 AM
Hrmm...

(http://i.imgur.com/BzXth08.png)

Trying to approximate a good perspective with a slanted ceiling and such, plus downsampling from a higher-res render with a filter applied. Thoughts?

I wish I could draw...
Title: Re: The Dating Pool
Post by: Collector on March 18, 2017, 10:14:59 AM
Looks pretty good. I take it that the figures are just to illustrate scale.
Title: Re: The Dating Pool
Post by: Kawa on March 18, 2017, 10:21:29 AM
Thanks, though I'm still not sure. The for scale thing seemed obvious, what with the numbers.

Edit:
(https://i.imgur.com/XbuV68o.png)
older image, but I was reminded of it just now.
Title: Re: The Dating Pool
Post by: troflip on March 18, 2017, 11:03:17 AM
Are you asking about the relative sizes of the character? Can't you just measure the distance from floor to ceiling at various y's, and use those ratios?
Title: Re: The Dating Pool
Post by: Kawa on March 18, 2017, 11:09:40 AM
No, no I'm not. I'm wondering about this particular way to produce backgrounds, as opposed to for example isometric (http://sciprogramming.com/community/index.php?topic=1554.msg8998#msg8998) ala PQ1VGA.
Title: Re: The Dating Pool
Post by: troflip on March 18, 2017, 11:36:20 AM
I prefer perspective.

As for the downsampling, things look a tad blurry, and the edges look a little "wavy". Not sure if the filter you applied is causing that, or what.

I've never been a big fan of the contrast between the pixelated characters and the "blurry" painted backgrounds in a lot of the Sierra VGA stuff.
Title: Re: The Dating Pool
Post by: Kawa on March 18, 2017, 12:07:34 PM
Okay, so no filter, because that's what caused the waves. Leave the high-res rendering for other post processes.
Title: Re: The Dating Pool
Post by: Collector on March 18, 2017, 09:04:31 PM
Thanks, though I'm still not sure. The for scale thing seemed obvious, what with the numbers.

Edit:
(https://i.imgur.com/XbuV68o.png)
older image, but I was reminded of it just now.
Where's Ben?
Title: Re: The Dating Pool
Post by: Kawa on March 19, 2017, 04:09:05 AM
Ben's gone and rode off, as you can see by the lack of bike.
Title: Re: The Dating Pool
Post by: Kawa on March 21, 2017, 09:17:57 AM
(http://i.imgur.com/ThAXMds.png)

I feel like I'm on the right track here. Minor perspective tweaks in post, but not a whole lot else. You'll notice the room's not as wide any more.

Edit: kept forgetting to apply color grading. Ungraded version here (http://i.imgur.com/LujDiIH.png).
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 21, 2017, 05:54:25 PM
The more vibrant colours are definitely better.
Title: Re: The Dating Pool
Post by: Kawa on March 21, 2017, 07:51:37 PM
This room's entirely done in Daz Studio, as are the title screen and introduction. Do you think I should redo the two GMod-based screens to match?
Title: Re: The Dating Pool
Post by: Collector on March 21, 2017, 10:14:52 PM
While I like the reflections on the shiny floor, it does seem a bit incongruous with the sprites not being included and or blocking the reflections. The only thing that I can think of off hand is a 2nd view upside down and flipped with a dithered transparent color to create a reflection that follows the ego view, but that sounds needlessly complicated. You could always ignore it or tone down the reflection to not be so noticeable.
Title: Re: The Dating Pool
Post by: Kawa on March 21, 2017, 10:21:53 PM
Eliminating the reflections was already considered, along with more goofy shit on the walls. Thanks for the opinion, though. And the thing about remaking the Gmod-based screens?
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 22, 2017, 09:14:17 AM
I definitely think this scene looks a little better than the GMod stuff. They can both work though. Your call.
Title: Re: The Dating Pool
Post by: troflip on March 22, 2017, 01:20:26 PM
The only thing that I can think of off hand is a 2nd view upside down and flipped with a dithered transparent color to create a reflection that follows the ego view, but that sounds needlessly complicated.

It's super easy to do with Companion though :-) (flipping a view and applying a transparent dither). And just one small script on the reflection View to match the ego's x/y. Might not look good though.

The scene looks better than the GMod ones. And I like the more saturated colors better.
Title: Re: The Dating Pool
Post by: Kawa on March 22, 2017, 06:19:22 PM
Forget reflections, I just removed them altogether :)

(https://i.imgur.com/9V8KERC.gif) (https://i.imgur.com/8PZhI30.gif)

Tomorrow, I'll try to redo the Country Road scene.
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 22, 2017, 06:26:46 PM
Nice fan animation!

It's super easy to do with Companion though :-) (flipping a view and applying a transparent dither). And just one small script on the reflection View to match the ego's x/y. Might not look good though.

KQ1SCI pulled it off nicely I think. And that was EGA. Course, it was water.
Title: Re: The Dating Pool
Post by: Kawa on March 23, 2017, 01:49:37 PM
(http://i.imgur.com/8tBa3TO.png)
Title: Re: The Dating Pool
Post by: troflip on March 23, 2017, 02:59:19 PM
Trees and car look really great. Road maybe needs a better texture?
Title: Re: The Dating Pool
Post by: Kawa on March 23, 2017, 03:42:27 PM
Asphalt texture got stretched along with the road segments. I'd have to increase the tiling to compensate. Perhaps I'll render two passes, one of them painted white, so I can mask in lines.

Okay, how's this?

(http://i.imgur.com/8tBa3TO.png) > (http://i.imgur.com/0SVqWQw.png)
Title: Re: The Dating Pool
Post by: gumby on March 23, 2017, 06:58:18 PM
Road lines look too long.  Maybe half the length?
Title: Re: The Dating Pool
Post by: Kawa on March 23, 2017, 07:22:15 PM
Well, that's the beauty of masks. I could make them wobble if I wanted to :)
Title: Re: The Dating Pool
Post by: MusicallyInspired on March 23, 2017, 08:30:17 PM
Lookin' guuuud.
Title: Re: The Dating Pool
Post by: Kawa on March 23, 2017, 08:58:37 PM
Thanks. There's just one problem: Noxico won the "what shall I work on" poll on Twitter so I'm honorbound to work on that until next Friday, instead of this.

Note to self for afterwards: mask out shorter lines, look into alternatives for car, look into credits slowdown, fix exiting from closeup.
Title: Re: The Dating Pool
Post by: Kawa on March 28, 2017, 04:04:55 PM
whoops I worked on Dating Pool after all.

(http://i.imgur.com/T1LNX27.png)
Title: Re: The Dating Pool
Post by: Kawa on April 01, 2017, 08:00:38 AM
Happy April 1st, folks. Have something not a joke. (https://logopending.tumblr.com/post/159070813783)
Title: Re: The Dating Pool
Post by: Kawa on April 18, 2017, 04:24:44 PM
Quote from: Steam chat
Kawa: http://i.imgur.com/MytZOwb.png using my new "set custom title bar colors" kernel call, too!
Kawa: Plus, all the items have a name property set so it uses that instead of their object names, like "keyRing".
Kawa: Also cleaned out all the (use ...) lines on the room scripts.
Kawa: ...dumb idea: write the done button in the item cheat window in Felinese.
Letrune: Yeeees, do so! :3
Letrune: And do the NAMES in felinise if you cheat! :D
Kawa: You mean, specify and print the item names in felinese?
Kawa: I COULD...
Letrune: If you cheat, at least know felinise... :3
Kawa: Haaah
Kawa: http://i.imgur.com/ZCf158U.png then?
Letrune: Yes. :3

Tiny typo in the keyring name, but what can you do?
Title: Re: The Dating Pool
Post by: Kawa on April 24, 2017, 05:15:30 AM
Newly redone backgrounds for the space station, now with a different renderer.

(http://i.imgur.com/kpFuzDD.png)
Title: Re: The Dating Pool
Post by: Kawa on May 12, 2017, 08:12:31 PM
More graphical redo work, this time once more replacing GMod with Daz.

Before:
(http://i.imgur.com/vdhhHFg.png)

After:
(http://i.imgur.com/eeUHHaL.png)
Title: Re: The Dating Pool
Post by: troflip on May 12, 2017, 09:25:07 PM
The lighting is much improved!
Title: Re: The Dating Pool
Post by: Kawa on June 21, 2017, 04:41:18 PM
Considering adjusting the character sprites a bit -- all the main character sprites are already done and ready for import, but I'm not doing the rest of the cast until this is judged.
(https://i.imgur.com/aJyknoi.png)
If nothing else, the hair better matches the 3D model.
Title: Re: The Dating Pool
Post by: MusicallyInspired on June 21, 2017, 04:52:45 PM
Right version definitely looks better to me. Just looks less.....sloppy? For lack of a better word. Not that it's sloppy, but the right one looks more polished and symmetrical.
Title: Re: The Dating Pool
Post by: Kawa on June 21, 2017, 05:19:04 PM
Thanks. Anyone else?
Title: Re: The Dating Pool
Post by: Collector on June 21, 2017, 08:39:10 PM
I think that the one on the right looks more distinct, but I like the shorter hair of the one on the left.
Title: Re: The Dating Pool
Post by: Doan Sephim on June 22, 2017, 07:24:27 AM
I find the one with short hair more appealing.
Title: Re: The Dating Pool
Post by: gumby on June 22, 2017, 07:39:40 AM
The one on the right gets my vote.
Title: Re: The Dating Pool
Post by: Kawa on June 22, 2017, 07:45:13 AM
Unfortunately, the longer hair matches the 3D model better.
Title: Re: The Dating Pool
Post by: MusicallyInspired on June 22, 2017, 09:37:51 PM
I prefer the long hair, incidentally. But that's just my taste.

Ew...did I just say I have a taste in something to do with furries? *shudder*
Title: Re: The Dating Pool
Post by: Kawa on June 23, 2017, 04:17:51 AM
One of us. One of us. One of us. One of us. One of us. One of us.
Title: Re: The Dating Pool
Post by: Collector on June 23, 2017, 09:26:20 AM
Ew...did I just say I have a taste in something to do with furries? *shudder*
LOL
Title: Re: The Dating Pool
Post by: Kawa on June 21, 2018, 05:36:14 PM
Heads up you guys. My birthday's coming up and I'm sitting on a newly-updated one day demo. I'm holding out for bug reports before I publicly release it.


Just like that I got a bug to fix. Plus a little dialogue tweak.

Edit: coming in hot...
Title: Re: The Dating Pool
Post by: Kawa on June 26, 2018, 02:55:10 AM
Happy birthday to me. Have that new demo. It's on here, and on my Itch.io page. The only difference is that the one here has my custom install/setup application, and the Itch version has a .Net-based launcher.
Title: Re: The Dating Pool
Post by: lskovlun on June 27, 2018, 08:19:54 AM
I like the new cartoon panels and the new content in general. But that optional ending scene... it's too random whether you discover how to get it or not. You state directly somewhere that "this is not a Sierra game". That puzzle has Sierra written all over it. Plus you have already given the player a choice between different levels of raunchiness. Making the player do further work in order to see that scene seems unfair.

Edit: Actually, I liked the old intro pic better (with Ilira in a jacuzzi with a bottle of champagne).
Title: Re: The Dating Pool
Post by: Kawa on June 27, 2018, 10:23:08 AM
I'll see what I can do about discovering the "you can exit the car" part. I can totally adjust the title screen to have the crap on the ledge more visible, including the bottle -- I've learned a thing or two about lighting in the iRay renderer since then.

And I'll take the "Sierra written all over it" as a compliment ;)
Title: Re: The Dating Pool
Post by: gumby on June 27, 2018, 08:28:40 PM
Very nice.
Title: Re: The Dating Pool
Post by: MusicallyInspired on June 28, 2018, 02:53:23 AM
Nice. And Happy Birthday!
Title: Re: The Dating Pool
Post by: Kawa on July 30, 2018, 09:44:51 AM
Over the weekend I put up a poll on Twitter, like I've done before, asking which of my projects I should exclusively focus on this week. The Dating Pool won.

So I took my sketches of the new two-screen apartment and got to work. I've been tweeting the process but I figured not everybody here's on Twitter, or if they are they don't necessarily follow me, so let me just show my work so far.

I think this needs more crazy shit on the walls, if only to mask the scars on the right wall where I cheated the tops of the door and closet in post.

(Edit: did the living room, updated the bath and bedroom.)
Title: Re: The Dating Pool
Post by: Kawa on August 01, 2018, 01:23:33 PM
Did a bunch of videos, of increasing production quality, about these rooms. You might've seen them on my Twitter, but just because I can here they are again.

https://www.youtube.com/watch?v=mctOhVGi5qg (https://www.youtube.com/watch?v=mctOhVGi5qg)
https://www.youtube.com/watch?v=Z834a7viS1Q (https://www.youtube.com/watch?v=Z834a7viS1Q)
https://www.youtube.com/watch?v=fzieScBKXsM (https://www.youtube.com/watch?v=fzieScBKXsM)

and the final take for today:
https://www.youtube.com/watch?v=SWQTx6ZzwgM (https://www.youtube.com/watch?v=SWQTx6ZzwgM) a complete and sudden drop in video production effort just barely above the first.

https://www.youtube.com/watch?v=IsYQT2vII1A (https://www.youtube.com/watch?v=IsYQT2vII1A)
bonus SQ3 shadow doit trace