#13982 posted by Cocerello on 2014/07/03 13:26:35
Fifth, it is explained in the thread Onetruepurple linked.
Preach, thanks for the info. I checked it a bit more, and it happens too when you put the info_player start above the ammo box, while separating both boxes by 16 units.
Total_newbie
#13983 posted by RickyT33 on 2014/07/03 14:23:09
I can't talk for Trenchbroom - in Worlcraft you can type the entity class names.
What you can do is use Notepad++ or similar to modify the .map file.
.map files have pretty easy to understand contents. Just make your brush into a func_door and give it a unique 'targetname', then search for the targetname in your text editor and edit the class directly. Then when you re-load in Trenchbroom, the entity will be what you wanted :)
Trenchbroom
is really easy to mess about with this as you can just rename the entity in the top right and whatever fields you desire.
Thanks!
#13985 posted by total_newbie on 2014/07/03 15:07:29
Ah, ok, that solves the mystery of the brush-based info_notnull -- I knew how to change class names in TB, but didn't know I needed to turn the brush into a func_door first (otherwise it changes the class name of all the regular brushes in the map).
I am guessing the advantage of having a brush-based entity here rather than a point entity is that it is easier to make sure the player falls though it at the start -- am I correct?
Thank you, RickyT23 and FifthElephant.
One question down, three to go... :)
Question For 5th
#13986 posted by Breezeep_ on 2014/07/03 17:23:28
what good does "snap to grid" do?
Not snapping to grid is why your maps kept bringing up errors when compiling.
#13988 posted by Breezeep_ on 2014/07/03 17:29:38
for me, snap to grid just decreases the grid size. is this normal?
Nope
#13989 posted by ijed on 2014/07/03 18:55:15
snap to grid moves all vertices of the selected brush(s) to their nearest corresponding point on the grid.
It never changes the grid size.
Uh
#13990 posted by ijed on 2014/07/03 18:55:52
That should probably be - it changes float vertex positions to integer.
Another Dumb Question
#13991 posted by Breezeep_ on 2014/07/04 00:27:03
how do I decompile maps?
Dont Do That.
#13992 posted by mfx on 2014/07/04 00:47:57
Get the map files.
On Second Note
#13993 posted by mfx on 2014/07/04 00:51:07
If you just want to see the entity lump, you can
load bsps in QuArK 6.66. Or extract textures.
But dont use QuArK.
Dont do that.
#13994 posted by - on 2014/07/04 03:11:20
use winbspc
https://www.quaddicted.com/files/tools/winbspc12.zip
note: the decompiled map is not going to be that useful to build with or see how it was built, as it would be impossible to recover the original brushwork.
you should NOT use it to lift others work! if the author intended to allow you to do that, they'd release the .map.
you CAN use it to see how entities are put together or how a trick might have been done. that's basically the most useful thing decompiling can do.
Textures...
#13995 posted by total_newbie on 2014/07/05 15:18:42
Two more silly questions:
1) Which is the best wad for the standard id textures (i.e. all the textures that were in the original game)? There are so many different wads on Quaddicted that I don't know where to start.
2) Is it better to add textures as you go along, or at the end, once all the brushwork is finished? I've been doing the latter, but now I'm starting to think it may have been a stupid idea...
Id.wad.zip
I believe has all the ones you want
Most People Do It As They Go
#13997 posted by Drew on 2014/07/05 15:38:33
Willem tried blocking a map out without textures but didn't end up finishing...
#13998 posted by total_newbie on 2014/07/05 15:52:35
Thanks for the wad name and for the advice. Yeah, now that I've started "colouring in" what I have built so far, I see what a bad idea it was not to texture from the start...
Well
it depends what textures you end up using. Some textures like bricks and stuff are fine but if you're making something like a base map then it would be difficult to align the textures properly once you have blocked everything.
#14000 posted by total_newbie on 2014/07/05 16:28:10
Luckily it's a medieval map, so mostly bricks and wood. Still, it's proving to be a bit of a pain, especially getting the wood grain right everywhere, and texturing tiny details that I could have copied and pasted already textured. Oh well, better to realise the mistake now than several weeks or months later...
Besides, it's a beginner map, so chances are I'll need to redo most of it sooner or later anyway.
#14001 posted by necros on 2014/07/05 18:34:12
Which is the best wad for the standard id textures (i.e. all the textures that were in the original game)? There are so many different wads on Quaddicted that I don't know where to start.
You can combine wads together.
Textures, Part II
#14002 posted by total_newbie on 2014/07/05 18:40:37
I've been using hmap2 to compile the map I'm working on from time to time to test how things work (being inexperienced, I am still trying to get a feel for scale, etc.).
Now, having added textures to much of the map, every time I compile there are certain brushes that are still displayed without textures. hmap2 claims it cannot find the wad -- but the rest of the brushes do show up as textured, and they use the same wad. I've tried changing the textures on those brushes to something else, but the problem persists.
Does anyone here have any idea what the cause of the problem might be?
Use This To Compile
#14003 posted by RickyT33 on 2014/07/05 19:40:57
http://user.tninet.se/~xir870k/
The guy who made these versions of the compilers set the standard. He added many features and bugfixes that are now taken for granted.
I would recommend it. TxQbsp is as solid as a rock. Use that to compile the bsp.
Recently Tyrann has done some excellent work on his version of the compilers. You could also try these:
http://disenchant.net/
They are now, also, as solid as a rock.
One other thing you could try - before you compile the map check the wad paths in the .map file. Save your .map file from your editor, then open the file in Notepad++.
http://notepad-plus-plus.org/download/v6.6.7.html
Look for the wad paths and check that they all add up.
The other possibility is that it could be a problem that you are having with the specific textures that don't show. Which wad are you using and which textures wont show? What are the dimensions of them? Are you using .wad or .hlwad files?
#14004 posted by Spirit on 2014/07/05 19:47:49
#14005 posted by total_newbie on 2014/07/05 21:31:29
Thanks for the recommendations, RickyT23. I've installed tyrutils, but can't get qbsp to work at all. I guess I don't understand the syntax yet; hopefully I'll figure it out.
The other possibility is that it could be a problem that you are having with the specific textures that don't show. Which wad are you using and which textures wont show? What are the dimensions of them? Are you using .wad or .hlwad files?
The same textures I used elsewhere in the map, that do show up on other brushes. Mainly city6_7 from id.wad.zip as recommended by FifthElephant above. I'm using just this one wad at the moment.
One other thing you could try - before you compile the map check the wad paths in the .map file. Save your .map file from your editor, then open the file in Notepad++.
I'm on Linux -- does it have to be Notepad++, or can I just use a different text editor? I am able to open my .map files with the default text editor, but maybe that does not show all the information Notepad++ would show. What am I looking for?
You can combine wads together.
Thanks, necros. I wanted to restrict myself just to the id textures to begin with, though, which is why I was looking for a wad that contains all of those and nothing more.
http://quakewiki.org/wiki/Getting_Started_Mapping
Thanks, Spirit. I used that when I opened TrenchBroom for the very first time and it was tremendously helpful, but I don't think it solves my current problem.
Newbie
#14006 posted by mfx on 2014/07/05 21:36:34
Try tyrqbsp with the -oldaxis switch.
|