KavanaK

KavanaK

User name
KavanaK
Assigned title
 
Assigned post color
#9988ff
Avatar
 
Medals
 
Registration date
2008 July 21
Post count
2
Score
0 ₧
Location
 
Signature
 
Timezone
UTC
Groups
 

Recent posts by KavanaK

Recent posts by KavanaK

2008 Jul 21 at 17:42 PDT
Map compile error in Hammer Mapping
Ahhh... :) thank you very much.... it works now ;) *muck*


EDITED:

The game started, but in console is ->

(...)
[META] Patch: Metamod-P (mm-p) v28
[META] by Jussi Kivilinna
[META] http://metamod-p.sourceforge.net/
[META] compiled: Mar 1 2006, 16:50:15 EET (optimized)
[META] (debug:3) set config int: debuglevel = 0
[META] (debug:3) set config path: plugins_file = e:/program files/counter-strike new/cstrike/addons/metamod/plugins.ini
[META] (debug:3) set config string: exec_cfg = addons/metamod/exec.cfg
[META] (debug:3) set config bool: autodetect = true
[META] (debug:3) set config bool: clientmeta = true
[META] (debug:2) No config.ini file found: addons/metamod/config.ini
[META] Recognized game 'cstrike'; using dllfile 'mp.dll'
[META] (debug:3) dll: Game 'cstrike': Called GiveFnptrsToDll
[META] (debug:3) dll: Game 'cstrike': Found GetNewDLLFunctions
[META] (debug:3) dll: Game 'cstrike': Found GetEntityAPI
[META] Game DLL for 'Counter-Strike' loaded successfully
[META] ini: Begin reading plummap change failed: 'mapname' not found on server


o.O
2008 Jul 21 at 16:30 PDT
Map compile error in Hammer Mapping
Hi...

step 7... i named my map like on tutorial -> "mapname.map"..

In my folder are these files:
hlbsp.exe
hlcsg.exe
hlrad.exe
hlvis.exe
mapname.bat
wad.cfg
zhlt.wad
mapname.map

Here is my bat log

@echo off
hlcsg -nowadtextures mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "E:\Program Files\Counter-Strike NEW\cstrike\maps"
cd E:\Program Files\Counter-Strike NEW
pause
hl -dev -console -game cstrike +sv_cheats 1 +map mapname



--> like on tutorial. BUT when i start the command mapname.bat the log says:

hlcsg v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlcsg -----
Command line: hlcsg -nowadtextures mapname
Entering mapname.map

Current hlcsg Settings
Name | Setting | Default
---------------------|-----------|-------------------------
threads [ 1 ] [ Varies ]
verbose [ off ] [ off ]
log [ on ] [ on ]
developer [ 0 ] [ 0 ]
chart [ off ] [ off ]
estimate [ off ] [ off ]
max texture memory [ 4194304 ] [ 4194304 ]
priority [ Normal ] [ Normal ]

noclip [ off ] [ off ]
null texture stripping[ on ] [ on ]
clipnode economy mode [ on ] [ on ]
onlyents [ off ] [ off ]
wadtextures [ off ] [ on ]
skyclip [ on ] [ on ]
hullfile [ None ] [ None ]
min surface area [ 0.500 ] [ 0.500 ]
brush union threshold [ 0.000 ] [ 0.000 ]

Using mapfile wad configuration
Wadinclude list :
[zhlt.wad]

0 brushes (totalling 0 sides) discarded from clipping hulls
CreateBrush:
(0.05 seconds)
SetModelCenters:
(0.00 seconds)
CSGBrush:
(0.34 seconds)

Error: Could not open wad file \program files\counter-strike new\cstrike\cstrike.wad
Error: Could not find WAD file
Description: The compile tools could not locate a wad file that the map was referencing.
Howto Fix: Make sure the wad's listed in the level editor actually all exist



----- END hlcsg -----



hlbsp v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlbsp -----
Command line: hlbsp mapname
>> There was a problem compiling the map.
>> Check the file mapname.log for the cause.

----- END hlbsp -----




i dont understand why is on mapname.bat written "mapname.bsp" cuz in my folder is "mapname.map" .. is that okay?


so where is the problem? And my cstrike.wad is OK, i tried on 3 versions of my CounterStrike-s and no-one went..



THANKS