|
when i save my map and all that crap and then click on the notpad thing and than the block box pops out and goes crazy it says cannot find path 0 files copied how do i fix this
|
|
|
|
≡
|
2008 Nov 9 at 02:25 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
It depends, that's not the real error. Post your compile log please (if you don't have one then check that all the details in your batch file are correct).
|
|
|
|
≡
|
2008 Nov 9 at 02:59 UTC
|
|
|
|
How do i cheak for that stuff
|
|
|
|
≡
|
2008 Nov 9 at 03:07 UTC
|
|
|
|
........... i think you copey the dos by holding ctrl~a or coping it idk but just past it hear
we read neard
I drink to forget but I always remember.
|
|
|
|
≡
|
2008 Nov 9 at 04:38 UTC
|
|
|
eDan Co.
Mighty Typist
2007 Sep 24 • 2921
252 ₧
|
Forget the compile-log. Post the contents of your BAT file.
May contain traces of invisible text.
|
|
|
|
≡
|
2008 Nov 9 at 07:11 UTC
|
|
|
|
you most probably mixed up names in youre bat file....
|
|
|
|
≡
|
2008 Nov 9 at 10:31 UTC
|
|
|
|
@echo off
hlcsg -nowadtextures new
hlbsp new
hlvis new
hlrad new
copy new.bsp "C:\Program Files\Steam\SteamApps\orangejuice119\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map new
|
|
|
|
≡
|
2008 Nov 9 at 14:58 UTC
|
|
|
eDan Co.
Mighty Typist
2007 Sep 24 • 2921
252 ₧
|
Here's what it should say:
@echo off
hlcsg -nowadtextures new new
hlbsp new
hlvis new
hlrad new
copy new.bsp "C:\Program Files\Steam\SteamApps\orangejuice119\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map new
The texture you maps is using is called new.wad?
May contain traces of invisible text.
|
|
|
|
≡
|
2008 Nov 9 at 15:03 UTC
|
|
|
|
no, its zhlt.wad
|
|
|
|
≡
|
2008 Nov 9 at 15:15 UTC
|
|
|
eDan Co.
Mighty Typist
2007 Sep 24 • 2921
252 ₧
|
FiveAlive said: no, its zhlt.wad
In that case it should be:
@echo off
hlcsg -nowadtextures zhlt new
hlbsp new
hlvis new
hlrad new
copy new.bsp "C:\Program Files\Steam\SteamApps\orangejuice119\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map new
May contain traces of invisible text.
|
|
|
|
≡
|
2008 Nov 9 at 16:00 UTC
|
|
|
|
I did that and than this poped up hlbsp: Error: Can't open new.p0
|
|
|
|
≡
|
2008 Nov 9 at 22:51 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Post new.err or new.log, whichever exists.
|
|
|
|
≡
|
2008 Nov 9 at 22:53 UTC
|
|
|
|
hlbsp: Error: Can't open new.p0
thats all it says in it
|
|
|
|
≡
|
2008 Nov 9 at 23:59 UTC
|
|
|
eDan Co.
Mighty Typist
2007 Sep 24 • 2921
252 ₧
|
How about the compile-log?
May contain traces of invisible text.
|
|
|
|
≡
|
2008 Nov 10 at 13:29 UTC
|
|
|
|
"nowadtextures" doesn't take any parameters, it automatically includes all used textures into the bsp. You're probably confusing it with "wadinclude" where you specifically need to specify which wads to include.
This would be a correct version:
Quote:
@echo off
hlcsg new -nowadtextures
hlbsp new
hlvis new
hlrad new
copy new.bsp "C:\Program Files\Steam\SteamApps\orangejuice119\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map new
(Where "new" is the name of your .map-file.)
|
|
|
|
≡
|
2008 Nov 10 at 13:37 UTC
— Ed. 2008 Nov 10 at 13:42 UTC
|
|
|
|
Still doesnt work it says that it cannot find file bath like last time now.
|
|
|
|
≡
|
2008 Nov 11 at 02:16 UTC
|
|
|
|
Make sure your .map-file is in the same folder as the compiling tools.
Also, post your whole compile log and the content of your batch-file again.
|
|
|
|
≡
|
2008 Nov 11 at 10:12 UTC
— Ed. 2008 Nov 11 at 10:12 UTC
|
|
|
|
hlcsg: Error: Error opening new.map: No such file or directory
it says this now and the thing looks like this.
@echo off
hlcsg new -nowadtextures
hlbsp new
hlvis new
hlrad new
copy new.bsp "C:\Program Files\Steam\SteamApps\orangejuice119\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map new
|
|
|
|
≡
|
2008 Nov 11 at 15:22 UTC
|
|
|
|
Are you sure the .map-file(new.map), the compiling tools and the .bat-file are all in the same folder?
|
|
|
|
≡
|
2008 Nov 11 at 15:47 UTC
— Ed. 2008 Nov 11 at 15:50 UTC
|
|
|
|
yeah
|
|
|
|
≡
|
2008 Nov 11 at 22:20 UTC
|
|
|
Page [1]
|