FOOD FIGHT! ...A concept for an insane-healthy weaponmod!

Need some nice Mods? Here, you are right!
iloveut99
Skilled
Posts: 231
Joined: Mon Aug 16, 2010 10:25 pm

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by iloveut99 »

This is looking awesome. I love the idea.
Pokerchip
Posts: 1
Joined: Thu Jul 22, 2010 9:36 am

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by Pokerchip »

I can't wait to play this! I love the idea, can't believe no one thought of it before!
User avatar
rohitggarg
Adept
Posts: 400
Joined: Wed Mar 12, 2008 7:18 am
Personal rank: The name is Bu||et
Location: India
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by rohitggarg »

Well... tried making a bread ammo but i am not able to figure out a way to fix some wierd thing happening.. As soon as i go far, the mesh breaks up and kinda dissapears :|..
Bread.zip
Build and bread :D
(384.4 KiB) Downloaded 89 times
Can someone have look maybe??
Regards,
Rohit

CATCH ME IF YOU CAN.............
Image

My website : http://www.appointmentagent.com
User avatar
Feralidragon
Godlike
Posts: 5493
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by Feralidragon »

It's not weird. I saw the import directives, and it's normal that to happen.
An extra line in the directives is needed to keep that from happenning:

Between:

Code: Select all

#exec MESH IMPORT MESH=Bread ANIVFILE=MODELS\Bread_a.3d DATAFILE=MODELS\Bread_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=Bread X=0 Y=0 Z=0
You need to add:

Code: Select all

#exec MESH LODPARAMS MESH=Bread STRENGTH=0.5
Making it:

Code: Select all

#exec MESH IMPORT MESH=Bread ANIVFILE=MODELS\Bread_a.3d DATAFILE=MODELS\Bread_d.3d X=0 Y=0 Z=0
#exec MESH LODPARAMS MESH=Bread STRENGTH=0.5
#exec MESH ORIGIN MESH=Bread X=0 Y=0 Z=0

By default, when you import any mesh into UT, its "strength" is set to 1.0 by default. Strength is the property in the mesh import that defines the default LOD of the mesh, basically, on what distance it should morph and start to hide polys so the engine can keep it up when you have too many meshes in view.
Strength value goes from 0.0 to 1.0.
Strenght = 1.0 will make the mesh morph and hide polys as soon as you start walking away from it, Strenght = 0.0, it will never morph and hide polys, no matter how distant you are from it, and although this sound good, it will impact on the engine performance a lot, so just set strength to the value you find best (0.5 should be good enough for ammo though).

The LOD of the mesh can also be set through the property LODBias, but this value is only tweakable after import (as I have detail settings in my pack, I import most of my models with strength = 1.0, and adjust the LODBias instead for the level of detail on the pack settings).
Unlike Strength, the bigger the value of LODBias, bigger the detail of the mesh on distance, and afaik it doesn't have a real limit, although 8.0 should suffice for "full detail" even for strength=1.0 meshes.
User avatar
rohitggarg
Adept
Posts: 400
Joined: Wed Mar 12, 2008 7:18 am
Personal rank: The name is Bu||et
Location: India
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by rohitggarg »

Wow.. thanks for the description Ferali :D works like a charm.. 0.2 is what i have used.
Regards,
Rohit

CATCH ME IF YOU CAN.............
Image

My website : http://www.appointmentagent.com
User avatar
GenMoKai
Godlike
Posts: 2896
Joined: Tue Mar 18, 2008 9:39 pm
Personal rank: Mapper
Location: Netherlands, the land of cheese and weed!

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by GenMoKai »

This wasnt 100% what was in the idea, but i thought it would be a cool idea for a melee weapon

[youtube]8pPv_Z5DE4I[/youtube]

Cheers!
Image
EAT THOSE FRIGGIN BANANAS !!!!!
1000 MPH Studios MAY NOT play any ut99.org community mappack 2 map without George W. Bush explicit permission
User avatar
rohitggarg
Adept
Posts: 400
Joined: Wed Mar 12, 2008 7:18 am
Personal rank: The name is Bu||et
Location: India
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by rohitggarg »

Wooohooo the pan thing is awesome :D... I would prefer to get the pan from my back instead of below, dunno how to do that maybe but lets suppose that a better place to keep the pan is some holster attached to your back :D :D

Can you do that change maybe??

Hey and one more thing, just add another animation for doing nothing i.e. idle mode in which the hand rolls the pan :D shud look awesome :D
Regards,
Rohit

CATCH ME IF YOU CAN.............
Image

My website : http://www.appointmentagent.com
User avatar
papercoffee
Godlike
Posts: 10448
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by papercoffee »

I agree with rohitggarg... maybe the normal melee attack a little bit faster combined with a first back swing out of the screen...
I explain:
you grab the pan and hold it more lax in your hand ...if you hit the fire button the player swing the pan out of the screen (up right) and strike down, again out of the screen (down left).
...if you hit the alternate fire button the player swings the pan to the left out of the screen ...now you do a backhand drive. The alternate fire should be like the alternate fire of the Impact-hammer.
As we talked about the backhand drive should be able to hit projectiles back if you don't miss the timing.

PS.: I got some UV maps from the weapons ....I can texture it. *joy*
User avatar
GenMoKai
Godlike
Posts: 2896
Joined: Tue Mar 18, 2008 9:39 pm
Personal rank: Mapper
Location: Netherlands, the land of cheese and weed!

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by GenMoKai »

oki, then i need a story board i think for this one... hard to imagine what to do next... sounds like Tennis... and i hate Tennis :P
Image
EAT THOSE FRIGGIN BANANAS !!!!!
1000 MPH Studios MAY NOT play any ut99.org community mappack 2 map without George W. Bush explicit permission
User avatar
papercoffee
Godlike
Posts: 10448
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by papercoffee »

GenMoKai wrote:hard to imagine what to do next... sounds like Tennis... and i hate Tennis :P
:loool: Image


OK I'll do one storyboard.
User avatar
papercoffee
Godlike
Posts: 10448
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by papercoffee »

Here the glove texture ...

Maybe ...more Space-style or robot-style??
Attachments
all you need is glove....
all you need is glove....
User avatar
GenMoKai
Godlike
Posts: 2896
Joined: Tue Mar 18, 2008 9:39 pm
Personal rank: Mapper
Location: Netherlands, the land of cheese and weed!

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by GenMoKai »

looks great! When im back home i check it out
Image
EAT THOSE FRIGGIN BANANAS !!!!!
1000 MPH Studios MAY NOT play any ut99.org community mappack 2 map without George W. Bush explicit permission
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by Rakiayn »

how about the frying pan's normal fire is just a swing.
and with the altfire you can block incoming projectile's / food
User avatar
papercoffee
Godlike
Posts: 10448
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by papercoffee »

Rakiayn wrote:how about the frying pan's normal fire is just a swing.
and with the altfire you can block incoming projectile's / food
papercoffee wrote:the backhand drive should be able to hit projectiles back if you don't miss the timing.
:mrgreen:
User avatar
rohitggarg
Adept
Posts: 400
Joined: Wed Mar 12, 2008 7:18 am
Personal rank: The name is Bu||et
Location: India
Contact:

Re: FOOD FIGHT! ...A concept for an insane-healthy weaponmod

Post by rohitggarg »

Hmm, good replacement for impact hammer i see :D.. ill try to figure out the code maybe.. While coffee can figure out the textures :)
Regards,
Rohit

CATCH ME IF YOU CAN.............
Image

My website : http://www.appointmentagent.com
Post Reply