Help

Help

Hammer Mapping — Page [1]
FiveAlive
2008 Nov 7 • 14
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 8 at 18:25 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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 8 at 18:59 PST
FiveAlive
2008 Nov 7 • 14
How do i cheak for that stuff
 
 
 
2008 Nov 8 at 19:07 PST
the_cloud_system
polly pushy pants

2008 Aug 1 • 3080
-6 ₧
........... 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 8 at 20:38 PST
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
Forget the compile-log. Post the contents of your BAT file.
May contain traces of invisible text.
 
 
 
2008 Nov 8 at 23:11 PST
flameir
2008 Oct 8 • 48
you most probably mixed up names in youre bat file....
L0op D Lo0P
 
 
 
2008 Nov 9 at 02:31 PST
FiveAlive
2008 Nov 7 • 14
@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 06:58 PST
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
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 07:03 PST
FiveAlive
2008 Nov 7 • 14
no, its zhlt.wad
 
 
 
2008 Nov 9 at 07:15 PST
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
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 08:00 PST
FiveAlive
2008 Nov 7 • 14
I did that and than this poped up hlbsp: Error: Can't open new.p0

 
 
 
2008 Nov 9 at 14:51 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2008 Nov 9 at 14:53 PST
FiveAlive
2008 Nov 7 • 14
hlbsp: Error: Can't open new.p0


thats all it says in it
 
 
 
2008 Nov 9 at 15:59 PST
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
How about the compile-log?
May contain traces of invisible text.
 
 
 
2008 Nov 10 at 05:29 PST
Killer-Duck
Homicidal Anatidae

2008 Mar 5 • 1169
633 ₧
"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.)
QUACK! QUACK!
 
 
 
2008 Nov 10 at 05:37 PST — Ed. 2008 Nov 10 at 05:42 PST
FiveAlive
2008 Nov 7 • 14
Still doesnt work it says that it cannot find file bath like last time now.
 
 
 
2008 Nov 10 at 18:16 PST
Killer-Duck
Homicidal Anatidae

2008 Mar 5 • 1169
633 ₧
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.
QUACK! QUACK!
 
 
 
2008 Nov 11 at 02:12 PST — Ed. 2008 Nov 11 at 02:12 PST
FiveAlive
2008 Nov 7 • 14
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 07:22 PST
Killer-Duck
Homicidal Anatidae

2008 Mar 5 • 1169
633 ₧
Are you sure the .map-file(new.map), the compiling tools and the .bat-file are all in the same folder?
QUACK! QUACK!
 
 
 
2008 Nov 11 at 07:47 PST — Ed. 2008 Nov 11 at 07:50 PST
FiveAlive
2008 Nov 7 • 14
yeah
 
 
 
2008 Nov 11 at 14:20 PST
Page [1]