VGame chapter 7

Forum for the Vore games, and other downloads
Forum rules
Don't ask about updates. If there is an update, it will simply be posted. If someone is committing to a timeline, they will just tell you the timeline without needing anyone to ask.

Use Looking for master thread when you are not posting about an existing game.


You use this forum and website at your own risk for all links and uploads. There is no quality control or malware scanning or testing done here. Proceed with caution and use a virtual machine (VM) for any uploads strongly recommended. Virus/malware scanners alone are generally not good enough.

Re: VGame chapter 7

Postby shakey2 » Sun Dec 15, 2019 7:30 pm

Seifens wrote:Are you starting the game by double clicking vgame.jar? If you're using test2.jar or run.bat it's still going to try to run the base game, load the mdb files, etc.


If that's what I'm supposed to run then I've got another problem. When I click vgame.jar it just opens cmd for a second and closes it immediately after.
Edit: Nvm I made it work by editing run.bat to:
Code: Select all
java -jar vgame.jar
shakey2
Been posting for a bit
 
Posts: 44
Joined: Sat Dec 29, 2018 10:33 pm

Re: VGame chapter 7

Postby TNT00007 » Sun Feb 02, 2020 2:21 pm

Error executing script on line 0:
ChangeMap(244,15,1))
java.lang.NumberFormatException: For input string: "1)"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at ScriptInterface.ChangeMap(ScriptInterface.java:514)
at ProcessedScript$ScriptLine.invoke(ProcessedScript.java:42)
at ProcessedScript.execute(ProcessedScript.java:115)
at FenetreTest.executeScript(FenetreTest.java:4458)
at FenetreTest.executeScript(FenetreTest.java:4437)
at FenetreTest.executeScript(FenetreTest.java:4416)
at FenetreTest.executeScriptTilt(FenetreTest.java:2958)
at FenetreTest.doMove(FenetreTest.java:3424)
at FenetreTest.walkTo(FenetreTest.java:3907)
at FenetreTest.mouseReleased(FenetreTest.java:4126)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

:( Why is the room next to INN Elf City like this?
User avatar
TNT00007
Been posting for a bit
 
Posts: 20
Joined: Sat Aug 04, 2018 1:35 pm

Re: VGame chapter 7

Postby Seifens » Mon Feb 03, 2020 4:27 am

I don't know, but it's a content issue so out of my hands. If you're using the modded dat file I posted, maybe it's something to do with that? Try going back to the original and seeing if that helps. Outside of that, just don't go in there, I guess.
User avatar
Seifens
Intermediate Vorarephile
 
Posts: 537
Joined: Fri Nov 25, 2005 12:00 am
Location: Seattle-ish

Re: VGame chapter 7

Postby eleventh » Mon Feb 03, 2020 9:13 am

TNT00007 wrote:Error executing script on line 0:
ChangeMap(244,15,1))
java.lang.NumberFormatException: For input string: "1)"
:( Why is the room next to INN Elf City like this?


The root of the problem looks like the extra ) in the ChangeMap arguments.
If you have software that can edit it, go into VDataFree.mdb and the events section. It looks like that particular one is event 2461.
Try removing the extra ) so it's just " ChangeMap(244,15,1) " and see if that fixes it.
I really need to just post things without rewriting them dozens of times.
User avatar
eleventh
Participator
 
Posts: 277
Joined: Mon May 16, 2011 9:17 am

Re: VGame chapter 7

Postby TNT00007 » Mon Feb 03, 2020 2:44 pm

eleventh wrote:
TNT00007 wrote:Error executing script on line 0:
ChangeMap(244,15,1))
java.lang.NumberFormatException: For input string: "1)"
:( Why is the room next to INN Elf City like this?


The root of the problem looks like the extra ) in the ChangeMap arguments.
If you have software that can edit it, go into VDataFree.mdb and the events section. It looks like that particular one is event 2461.
Try removing the extra ) so it's just " ChangeMap(244,15,1) " and see if that fixes it.
I don't think I understand this kind of data...2461 blank after... ^^;
User avatar
TNT00007
Been posting for a bit
 
Posts: 20
Joined: Sat Aug 04, 2018 1:35 pm

Re: VGame chapter 7

Postby TNT00007 » Mon Feb 03, 2020 2:58 pm

I started it with [vgame. Jar]. It seems that modifying [vdatafree. MDB] has no effect.. ^^;
User avatar
TNT00007
Been posting for a bit
 
Posts: 20
Joined: Sat Aug 04, 2018 1:35 pm

Re: VGame chapter 7

Postby Seifens » Tue Feb 04, 2020 2:54 am

My mod doesn't read from the mdb any more. The mdb database format is mostly unsupported by newer java versions and operating systems, so all the data was ported into a new format that is unfortunately difficult to edit.
User avatar
Seifens
Intermediate Vorarephile
 
Posts: 537
Joined: Fri Nov 25, 2005 12:00 am
Location: Seattle-ish

Re: VGame chapter 7

Postby Ayra42 » Thu Apr 02, 2020 10:12 am

Seifens wrote:My mod doesn't read from the mdb any more. The mdb database format is mostly unsupported by newer java versions and operating systems, so all the data was ported into a new format that is unfortunately difficult to edit.

I see why I can’t make the game work, even after a dozen of manipulations, oh well imma keep looking this up in case a solution rises because I still don’t find any alternative
User avatar
Ayra42
Somewhat familiar
 
Posts: 153
Joined: Sat Jul 21, 2018 11:46 pm

Re: VGame chapter 7

Postby Morkeleb » Fri Apr 03, 2020 1:10 am

Erreur : java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver
Erreur 3 : java.lang.NullPointerException SELECT EventID, TailleX, TailleY, BaseX, BaseY, North, South, East, West FROM Map WHERE MapID=1
Erreur Event loader : :java.lang.NullPointerException
Erreur 2 : java.lang.NullPointerException
Erreur : java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver
Erreur 3 : java.lang.NullPointerException SELECT TiltSet.Position, TiltSet.NomImage, TiltSet.Blocked, TiltSet.EventID, Map.Nom, Map.MapID FROM Map, TiltSet WHERE Map.MapID=TiltSet.MapID AND Map.MapID=1 ORDER BY TiltSet.Position
Erreur la : 0 :java.lang.NullPointerException
Erreur 2 : java.lang.NullPointerException
Erreur : java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver
Erreur 3 : java.lang.NullPointerException SELECT Prop.TailleX, Prop.TailleY, Prop.PositionX, Prop.PositionY, Prop.Nom, Prop.MapID, Map.Nom, Map.MapID FROM Map, Prop WHERE Map.MapID=Prop.MapID AND Map.MapID=1
Erreur prop loader : 0 :java.lang.NullPointerException
Erreur 2 : java.lang.NullPointerException

OK, I downloaded all the chapters up to 7, mashed them all into production, and even downloaded seifen's mod and put that in too. This is the error I get everytime I run the game on the command prompt. How the heck do I actually play your game and not get spammed by error messages instead?
Morkeleb
Somewhat familiar
 
Posts: 69
Joined: Sat Mar 11, 2006 12:00 am

Re: VGame chapter 7

Postby Seifens » Fri Apr 03, 2020 1:18 am

You need to double click vgame.jar to run the game. It looks like you're using test2.jar or run.bat, both of which are part of the original game and no longer work correctly.
User avatar
Seifens
Intermediate Vorarephile
 
Posts: 537
Joined: Fri Nov 25, 2005 12:00 am
Location: Seattle-ish

Re: VGame chapter 7

Postby Morkeleb » Fri Apr 03, 2020 1:30 am

I can't, double clicking the jar file opens up winrar and tries to extract the files from the jar file
Morkeleb
Somewhat familiar
 
Posts: 69
Joined: Sat Mar 11, 2006 12:00 am

Re: VGame chapter 7

Postby Psycho_wolvesbane » Fri Apr 03, 2020 1:41 am

Sounds like you have some program other than a Java environment run time tied to that file extension type as default, look for that in program defaults to switch it.
User avatar
Psycho_wolvesbane
Participator
 
Posts: 286
Joined: Wed Oct 11, 2006 11:00 pm

Re: VGame chapter 7

Postby RandomInjury » Fri Apr 03, 2020 2:20 am

Is this a text adventure or something?
User avatar
RandomInjury
Participator
 
Posts: 245
Joined: Tue Mar 03, 2020 3:39 am

Re: VGame chapter 7

Postby tanker1992 » Fri Apr 03, 2020 7:09 pm

Does anyone have a working link
tanker1992
New to the forum
 
Posts: 15
Joined: Mon Aug 14, 2017 8:29 pm

Re: VGame chapter 7

Postby LucyWinper » Sun Apr 05, 2020 10:47 am

Hello! Long time ago I enjoyed the hell outta this game and watching it develop across its chapters, now years later I am looking for the chapters to download and play again on my win10 machine. However, the pages with the downloads on it don't seem to exist anymore. Is there any way to get the whole game again?
LucyWinper
New to the forum
 
Posts: 2
Joined: Sun Jul 24, 2011 12:03 am

Re: VGame chapter 7

Postby Seifens » Sun Apr 05, 2020 6:24 pm

tanker1992 wrote:Does anyone have a working link

LucyWinper wrote:Is there any way to get the whole game again?

You can download all the chapters from the 'vore downloads' section under the 'other features' link in the site header. You'll have to install them manually, but to my knowledge they're hosted on aryion, so the links shouldn't spontaneously go bad at any point like they can with hosts like mega. Installation instructions are around, but the short version is unzip them all in order, one on top of the other overwriting files as you go. Then add my mod after that if you're so inclined.
User avatar
Seifens
Intermediate Vorarephile
 
Posts: 537
Joined: Fri Nov 25, 2005 12:00 am
Location: Seattle-ish

Re: VGame chapter 7

Postby JaAlBe » Wed Apr 15, 2020 11:41 am

Do I need a certain program to run this game?
JaAlBe
New to the forum
 
Posts: 16
Joined: Thu Mar 16, 2017 3:04 pm

Re: VGame chapter 7

Postby Seifens » Thu Apr 16, 2020 12:57 am

JaAlBe wrote:Do I need a certain program to run this game?

Just Java. Also I guess an operating system capable of supporting Java.
User avatar
Seifens
Intermediate Vorarephile
 
Posts: 537
Joined: Fri Nov 25, 2005 12:00 am
Location: Seattle-ish

Re: VGame chapter 7

Postby ThrowOfTheAway » Wed Jul 22, 2020 11:31 pm

Hate to be a bother, but does anyone have the full download for all the chapters? Fairly new here, so the old downloads expired before I ever saw them, or at least they seem to not work anymore.

Thank you for your time.
ThrowOfTheAway
New to the forum
 
Posts: 1
Joined: Wed Jul 22, 2020 11:03 pm

Re: VGame chapter 7

Postby TF2ScoutGod » Fri Aug 21, 2020 1:16 am

How fuck do i get this to work
User avatar
TF2ScoutGod
New to the forum
 
Posts: 9
Joined: Mon Jan 21, 2019 4:12 pm

PreviousNext

Return to Vore game