- Dec 14, 2021
- 39
- 16
I tried to compile my map with Slammin's VRAD (https://tf2maps.net/downloads/slammin-source-tools-v2-compilers.9287/) and it doesn't detect gameinfo.txt.
These are the args: -game $gamedir $path\$file -NoStaticPropPolys -NoStaticPropLighting -notextureshadows -ambientocclusion -aoscale 0.5
In Hammer the output shows that it compiles but there is no lighting ingame
In CompilePal it doesn't recognize gameinfo.txt
I've heard that it may be broken since the VScript update.
These are the args: -game $gamedir $path\$file -NoStaticPropPolys -NoStaticPropLighting -notextureshadows -ambientocclusion -aoscale 0.5
In Hammer the output shows that it compiles but there is no lighting ingame
In CompilePal it doesn't recognize gameinfo.txt
Valve Radiosity Simulator
Unable to find gameinfo.txt. Solutions:
1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir
2. Run vconfig to specify which game you're working on.
3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in.
I've heard that it may be broken since the VScript update.