Author Topic: Im requesting a Modding team For a weapons pack.  (Read 1655 times)

So for a while now ive been wanting to make a realistic fire arms pack for blockland. Now when i say realistic i dont mean: A pack that implements all the features and details from present day fire arms to create one super over powered pack. However I do want to nail key features such as sound, smooth animations, Realistic Damage and spread. Etc, to form a pack that is not only realistic for Military Rps and such, but has enough of a competitive style as well for straight up TDMs.

Sound Design: I would like to implement a semi realistic sound system that i have made. In a nutshell, every gun will play 3 sounds when it is fired that depending on distance, will fade in and out of each other. Yes i have tested this extensively and it does work.

Smooth Animations: Since i am not a modeler nor do i have any experience with 3D animating, this is where im going to need a team. I would like Smooth animations for Reloading, Firing, and recoil animations.
Reloading:Not too fast, not too slow. just a simple: *checks chamber, then changes mag* I dont want another animation for when your out of bullets, just one simple Mag in, mag out.
Firing:The action of the gun moving back and forth, if there is any loose objects like the chain of bullets on a Machine gun, or a sling connector, have them jolt around while firing.
Recoil:Just have the gun jolt back, how far back will depend on the caliber of the weapon I.E an AK47 kicks farther back then an M16A4. The animation should only last around 200-300 Milliseconds.

Realistic Damage and spread: i can do this part. Since this is a semi realistic pack guns will have a high damage model. i can use raycasts to match realistic muzzle velocities.

Effects: I can do this as well. Guns will have a lovey muzzle flare and and smoke emitters,
Im also planning on integrated blood effects.

Coding: I can handle this.

Models: Again i cant model so i need someone for this. For the weapons i was thinking of 2 guns of each category from 2 different factions. Here's my list:
US
Assault Rifle: M16A4, SCAR-L
Carbine: M4A1, HK416
Light Machine Gun: M249 SAW, M240 Bravo
Designated Marksman Rifle: MK11(SR25), MK20 SSR
Sniper Rifle: M82A1, .300 Winchester Magnum
Shotgun: M870, M26 MASS
Pistol: M92FS, M11 9mm

North Korea:
Assault Rifle: K2, Type95
Carbine: K1 Carbine, Type95B
SMG: J2, K7
Light Machine Gun: K3, Type95 MG
Designated Marksman Rifle: QBU88, MSG90
Sniper Rifle: K14, SSG69
Shotgun: USAS12, Mossberg 500
Pistol: K5, IMI 941F



So yea if you want to team up with me Send me a personal message with the following:

If you want to Animate send me a GIF or a link to a youtube video or whatever you need to do to show me your animating skills

If you want to Model send me a picture of a model you made to the best of your ability.


Feel free to give feed back and ideas. Negative feedback is accepted just explain your thoughts, and insulting slurs revolving around my ideas are welcome too, but just consider yourself an ass in my eyes.

You know that people don't just -give- you models for nothing in return, right?

You know that people don't just -give- you models for nothing in return, right?
I know. What are you trying to say?

he's telling you to pay me

he's telling you to pay me
Oh no, this is a voluntary project, im not paying anyone. If someone wants to do this with me id be happy, thats what im looking for.

why did you list all the things that you don't need anyone else to do? that's just confusing. and you can't make realistic muzzle velocities with raycasts because bullets don't travel at the speed of light in real life. also requiring three sounds each just for the guns firing is kind of ridiculous...

why did you list all the things that you don't need anyone else to do? that's just confusing. and you can't make realistic muzzle velocities with raycasts because bullets don't travel at the speed of light in real life. also requiring three sounds each just for the guns firing is kind of ridiculous...
I mentioned these things so people dont ask questions like "Well what are you going to do? Sit back while everyone does the work?"

As for the sounds, you can stop by my server when im hosting my TDM. Trust me it works and it sounds great.
And using:
Code: [Select]
function Projectile::onAdd(%projectile, %a, %b) {
%datablock = %projectile.getDatablock();

if(isFunction(%datablock.getName(), "onAdd")) {
%datablock.onAdd(%projectile);
}

Parent::onAdd(%projectile, %a, %b);
}
};

function ARX160Projectile::onAdd(%datablock, %projectile) {
%projectile.initialVelocity = vectorScale(vectorNormalize(%projectile.initialVelocity), 650);
}

I can make the bullets go as slow or as fast as i want them too.


So anyone wanna team up?

So anyone wanna team up?
Sorry to burst your bubble, but nobody is going to pump out 30 models WITH ANIMATIONS for nothing. You are going to have to offer up some dosh if you want any chance of anyone doing this for you.

Sorry to burst your bubble, but nobody is going to pump out 30 models WITH ANIMATIONS for nothing. You are going to have to offer up some dosh if you want any chance of anyone doing this for you.
Idk, i guess if thats the case then how much money are we asking? for 30 good models with good animations?

Idk, i guess if thats the case then how much money are we asking? for 30 good models with good animations?
I'd expect at least $10 for each model

I'd expect at least $10 for each model
No way, i dont have that kind of money to spend, nor would i want to spend that much money. With the amount of money your asking for i could go and by my self that Airsoft gun i want instead.



This will be a voluntary project.

This will be a voluntary project.
Then good luck getting anyone to do anything at all for you.

Then good luck getting anyone to do anything at all for you.
my freind Deadeye487 made over 30 models for me when we were working on warfare. My buddy BangBang made about 15. There are people out there with similar interests and would participate in this and  i know it.

Besides this is a good way to make freinds and be productive. Ever since Warfare pack, Deadeye and BangBang became two of my most trusted and closest internet freinds.

I can do sounds, but what kind of sounds are you looking for? I could just grab a gunshot sound from a sound library and call it a day, but you gots 2 be more specific.