Barbftr Games and Enemies.

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.

Barbftr Games and Enemies.

Postby Dragonvorelover135 » Tue May 27, 2014 10:12 am

Welcome to the official Barbftr discussion!

You will find all the current releases and the required content to make your own enemies here!

Below is the current list of different Barbftr games and versions each to their respective creator names,

ImaginaryZ,
-2018 HD Player Rework: https://www.furaffinity.net/view/27768399/
-Current Beta/Alpha Build: http://www.furaffinity.net/view/15385852/

Alsnapz,
-Panftr (Non-Fatal Revamp): http://www.furaffinity.net/view/17371095/
-Alsnapz Enemy Mod 3: http://www.furaffinity.net/view/8840199/
-Alsnapz Enemy Mod 2: http://www.furaffinity.net/view/7401202/
-Alsnapz Enemy Mod 1: http://www.furaffinity.net/view/6737499/

Superflame,
-Superflame's Barbftr Version 4: http://www.furaffinity.net/view/15190929/
-Superflame's Barbftr Version 3: http://www.furaffinity.net/view/14963662/

Bluthelizard, (No longer in development.)
-Blu's Barbftr Game Locations: http://www.furaffinity.net/user/plumpish.delight/

StormyRange,
-Barbftr Enemy Mod 1-3 Combined: http://www.furaffinity.net/view/12869181/

67vorelover67,
-Vorelover's Barbftr Revamp: http://www.furaffinity.net/view/16214962/
-Barbftr Pokemon Enemy Update: http://www.furaffinity.net/view/16901881/
-Legend Of Zelda Barbftr Revamp: http://www.furaffinity.net/view/17291429/

gura2,
-Barbftr Najarala Enemy: http://www.furaffinity.net/view/17212654/

Esperskel,
-Barbftr Zibo Enemy: http://www.furaffinity.net/view/16353861/
(Zibo is owned by Alsnapz and worked on by Esperskel with Al's permission.)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Other Notes:

-Don't forget to support them on FA too if you haven't already!

-Specific dates of future updates will not be given so please do not ask! (Like seriously. Don't.)

-Barbftr was originally designed and created by ImaginaryZ, none of these amazing modifications and enemies would exist if not for him!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


The most recent monster maker file package hosted & shared by ImaginaryZ is, https://mega.co.nz/#!RMYQHagT!bAU9SKTQn ... 6YAGusNzkA


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Old info is in the spoiler below just incase anybody might find the info useful still. (Warning: Long Dropdown.)

Spoiler: show
So I decided to start a new topic in order to organize, share, or discuss custom monsters/characters anybody is currently working on or has finished and wish to share them here or perhaps screenshots of enemies currently being worked on as well.

For starters i'll list some general info below:

-Barbftr is a vore flash game developed by ImaginaryZ.

-Recently the game was taken back into interest by Alsnapz who created 3 monster mods for the original game which are located here, http://www.furaffinity.net/user/alsnapz/

-A lot of hard work and motivation is required to design a single monster, but recently Z put up an open source file designed to help shorten the process. It can be found here in the Vore downloads section under ImaginaryZ Junk. (http://aryion.com/content/imaginaryzs-junk -> "Barbftr MONSTERMAKER 2014_10_27.zip")

-Right now if you design an enemy you will have your name listed in the most recent version which is managed and updated by Alsnapz on FA here, http://www.furaffinity.net/view/8840199/ (Requires Adult Filter to view.)

~~~~~~~~~~~~~~~~~~~

If you post a comment on this topic be sure it is related to the mod and not something completely unrelated. This topic was made to help make the game grow in contributions by others willing to design their own enemies.

Here is an alternative download to the Monster Maker Package: https://mega.co.nz/#!5cZ30boB!0wX8kLqtd ... lZP6utOiBU

~~~~~~~~~~~~~~~~~~~

Imaginary Z's Changelog Snippet:

2014-10-27

Error: shadow plays when paused for ext. clips
FIXED: Sometimes, ext. clips are not scaled right when they load
FIXED: Sounds play when ext clips are loaded

2014-10-20

Error: pausing while shrunk == seziure

Added:
New external enemy format EXACTLY mimics internal format. Use this for making monsters.
external.xml so you can load a list of your own external enemies.
G.setPostSync( Obj, func ); //This function is called AFTER all the syncing is done (for well positioned animations) function is of the form function( G, Obj, extra ){};


2014-10-17

G.victoryStatus(); //0 means NO victory, 1 == given, -1 == kill
G.victoryRequest( nextenemy ); //Instantly win against enemy WITHOUT killing them (make each enemy a "maze" to solve...) if nextenemy isn't defined, goes in order.
RAPIDLY TAPPING DOWN == Attack Mode Change (pet mode/attack mode)
G.getPlayerMode(); //Returns the player mode. 0 is normal, 1 is "hug" mode (pet)
G.enemySetAllowPets( doit ); //Allow PETTING of this enemy (you must have a "hitp" animation) if set to 1. 0 disables petting! (default)


2014-10-16

G.syncSubclip( main, subclip, animation, callback ); //For internal shots and other sync clips, keeps the subclip synchronized with the main animations offset correctly. (must match # of frames 1:1) Can also call a function (G, obj, target) after applying animation sync.

2014-10-14

G.setPlayerScale( val ) //Set player scale (100 is default) Note your monster should be carefult to notice player is scaled; and have the victim clips handled as needed....
G.getPlayerScale()//Get player scale (100 is default) Note your monster should be carefult to notice player is scaled; and have the victim clips handled as needed....
G.syncSubclip( main, subclip, animation ); //For internal shots and other sync clips, keeps the subclip synchronized with the main animations offset correctly. (must match # of frames 1:1)


2014-09-06

G.pointsSetPerDamage( value ) //Set the points recieved per HP of damage dealt to enemy (0 is disable!)
G.pointsAdd( amount, dontuselog ) //Add this many points to the player's score for this battle. Optionally, you can disable the logging of these points by seeting the second argument to 1
G.pointsGet( amount ) //Get current total points scored
G.pointsGetFightDelta( amount ) //Get current number of points scored since the start of the current battle
G.enemySetIgnoreWeakHits( value ); //If set to 0 or higher, attacks that do that amount of damage or LESS will not play hit animations. Set to -1 for normal, or pass no arguments.
G.setHMLDef( vh, vm, vl ); //Sets the high, medium and low defense stats in one call.
G.setHMLAtk( vh, vm, vl ); //Sets the high, medium and low attack stats in one call.


~~~~~~~~~~~~~~~~~~~

Tutorials on how to design enemies from scratch made by ImaginaryZ are here if needed, https://www.youtube.com/playlist?list=P ... YKbVstThTd

And to make sure it is clear as mentioned in the original post, YOU MUST HAVE FLASH 8 PROFESSIONAL TO MAKE MONSTERS (You can also PM ImaginaryZ for a copy if you are unable to find a copy anywhere but just try to find it first!)

Currently the featured vore methods are: Oral Vore, AV, Unbirth, and Tail Vore. (CV has not been made yet but whether or not it will be added to the mod is up to ImaginaryZ and Alsnapz. But you are welcome to share it in this topic if you design anything with it! It's what this topic is for.)

Also please do not ask Z or Alsnapz about updates to the mod! It will be updated when it's updated! But the more people who take part in designing enemies the more often it will be updated! So what are you waiting for? Stop waiting for updates and become part of the updates!

If you have any questions that are not answered above feel free to ask as long as they are relevant!

~~~~~~~~~~~~~~~~~~~

(Edit - Added link to video tutorials on the process, also bolded link info for quick reference.)
(Edit 2 - Added Updated Download Link to Monster Maker including the changes of the update.)
(Edit 3 - Added full changelog and a Mirror link on MEGA provided by ImaginaryZ. Added Link and file name to Eka location download.)
Last edited by Dragonvorelover135 on Fri Jul 06, 2018 9:35 am, edited 12 times in total.
User avatar
Dragonvorelover135
Intermediate Vorarephile
 
Posts: 553
Joined: Sun Nov 11, 2012 12:29 pm
Location: America

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Fallenfox » Tue May 27, 2014 12:32 pm

Tagged for when I can use flash 8 pro...
User avatar
Fallenfox
Intermediate Vorarephile
 
Posts: 429
Joined: Tue Feb 17, 2009 2:44 am

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 8Shapes4Colors » Tue May 27, 2014 10:18 pm

Woah, this is actually suprisingly useful post.
Right on~
Treat everyone else with more respect than you treat yourself and only the foolish will call you selfish.
-Something I made up on the fly
User avatar
8Shapes4Colors
Somewhat familiar
 
Posts: 132
Joined: Thu Jun 11, 2009 12:29 pm
Location: Mentally or Physically?

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 8Shapes4Colors » Tue May 27, 2014 10:19 pm

That being said, and sorry for the double post, but if you DO have questions about flash stuff if you're trying to work on it, you can post here. I am Alsnapz, and Z sometimes checks here- and we can try to answer any questions you might have.
Treat everyone else with more respect than you treat yourself and only the foolish will call you selfish.
-Something I made up on the fly
User avatar
8Shapes4Colors
Somewhat familiar
 
Posts: 132
Joined: Thu Jun 11, 2009 12:29 pm
Location: Mentally or Physically?

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby ImaginaryZ » Wed May 28, 2014 12:22 am

Second.

I'm still here, make monsters people! Ask me questions if you have em via PM. Remember, have fun.
Loving-Ultra-Cuddle-Soft-Vore aficionado;
Fur Affinity
Deviant Art
YouTube
Nothing worth doing is easy!
User avatar
ImaginaryZ
Intermediate Vorarephile
 
Posts: 353
Joined: Thu Feb 16, 2006 12:00 am

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Marcus » Wed May 28, 2014 7:01 pm

I must say i love the game so far.
would love it even more if there were more enemies that could unbirth..
User avatar
Marcus
Lord of Shadows
 
Posts: 297
Joined: Wed Nov 09, 2005 12:00 am
Location: Netherlands

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Journeyman » Wed May 28, 2014 7:27 pm

Cool thread idea! I added a link to this thread next to the Barbftr discussion link in the directory post :)
Journeyman.
User avatar
Journeyman
Advanced Vorarephile
 
Posts: 773
Joined: Thu Feb 09, 2006 12:00 am

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Royal_Starlord » Wed May 28, 2014 8:11 pm

I would love to make a monster for this game with a character in mind. (This one btw: http://profile.aryion.com/profile/Cantaloupe ) But uh... Man, I have -15.5% experience. (NEGATIVE fiftieen point five percent experience.)

Might as well look at the tutorial videos, though I'm not sure how soon I can get up to speed with it. <__>
User avatar
Royal_Starlord
Participator
 
Posts: 308
Joined: Tue Mar 01, 2011 6:25 pm
Location: Inside a bra and in between a pair of breasts. X3

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Dragonvorelover135 » Wed May 28, 2014 8:16 pm

I must say i love the game so far.
would love it even more if there were more enemies that could unbirth..

Why not review the tutorials and give something a try. Heck i'm making enemies of my own and I have no experience at all and it really is not that difficult if you take the time to learn the process through the videos.
User avatar
Dragonvorelover135
Intermediate Vorarephile
 
Posts: 553
Joined: Sun Nov 11, 2012 12:29 pm
Location: America

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby starshower » Wed May 28, 2014 11:45 pm

i hope there can be more egg laying deaths like dark lugia
starshower
Somewhat familiar
 
Posts: 103
Joined: Thu Aug 23, 2007 11:00 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Untamed » Sun Jun 15, 2014 4:00 am

So.. where are the new monsters? The latest ones I've seen are Goodra and Nidoking
Untamed
New to the forum
 
Posts: 17
Joined: Mon Jun 09, 2014 2:42 am

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Tomo » Sun Jun 15, 2014 5:53 am

Untamed wrote:So.. where are the new monsters? The latest ones I've seen are Goodra and Nidoking


They are the newest ones added, It's not like there's 100th of people making monsters. Be patient and more will slowly come, if not you can always try making one yourself, but it requites quite a bit of work.
Tomo
Been posting for a bit
 
Posts: 46
Joined: Sun Jun 01, 2014 1:52 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 67vorelover67 » Sun Aug 17, 2014 8:50 am

Is this topic still functioning?

I manufactured some custom-made monsters.

I want advice, supposing some persons remain in this topic.

I am a Japanese.
sorry to be poor at English.
User avatar
67vorelover67
New to the forum
 
Posts: 15
Joined: Sun Oct 27, 2013 2:21 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby panolito » Sun Aug 17, 2014 9:19 am

You should ask alznap if you want to put your creations in his custom version so he can upload them. He would probably agree so dont worry.
User avatar
panolito
Somewhat familiar
 
Posts: 73
Joined: Sat Apr 14, 2012 7:54 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 67vorelover67 » Sun Aug 17, 2014 3:31 pm

Thanks for your reply.

Is the custom-made version of alznap the monster makar offered by http://www.furaffinity.net/view/12732662/ from ImaginaryZ?

I would like to know those who are making the monster other than me.
User avatar
67vorelover67
New to the forum
 
Posts: 15
Joined: Sun Oct 27, 2013 2:21 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby Dragonvorelover135 » Sun Aug 17, 2014 5:44 pm

67vorelover67 wrote:Thanks for your reply.

Is the custom-made version of alznap the monster makar offered by <!-- m --><a class="postlink" href="http://www.furaffinity.net/view/12732662/">http://www.furaffinity.net/view/12732662/</a><!-- m --> from ImaginaryZ?

I would like to know those who are making the monster other than me.
You should check out the list of people in the menu of the main flash here http://www.furaffinity.net/view/8840199/

You can find them by searching the names exactly as they are listed in the work credits.

As for the monster maker you can check the downloads here right at Eka in ImaginaryZ's folder. He keeps it there as well. If you mean the version with all of Al's monsters then that's not a public source for the monster making, it's a closed source that only Alsnapz can change as well as Z if i'm correct.
User avatar
Dragonvorelover135
Intermediate Vorarephile
 
Posts: 553
Joined: Sun Nov 11, 2012 12:29 pm
Location: America

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 67vorelover67 » Mon Aug 18, 2014 8:44 am

That is, if it opens to somewhere, you have to obtain permission to Alznap and ImaginaryZ which are the author.

Is furaffinity used for taking Alznap and contact? Or is Eka's used? Please let me know.
User avatar
67vorelover67
New to the forum
 
Posts: 15
Joined: Sun Oct 27, 2013 2:21 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby four_fleets » Mon Aug 18, 2014 10:04 am

67vorelover67 wrote:Thanks for your reply.

Is the custom-made version of alznap the monster makar offered by http://www.furaffinity.net/view/12732662/ from ImaginaryZ?

I would like to know those who are making the monster other than me.



Just going to ask, but do you have a URL for your work? I'd like to see.
  I wonder if you'll visit This thread?  



I finally found out how to use BBCcode.
User avatar
four_fleets
Intermediate Vorarephile
 
Posts: 535
Joined: Fri Feb 12, 2010 8:57 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 67vorelover67 » Mon Aug 18, 2014 12:58 pm

four_fleets wrote:
Just going to ask, but do you have a URL for your work? I'd like to see.


Are you manufacturing the custom-made monster?

Is "URL for your work" my mail address?

English is very difficult! XD
User avatar
67vorelover67
New to the forum
 
Posts: 15
Joined: Sun Oct 27, 2013 2:21 pm

Re: Barbftr Custom Enemy Discussion And Forum. (Flash)

Postby 8Shapes4Colors » Mon Aug 18, 2014 2:38 pm

67vorelover67 wrote:That is, if it opens to somewhere, you have to obtain permission to Alznap and ImaginaryZ which are the author.

Is furaffinity used for taking Alznap and contact? Or is Eka's used? Please let me know.


I think I'd actually prefer it if you asked me on here.
Treat everyone else with more respect than you treat yourself and only the foolish will call you selfish.
-Something I made up on the fly
User avatar
8Shapes4Colors
Somewhat familiar
 
Posts: 132
Joined: Thu Jun 11, 2009 12:29 pm
Location: Mentally or Physically?

Next

Return to Vore game

Who is online

Users browsing this forum: 4554551N, Alsnapz, antbt2, antho6, Arecan, bosssheng, dddddd2, DecentObserver21, Gamer265, geminishades1, gesshow, Grimnir, gurkan645, gva274, HazeHero, HEYHEY0008, Hghtjgyht, ipiyou, MercurialQuark, mistermadness, RadioIsotope, realmemelard, rosuto, SandvichGuy, Scribble, sean3022, SequoiaPine, sertr6, Shadow200114, shougadesu, Something101, theprinceh, throwerway789, traponeko, vitoris, voreify, Vrwrite, Yandex [Bot], yoshi1599, Zeldazackman