Skip to content

TheRioMiner/CsgoBetterExternalRaytrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CsgoBetterExternalRaytrace

Overridden maps pack for better external raytrace

This pack of maps was made by me for more improved raytracing, all static props are no longer transparent for tracing, like most problem walls on most maps are no longer transparent.

It also includes more optimized raytracing code. Raytracing speed is 10 times faster than the original author code!

(About original code see copyright section)

 

How to use

Opening bsp:

You can store maps on disk, or download from this repository when this is needed.

Raytrace:

For example:                                                                                

 

Screenshots

Notes

1: Moving entities are still impossible to raytrace correctly! Like opening doors or etc. (In principle, this is obvious for a variety of reasons that I will not mention here.)

2: Some complex models or floors are not outlined very accurately, this is because both optimization and model complexity.

3: In most cases, the walls at the borders of the maps are transparent. This is done in the expectation (mostly because of optimization) that the player will not look from outside at the map, but will play inside it!

4: If you need a map/maps, which is not here, I can make it for a small donation. My Discord: TheRioMiner#9902

 

Copyrights

Overridden maps

by TheRioMiner

Code

Originally: by Zat, thanks him for this: https://github.com/BigMo/ZMH5_Helios/tree/master/%5BZMH5%5D%20Helios/CSGO/BSP

Modified and optimized: by TheRioMiner