Author Topic: When I rotate and scale, annoying things happen  (Read 4067 times)

twilightsparkl

  • VM-68
  • Posts: 128
When I rotate and scale, annoying things happen
« on: May 24, 2013, 09:29:30 AM »
When I rotate 45 degrees or scale, parts of brushes will jut out 100 feet and vertices will become jumbled.

It happens over and over and I have no clue.

I don't know how to turn off grid snap and don't understand the point of rotation step.

Rockyar_96

  • 68 Carbine
  • Posts: 370
Re: When I rotate and scale, annoying things happen
« Reply #1 on: May 24, 2013, 09:45:05 AM »
learn to avoid the bsp functions. They bug like hell like you said. There is no other solution. Just believe me

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: When I rotate and scale, annoying things happen
« Reply #2 on: May 27, 2013, 07:24:59 PM »
Unless you're rotating 90 degrees, or you have just a simple box brush, you really shouldn't rotate.  I don't think I've ever even tried scale.  Better to just drag the brush sides.

JMR

  • Map Committee
  • Autococker
  • Posts: 574
Re: When I rotate and scale, annoying things happen
« Reply #3 on: June 08, 2013, 08:12:32 AM »
Message removed.
« Last Edit: August 19, 2014, 05:07:32 PM by JMR »

JMR

  • Map Committee
  • Autococker
  • Posts: 574
Re: When I rotate and scale, annoying things happen
« Reply #4 on: June 08, 2013, 08:12:56 AM »
Message removed.
« Last Edit: August 19, 2014, 05:07:40 PM by JMR »

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: When I rotate and scale, annoying things happen
« Reply #5 on: June 08, 2013, 10:26:33 AM »
Don't hate the editor, hate the map format.

twilightsparkl

  • VM-68
  • Posts: 128
Re: When I rotate and scale, annoying things happen
« Reply #6 on: June 08, 2013, 03:53:19 PM »
Okay this is super annoying.

Why is BSP recommended on the mapping forums, if the functions inside BSP don't even work properly?

Realistic maps look realistic when not everything is on a 90 degree angle. Sometimes that means having bunkers on the side, Etc.

How do we create them type of maps in BSP, when the BSP functions mess up?

Apparently even DT doesen't use BSP...

I am confused.

what is DT?

deadfroggy

  • Autococker
  • Posts: 562
Re: When I rotate and scale, annoying things happen
« Reply #7 on: June 09, 2013, 02:12:50 AM »
Don't hate the editor, hate the map format.
True iv suggested new format a couple times.

TRION

  • 68 Carbine
  • Posts: 290
Re: When I rotate and scale, annoying things happen
« Reply #8 on: June 09, 2013, 02:46:39 AM »
.bsp- Rough polygons ( Too bad and pathetic features)
.hl-Brilliant features and complex polygons,easy to use (best for mappers)
.... can anyone else continue with more map formats?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: When I rotate and scale, annoying things happen
« Reply #9 on: June 09, 2013, 08:15:51 PM »
What, exactly, are you trying to make?  Usually clipping planes is the best way to approach these types of things.

deadfroggy

  • Autococker
  • Posts: 562
Re: When I rotate and scale, annoying things happen
« Reply #10 on: June 09, 2013, 10:42:41 PM »
I wouldnt mind testing out hl. But before we do that jitspoe needs to sort out this performance stuff.

twilightsparkl

  • VM-68
  • Posts: 128
Re: When I rotate and scale, annoying things happen
« Reply #11 on: June 10, 2013, 08:51:34 AM »
Does HL have bugs like this...this is like the third time this has happened...btw there should NOT be a hole in the floor:


I guess a couple dozen rectangular brushes touching a floor is too much for it to handle.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: When I rotate and scale, annoying things happen
« Reply #12 on: June 10, 2013, 08:55:49 AM »
Does HL have bugs like this...this is like the third time this has happened...btw there should NOT be a hole in the floor:


I guess a couple dozen rectangular brushes touching a floor is too much for it to handle.

Yes. This has been repeatedly discussed. Lower your expectations, wait years for a new map format or map for another game.

twilightsparkl

  • VM-68
  • Posts: 128
Re: When I rotate and scale, annoying things happen
« Reply #13 on: June 10, 2013, 08:57:33 AM »
Yes. This has been repeatedly discussed. Lower your expectations, wait years for a new map format or map for another game.
Or I could just raise the bars up by one pixel so they're not touching.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: When I rotate and scale, annoying things happen
« Reply #14 on: June 10, 2013, 09:00:04 AM »
Or I could just raise the bars up by one pixel so they're not touching.

Yes, you could. But if you knew that beforehand, and you think it's an acceptable solution, then there was no reason to complain about a problem that you have a solution for :)

twilightsparkl

  • VM-68
  • Posts: 128
Re: When I rotate and scale, annoying things happen
« Reply #15 on: June 10, 2013, 09:18:54 AM »
Yes, you could. But if you knew that beforehand, and you think it's an acceptable solution, then there was no reason to complain about a problem that you have a solution for :)

Because floating guardrails look ridiculous

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: When I rotate and scale, annoying things happen
« Reply #16 on: June 10, 2013, 12:15:26 PM »
Sometimes enabling/disabling the detail flag helps in weird cases like that.  Worst case, you could turn them into a func_wall, but avoid that for large, overlapping surfaces (it's fine for the railing example there).

twilightsparkl

  • VM-68
  • Posts: 128
Re: When I rotate and scale, annoying things happen
« Reply #17 on: June 10, 2013, 01:48:16 PM »
Sometimes enabling/disabling the detail flag helps in weird cases like that.  Worst case, you could turn them into a func_wall, but avoid that for large, overlapping surfaces (it's fine for the railing example there).

yep that worked spiffy. You rock woohoo!

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: When I rotate and scale, annoying things happen
« Reply #18 on: June 10, 2013, 02:18:43 PM »
There are some bugs in the map compilers.  I'd like to fix them at some point, but that's just one of the thousands of things to do for this project...