Jennifer - VDG offsite game

Complete and totally free games (the author can request a non-obligatory financial contribution in thanks or to help him to create new game)

Jennifer - VDG offsite game

Postby lucky loser » Mon, 14Mar03 09:43

So I just noticed that there's a new game, Jennifer, on the VGS offsite members only site. There also seems to be 1 to 3 other games that I've never seen before from him. (I've been a member of VGS Offsite until recently when he switched over to US$20 for 2 months- I don't know when he started that but it's been a few months since I've checked any of his sites)

Are Jennifer and the other newer games worth it?

:nanny:
User avatar
lucky loser
star of the reef
 
Posts: 347
Joined: Sat, 09Sep05 23:00

Re: Jennifer - VDG offsite game

Postby Brigma » Tue, 14Mar04 00:35

Jennifer was actually released about 6 months ago, it's a pretty good game compared to his older efforts but it's kinda lackluster when compared to Maddison. Jennifer does have video and voice acting for some scenes instead of just static pictures, but I would have gladly traded this for a longer game. Additionally after like the 4th or 5th time you're going through a scene, the non-skipable video just gets annoying.

The other games (Rachel Part 3, Kelly : Solo, Strippers and Erica & Crystal) were all released today so not sure how they compare. I've been following his blog posts for the last couple months and Rachel Part 3 is supposed to be a huge game on par with Maddison so I'm hopeful for that one. The other 3 he designed to be much shorter and similar to Sarah or Office Party. I'm guessing the other 3 games were designed to be released to the free section as more member games are released since he seems to be reluctant to release his older games (as evidenced by the latest free releases being Lissete and Zoe), which I don't understand since Tammy, Nelena and Sci-Fi girls are all pretty good games. Sci-Fi Erica is kinda garbage in it's current incarnation, though I think he still wants to add to it since there are many things in the game that just don't do anything.

There were big problems with Paypal for his last 2 games so I'll probably wait a week or so to buy these in the hopes that the bugs are worked out by then.
User avatar
Brigma
lagoon predator
 
Posts: 199
Joined: Sun, 13Feb24 09:13
sex: Masculine

Re: Jennifer - VDG offsite game

Postby lucky loser » Tue, 14Mar04 05:55

Thanks! I ended up shelling out US$20 for it and so far it's been good. Haven't hit any rough patches with the games I've tried so far. I know exactly what you mean about those earlier games... the animation was a pleasant surprise!
User avatar
lucky loser
star of the reef
 
Posts: 347
Joined: Sat, 09Sep05 23:00

Re: Jennifer - VDG offsite game

Postby Chaotic_VDG » Mon, 15Dec21 15:01

Hi everyone.

This game is now free for those who haven't had a chance to play it yet.

http://www.vdategames.com/vdjenn.html
User avatar
Chaotic_VDG
great white shark
 
Posts: 49
Joined: Tue, 15Sep29 14:12
sex: Masculine

Re: Jennifer - VDG offsite game

Postby Nuggetzor0073 » Sun, 15Dec27 04:37

Another lovely game that I'm really enjoying so far, despite the aforementioned slight annoyance of waiting out the videos for the umpteenth time. The videos are generally lovely enough to watch a couple of times anyway, so I don't really mind.

Now then, the main point of my post:
After trying some different build-ups I found myself casually strolling through the game code (for educational purposes only, of course [img]images/icones/icon15.gif[/img] ) and I noticed that one part that was irritating me a lot seemed to be actually impossible:
When you take Jen to the restaurant, the meal value can never reach a proper maximum, due to what seems to be a coding bug in file "down16".
The old code:
Code: Select all
<td><a onClick="varPlus1('mealinf2')" href="restcheck1.html">"Then let's have the steak."</a></td>

        <td><a onClick="varPlus1('mealinf3')" href="restcheck1.html">"Then let's have a pizza."</a></td>

      <td><a onClick="varPlus1('mealinf5')" href="restcheck1.html">"Then, let's have the pasta."</a></td>

What I assumedly 'corrected' it into:
Code: Select all
<td><a onClick="varPlus2('mealinf')" href="restcheck1.html">"Then let's have the steak."</a></td>

        <td><a onClick="varPlus3('mealinf')" href="restcheck1.html">"Then let's have a pizza."</a></td>

      <td><a onClick="varPlus5('mealinf')" href="restcheck1.html">"Then, let's have the pasta."</a></td>

I downloaded the game through the mediafire mirror, so maybe it's just an older version or something? Didn't test the online version yet.
User avatar
Nuggetzor0073
Pilot fish
 
Posts: 2
Joined: Sat, 15Dec26 03:09
sex: Masculine

Re: Jennifer - VDG offsite game

Postby Serge » Wed, 16Apr13 19:20

All the game is built as you can choose videos or images but the game is with vidéos by default because there is some bugs :

if you prefer images do that :

* - Entry.html

Replace :

<area shape="rect" coords="265,202,617,287" onClick="varPlus1('sound'),varPlus1('videos')" href="helloname.html" title="Sound on" />

<area shape="rect" coords="263,306,621,406" onClick="varPlus1('videos')" href="helloname.html" title="Sound off" />

By

<area shape="rect" coords="265,202,617,287" onClick="varPlus1('sound')" href="helloname.html" title="Sound on" />

<area shape="rect" coords="263,306,621,406" href="helloname.html" title="Sound off" />

* - helloname.html

Replace :

<p><a href="intro2.html"><img src="buttonsetc/continue.png" width="850" height="100" border="0"></a></p><p><a href="intro2.html"><img src="buttonsetc/continue.png" width="850" height="100" border="0"></a></p>

By

<p><a href="intro1.html"><img src="buttonsetc/continue.png" width="850" height="100" border="0"></a></p><p><a href="intro2.html"><img src="buttonsetc/continue.png" width="850" height="100" border="0"></a></p>


I find many other bugs but the game is playable.
Last edited by Serge on Sat, 16Jun04 01:26, edited 1 time in total.
Serge
Great Master of corals
 
Posts: 1530
Joined: Wed, 10May05 23:00
Location: FRANCE

Re: Jennifer - VDG offsite game

Postby dhans7776 » Wed, 16Jun01 16:57

Nice game, great visuals!
Has any one got all 8 endings?
If so can you give me some clues?

Thanks [img]images/icones/icon13.gif[/img]
dhans7776
great white shark
 
Posts: 29
Joined: Tue, 09Nov03 00:00
Location: USA

Re: Jennifer - VDG offsite game

Postby Hoboy » Wed, 16Jun01 17:22

dhans7776 wrote:Nice game, great visuals!
Has any one got all 8 endings?
If so can you give me some clues?

Thanks [img]images/icones/icon13.gif[/img]


There is a walkthrough section on this site, including http://the-new-lagoon.com/viewtopic.php?f=26&t=135&p=68493&hilit=jennifer#p68493
User avatar
Hoboy
lagoon predator
 
Posts: 204
Joined: Wed, 11Jan12 00:00

Re: Jennifer - VDG offsite game

Postby Natali » Fri, 16Jun10 13:40

I think this author in its crisis. He still sits on V4. Environment is poor. Shortly graphic doesn't improve. Pity he could do it better.
Natali
great white shark
 
Posts: 33
Joined: Fri, 16Apr22 19:12
sex: Female

Re: Jennifer - VDG offsite game

Postby Chaotic_VDG » Fri, 16Jun10 16:12

Natali wrote:I think this author in its crisis. He still sits on V4. Environment is poor. Shortly graphic doesn't improve. Pity he could do it better.


Jennifer is from years ago.

If you want to see some of my modern work, check out my recent blog posts :

http://www.vdategames.com/wordpress/?p=820
http://www.vdategames.com/wordpress/?p=788
http://www.vdategames.com/wordpress/?p=828

Also, nothing wrong with still using the V4. I might be wrong, but I think everyone making these types of games still does.
User avatar
Chaotic_VDG
great white shark
 
Posts: 49
Joined: Tue, 15Sep29 14:12
sex: Masculine

Re: Jennifer - VDG offsite game

Postby Natali » Fri, 16Jun10 16:23

I didn't mean to offend. I just said my opinion. Yes I agree that new pictures are better but they are still V4.
Natali
great white shark
 
Posts: 33
Joined: Fri, 16Apr22 19:12
sex: Female

Re: Jennifer - VDG offsite game

Postby Chaotic_VDG » Fri, 16Jun10 16:45

Natali wrote:I didn't mean to offend. I just said my opinion. Yes I agree that new pictures are better but they are still V4.


None taken.

As I say though, there's really nothing wrong with the V4 base. A majority of artists still use her, and she still looks great.
User avatar
Chaotic_VDG
great white shark
 
Posts: 49
Joined: Tue, 15Sep29 14:12
sex: Masculine


Return to Free sexy games

Who is online

Users browsing this forum: No registered users and 22 guests

eXTReMe Tracker