Postal3.fgd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
From the [https://www.moddb.com/games/postal-3/downloads/postal-iii-sdk leaked downloadable SDK], can be located in {{path|...\Postal III\bin}} folder after it was installed.
From the [https://www.moddb.com/games/postal-3/downloads/postal-iii-sdk leaked downloadable SDK], can be located in {{path|...\Postal III\bin}} folder after it was installed.
Alpha version of the game's FGD can be found [[Postal3.fgd/Alpha|here]].
Alpha version of the game's FGD can be found [[Postal3.fgd/Alpha|here]].
<pre>
{{pre|
// Postal 3 FGD
// Postal 3 FGD


Line 2,205: Line 2,205:
model(studio) : "World Model" : "models/objects_interior/fire_extinguisher01.mdl"
model(studio) : "World Model" : "models/objects_interior/fire_extinguisher01.mdl"
]
]
</pre>
}}
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:Postal III]]
[[Category:Postal III]]
[[Category:FGD]]
[[Category:FGD]]

Revision as of 02:26, 1 July 2023

From the leaked downloadable SDK, can be located in 🖿...\Postal III\bin folder after it was installed. Alpha version of the game's FGD can be found here.