Nomad Vore Game Alpha 34.3C

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: Nomad Vore Game Alpha 28.0B

Postby bloodle8 » Thu Apr 05, 2018 2:37 am

Is there a way to move saves between versions? It's kind of a pain to have to restart from scratch every time the game updates. Whenever I try to copy/paste saves, it just spawns me in the escape pod with the default stats at level 0.
User avatar
bloodle8
Participator
 
Posts: 167
Joined: Sat Aug 07, 2010 4:02 pm

Re: Nomad Vore Game Alpha 28.0B

Postby horseware » Thu Apr 05, 2018 5:47 pm

Is there a file I can modify to speed up exp gain? I wanna try some other characters, but I don't have enough time in my life to re-level in addition to redoing the story. but i frickin love this game so I do it anyways.

Also is there a button to enable the sprint by default? I have auto hotkey setup to do most stuff with one hand (for reasons), but it locks up sometimes when i sprint so i gotta reload the script.

(If anyone wants my bindings: RButton::k;MButton::i;NumpadEnter::>Shift;NumLock::Return;NumpadMult::r;NumpadDiv::q;Numpad0::Enter;Numpad1::l;Numpad2::s;Numpad3::p;Numpad4::a;Numpad5::s;Numpad6::d;Numpad7::k;Numpad8::w;Numpad9::i;PgUp::Suspend;PgDn::Reload)
User avatar
horseware
New to the forum
 
Posts: 19
Joined: Sat Aug 02, 2014 11:51 pm

Re: Nomad Vore Game Alpha 28.0B

Postby darkevilme » Sat Apr 07, 2018 10:12 am

bloodle8 wrote:Is there a way to move saves between versions? It's kind of a pain to have to restart from scratch every time the game updates. Whenever I try to copy/paste saves, it just spawns me in the escape pod with the default stats at level 0.


Nomad does allow porting saves between versions. There was a glitch in one of the versions I put out that broke the functionality in the way you described. But that has since been corrected. However, save porting only ports your character. not your location, completed quests. this is because the way the game is put together if it did that then content added to areas you'd already visited wouldn't be available to you. But there's a reason I've settled into a monthly release schedule to try and lessen the sting of things. Also, nomad will also from now on (this sadly doesn't apply to versions before 27.2) allow you to port your spaceship with you so long as you're aboard it and you're in space in the save where you port it from.

horseware wrote:Is there a file I can modify to speed up exp gain? I wanna try some other characters, but I don't have enough time in my life to re-level in addition to redoing the story. but i frickin love this game so I do it anyways.


Glad to hear you appreciate it. now I couldn't possibly provide advice on how to break the game, so i'm not telling you some players have
Spoiler: show
changed the value for beating fawns in assets/data/npcs/Alpha_Minoris_IIA/fawn from <rpg>
<experiencevalue value="5" /> to a higher value

but like i said, i couldn't possibly provide help to break the game like that, sorry.
darkevilme
---
 
Posts: 1492
Joined: Wed Feb 01, 2006 12:00 am
Location: london, UK

Re: Nomad Vore Game Alpha 28.0B

Postby Buggingbug8020 » Sat Apr 07, 2018 9:50 pm

Do you need a program to edit the fawns exp?
Buggingbug8020
New to the forum
 
Posts: 15
Joined: Mon Nov 06, 2017 12:39 pm

Re: Nomad Vore Game Alpha 28.0B

Postby HS » Sun Apr 08, 2018 1:24 am

Buggingbug8020 wrote:Do you need a program to edit the fawns exp?


Any text editor should work, as long as it doesn't do any automatic editing. Notepad, the Windows staple, works fine.
User avatar
HS
Somewhat familiar
 
Posts: 127
Joined: Wed Dec 28, 2005 12:00 am
Location: Northern Europe, Finland

Re: Nomad Vore Game Alpha 28.0B

Postby Buggingbug8020 » Sun Apr 08, 2018 1:37 am

I can't warp using the shuttle and for some reason the game won't let me dig up the shuttle on the elve world because it thinks the robots are still there, should I restart or can I warp with the shuttle somehow? Get a new ship?
Buggingbug8020
New to the forum
 
Posts: 15
Joined: Mon Nov 06, 2017 12:39 pm

Re: Nomad Vore Game Alpha 28.0B

Postby darkevilme » Sun Apr 08, 2018 6:13 am

Buggingbug8020 wrote:I can't warp using the shuttle and for some reason the game won't let me dig up the shuttle on the elve world because it thinks the robots are still there, should I restart or can I warp with the shuttle somehow? Get a new ship?


1. so you managed to squeeze a generator and FTL engine onto the shuttle? impressive.

2. have you killed 4 of the orb robots yet? if you haven't killed 4, they're still there.

3. you can try to go after the transport on AM III if you're feeling super brave.
darkevilme
---
 
Posts: 1492
Joined: Wed Feb 01, 2006 12:00 am
Location: london, UK

Re: Nomad Vore Game Alpha 28.0B

Postby Buggingbug8020 » Sun Apr 08, 2018 9:28 am

So I've killed the robospheres and paid the lizards to unearth the ship for me, how long do I need to wait?
Buggingbug8020
New to the forum
 
Posts: 15
Joined: Mon Nov 06, 2017 12:39 pm

Re: Nomad Vore Game Alpha 28.0B

Postby Loverofhalo » Tue Apr 17, 2018 4:18 am

I'm getting a game crash every time I try to land on the elf world. Please help?

I think this is the error?

Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at worldgentools.PointsOfInterest.getNextPOI(PointsOfInterest.java:23)
at worldgentools.NPCPlacer.placeNPCPOI(NPCPlacer.java:152)
at worldgentools.ZoneBuildTools.BuildZone(ZoneBuildTools.java:776)
at zone.Zone.LoadZone(Zone.java:318)
at zone.Zone.LoadZone(Zone.java:201)
at view.ViewScene.Transition(ViewScene.java:541)
at widgets.WidgetPortal.Step(WidgetPortal.java:104)
at zone.Tile.Step(Tile.java:77)
at view.ViewScene.UpdateLogic(ViewScene.java:422)
at view.ViewScene.Update(ViewScene.java:481)
at vmo.Game.Update(Game.java:328)
at vmo.Game.Run(Game.java:312)
at vmo.Main.main(Main.java:9)
Loverofhalo
New to the forum
 
Posts: 14
Joined: Fri Aug 16, 2013 8:08 pm

Re: Nomad Vore Game Alpha 28.0B

Postby Anesthetic » Tue Apr 17, 2018 6:17 am

Buggingbug8020 wrote:So I've killed the robospheres and paid the lizards to unearth the ship for me, how long do I need to wait?


Just go do anything. Pick nuts Fight raptors. It will be over before you know it.
User avatar
Anesthetic
Intermediate Vorarephile
 
Posts: 370
Joined: Wed Nov 15, 2017 6:10 am

Re: Nomad Vore Game Alpha 28.0B

Postby nnnddt » Tue Apr 17, 2018 1:00 pm

Hi guys,
I've a prob', i can't play to this game because the game don't find "jarfile nomad.jar" ; someone can help me ? (i click on run, black windows is saying it to me)
User avatar
nnnddt
Somewhat familiar
 
Posts: 136
Joined: Sat Jul 30, 2016 5:02 pm
Location: Pays de la Loire, France

Re: Nomad Vore Game Alpha 28.0B

Postby darkevilme » Tue Apr 17, 2018 1:23 pm

nnnddt wrote:Hi guys,
I've a prob', i can't play to this game because the game don't find "jarfile nomad.jar" ; someone can help me ? (i click on run, black windows is saying it to me)


my only theories are you didnt unzip the nomad folder after downloading the game. that or you don't have java installed.
darkevilme
---
 
Posts: 1492
Joined: Wed Feb 01, 2006 12:00 am
Location: london, UK

Re: Nomad Vore Game Alpha 28.0B

Postby drakeknight » Tue Apr 17, 2018 1:33 pm

i was trying out the newer updates and i'm stuck on two, does anyone know how to spawn eve or how to trigger the arachne UB TF game over the change log mentions?
User avatar
drakeknight
New to the forum
 
Posts: 9
Joined: Mon Mar 31, 2008 11:00 pm

Re: Nomad Vore Game Alpha 28.0B

Postby poprock3189 » Wed Apr 18, 2018 7:45 pm

This game sounds pretty interesting and I want to play, but where do I download it?
poprock3189
New to the forum
 
Posts: 3
Joined: Tue Jul 25, 2017 11:25 am

Re: Nomad Vore Game Alpha 28.0B

Postby l371c4 » Wed Apr 18, 2018 7:48 pm

poprock3189 wrote:This game sounds pretty interesting and I want to play, but where do I download it?


The mediafire and dropbox links on the first post. The latest version is 28.0G, so choose the archive labeled "280G"
l371c4
Somewhat familiar
 
Posts: 80
Joined: Sat Nov 12, 2011 11:34 am

Re: Nomad Vore Game Alpha 28.0B

Postby poprock3189 » Thu Apr 19, 2018 6:36 pm

l371c4 wrote:
poprock3189 wrote:This game sounds pretty interesting and I want to play, but where do I download it?


The mediafire and dropbox links on the first post. The latest version is 28.0G, so choose the archive labeled "280G"
Oh, okay. Thanks for the help.
poprock3189
New to the forum
 
Posts: 3
Joined: Tue Jul 25, 2017 11:25 am

Re: Nomad Vore Game Alpha 28.0B

Postby horseware » Mon Apr 23, 2018 6:47 pm

darkevilme wrote:but like i said, i couldn't possibly provide help to break the game like that, sorry.


darn. Well, thank you very very very much for reply.
Last edited by horseware on Thu May 03, 2018 5:48 pm, edited 1 time in total.
User avatar
horseware
New to the forum
 
Posts: 19
Joined: Sat Aug 02, 2014 11:51 pm

Re: Nomad Vore Game Alpha 28.0H

Postby bloodle8 » Mon Apr 30, 2018 11:09 pm

I haven't hit any of the anal vore scenes that include scat, but is the scat optional? If not, I would seriously consider adding that to the "preferences" options so people can toggle scat on and off. It's a very, very love-or-hate fetish.
User avatar
bloodle8
Participator
 
Posts: 167
Joined: Sat Aug 07, 2010 4:02 pm

Re: Nomad Vore Game Alpha 28.0H

Postby felynehero » Tue May 01, 2018 12:16 am

I'm having trouble warping.

I head to one of the green circles in the space map, open system > nav > warp and get the message "Establishing warp bubble, do not move, press space."
If I go System > Nav > Warp now, it brings up "Charging FTL 0.0%"
If I hit space, (or I saw somewhere I can hit Numpad 5 to wait) the message disappears and nothing happens. Opening up the warp menu gives me the same data as before I clicked warp for the first time and no longer shows a charge percentage.

Have I missed something?
felynehero
New to the forum
 
Posts: 2
Joined: Wed Sep 09, 2015 12:19 am

Re: Nomad Vore Game Alpha 28.0H

Postby PlanktonV2 » Tue May 01, 2018 4:08 pm

what planet do you explore to find the 8 or more slot ship?
*never mind I found it finally, it was just that the cave opening didn't spawn for me until my current map generation
PlanktonV2
Been posting for a bit
 
Posts: 43
Joined: Thu Feb 09, 2012 3:30 pm

PreviousNext

Return to Vore game

Who is online

Users browsing this forum: 369, 6419, acercro, akiza, Amecissist, Anonymous2862749, Armyman91, B4STION, bighead, bigirononhiship, cucapico, CVprey, DecentObserver21, Devidra, DR4C0D1DAC, DRGX1, dst3313, dubobo26, EasyShleezy, Edgyo, Enteresting, Firebrick, FurretSublimination, FurryRump, GrayLotus, hgst1, just1Gaming, KanShiHou, Kejpi, klf56bbbvv, lobovol, moddingman, Moonic, Morbium, mr_dawg, Nanako687, nuklearattack, quest, Shadowninjer14, Slayerhero90, Smorky, Something101, SquishySofty, Thestuman, Twister231, XtraLargSmall1, Yandex [Bot], YoukaiChan