krishna3ca's vore game help!

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.

krishna3ca's vore game help!

Postby CodeX » Fri Mar 13, 2009 10:40 pm

Can someone please enlighten me on how to spawn creatures where ever I want? I have read the thing, but I still don't get it. I wanted to spawn a centaur. :gulp:
User avatar
CodeX
Intermediate Vorarephile
 
Posts: 458
Joined: Sun Nov 12, 2006 12:00 am

Re: krishna3ca's vore game help!

Postby CodeX » Fri Mar 13, 2009 10:57 pm

Anyone....?
User avatar
CodeX
Intermediate Vorarephile
 
Posts: 458
Joined: Sun Nov 12, 2006 12:00 am

Re: krishna3ca's vore game help!

Postby Adramalech » Fri Mar 13, 2009 11:42 pm

Adding creatures is a little tricky and it can glitch the game so save before you start tinkering.

Example for adding a Centaur:
AddCaracter(59,68,13,28,6,0,0,3,0)

AddCaracter(CarID,StatID,positionX,positionY,side,triggerEventID,DeathEventID,Movement,AttackedID)
Add a creature on the current map at the specified location.
CarID:ID number of the creature graphics use in the Caracter Table.
StatID:ID number of the statistic of the creature in the StatChar Table.
positionX: postion in the X axis of the creature (starting from 1)
positionY: postion in the Y axis of the creature (starting from 1)
Side:Determine the side of the creature (friends or foes)
1:Normal side for the player. Foes against side 4,6,7.
2:Neutral character. Foes against side 3,5,6,7.
3:Neutral character. Foes against side 2,5,6,7.
4:Hostile Neutral. Foes against side 1,5,6,7.
5:Neutral foes. Foes against 2,3,4,7.
6:Allied Ennemi. Foes against 1,2,3,4,7.
7:Chaotic Ennemi. Foes against all side.
triggerEventID:Event ID number of the script executed when the player bumping it. Only work if the player is not an ennemi.
DeathEventID:Event ID number of the script executed when the creature die.
Movement:Type of the movement of the creature
1:Standing, not moving.
2:Random movement.
3:Search and destroy.
AttackedID:Event ID number of the script executed when the player attack the creature aond that the creature is friendly to the player.

You'll want the StatID that was uploaded to the Walkthrough forum for the VGame and the ScriptCommands if you don't have them. :D

EDIT: Whoops, I didn't realize I put 1's instead of 0's. As the post below states....don't do that >.>
Last edited by Adramalech on Sat Mar 14, 2009 11:04 am, edited 2 times in total.
User avatar
Adramalech
???
 
Posts: 2779
Joined: Sun Dec 21, 2008 12:00 am
Location: Riding on wings of steam

Re: krishna3ca's vore game help!

Postby krishna3ca » Sat Mar 14, 2009 10:17 am

Hi,

For the centaur, I suggest AddCaracter(59,68,13,28,6,0,0,3,0).

Adramalech suggestion will probably do something weird once the creature is killed.

Krishna3ca.
User avatar
krishna3ca
Intermediate Vorarephile
 
Posts: 495
Joined: Sun Apr 16, 2006 11:00 pm
Location: Québec

Re: krishna3ca's vore game help!

Postby CodeX » Sat Mar 14, 2009 12:00 pm

I also need some more help. I am running Windows Vista with the latest Java update, and the game is REAL slow.

ALSO: When I spawn it, it spawns ON the controls and the game crashes.
User avatar
CodeX
Intermediate Vorarephile
 
Posts: 458
Joined: Sun Nov 12, 2006 12:00 am

Re: krishna3ca's vore game help!

Postby Adramalech » Sat Mar 14, 2009 1:43 pm

CodeX wrote:I also need some more help. I am running Windows Vista with the latest Java update, and the game is REAL slow.

ALSO: When I spawn it, it spawns ON the controls and the game crashes.


Hmmm I run XP (Lucky Me) and I've never had that issue before. Perhaps you should try Uninstalling Java then Reinstalling the latest version?
User avatar
Adramalech
???
 
Posts: 2779
Joined: Sun Dec 21, 2008 12:00 am
Location: Riding on wings of steam

Re: krishna3ca's vore game help!

Postby CodeX » Sat Mar 14, 2009 2:58 pm

Adramalech wrote:
CodeX wrote:I also need some more help. I am running Windows Vista with the latest Java update, and the game is REAL slow.

ALSO: When I spawn it, it spawns ON the controls and the game crashes.


Hmmm I run XP (Lucky Me) and I've never had that issue before. Perhaps you should try Uninstalling Java then Reinstalling the latest version?


I uninstalled Java, now it is REALLY F*cked!

The Java app in my control panel is broke and when I try to install it nothing happens, even if i reboot.
User avatar
CodeX
Intermediate Vorarephile
 
Posts: 458
Joined: Sun Nov 12, 2006 12:00 am

Re: krishna3ca's vore game help!

Postby CodeX » Thu Jun 18, 2009 6:52 am

Topic Revive!

Different Computer, Same issues.

OS: Windows XP

Issue: Same as above

I have the latest version of Java and it still crashes.

This is what I do...

Cheats > Paste AddCaracter(59,68,13,28,6,0,0,3,0) > Spawns off screen > Crashes
User avatar
CodeX
Intermediate Vorarephile
 
Posts: 458
Joined: Sun Nov 12, 2006 12:00 am

Re: krishna3ca's vore game help!

Postby krishna3ca » Thu Jun 18, 2009 2:31 pm

Hi,

Sorry, I made a little error in the cheat try instead :

AddCaracter(59,68,13,15,6,0,0,3,0).
User avatar
krishna3ca
Intermediate Vorarephile
 
Posts: 495
Joined: Sun Apr 16, 2006 11:00 pm
Location: Québec

Re: krishna3ca's vore game help!

Postby CodeX » Fri Jun 19, 2009 3:10 am

That worked! Thanks! :D
User avatar
CodeX
Intermediate Vorarephile
 
Posts: 458
Joined: Sun Nov 12, 2006 12:00 am

Re: krishna3ca's vore game help!

Postby Shrunkenhero007 » Fri May 14, 2010 8:06 pm

how do you get in to the game i don't know how to do it Please help.
Shrunkenhero007
Been posting for a bit
 
Posts: 32
Joined: Sat Apr 17, 2010 1:30 pm

Re: krishna3ca's vore game help!

Postby krishna3ca » Sat May 15, 2010 8:39 am

I'm not exactly sure what you mean, but to start the game double click on the test2.jar file.

Before doing that ,

- Download and install Java. http://java.com/en/download/
- Make sure to have downloaded all 5 chapters.
- Unzip them in order in the same folder.

Krishna3ca.
User avatar
krishna3ca
Intermediate Vorarephile
 
Posts: 495
Joined: Sun Apr 16, 2006 11:00 pm
Location: Québec

Re: krishna3ca's vore game help!

Postby Shadowlyger » Sat May 15, 2010 2:07 pm

Well this is kind of annoying...

See, I've made a spell to transform myself into a Faerie Mage. It works... but it came out as castable only on enemy targets and not myself. It still turns ME into a faerie mage, but it has to compare against an enemy target's curse resistance. I've set it up almost exactly like Centauress Transformation, but instead of the blue tooltip for a buff, it has the red tooltip for an attack. How do I switch it to friendly, automatic self-cast?
User avatar
Shadowlyger
Advanced Vorarephile
 
Posts: 787
Joined: Thu Jan 22, 2009 8:30 pm

Re: krishna3ca's vore game help!

Postby krishna3ca » Sat May 15, 2010 2:20 pm

Centauress Transformation ??? I don't recall that.

Anyway, if you change the Harmful field in the table Spell to 1 and TypeResist to 0, your spell will work on anyone anytime. For making the spell work only on you, that depend how you apply the bonus. If you apply the bonus with a script (the eventID field) change the AddBonusTarget() to AddBonusSource() (with the same parameters). If you use the bonusID field, well, you will have others choices to modify it so that the bonus is applyed through a script.

Krishna3ca.
User avatar
krishna3ca
Intermediate Vorarephile
 
Posts: 495
Joined: Sun Apr 16, 2006 11:00 pm
Location: Québec

Re: krishna3ca's vore game help!

Postby Shadowlyger » Sat May 15, 2010 3:58 pm

I did use addbonussource

... and lol, I guess the centauress transformation was part of that one guy's mod. I'll have to look over it again.

On a different note, I have for some reason become immune to shrink spells. Even though my curse resist is negative 200.

And when I say immune I mean IMMUNE. Even the faerie guards at the faerie village can't shrink me, and they could even when I had absurd curse resist.
User avatar
Shadowlyger
Advanced Vorarephile
 
Posts: 787
Joined: Thu Jan 22, 2009 8:30 pm

Re: krishna3ca's vore game help!

Postby MysteryOne » Sat May 15, 2010 4:51 pm

Adramalech wrote:You'll want the StatID that was uploaded to the Walkthrough forum for the VGame and the ScriptCommands if you don't have them. :D


So, where i can find that walkthrough and SciptCommand list?
User avatar
MysteryOne
Somewhat familiar
 
Posts: 73
Joined: Mon Oct 29, 2007 11:00 pm

Re: krishna3ca's vore game help!

Postby krishna3ca » Sun May 16, 2010 8:48 am

Shadowlyger
I'm not sure how you can become immune to the shrinking effect. Is-it possible that you were enlared and hit by a shrinking spell? If that so, you won't actually shrink until the shrinking effect of the first spell wears off (further shrinking spell only extends the time of the spell and not the effect.) You can try to stay at a inn and try again with the guard's conversation.

MysterOne : The list of all scripts command can be found in the scriptCommands.txt file that should be in the directory where the game is installed. For the walkthrough, bit of pieces are scattered in many threads. In my knowledge, there isn't any complete walkthrough. There is nice maps of the game.

Krishna3ca.
User avatar
krishna3ca
Intermediate Vorarephile
 
Posts: 495
Joined: Sun Apr 16, 2006 11:00 pm
Location: Québec

Re: krishna3ca's vore game help!

Postby MysteryOne » Sun May 16, 2010 9:08 am

krishna3ca wrote:MysterOne : The list of all scripts command can be found in the scriptCommands.txt file that should be in the directory where the game is installed. For the walkthrough, bit of pieces are scattered in many threads. In my knowledge, there isn't any complete walkthrough. There is nice maps of the game.


Roger that, thanks.
User avatar
MysteryOne
Somewhat familiar
 
Posts: 73
Joined: Mon Oct 29, 2007 11:00 pm

Re: krishna3ca's vore game help!

Postby Shadowlyger » Sun May 16, 2010 3:40 pm

Haven't tried staying at an inn...

Though I will say that I can still use Enlarge on myself, I just can't shrink.
User avatar
Shadowlyger
Advanced Vorarephile
 
Posts: 787
Joined: Thu Jan 22, 2009 8:30 pm

Re: krishna3ca's vore game help!

Postby envi » Sat May 22, 2010 6:32 pm

How come every time I move, the screen flashes white? Does anyone have any idea on how to fix this?
envi
New to the forum
 
Posts: 1
Joined: Sat May 22, 2010 6:27 pm

Next

Return to Vore game