STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
243
游戏中
1,591
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
Prof. Orribilus 2019 年 11 月 8 日 上午 9:44
What about exporting as Hammer map?
Hello.

Is in development the possibility to convert and export Blender meshes in brush geometry as a VMF or MAP file so that we can import it directly in Hammer?

Thank you for your work.
引用自 Artfunkel:
There are many limits on what geometry you can have in a BSP map file, and Blender doesn't know how to adhere to any of them. An importer might make sense but an exporter would be too hard to use.

On top of that, Source 2 has a completely different format.
< >
正在显示第 1 - 14 条,共 14 条留言
Pte Jack 2019 年 11 月 8 日 上午 10:39 
Not from Blender that I know of. There is an addon for Maya called WallWorm that I think allows you to edit maps, but for Blender, I haven't found one.

Now coming from Source into Blender, there is a way to do it using Crafty, if Crafty will load the map....

https://www.youtube.com/watch?v=MthvyZrarSU
Prof. Orribilus 2019 年 11 月 8 日 下午 2:21 
Thank you for your answer. Anyway, i was asking to the developer if he was adding that possibility in his Blender Source Tools.
Pte Jack 2019 年 11 月 8 日 下午 3:29 
If you want to request additional functionality in Blender, you should use an actual Blender development web site discussion area. Not Steam. LOL
Prof. Orribilus 2019 年 11 月 9 日 上午 12:59 
I was asking additional functionalities for the Blender Source Tools, and this is a forum dedicated to them.
此论坛的一名版主已表示此帖子解答了原先的主题。
Artfunkel 2019 年 11 月 24 日 上午 2:19 
There are many limits on what geometry you can have in a BSP map file, and Blender doesn't know how to adhere to any of them. An importer might make sense but an exporter would be too hard to use.

On top of that, Source 2 has a completely different format.
Prof. Orribilus 2019 年 11 月 24 日 上午 3:47 
Yes, i know about Source 2. I was thinking to what Wall Worm Model Tools did for 3DSMAX.

But ok, at this point, there are other editors, like Microbrush, for creating BSP geometry quicker than with Hammer.

Thank you.
Maxwell_Edison 2020 年 12 月 23 日 下午 1:51 
引用自 Artfunkel
There are many limits on what geometry you can have in a BSP map file, and Blender doesn't know how to adhere to any of them. An importer might make sense but an exporter would be too hard to use.

On top of that, Source 2 has a completely different format.

I know this is a damned old forum post but I just can't help myself. What exactly do you mean by this?

The basic "Brushes" that Hammer uses are simple shapes with defined faces.
I would assume that, especially since Blender prefers working with Quads rather than tris, the exact opposite of what you're saying should in theory be true. A cube in Blender shouldn't be hard at all to interpret into a Brush.
Rectus 2021 年 1 月 15 日 上午 3:30 
引用自 Maxwell_Edison
I know this is a damned old forum post but I just can't help myself. What exactly do you mean by this?

The basic "Brushes" that Hammer uses are simple shapes with defined faces.
I would assume that, especially since Blender prefers working with Quads rather than tris, the exact opposite of what you're saying should in theory be true. A cube in Blender shouldn't be hard at all to interpret into a Brush.

Not sure if there are further limits, but brushes are limited to convex hulls without holes. To make a converter you'd have to shrinkwrap or decompose any concave geometry, or you'll get invalid brushes either Hammer or the compiler can't interpret.
Maxwell_Edison 2021 年 1 月 18 日 下午 11:21 
引用自 Rectus
引用自 Maxwell_Edison
I know this is a damned old forum post but I just can't help myself. What exactly do you mean by this?

The basic "Brushes" that Hammer uses are simple shapes with defined faces.
I would assume that, especially since Blender prefers working with Quads rather than tris, the exact opposite of what you're saying should in theory be true. A cube in Blender shouldn't be hard at all to interpret into a Brush.

Not sure if there are further limits, but brushes are limited to convex hulls without holes. To make a converter you'd have to shrinkwrap or decompose any concave geometry, or you'll get invalid brushes either Hammer or the compiler can't interpret.

What, wait, are you tellling me... hnnm.. that if you were to model a map in blender and export it to hammer... you'd have to... treat it like a hammer map!?!?

woaah!! what!!


Honestly I really don't understand why people think that's a big deal. Fellas I'm not trying to convert like, pre-existing maps from other games into Hammer. No shit, that wouldn't work. I want to *model* in blender with the intent of making a map from scratch.


It's weird until you realize that Blender is many times more powerful at most conventional things than Hammer, and ages more intuitive. I am 100% sure I could build a map from scratch in Blender, even adhering to making sure everything is blocked out in Brush-appropriate meshes, in a fraction of the time as using Hammer.


I'm just quite frankly tired of being limited to Valve's poorly thought out editor. Even if I wanted to learn Hammer to the point of making beautiful maps, it is not a skill that transfers to pretty much anything else, or has any use outside of Source mapping.

Blender, on the other hand...

Sorry, this turned into a long convoluted post.

TL;DR Yeah no duh you'd have to put forth /basic effort/ to make your map Hammer-compliant in Blender. That's ok.
最后由 Maxwell_Edison 编辑于; 2021 年 1 月 18 日 下午 11:22
Rectus 2021 年 1 月 19 日 上午 1:31 
I guess the hardest part of implementing it would be how to make it user frendly.

Sticking to a CSG workflow in an editor not designed for it severly limits what you can do with it. Unless you want to make everything out of discrete cubes, you'd need to either be really careful to not make any convave bits, or some kind of real-time invalid shape detection.
Maxwell_Edison 2021 年 1 月 23 日 上午 2:54 
引用自 Rectus
I guess the hardest part of implementing it would be how to make it user frendly.

Sticking to a CSG workflow in an editor not designed for it severly limits what you can do with it. Unless you want to make everything out of discrete cubes, you'd need to either be really careful to not make any convave bits, or some kind of real-time invalid shape detection.

If my previous comment didn't make it obvious enough, this is *NOT HARD* to do.

At all.
Like, not even close.

As someone who has been an amateur in blender for years now, you have either never used Blender, or severely under-estimating how simple it is to use.

It is not hard to limit yourself to not using complex things. At all. It is not hard to make things out of basic shapes. At all.

It is ESPECIALLY NOT HARD TO DO THESE THINGS compared to the OLD, DECREPIT THING KNOWN AS HAMMER. I could literally model a map in WOOD on a LATHE and export it as a vmf easier than you can make a map in Hammer. It wasn't even good when it was new.


I'm tired of being told the "hard part" would be actually using Blender to make a map. Y'all. Seriously. A braindead skunk could make a map out of discrete convex shapes. Wtf.


Do I need to go and make an entire map in Hammer, out of discrete brushes, before anybody will give any credit to the concept of Blender for map making? Because I can do that.
最后由 Maxwell_Edison 编辑于; 2021 年 1 月 23 日 上午 2:57
Rectus 2021 年 1 月 23 日 上午 5:52 
Noone is trying to discredit the concept. Wallworm already already has a tool to do it for 3DS Max.

What I mean is that I would find a tool like this hard to use effectively, and I imagine a lot of others would as well.

If you've ever gotten invalid brushes from using the vertex tool in Hammer, you know how tedious that can be to find and fix. With a general polygon workflow like in Blender, pretty much every tool can cause this. From my perspective it seems to add a lot of limitations on what tools can be used, and how to use them safely.

If you think it's a good idea, you could always try Wallworm, or write an exporter to test it out.


Disclaimer: I'm not a Blender expert, so it's always a possibility that I'm completely wrong about things.
最后由 Rectus 编辑于; 2021 年 1 月 23 日 上午 5:53
Maxwell_Edison 2021 年 1 月 25 日 下午 2:29 
Yeah I know about wallworm. I don't own the software it goes with though, and don't ever plan on purchasing it. Always upset me a bit that something like that was never adapted for Blender. Feels natural to give the free open source model tool everybody loves the tool, but they never did.
最后由 Maxwell_Edison 编辑于; 2021 年 1 月 25 日 下午 2:29
Demo Hell 2022 年 8 月 6 日 上午 9:58 
Any news ? How to export goldsrc maps from Blender to Valve Hammer Editor?
< >
正在显示第 1 - 14 条,共 14 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情