Quake3World.com Forums
     Level Editing & Modeling
        getting started - few simple questions


Post new topicReply to topic
Login | Profile | | FAQ | Search | IRC




Print view Previous topic | Next topic 
Topic Starter Topic: getting started - few simple questions

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-02-2012 05:28 AM           Profile   Send private message  E-mail  Edit post Reply with quote


hello y'all
some might remember me, i gave up mapping a few months ago but i want to try again.
although i read some tutorials there are a few thigns that i can't find anywhere...
i can see the number of height in the very left screen, 0, 64, 128 and so on...
and the width and length in the grid screen thing

1)
how wide and how high does a door need to be so i can walk trough it?

2)
how high can a q3 character jump? and how small is he if he crouches?

3) how big should i build everything?
like boxes, water, lava, holes and so...
i know there are some maps that recreate things like a city or a kitchen where you feel reel small, i dont want that,
i just want a normal map.

and the most important

4)
how big should the box be where the map is in?
x 2000
y 2000
and z 500?
how big would that make the map?

i can make the basic shapes, stairs etctera, but i think these questions aren't answered anywhere.
and if so, im very sorry to take some of your time



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-02-2012 05:28 AM           Profile   Send private message  E-mail  Edit post Reply with quote


the word for height and so is entities?



_________________
MonkeyBusiness


Top
                 

Insane Quaker
Insane Quaker
Joined: 26 Nov 2009
Posts: 341
PostPosted: 09-02-2012 06:48 AM           Profile Send private message  E-mail  Edit post Reply with quote


These numbers are not called entities but units.
1) Depends on what door you want. Just place an info_player_deathmatch somewhere on your grid. These are the heights you minimally need.

2) Max crouch height = info_player_deatmatch size (56units) - 8 = 48 units ( with this I mean 49 or 50 is possible too ofc), jump height was smth about 32units or 40..,. (?)

3) You have to build and try yourself. There is no "perfect" size.

4) Don't build one single box. Create "box" per "box" and fill it with details so it doesn't look like a box or better use 45degree walls.




Top
                 

I'm the dude!
I'm the dude!
Joined: 04 Feb 2002
Posts: 12498
PostPosted: 09-02-2012 06:52 AM           Profile Send private message  E-mail  Edit post Reply with quote


Open up some of the sample maps that ship with GtkRadiant. There you will find some id Software maps that will give you good overall values. Some mappers will also supply their map files as well.

Regardless, the best thing you can do is make a quick "alpha" of your map to try and test layout and scale. Because you didn't spend a lot of time detailing it, you can quickly make changes if anything ends up being too large/small.

A good exercise is to open up q3dm1 and take a long look at the layout and scale of the map. Then start a new map file and try to recreate the layout (just a rough layout, no details) and see how close you get. Repeat a few times and you should be able to zero in on the general scale of things.



_________________
GtkRadiant | Q3Map2 | Shader Manual


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-02-2012 06:54 AM           Profile   Send private message  E-mail  Edit post Reply with quote


thanks, i always get confused with entities and units,

very helpfull tips, only question i have left, how high do i need to make each step of the stairs?



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-02-2012 10:43 AM           Profile   Send private message  E-mail  Edit post Reply with quote


how do i keep someone or something (like a rocket) from passing trough an area i dont want them to acces (like jumping or shooting trough a window)



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-02-2012 10:59 AM           Profile   Send private message  E-mail  Edit post Reply with quote


i got the basic room, want to test it, found and fixed a leak but now i cant play it in q3, i did the sv_pure thing, devmap test but then it laods and brings me back to the main menu :(



_________________
MonkeyBusiness


Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-02-2012 08:59 PM           Profile   Send private message  E-mail  Edit post Reply with quote


What does it say in the console after it boots you back to the menu?




Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-02-2012 09:03 PM           Profile   Send private message  E-mail  Edit post Reply with quote


guitar_monkey wrote:
how do i keep someone or something (like a rocket) from passing trough an area i dont want them to acces (like jumping or shooting trough a window)

Create a brush in the area you want to be impassable and give it the playerclip texture found in the common folder to make it impassable for all players. There's also missileclip to make it impassable for rockets, grenades and BFG shots or weapclip to make it impassable for all other weapons. Finally there's also botclip to make it passable for human players but impassable for bots. You can of course create multiple brushes that occupy the same space but have different clip textures.




Top
                 

Grunt
Grunt
Joined: 10 Jun 2009
Posts: 64
PostPosted: 09-02-2012 09:48 PM           Profile Send private message  E-mail  Edit post Reply with quote


1: The player uses a hitbox that is a square prism 56u high and 32u wide. Standard widths are 128 and 192 units wide but you need to have an idea of how big everything is first. Load one of the sample maps to do that.

2: Vanilla Quake 3 and Team Arena are FPS-dependent. That is, the jump height changes depending of your FPS rate. At the default speed of 90 FPS, you jump 44 units high. At the recomended speed of 125 fps, you jump 48 units high. Inmods that uses FPS-independent physics like CPMA, you usually jump 48 units high.

3: Depends, again, load one of the sample maps to get an idea how big everything is.

4: Try boxing individual rooms and corridors instead of making a huge box that holds everything unless you want to make space maps. Yet again, load the sample maps to know how id built their maps.

5: Step heights? 8 and 16 units are standard sizes. A player can climb steps up to 18 units high.

I really recommend using the grid to build your map.




Last edited by tehSandwich on 09-04-2012 12:06 AM, edited 1 time in total.

Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-03-2012 01:31 AM           Profile   Send private message  E-mail  Edit post Reply with quote


i got it!!! it works!!!! :-)



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-03-2012 01:42 AM           Profile   Send private message  E-mail  Edit post Reply with quote


http://a7.sphotos.ak.fbcdn.net/hphotos- ... 1862_n.jpg

for the very first time im very proud!!!



_________________
MonkeyBusiness


Top
                 

Insane Quaker
Insane Quaker
Joined: 26 Nov 2009
Posts: 341
PostPosted: 09-03-2012 05:11 AM           Profile Send private message  E-mail  Edit post Reply with quote


Hu,
congrats on launching your first map. Now higher the ceiling and start to fill the room with nice ideas. Or better... go through the texture directories and find some neat combinations.
Do you know these tutorials? http://q3a.ath.cx/level_design/




Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-03-2012 05:20 AM           Profile   Send private message  E-mail  Edit post Reply with quote


it isn't the complete level,
the complete level will be a science fiction horror base
cross over between star wars doom and portal.
no haven't read the tutorial yet, doing it as we speak

EDIT:
i used this tutorial
http://www.1upclan.info/hosted/bubba-ma ... orial.html



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-03-2012 05:30 AM           Profile   Send private message  E-mail  Edit post Reply with quote


can i create a real window with glass, or a glass like texture in it?



_________________
MonkeyBusiness


Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-03-2012 07:12 AM           Profile   Send private message  E-mail  Edit post Reply with quote


guitar_monkey wrote:
can i create a real window with glass, or a glass like texture in it?

Yes you can.
There is a glass texture somewhere in a clean Q3 installation, not sure where exactly though.
But what I usually do is create a brush and give it the common/nodraw texture. Then I give the one face I want to act as glass window the glass texture.




Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-03-2012 10:34 PM           Profile   Send private message  E-mail  Edit post Reply with quote


great,
and custom WAV sounds?



_________________
MonkeyBusiness


Top
                 

Theftbot
Theftbot
Joined: 07 Oct 2009
Posts: 483
PostPosted: 09-03-2012 10:56 PM           Profile Send private message  E-mail  Edit post Reply with quote


base_wall/glass01




Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-03-2012 11:52 PM           Profile   Send private message  E-mail  Edit post Reply with quote


guitar_monkey wrote:
great,
and custom WAV sounds?


Put custom wav files in the "sounds" folder (create one in baseq3 if it isn't there yet). It's good habit to create a subfolder for your map and put your sound files in there to keep things orderly. I do believe custom wav files must be recorded at 22KHz and mono.

You can then use a target_speaker entity to play these wav files.




Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-04-2012 01:06 AM           Profile   Send private message  E-mail  Edit post Reply with quote


okay, it's a taget, how do i trigger it?

for now in testing it's a complete song,
i am gonna cut it into pieces and make a nice loop of maybe the intro,
but that is something i do understand :)



_________________
MonkeyBusiness


Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-04-2012 01:35 AM           Profile   Send private message  E-mail  Edit post Reply with quote


You can either tag the LOOPED_ON spawnflag, which will cause it to automatically start playing and loop.

You can also target it with a trigger like a trigger_multiple or func_timer or something. Read the description of the target_speaker entity for more info on how to set it up properly.




Top
                 

Insane Quaker
Insane Quaker
Joined: 26 Nov 2009
Posts: 341
PostPosted: 09-04-2012 01:50 AM           Profile Send private message  E-mail  Edit post Reply with quote


Sorry if I sound harsh now... but I thought you were reading those tuts I linked?

http://q3a.ath.cx/level_design/sound_intro/




Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-04-2012 04:28 AM           Profile   Send private message  E-mail  Edit post Reply with quote


i am using it, but since im using the latest radiant version it's a bit different, plus when i try it that way it doesn't work.
you're not harsh, you're just thinking that i don't read any tutorials and don't google or what ever.



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-04-2012 04:58 AM           Profile   Send private message  E-mail  Edit post Reply with quote


although i have only added sound and want to try it in game, the bsp thing says that the map is leaked showing a red line from items i haven't touched since i last played it in Q3... wtf...



_________________
MonkeyBusiness


Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-04-2012 05:19 AM           Profile   Send private message  E-mail  Edit post Reply with quote


The leak line starts at an entity and then flows to the void. It's up to you to spot where it passes through a gap in your map's hull and correct the mistake.




Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-04-2012 10:01 PM           Profile   Send private message  E-mail  Edit post Reply with quote


how about the brushes it announces in thatlittle pop up window?
it tells me the lights and steps of my stairs are causing the leak, but they aren't



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-05-2012 11:19 AM           Profile   Send private message  E-mail  Edit post Reply with quote


what ever i do, it doesnt solve the leak or it solves the leak but the map wont load anymore in Q3



_________________
MonkeyBusiness


Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-05-2012 10:30 PM           Profile   Send private message  E-mail  Edit post Reply with quote


Is there an info_player_deathmatch entity in your map? If not, add one.
I'm not sure if that would actually cause a leak error, but it could be.

Also, if Q3 doesn't run your map, what message does it show you? If you're not getting any specific message on the screen, look in the console.




Top
                 

The Afflicted
The Afflicted
Joined: 14 Oct 2001
Posts: 581
PostPosted: 09-06-2012 02:32 AM           Profile Send private message  E-mail  Edit post Reply with quote


That's what I was going ask, also are there any entities outside the map?




Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-06-2012 03:09 AM           Profile   Send private message  E-mail  Edit post Reply with quote


of course there is!!! i already tested it before, how fucking stupid do you think i am? of course aren't there any entities outside the map

if doesn't give a message it leaks anymore but it now does the BSP thing and again, anda gain, and again...



_________________
MonkeyBusiness


Top
                 

Cool #9
Cool #9
Joined: 01 Dec 2000
Posts: 44144
PostPosted: 09-06-2012 03:32 AM           Profile   Send private message  E-mail  Edit post Reply with quote


guitar_monkey wrote:
of course there is!!! i already tested it before, how fucking stupid do you think i am? of course aren't there any entities outside the map


Well, pretty stupid, considering you fail to create a simple box map and then start using rude language against those who genuinely are trying to help you.

guitar_monkey wrote:
if doesn't give a message it leaks anymore but it now does the BSP thing and again, anda gain, and again...


Your sentence doesn't make any real sense.




Top
                 

I'm the dude!
I'm the dude!
Joined: 04 Feb 2002
Posts: 12498
PostPosted: 09-06-2012 08:38 AM           Profile Send private message  E-mail  Edit post Reply with quote


guitar_monkey wrote:
of course there is!!! i already tested it before, how fucking stupid do you think i am? of course aren't there any entities outside the map


These are very common reasons why maps report leaks, it happens to everyone. I don't see why you're taking offense to this. Afterall, you're reporting a problem with potentially a million causes but are being very sparce on reporting the details of the problem. When something goes wrong, Q3Map2 and Q3 will usually produce some kind of log detailing what's going on.

What you are doing is akin to walking into the doctor's office and telling him that you're in pain but then making him guess whether you're having pain in your head, feet, arms, stomach, etc. It would be a lot easier if you described all the symptoms so there wouldn't be any guesswork.



_________________
GtkRadiant | Q3Map2 | Shader Manual


Top
                 

I'm the dude!
I'm the dude!
Joined: 04 Feb 2002
Posts: 12498
PostPosted: 09-06-2012 08:43 AM           Profile Send private message  E-mail  Edit post Reply with quote


Things to try:
  • Follow the red line, tell us where it points to (both ends, and post a screenshot if you have to).
  • Check to make sure that the textures you are using aren't a shader with a nonsolid shader, that will cause a leak.
  • Make sure patches are caulked. Also report any errors in Q3Map2's log file.
  • Try reverting changes. You said that adding a sound file causes the issue, try deleting those changes and see if that solves the problem.

Try all that and report more details. Otherwise, you're just making people make wild guesses as to why you're having problems and that doesn't help you nor help those trying to help you.



_________________
GtkRadiant | Q3Map2 | Shader Manual


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-14-2012 01:40 AM           Profile   Send private message  E-mail  Edit post Reply with quote


fianlly, after few days of not having my laptop i have a new laptop, on which i have the files, luckily i emailed them to myself. now downloading GTK 1.6 and then i will continue to bother you with un important stuff. ;)



_________________
MonkeyBusiness


Top
                 

Commander
Commander
Joined: 11 May 2012
Posts: 108
PostPosted: 09-18-2012 02:08 AM           Profile   Send private message  E-mail  Edit post Reply with quote


just installed Q3 andf GTK 1.6.2 on a new laptop, now when i load a map, or make a new map.
in the 3d grey screen, i see a white line being the outline of the boxes i make, and in that a small diagonal line of the selected texture, in other words...
all i see is grey and a white line resembling my maps outline,... please help and tell me how i can fix this



_________________
MonkeyBusiness


Top
                 
Quake3World.com | Forum Index | Level Editing & Modeling


Post new topic Reply to topic


cron
Quake3World.com
© ZeniMax. Zenimax, QUAKE III ARENA, Id Software and associated trademarks are trademarks of the ZeniMax group of companies. All rights reserved.
This is an unofficial fan website without any affiliation with or endorsement by ZeniMax.
All views and opinions expressed are those of the author.