Im on the step where i run the batch file.
The "err" file says :
hlvis: Error: Portal file 'TEST.prt' does not exist, cannot vis the map
My map is called "TEST.map"
i dont even know where is TEST.prt .....
By the way im playing non-steam, this is my counter-strike location : C:\Program Files\Counter-Strike 1.6 V40
And i have no idea why my "hl" the half-life launcher is not working. But i can run half-life with the batch file - the one in counter strike folder.
One more question, why does the script in the "TEST.bat" says
@echo off
hlcsg -nowadtextures TEST
hlbsp TEST
hlvis TEST
hlrad TEST
copy TEST.bsp "C:\Program Files\Counter-Strike 1.6 V40\cstrike\maps"
cd "C:\Program Files\Counter-Strike 1.6 V40"
pause
hl -dev -console -game cstrike +sv_cheats 1 +map TEST
i dont understand the last "hl" part. and it doesnt work for me since that my "hl launcher" doesnt work.
so i changed to :
@echo off
hlcsg -nowadtextures TEST
hlbsp TEST
hlvis TEST
hlrad TEST
copy TEST.bsp "C:\Program Files\Counter-Strike 1.6 V40\cstrike\maps"
cd "C:\Program Files\Counter-Strike 1.6 V40"
pause
half-life -dev -console -game cstrike +sv_cheats 1 +map TEST
it runs half life but doesnt do anything more. (And im trying to use my map on counter-strike 1.6)
so i tried replacing the half-life part as "counter-strike", and it runs cs 1.6, but doesnt do anything more...
and i try to create my own game, with 1 bot and i change the map to "TEST" , it loads like half way then "Not Responding" .
hope that someone could help me~
Thanks for reading.