mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 23:05:30 +03:00
Updated Map Compilers (markdown)
parent
65cf797ce5
commit
08b5e24e93
@ -38,3 +38,9 @@ Here's an actual list of changes Mapbase makes to the compile tools:
|
|||||||
### VRAD
|
### VRAD
|
||||||
|
|
||||||
* Fixed useless debug counter (from [the famous debug counter fix](https://github.com/ValveSoftware/source-sdk-2013/pull/436))
|
* Fixed useless debug counter (from [the famous debug counter fix](https://github.com/ValveSoftware/source-sdk-2013/pull/436))
|
||||||
|
|
||||||
|
## Using other compilers
|
||||||
|
|
||||||
|
The main reason Mapbase maps cannot be compiled using the original compile tools is because the original VBSP does not recognize custom shaders and therefore cannot mark faces with them for lightmap compilation. This is fixed by changing the way the material system is initialized in VBSP so it loads mod shaders. Mapbase and Slammin' Source compilers already use this fix, so they're usually said to be the required tools, but technically all you need is a version of VBSP which uses this patch.
|
||||||
|
|
||||||
|
For more information, please see [this issue reply on the original Source 2013 repository](https://github.com/ValveSoftware/source-sdk-2013/issues/154#issuecomment-22601176).
|
Loading…
Reference in New Issue
Block a user