project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > PR:BF2 Suggestions
PR Time:
Register Forum RulesDeveloper Blogs Project Reality Members List Search Today's Posts Mark Forums Read
PR:BF2 Suggestions Suggestions from our community members. Read the stickies before posting.

Contact Support Team Frequently Asked Questions Register today!

Reply
 
LinkBack Thread Tools Display Modes
Old 02-19-2008, 09:38 AM   #41
Death_dx
Default

Quote:
Originally Posted by [R-MOD]Masaq View Post
ALso add to the equation the fact that Wikipedia isn't actually a reliable source.

It's more of a MMORPG where players have to sneak a load of false facts into an imaginary online encyclopedia, whilst simultaniously trying to stop others from getting their false facts into it.
Uh, so do you have a more reputable source that disagrees with what I posted?
Death_dx is offline Reply With Quote
Old 02-19-2008, 09:50 AM   #42
[R-DEV]Dunehunter
Lead Forum Moderator
Supporting Member

[R-DEV]Dunehunter's Avatar
Send a message via MSN to [R-DEV]Dunehunter
Default

Masaq, still got that link to that FBI document?


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.


[R-MOD]Jigsaw]I am drunk. I decided to come home early because I can''t realy seea nyithng. I hthknk i madea bad choicce.
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-DEV]Dunehunter is offline Reply With Quote
Old 02-19-2008, 11:59 AM   #43
[R-CON]nedlands1
PR:BF2 Contributor

[R-CON]nedlands1's Avatar
Default

...back on topic

Quote:
Originally Posted by Outlawz View Post
3. The SVD's rate of fire is 30 rpm, meaning you can only fire one shot every 2 seconds per minute.
In-game you can fire the SVD very rapidly and while it may not be accurate, it's non-realistic since the SVD isn't capable of such ROF in real life.
Decrease the ROF on SVD.

Proof link:
SVD Sniper Rifle

4. Increase the hand grenade fuse and reload to 4 seconds. Probably already been said a hundred times.
In response:

#3 "one shot every 2 second per minute" should read one shot every 2 seconds for 20 seconds (ie time it will take to expend a 10 round magazine). As already stated, this is the effective rate of fire. This means the time to settle from recoil, readjust aim, steady breathing and fire. It has nothing to do with the cyclic rate of fire (except must be less than or even to the cyclic). To achieve this, maybe the "ObjectTemplate.deviation.setFireDev" needs to have values of, "X/Y/60X"(where "X" is the random deviation added you want added, "Y" is the random deviation added per shot you want added and "60X" is the amount reduced every sever frame (once every 1/30 second)). This would make steady time, for random deviation due to shooting, 2 seconds.

#4 There are a few problems with the grenade system. One of which is the fuse time. The main one is the fact that you can "cook-off" indefinitely by holding your alternate fire key. I don't think the grenade can be made to go off in your hand as it doesn't exist exist as a projectile in while being "cooked off". I don't think it's possible to have it act as a stationary projectile which exists as soon as you press your alternate fire key and then flies off with the required velocity once the key is released. To overcome this I think there needs to be a new animation which has the grenade being pulled back slowly with both hands, while holding the secondary fire button. Once released the other hand would pull the pin out while hand grasping the grenade would commence the throwing animation.

Back to the fuse's delay. There are three components to the grenade throw. The "ObjectTemplate.fire.pullBackTime", which determines how long it takes the grenade to be pulled back (animations must be matched accordingly). Secondly there is "ObjectTemplate.fire.fireLaunchDelay", which determines how long it takes before the throwing part of the movement is complete (again must be matched to the animations). Finally there is "ObjectTemplate.timeToLive". This one determines the time, once the grenade has been launched, until the grenade detonates. This one is special since the ''Continuous Random Distribution'' (CRD) functions can be used with it. Currently it is set with no random distribution at 2.8 seconds. One may set it to follow a uniform, exponential or normal distribution with a range of values. You could use this to model the slight inaccuracies in the fuse's time.

Strictly speaking the fuse time is the "ObjectTemplate.fire.fireLaunchDelay" time plus the "ObjectTemplate.timeToLive" time and plus part of the "ObjectTemplate.fire.pullBackTime" for the primary fire. For the secondary fire it would be the same but also would include the time being held. If my idea was followed through then they both could be almost the same.

If we took the M67 which has these properties currently:

Code:
rem ---BeginComp:ThrownFireComp ---
ObjectTemplate.createComponent ThrownFireComp
ObjectTemplate.fire.fireLaunchDelay 0.39
ObjectTemplate.fire.altFireInput PIAltFire
ObjectTemplate.fire.addFireRate 0
ObjectTemplate.fire.projectileStartPosition 0/0/0.2
ObjectTemplate.fire.fireLaunchDelaySoft 0.8
ObjectTemplate.fire.showWeaponAfterReloadDelay 0.1
ObjectTemplate.fire.pullBackTime 0.9
rem ---EndComp ---
...
ObjectTemplate.timeToLive CRD_NONE/2.8/0/0
Then we could make some changes to make it better. Apparently the fuse in it detonates the grenade between 4 and 5 seconds if the grenade is not defective (Source: FM 3-23.30 Chptr 1 Types of Grenades). Therefore the three functions should be as follows:

ObjectTemplate.fire.pullBackTime 0.9
ObjectTemplate.fire.fireLaunchDelay 0.39
ObjectTemplate.timeToLive CRD_UNIFORM/4.01/3.01/0

This assumes that the when the grenade pulls back, it takes .3 of a second to pull the pin out and the remaining 0.6 of a second to bring the grenade fully back. Also it assume that the chances of the grenade exploding at any point within (and including) 4 to 5 seconds is equal to any another.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

[R-CON]nedlands1 is offline
Last edited by [R-CON]nedlands1; 02-19-2008 at 12:06 PM..
Reply With Quote
Old 02-19-2008, 01:30 PM   #44
markonymous

markonymous's Avatar
Default

i dont really understand the argument about the helmet stopping a 9mm or not... it will most certanly stop a 9mm and even 7.62 in some cases

Quote:
The PASGT Helmet is said to have stopped rifle rounds on occasion, most commonly 7.62x39mm (AK) rounds (in one account the PASGT Helmet is credited with stopping an M43 round from approximately 25 meters)
another thing im a bit annoyed at is that the C4 still can't blow up a tin can of an apc.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
markonymous is offline
Last edited by markonymous; 02-19-2008 at 01:39 PM..
Reply With Quote
Old 02-19-2008, 03:55 PM   #45
[R-DEV]Masaq
PR2 Manager
Supporting Member

[R-DEV]Masaq's Avatar
Send a message via MSN to [R-DEV]Masaq
Default

Quote:
Originally Posted by Death_dx View Post
Uh, so do you have a more reputable source that disagrees with what I posted?
I wasn't saying your comments were wrong. I was saying that it's sloppy to reference to Wikipedia, as WP is pretty much the Internet's #1 retail outlet for fresh male bovine droppings. Wikipedia does usually include links to more reliable sources (at least, any page on WP even slightly worth trusting will have them, and it's those that people should be referencing in support of statements. Call it academic snobbery if you like, but it's a point worth making.

But sure, I have a more reputable source if you want one


Quote:
Originally Posted by [R-MOD]dunehunter View Post
Masaq, still got that link to that FBI document?
Sure^2.


PATRICK, U.W. (1989) Handgun Wounding: Factors and Effectiveness. Virginia: Federal Bureau of Investigation.
Available Online: http://www.firearmstactical.com/pdf/fbi-hwfe.pdf and in html: The Gun Zone -- FBI Handgun Wounding Factors and Effectiveness


Wish more people on these forums would read it; it's a VERY good explaination of what happens when somebody is shot by a handgun, and also mentions wounding by high-velocity bullets in comparision.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

"That's how it starts, Mas, with that warm happy feeling inside. Pretty soon you're rocking in the corner, a full grown dog addict, wondering where your next St Bernand is coming from..." - IAJTHOMAS
"Did they say what he's angry about?" asked Annette Mitchell, 77, of the district, stranded after seeing a double feature of "Piranha 3D" and "The Last Exorcism." -
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

[R-DEV]Masaq is offline
Last edited by [R-DEV]Masaq; 02-19-2008 at 04:01 PM..
Reply With Quote
Old 02-19-2008, 04:07 PM   #46
BloodBane611
Registered User
Supporting Member

BloodBane611's Avatar
Default

Quote:
another thing im a bit annoyed at is that the C4 still can't blow up a tin can of an apc.
One C4 on an APC will set it on fire, and it will explode in about 10 seconds.

Anyhow, I think it's pretty obvious that the grenades need some fixing, but if you pay attention to the animation you'll see that the spoon is not released. So when you're holding the grenade after using secondary fire, the pin is pulled but the fuse is not activated. So the only thing needed modified is the fuse time itself, which is easily done by changing 2 numbers.

This thread is a haven for falsities of all sorts, but I have to go to practice, so I'll leave them for later. But the FBI report is a good place to learn about the ACTUAL wounding characteristics of handguns.



[R-CON]creepin - "because on the internet 0=1"

BloodBane611 is offline Reply With Quote
Old 02-20-2008, 04:40 AM   #47
Sabre_tooth_tigger

Sabre_tooth_tigger's Avatar
Default

Quote:
Originally Posted by DeltaFart View Post
I love that, hey someone see how fast that was, and multiply it by however much to get a minute, there's your ROF RPM
About 600rpm I think


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Sabre_tooth_tigger is offline Reply With Quote
Old 02-20-2008, 05:21 AM   #48
cplgangster

cplgangster's Avatar
Default

Quote:
Originally Posted by markonymous View Post
i dont really understand the argument about the helmet stopping a 9mm or not... it will most certanly stop a 9mm and even 7.62 in some cases
can i just say i am not a soldier but it has been stated by many i know they would rather not get shot by any kind of round in the head with helmet on as it may not kill them but will definatly give them a much worse fate of having some sort of brain damage.
cplgangster is offline Reply With Quote
Reply


Tags
9mm, minimaps, sidearms
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:26 PM.


Powered by: vBulletin. ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO.
All Content Copyright ©2004 - 2012, Project Reality.