Search

Search

Search for
By user

Posts written by paradox:



User
thanks very much :)

aim_paradox is almost ready :P
User
i copy all to another project, problem solved :)

one thing, why my textures dont fix? i mean, i put a box texture in a cube, when i move the cube the texture moves to
User
i add the initials wads, i replace them and it give me the same problem :|
User
oh f*ck now i remember, i erase a important .wad...

thanks for the help
User
thanks, but the problem i think is a missing texture, how can i detect all the textures in the map?

and if the problem is the space between the texture name?

a list of the using textures will be great
User
hey guys, my map works fine, but i few hours ago i tried to make teletransport, i dont know if that causes the problem, but i make everything rigth with the .bat file and its reports when i load it:

hlcsg: Error: Missing '[' in texturedef (U)
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem




help?
User
alright so, I didn't have to download and install Valve Hammer Editor? A Hammer Editor comes with the Source SDK? If so am I right in assuming I can uninstall the Valve Hammer Editor? Another question can I open maps I made with the Valve Hammer Editor wth the new Hammer Editor for CS Source?
User
oops forum booch
User
I just went through the Counter Strike 1.6 tutorial on making your own map. Great tutorial btw. I was having some problems in what would seem the most common place for a n00b to have problems in. When I compile and run everything works fine. The file 'mapname.err' isn't created. (in my case it would be '01test.err') When I hit any key to continue, Steam pops up in the store and I have options to buy Counter Strike 1.6. Heres the thing, I don't have 1.6. I have CS Source. What would I have to change in the batch file besides the destenation of the maps relocation. Just for reference here is what the batch file looks like.

@echo off
hlcsg 01test
hlbsp 01test
hlvis 01test
hlrad 01test
copy 01test.bsp "C:\Program Files\Steam\SteamApps\lxlmagnumlxl\counter-strike source\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map 01test

Any and all help would be great. Thanks in advance.