How to include wad into map? Created 8 years ago2016-03-26 18:35:20 UTC by KB90 KB90

Created 8 years ago2016-03-26 18:35:20 UTC by KB90 KB90

Posted 8 years ago2016-03-26 18:35:20 UTC Post #329562
Hi.
I did it long time ago, but forgot how to.

My expert mode is completely empty. How to fix this?
User posted image
Posted 8 years ago2016-03-26 21:21:52 UTC Post #329563
in the command line, add "-nowadtextures"

Without quotes, of course.
Tetsu0 Tetsu0Positive Chaos
Posted 8 years ago2016-03-26 21:48:14 UTC Post #329564
Yes... But how do I make it open for commands?
Posted 8 years ago2016-03-26 22:27:56 UTC Post #329565
there should be an advanced mode somewhere. what program are you using? it doesn't look like sledge or hammer
Tetsu0 Tetsu0Positive Chaos
Posted 8 years ago2016-03-27 08:02:18 UTC Post #329567
I think it should go in the Compile/run commands field.
Posted 8 years ago2016-03-27 10:55:33 UTC Post #329570
"-nowadtextures" is for include all textures are you using.
If you want add to .bsp one specific, put this command:
"-wadinclude wadname" (example -wadinclude cs_dust)
I hope help u!
REBELVODKA REBELVODKASemper fidelis
Posted 8 years ago2016-03-27 11:14:12 UTC Post #329571
What to do with this?
User posted image
Posted 8 years ago2016-03-27 12:35:42 UTC Post #329572
Do u have the configuraction of vhe well?
REBELVODKA REBELVODKASemper fidelis
Posted 8 years ago2016-03-27 12:56:48 UTC Post #329573
Yes in normal mode it compiles everything fine.
Posted 8 years ago2016-03-27 19:00:56 UTC Post #329576
Yes in normal mode it compiles everything fine.
That's really weird...look, try this; go to GameBanana and search "how to include the wad in .bsp then there is a screenshot of like u posted, but with fields not empty.
Sorry my bad English.
REBELVODKA REBELVODKASemper fidelis
Posted 8 years ago2016-03-27 20:10:09 UTC Post #329577
I had same problem about 6 monts ago. I optimized everything from start and it fixed...
Posted 8 years ago2016-03-27 20:47:43 UTC Post #329578
I just have installed new VHE, now everything is ok.
Posted 7 years ago2016-04-03 08:04:14 UTC Post #329642
Or why do you not use with Patch Compiler by Nem?
I think you mean Batch Compiler ?

IMHO, I don't find this tool useful, to compile my maps, I write my own Batch files or compile directly from Jackhammer. If I need an info about a compiler's parameter either I Google it or I just write the compiler name in the CMD and I got all the info I need.

As a bonus, here's a script I have written and using for final compiles :
@echo off
title Compiling map...
hlcsg.exe -estimate mymap
hlbsp.exe -estimate mymap
hlvis.exe -estimate -full mymap
hlrad.exe -estimate -extra -bounce 8 mymap
del /F /Q mymap.ext
del /F /Q mymap.prt
del /F /Q mymap.wa_
Advanced users can tweak it to add a variable or make it "drag 'n' drop to compile"
You must be logged in to post a response.