Page 1 of 10

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 00:02
by kendalinho
it is finally up and ready to be downloaded, thanks chaotic!!!

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 00:32
by blaman
Morrowind ? never played... ;)

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 00:50
by Wutaro
a good entry so far, i'd like to actually be able to see how much money you have though. found 2 endings so far wonder if theres any more added yet. over all i give it a [img]images/icones/icon7.gif[/img] so far

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 01:03
by dboy
It says there is only 2 endings at the moment, however in 2 or 3 weeks he will have around 6 or 7 endings.

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 01:07
by blaman
got 2 endings too and sadly... seems like there are no more :( only 95 pictures in the images folder. obviously there is something extra planned that would involve the castle though

also found some bugs
1) if you are already on a date (picked the girl up from her place) and go to the store, then the date kinda starts over, that's obviously bugged

2) to get the "give a present option" I need to use "tab", which relocates image in a strange way. happens in Opera. in Chrome I don't see the option as "tab" key works different there

3) whether you buy a present or no - you still hear "enjoy the purchase"

oh, and what I absolutely detest (though it is my personal preference) - "half-people" (like the guy in bar) in any game, especially in dating/sex game... breaks the mood for me...

on the other hand - the new girl is really pretty and looks great on most of the pictures :)

overall... previous games were longer and better. don't want to criticize as I am aware that there is little to no profit behind Chaotic's games. so I do appreciate his effort, just a bit less than in really great episodes of VDG ;)

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 02:24
by cheese101
im disappointed it isnt available online,hopefully that will change...
can anybody tell me if it will?

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 04:18
by Wutaro
i can't say for certain, but i'd say theres about a 99.99999997% chance that it will be online soon

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 04:53
by ohfk
Image

I'm not sure if it's downloaded correctly. I can play the game, (but not get very far) I only have on screeen instuctions. I.E "go somewhere else"/grab her and kiss her" when i mouse over different parts of the screen. There is no multiple choice options(text) like in the other characters. Also , how do i give the gift? maybe I've not quite "got it". But it doesn't seem right to me... any help appreciated

Thanks

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 06:18
by cowboyblob
I got both endings... there's no multiple choice available, at least not in Safari. Can't give her a gift, but you've got to buy something to win :)

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 06:29
by TheBrain
I'm gonna go with saying it's "ok". Two endings is a bit limited (but if there are more coming: yay!) and ran into a few bugs.

It's good to see Chaotic finally switched to javascrïpt. And while copying the date ariane code is not necessairily bad (better copy a good concept than create something bad yourself), I'd say including 'dating2.htm' is a bit over the top :P.

I got one more technical comment for Chaotic, at the places where money is subtracted your code is overly complicated (or if I'm a bit more blunt: just bad...).
Right now you use a structure "if (parent.gold == 10) { parent.gold = 5; ... } else if (parent.gold == 9) { parent.gold = 4; ... } etc.", which can be replaced by this:
"if (parent.gold >= 5) { parent.gold -= 5; ... } else { ... }"
Not to sound harsh, but writing code like this is a clear indication you don't know how to program very well. I would really recommend just going over a few basic tutorials to see what is possible (in your case you'd probably prefer the ones for javascrïpt, but these really are very basic programming concepts).

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 12:04
by blaman
Present bug:
I use Opera ;) in Opera you can use "tab" key, which moves the selection to different parts of the image (so you can use tab + space, no mouse needed). and to give a present, I simply have to use tab key once or twice, it distorts the image but gives a correct option. yeah, its bugged, but it works for me

it looks like this:
Image

tried with Chrome - couldnt do it

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 14:07
by yawner
@TheBrain

While you're right about "money"...

Not to sound harsh, but saying that code of ariane is a "good concept" it's just bad.

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 15:36
by Stefan89
hy everyone
could someone send me the link for this game on a pm ...because i cant find it
pls

Re: Virtual Fantasy Girls release!!!

PostPosted: Sun, 09Oct18 17:07
by erana
Blaman, after checking Chaotic's code a bit it seems what you report is not an Opera bug, is just the area he choosed for that action. True, he could have choosen a diferent, more obvious area, like, say, the hand.


But this IS a bug. The variable "mether", that regulates if you've already meet her, is incorrectly handled and is set to "1" (=true) only by choosing the "compliment her outfit" dialog (which sets the "greet1" function), not by actually meeting her. Which means that if you buy her a gift, give it to her, then go to the store, when you leave the store (at which point it checks for the "mether" value) you'll be again at game start!

Workaround and bugfix sugestion for Chaotic: edit the file "pic3.html" and where it says