Page 1 of 1

Remove section of a wall

Posted: May 20th, 2013, 6:30 am
by nyvedj
Hey codjumpers and mappers!

I was wondering if there was a way to remove a segment of a wall/object. I image if there is a way there would be some kind of texture that is transparent and without player collision..

Any help would be great! :D


On a side note, does anybody know anything about an issue while playing where you cannot move for a few seconds properly after loading position? Normally you can just load instantly and jump again, but recently my map has the issue where I have to wait a few seconds after most loads before jumping or else I just kind of slide around and hardly jump anywhere.

Might be an sudden and random issue with the mod but idk.

Re: Remove section of a wall

Posted: May 20th, 2013, 2:28 pm
by Drofder2004
You need to use the clipper tool to remove sections of a brush.
Plenty of online tutorials: http://www.youtube.com/watch?v=K-ovhLgwmMo

Transparent textures are mostly clip textures, but there are many more.
To make a brush without collision, select the brush, right-click and select "non-colliding".

The issue with not being able to jump straight away happens when taking fall damage.
There are a few relevant dvars:
bg_falldamageMinHeight 9999
bg_falldamageMaxHeight 99999
jump_slowdownenable 0

Re: Remove section of a wall

Posted: May 20th, 2013, 2:44 pm
by nyvedj
Fantastic mate, thanks for that :D

Re: Remove section of a wall

Posted: May 23rd, 2013, 7:49 am
by nyvedj
Hey look, I have heaps of little questions regarding mapping.. do you mind if I keep asking these questions within this thread?

For example:

When I load up the map I am working on, the player/gun skin texture is multi-coloured (like on mp_easy_jump if anyone is unfamiliar with what I'm trying to describe). How do I go about making it go normal??
Note - I do not have a sky box or a sun at this stage.

Re: Remove section of a wall

Posted: May 23rd, 2013, 9:58 am
by megazor
Do you mind if I suggest you go and read mapping tutorials?

Re: Remove section of a wall

Posted: May 23rd, 2013, 2:17 pm
by nyvedj
Sure, if they cover all the things that I need :D

I've watched over an hour of different tutorials on youtube, and re-watched whenever I got stuck on something.. So just point me to where I can find the answers and I'll go there :wink:

If people know the answers on here I just thought it would be simpler, that's all.

Re: Remove section of a wall

Posted: May 23rd, 2013, 2:49 pm
by megazor
Everyone here will advice visiting http://www.modsonline.com
I learnt much from it.

As to your last question, I can remember it being discussed in this forum, so don't worry, we will help you.