Hey, not so fast!

If you're looking for mapping help or you reckon you're a mapping guru, post your questions / solutions here

Moderator: Moderators

Post Reply
User avatar
Zip
Major
Posts: 323
Joined: Wed Apr 09, 2003 6:47 pm
Location: Belgium

Hey, not so fast!

Post by Zip »

I did a search of this but the word 'compile' makes the list of things to look at quite staggering!

Anyway,

I compile my maps in SDK. I want to view the compile after it has finished but you can't scroll up in a msdos window! If I compile in Mbuilder it can stop after each stage but you can't read everything either.

Is there a way to view the whole compile information after it has finished?

Thanks
Zip :?
Surgeon
Site Admin
Posts: 1386
Joined: Tue Jun 04, 2002 1:15 am
Location: Stirling, Scotland
Contact:

Post by Surgeon »

Admin
Image

.map Forums

Truth and Honor.
User avatar
Zip
Major
Posts: 323
Joined: Wed Apr 09, 2003 6:47 pm
Location: Belgium

Post by Zip »

Oo-er!? Didn't understand what they were talking about :oops: Batch file, what is that? Is there an easier way?
Zip :?
Surgeon
Site Admin
Posts: 1386
Joined: Tue Jun 04, 2002 1:15 am
Location: Stirling, Scotland
Contact:

Post by Surgeon »

This bit works with MBuilder :

Hey, I just tried it in MBuilder and it worked great!!! You can make seperate logs for each step. Just click on "change" and put in the code.

-v > c:\WINDOWS\desktop\log_bsp.txt

-v > c:\WINDOWS\desktop\log_vis.txt

-final > c:\WINDOWS\desktop\log_light.txt

I have them going to the desktop so they can be trashed easily, after looking them over.
Admin
Image

.map Forums

Truth and Honor.
User avatar
Zip
Major
Posts: 323
Joined: Wed Apr 09, 2003 6:47 pm
Location: Belgium

Post by Zip »

:oops: I see! Thanks :D

Is this anything to worry about:

Entity 0, Brush 0: duplicate plane
Entity 0, Brush 21: duplicate plane
Entity 0, Brush 23: duplicate plane
Entity 0, Brush 25: duplicate plane
Entity 0, Brush 30: duplicate plane
Entity 0, Brush 45: duplicate plane
Entity 0, Brush 50: duplicate plane
Entity 0, Brush 66: duplicate plane

WARNING: Could not find 'models/static/corona_reg.map' (this comes up a lot :? )
Zip :?
User avatar
Zip
Major
Posts: 323
Joined: Wed Apr 09, 2003 6:47 pm
Location: Belgium

Post by Zip »

Oops, sorry, should read the compiling errors page first! Here's what it said about my particular problems, incase any of you wanted to know too:
ERROR: Coudn't find 'models/xxx/xxx.map'

The model you're using doesn't have a model map in pak0.pk3. Therefore this model will be non-solid in game.

SOLUTION: Create your own model map by following the instructions of the Model Maps tutorial.

ERROR: Entity xxx, Brush xxx: duplicate plane

One brush has at least two identical faces, causing overdraw and thus lower framerates in game. This happens when you draw two edges over each other in the editor, for example to make a 3-sided brush out of a 4-sided one. If you want to do this, use the ctrl + 3 method instead.

SOLUTION: Recreate the brush or use a plugin (e.g. Rogue's) to remove it. Never draw two edges over each other anymore.
Zip :?
Surgeon
Site Admin
Posts: 1386
Joined: Tue Jun 04, 2002 1:15 am
Location: Stirling, Scotland
Contact:

Post by Surgeon »

For Windows XP users (or at least for my copy of XP) you have to have something along the lines of:

-v > C:\DOCUME~1\ALLUSE~1\Desktop\log_bsp.txt

-v > C:\DOCUME~1\ALLUSE~1\Desktop\log_vis.txt

-final > C:\DOCUME~1\ALLUSE~1\Desktop\log_light.txt
Admin
Image

.map Forums

Truth and Honor.
User avatar
tltrude
Chuck Norris
Posts: 4774
Joined: Sun Jul 07, 2002 4:03 am
Location: Oklahoma, USA
Contact:

path

Post by tltrude »

The path to the logs can be anywhere.

For your errors zip, you need to use "bobz plugins" to get rid of the duplicate planes. If you use clip brushes to make your models solid, you can ignore the no model map error.
Tom Trude,

Image
jv_map
Site Admin
Posts: 6521
Joined: Tue Sep 03, 2002 2:53 pm
Location: The Netherlands
Contact:

Post by jv_map »

Or check the 'nostaticcolission' box (entity window), then the error won't show up at all 8)
Image
User avatar
Zip
Major
Posts: 323
Joined: Wed Apr 09, 2003 6:47 pm
Location: Belgium

Post by Zip »

Thanks jv_map, but I deleted the brushes in question and made them properly. Originally they were 4 sided brushes that got turned into 3 sided brushes when i moved the edges, that meant some surfaces were in the same place! I just deleted them and used proper 3 sided brushes :)

The bsp log is massive isn't it?! It has way more information than when you use MBuilder or SDK compiler normally!
Zip :?
jv_map
Site Admin
Posts: 6521
Joined: Tue Sep 03, 2002 2:53 pm
Location: The Netherlands
Contact:

Post by jv_map »

That's because of the -v ;)
Image
Post Reply