Page 1 of 16

Barbftr Games and Enemies.

PostPosted: Tue May 27, 2014 10:12 am
by Dragonvorelover135
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.)

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

PostPosted: Tue May 27, 2014 12:32 pm
by Fallenfox
Tagged for when I can use flash 8 pro...

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

PostPosted: Tue May 27, 2014 10:18 pm
by 8Shapes4Colors
Woah, this is actually suprisingly useful post.
Right on~

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

PostPosted: Tue May 27, 2014 10:19 pm
by 8Shapes4Colors
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.

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

PostPosted: Wed May 28, 2014 12:22 am
by ImaginaryZ
Second.

I'm still here, make monsters people! Ask me questions if you have em via PM. Remember, have fun.

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

PostPosted: Wed May 28, 2014 7:01 pm
by Marcus
I must say i love the game so far.
would love it even more if there were more enemies that could unbirth..

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

PostPosted: Wed May 28, 2014 7:27 pm
by Journeyman
Cool thread idea! I added a link to this thread next to the Barbftr discussion link in the directory post :)

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

PostPosted: Wed May 28, 2014 8:11 pm
by Royal_Starlord
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. <__>

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

PostPosted: Wed May 28, 2014 8:16 pm
by Dragonvorelover135
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.

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

PostPosted: Wed May 28, 2014 11:45 pm
by starshower
i hope there can be more egg laying deaths like dark lugia

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

PostPosted: Sun Jun 15, 2014 4:00 am
by Untamed
So.. where are the new monsters? The latest ones I've seen are Goodra and Nidoking

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

PostPosted: Sun Jun 15, 2014 5:53 am
by Tomo
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.

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

PostPosted: Sun Aug 17, 2014 8:50 am
by 67vorelover67
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.

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

PostPosted: Sun Aug 17, 2014 9:19 am
by panolito
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.

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

PostPosted: Sun Aug 17, 2014 3:31 pm
by 67vorelover67
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.

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

PostPosted: Sun Aug 17, 2014 5:44 pm
by Dragonvorelover135
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.

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

PostPosted: Mon Aug 18, 2014 8:44 am
by 67vorelover67
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.

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

PostPosted: Mon Aug 18, 2014 10:04 am
by four_fleets
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.

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

PostPosted: Mon Aug 18, 2014 12:58 pm
by 67vorelover67
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

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

PostPosted: Mon Aug 18, 2014 2:38 pm
by 8Shapes4Colors
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.