Using Shader Model 3.0

Insights into the development of Project Reality.
Post Reply
papadanku
PR:BF2 Developer
Posts: 31
Joined: 2021-04-09 08:13

Using Shader Model 3.0

Post by papadanku »

Image
Hello all,

There are comments about how Project Reality's graphics are dated. However, recent updates have shown us that Project Reality has potential for graphical enhancements without using third-party tools such as ReShade. I will discuss a technical upgrade to Project Reality: the adoption of Shader Model 3 (SM3).

What is a shader model?

A shader model determines our capabilities and limitations when programming shaders. A shader model also determines how the shader compiler compiles shader code. Each shader model version has more capabilities and less limitations than the previous version.

What we did

We rewrote and documented Battlefield 2’s shaders for SM3. This endeavor was difficult because it was done by one person and there was a lack of resources about BF2's shaders. Thankfully, members from the Forgotten Hope 2 team were able to share knowledge on how BF2 renders things.

Why Shader Model 3?

SM3 introduces more DirectX features that we can use for Project Reality. Below is a truncated list on what SM3 brings to the table for Project Reality.
  • Derivative instructions
  • Dynamic branching (useful for soft shadows and parallax mapping)
  • High precision shading
  • Higher register and instruction limits
  • Special texture instructions (useful for sharper texture filtering)
  • Vertex textures (useful for 3D water/terrain)


Conclusion

Project Reality has potential for graphics upgrades by changing only the game’s shaders. We plan to make these new shaders permissible for other people to use and modify for their own modifications (and maybe their own games :wink:). I want to thank the Forgotten Hope 2 team again for providing information that helped us make this change sooner than expected.

Have a happy 2023!

[R-DEV]papadanku
Strepto
Posts: 55
Joined: 2011-03-13 21:49

Post by Strepto »

Very cool. The work on circular fog and logarithmic Z-buffer are all great. If you are able to improve further that would be fantastic :)
User avatar
bad_nade
Support Technician
Posts: 1431
Joined: 2008-04-06 18:26
Location: Finland

Post by bad_nade »

You guys are relentless :15_cheers And the ole Refractor engine keeps on giving.
Valmont
Posts: 159
Joined: 2014-10-21 13:43

Post by Valmont »

I can't believe what you guys keep on achieving with this engine! Hopefully a shader update could result in longer viewdistances in general.

Specially looking forward for a shader that allows pilots to always see the ground no matter their altitude. And I don't mean the vehicles/units/buildigs, those must disappear after certain range but just the terrain must be always visible no matter the altitude. Just like on a real plane no matter if you are 30.000 feet in the air you always see the ground.

The most annoying or at least the most "age showing" engine limitation is how the ground turns into fog when you are on an air asset.

Anyways, keep on doing your magic guys!
LEGIYA
Posts: 160
Joined: 2017-07-04 23:02

Post by LEGIYA »

Why not making it core, meaning that it will be a core part of the game that everyone has and can't change it? So that everyone is on the equal ground.
papadanku
PR:BF2 Developer
Posts: 31
Joined: 2021-04-09 08:13

Post by papadanku »

LEGIYA;bt11798 wrote:Why not making it core, meaning that it will be a core part of the game that everyone has and can't change it? So that everyone is on the equal ground.
The new shaders are now part of the core game. People can still change such shaders, but they cannot launch the game with locally modified shaders :v

Appreciate all the feedback everyone
Anthony817
Posts: 172
Joined: 2007-10-26 21:28

Post by Anthony817 »

Wow, my mind is literally blown! It never ceases to amaze me what the guys at PR and FH2 can coax this ye olde engine to do. Mad kudos on making these developments available to the wider modding community as well. Upstanding folks you all are!

I always wished for total removal of fog, and normals being able to be used in ground textures, but parallax sounds way more promising!

The FH2 guys responsible for their amazing shaders did outstanding work. I always loved the fact they had some of the best features that nobody ever could seem to replicate in any other mods.

Please do keep us updated! This is going to be such an amazing gesture to the modding community at large. Thank you to all involved and who continue to modernize the Refractor 2 engine!

Any ETA on when this stuff will be disclosed to the community? Excited to take my mod Battleground 44 to the next level graphically. XD
Image
mwl
Posts: 1
Joined: 2023-03-30 15:13

Post by mwl »

Glad the update is going smoothly! Will go tell my friends about the update
periodtour
Posts: 4
Joined: 2023-04-19 01:10

Post by periodtour »

The new shaders are now an integral element of the game. Such shaders can still be modified, but THIS game cannot be launched with a locally modified shader.
yelpminecart
Posts: 3
Joined: 2023-07-10 03:19

Post by yelpminecart »

This is the best article on this crucial topic
Michael Z Freeman
Posts: 240
Joined: 2009-03-27 18:45

Post by Michael Z Freeman »

Would love to see a decent water shader using this. For some reason water shader eye candy always does it for me :P
Image
Post Reply

Return to “Development Blogs”