|
PR Time:
|
||||||
| Register | Forum Rules | Developer Blogs | Project Reality | Members List | Search | Today's Posts | Mark Forums Read |
| PR:BF2 Community Modding Making or wanting help making your own asset? Check in here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#31 |
|
Registered User
![]() Join Date: Mar 2007
Posts: 1,063
|
|
|
|
|
|
|
#32 |
![]() Join Date: Apr 2007
Location: Cambridge
Posts: 3,650
|
Remember, when your life depends on it a full second is a LONG time.
You can die in under half a second in this game. |
|
XKCD forums, in the middle of a perfectly sane conversation:
Has anyone really been far even as decided to use even go want to do look more like? Best post ever made! EG: PPSh is made of win and quite possibly stamped sheet metal |
|
|
|
|
|
|
#33 |
|
Registered User
![]() Join Date: Mar 2007
Posts: 1,063
|
Don't get hung up on specific .5, 6, 7, or .8 zoom times. A LOT of squad vs. squad play testing is required to determine what the zoom time will be, not theoretical guessing on the forums.
But there WILL be a delay in the end product. There has to be. Not just for realism sake, but for game mechanics sake. Without a delay, everyone will be able to switch from from a wide cone of fire to a narrow cone of fire near-instantaneously... going prone and scoping in before they hit the ground... then we're right back to v.75 atari-like deviation physics. |
|
|
|
|
|
#34 |
|
Registered User
![]() Join Date: Mar 2007
Posts: 1,063
|
Another known issue:
Medic M16a2 animation: missing graphics Slowing down the M16a4 (rifleman) animation speed worked perfectly, but it affected the M16a2 (medic). Even though the rifleman and medic have the same zoom delay speed, the medic's rifle dissappears during the zoom animation (pictured below). The M16a2 folder doesn't contain an animation file; it seems to run off the M16a4... any ideas how to fix this? ![]() Update: Fixed. |
|
|
Last edited by Wolfe; 05-13-2008 at 09:42 PM..
|
|
|
#35 |
|
Registered User
![]() Join Date: Mar 2007
Posts: 1,063
|
Question:
The simrad (officer's binocs) have a range finder display. I have slowed down the animation of brining the binocs to your eyes, but the range display appears immediately (before the animation is complete). How do I delay the appearance of the range finder so that it displays after the binoc animation is complete? |
|
|
|
|
|
|
|
|
|
|
|
#37 | |
|
Programming Manager
![]() |
Quote:
| |
|
|
Last edited by [R-DEV]dbzao; 06-02-2008 at 08:20 PM..
|
|
|
#38 |
|
Registered User
![]() Join Date: Mar 2007
Posts: 1,063
|
How? Remember, you're talking to a noob coder who knows next-to-nothing about such things.
|
|
|
|
|
|
#39 |
|
PR:BF2 Contributor
![]() Join Date: May 2006
Location: Perth
Posts: 1,467
|
You can find the HUD file here: menu_server.zip\HUD\HudSetup\Weapons\HudElementsLa serPainter
Code:
hudBuilder.createSplitNode IngameHud LaserPainterHud hudBuilder.setNodeLogicShowVariable EQUAL GuiIndex 1 hudBuilder.createTextNode LaserPainterHud SimradRangeText 462 400 101 10 hudBuilder.setTextNodeStyle Fonts/vehicleHudFont_6.dif 2 hudBuilder.setTextNodeStringVariable TargetDistanceString hudBuilder.setNodeColor 0.8 0 0 1 hudBuilder.createTextNode LaserPainterHud TargetLabelOn 476 420 115 10 hudBuilder.setTextNodeStyle Fonts/vehicleHudFont_6.dif 0 hudBuilder.setTextNodeString HUD_TEXT_LASERTARGET_TARGET_AQUIRED hudBuilder.setNodeShowVariable HasMissileConnection hudBuilder.setNodeColor 0.7 0.1 0.1 1 hudBuilder.setNodeOutTime 0.1 rem -------------------------------------- Laser Target Indication -------------------------------------- hudBuilder.createObjectMarkerNode LaserPainterHud LaserPainterMarker 120 170 540 230 hudBuilder.setObjectMarkerNodeTexture 0 Ingame\Vehicles\Icons\Hud\Air\Attack\F15\HeatSeeking\lockBoxFriendly.tga hudBuilder.setObjectMarkerNodeTexture 1 Ingame\Vehicles\Icons\Hud\Air\Attack\F15\HeatSeeking\lockBox.tga hudBuilder.setObjectMarkerNodeTexture 2 Ingame\Vehicles\Icons\Hud\Air\Attack\F15\HeatSeeking\lockBoxLocked.tga hudBuilder.setObjectMarkerNodeTexture 3 Ingame\Vehicles\Icons\Hud\Land\Tunguska\rangeLine.tga hudBuilder.setObjectMarkerNodeTextureSize 0 32 32 hudBuilder.setObjectMarkerNodeTextureSize 1 32 32 hudBuilder.setObjectMarkerNodeTextureSize 2 64 64 hudBuilder.setObjectMarkerNodeTextureSize 3 16 256 hudBuilder.setObjectMarkerNodeObjects 4 hudBuilder.setObjectMarkerNodeLockOnType 1 hudBuilder.setNodeColor 0 0.8 0 1 |
|
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. |
|
|
|
|
|
|
#40 |
|
Registered User
![]() Join Date: Mar 2007
Posts: 1,063
|
That's the target painter (white box/missile connection) which is different (although used simultaneously) than the range finder (numbers that show distance)?
The simrad .tweak file has this line of code: ObjectTemplate.weaponHud.hasRangeFinder 1 and also has references to: Ingame\Weapons\Icons\Hud\ So I'm wondering if the range finder is a separately controlled file located there or elsewhere? It must be a separate thing.. because tanks have range finders but don't have target painters. I would also have to find the range finder code for the HAT (the range finder numbers appear before the animation is complete). |
|
|
Last edited by Wolfe; 06-03-2008 at 01:17 AM..
|
|
|
|
|
|
|
![]() |
| Tags |
| coding, deviation, realistic, wip |
| Thread Tools | |
| Display Modes | |
|
|