Compiling problem

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Compiling problem

Post by ANIMAL1988 »

I have been regulary testing my map on q3. After compiling the latest version everything seeming to have gone well. the map fails to run on q3.
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post by axbaby »

type in the console
/sv_pure 0

perhaps somehow this reverted to default 1
[color=#FF0000][WYD][/color]
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

Apears only to be this map that wont run. it compiles fine. Although it does say it has a leak which has no line to indicate. However it had been working despite this.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

Oh man sounds bad eh oh well gl with it mate
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
Quack
Posts: 82
Joined: Thu Sep 07, 2006 6:56 pm

Post by Quack »

Make sure that you have a info_player_deathmatch entity somewhere in the map. If this does not exists or the entity accidently got moved inside a brush or outside the map, this may cause a leak.
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post by axbaby »

find and fix the leak or scap all your latest changes and use an older version of the map.

:(
[color=#FF0000][WYD][/color]
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

leaks gone
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

GJ probably all well then ok good job
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
dichtfux
Posts: 571
Joined: Thu Feb 02, 2006 10:51 pm

Post by dichtfux »

Are you OK, Foo?
[color=#FFFFFF][url=http://maps.rcmd.org]my FPS maps[/url][/color]
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

I'm working on a strictly reactionary basis tonight I'm afraid.

Cynicism mixed with a little bit of cruelty.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
User avatar
Survivor
Posts: 4202
Joined: Fri Dec 27, 2002 8:00 am

Post by Survivor »

And a tad of non-relativism?
pjw
Posts: 860
Joined: Sun May 07, 2000 7:00 am

Post by pjw »

Foo wrote:GJ probably all well then ok good job
Ahahaha, you're such a jerk. :D

* * * * * * * *

ANIMAL1988, when you have a problem, we're usually quite happy to help, but it's a good idea to post exactly what you're doing, and exactly what the problem is. In other words:

1. How are you trying to load the map? What's the shortcut or command line? Switches?

2. What editor/compiler version and compile switches are you running?

2. What exact message are you getting when you try to compile?

3. You said there's no pointfile, but then you found the leak. How did you find it?

4. What was causing the leak?

5. Is the map working now?

6. If not, what's going on?

7. What's the average airspeed of an unladen swallow?

Not saying all that is entirely necessary, but it wouldn't hurt.

Seriously, it's like going to the doctor and saying "I don't feel right." And he says "What's wrong?" and you say "Well...I just told you." and then he screws around for a while and tries random stuff and you say "I like pie." and wander out the door.

Helping becomes difficult. :)
spookmineer
Posts: 506
Joined: Fri Nov 29, 2002 8:00 am

Post by spookmineer »

pjw wrote:7. What's the average airspeed of an unladen swallow?
What do you mean, an African or European swallow?
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

This is my third time re typing this message :dork:

Im not sure if it is a problem t do with the compiling. The problem lies when i try to load the map in quake, it goes straight back to the menu screen. Maybe some knows possible reasons this may happen?

Im using GTK radiant 1.5.0

Whichever command i use to load the map it does the same

Also one of my jump pads had a black line coming from it could this effect things (i got rid of the line but not the jump pads.)
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

I think everyone already said what could be said given the amount of information that you've supplied us, which isn't much.

Compile options? Errors in Radiant and game console? Screenshot of this black line that you are talking about?

Help us help you or we're just going to keep talking about swallow airspeeds.

BTW, the answer is 42.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

was having a look at the common error message section and came across this.

25 Q : I was just remaking a map i'v done for another game, i put in a jump pad and a deathmatch start point, when i try to start it in quake i get

sp_worldspawn: the first entity isn't 'worldspawn'

. i want to know whats wrong. it worked fine before i put the jump pad on the map and the start point on the second level

[edit] i was using q3radiant instead of gtkradiant, the error might not happen now [measter]






A : The 'worldspawn' entry at the top of your *.map file is missing. Open up an older version of the map in a text editor and copy the 1st line (or copy what you see in that one that's not present in the latest map file), paste it into place at the top of the newer file and save.



The top of my .map file looks like this:
// entity 0
{
"classname" "worldspawn"
"target" "jump2"
"target1" "jump"

is ths where i have gone wrong?
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

sp_worldspawn: the first entity isn't 'worldspawn'
Yes, if that's the error message you got in the console, otherwise no. I wouldn't know for sure since you still haven't posted any error messages you are getting from the console, so it's anyone's guess.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

i am'nt getting any message from the console.
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

However Entity one is not worldspawn

but

:icon28:

// entity 16
{
"classname" "worldspawn"
}
// entity 17
{
"classname" "worldspawn"
}
// entity 18
{
"classname" "worldspawn"

?????

:icon27:
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

sorry tell a lie

SV_setbrushmodel: NULL
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

Im sure this will be my last post

Is there an easy way to locate a brush by its number?
pjw
Posts: 860
Joined: Sun May 07, 2000 7:00 am

Post by pjw »

In GTK 1.4 you can use "Find Brush" under the "Misc." pull-down menu; it's probably the same in 1.5.
Post Reply