Difference between revisions of "HPL2/AMFP/DebugBar"

From Frictional Wiki
< HPL2‎ | AMFP
Jump to navigation Jump to search
m (Moderation)
Line 1: Line 1:
{{cleanup|The article features external images and has information repeated from the parent article.}}
 
 
 
{{stub}}
 
{{stub}}
  
 
= Debugging Toolbar =
 
= Debugging Toolbar =
 +
[[File:MFP-debug-bar.png|frame|right]]
 +
The debugging toolbar is accessible [[HPL2/Development_Environment|with the same process as in TDD]]. Not all features are present, but there have been a few new ones added.
  
As the title suggests, one is able to access the debugging menu by editing the main .cfg file in their documents folder much like they would with TDD's in order to fully utilize crucial features such as map reload and other important modding tools.
+
[[File:MFP-Gbuffer.png|thumb|left|Viewing G-Buffer contents in-game (Diffuse Colour, Z-Buffer and Surface Normal)]]
 
 
The Chinese Room have added a couple of new debugging features, such as in-game dynamic prop placement to speed up the process of placing small objects accurately in the environment by doing so during run-time.
 
 
 
[https://cdn.discordapp.com/attachments/609848731231191197/676692633023807507/unknown.png?nolink&337x811]
 
 
 
As well as the ability to view the separated contents of the G-Buffer used during the process of color grading the game.
 
  
[https://cdn.discordapp.com/attachments/609848731231191197/676694779115077642/unknown.png?nolink&1920x1080]'''Viewing G-Buffer contents in-game (Diffuse Colour, Z-Buffer and Surface Normal)'''
+
The Chinese Room have added a couple of new debugging features, such as in-game dynamic prop placement to speed up the process of placing small objects accurately in the environment by doing so during run-time (image on the right).
  
More to come soon.
+
Another added feature is the ability to view the separated contents of the G-Buffer used during the process of color grading the game.

Revision as of 23:22, 22 July 2020

Debugging Toolbar

MFP-debug-bar.png

The debugging toolbar is accessible with the same process as in TDD. Not all features are present, but there have been a few new ones added.

Viewing G-Buffer contents in-game (Diffuse Colour, Z-Buffer and Surface Normal)

The Chinese Room have added a couple of new debugging features, such as in-game dynamic prop placement to speed up the process of placing small objects accurately in the environment by doing so during run-time (image on the right).

Another added feature is the ability to view the separated contents of the G-Buffer used during the process of color grading the game.