Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, ozgur, AbrahamR, wdlmaster), 849 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: Dan Silverman] #254209
03/01/09 18:37
03/01/09 18:37
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Originally Posted By: Dan Silverman
Quote:
Instead of the old error message
"Bad manipulation. Map doesnt allow concave blocks. [Cancel][Ignore]"
how about we get a message like
"Bad manipulation. Convert Block to Mesh? [Cancel][Accept]"
That would be much more useful.

Since WED does not convert CSG geometry in to meshes, then this error message would not work because WED could not give you the choice to do that. This is the nature of CSG ... a different animal than a mesh (polygonal, quadratic or otherwise).

I know its a different animal, BUT, since an FBX file is an even different animal, and WED can import them,
surely it wouldnt be to hard for WED to "pretend" to import the block and convert 'just that one' block into a mesh object.
The compiler does it, so why cant WED do it on a smaller scale...


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial
Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: EvilSOB] #254231
03/01/09 20:46
03/01/09 20:46
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
As I said WED has no problem handling concave blocks. It displays and renders them just fine. But you have to turn it on in map properties first, otherwise it won't work. It's the map compiler who is messing up things.
I thought this worked before, but I might remember wrong.
And if WED can handle meshes, why not consider blocks as meshes?

Just because WED used to work with concave blocks only, why still come with that argument? CSG with concave blocks is the past!
Blocks basically are nothing else than predefined meshes. WED should handle everything the same! So should the engine.

Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: FBL] #254246
03/01/09 22:52
03/01/09 22:52
Joined: Jul 2000
Posts: 11,321
Virginia, USA
Dan Silverman Offline
Senior Expert
Dan Silverman  Offline
Senior Expert

Joined: Jul 2000
Posts: 11,321
Virginia, USA
I agree, Firoball. I think that WED and MED need to be ditched in favor of one unified editor for creating polygonal environments and other polygonal meshes. Or Conitec could create a decent modeler (or require the end-user to use another modeler) and have a decent, real-time editor for putting it all together (possibly like the one they are in the process of creating now).

However, my point here was not to say that WED should not change, but to point out the fundamental differences between WED blocks and polygonal meshes. If Ness understood the differences then perhaps his request would be different. For example, instead of asking for an extrude function for CSG geometry in WED, he might ask for WED to dump CSG all together in favor of a more modern way of creating game environments such as using standard meshes.

Quote:
I thought this worked before, but I might remember wrong.


I don't remember, frankly. Didn't it used to take a block with a concave surface and break it up in order to make several non-concave blocks?

Quote:
And if WED can handle meshes, why not consider blocks as meshes?


Because that would be quite a fundamental change for WED. WED is what it is: a CSG tool. They would have to rewrite WED to do more than import meshes, but to create them and edit them. If you remember, Conitec had wanted to merge MED and WED many years back, but that ball got dropped like a hot potato. So it must not be so easy for Conitec to do this.


Professional 2D, 3D and Real-Time 3D Content Creation:
HyperGraph Studios
Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: Dan Silverman] #254267
03/02/09 07:23
03/02/09 07:23
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
I've never heard that WED had problems with concave blocks. 90% of all levels contain partially or mostly concave blocks, so I don't think that there can be a problem.

Still, you have to keep some things in mind:

- Concave blocks can't be used for building the BSP tree by the compiler. So when your level consists of only concave blocks, the BSP tree consists of only one huge leaf.

- When you manipulate blocks to make them concave, switch the map to "concave" in Map Properties to suppress the warning, and also lock their texture and set the block's "Concave" flag. This is not necessary for imported blocks because their concave flag is automatically detected and their texture automatically locked.

- Make sure that when using vertex manipulation on concave blocks, no surface is bent or broken. Otherwise, WED won't complain, but the blocks will look wrong.

Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: jcl] #254277
03/02/09 09:30
03/02/09 09:30
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
For testing I used a pyramid and moved a single vertex closer to the center, in order to get a concave object.
But most likely I forgot to set the concave flag for the block itself. I only switched that in Map Properties.

I'll try again soon.

Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: FBL] #254499
03/03/09 19:06
03/03/09 19:06
Joined: Feb 2007
Posts: 353
A
amy Offline
Senior Member
amy  Offline
Senior Member
A

Joined: Feb 2007
Posts: 353
I also donīt see a future in WED and MED. All the quake legacies... argh! Itīs 2009! Going through Gamestudioīs content pipeline and map compiler is a constant painful fight.

<edit>
some annoyances I ran across recently:
  • the fbx importers have no custom scale options (which would be important because there arenīt any serious 3D-software packages which use quants and a power of two grid)
  • the WED and MED fbx importers seem to scale differently
  • the fbx importers have many problems with triangulating n-gons
  • mouse picking is horribly broken in WED
  • the map compiler is slow and crash prone
  • texture filenames are limited to 16 characters
  • the fbx level importer still seems to create alpha channels by mistake even if this is supposed to be fixed

I could go on and on...

By the way, I really dislike quants and the power of two grid. Itīs not intuitive. Get rid of it. There is no need for it anymore. CPUs have fast floating point units nowadays. smile

</edit>

On the bright side... Blender 2.5 (which will be released later this year) will have a very customizable user interface which will make it possible to turn Blender into an easy to use level editor. Conitec would just have to open up the WMB format and then someone could write an exporter to WMB.

Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: amy] #254514
03/03/09 19:45
03/03/09 19:45
Joined: Nov 2008
Posts: 215
V
vertex Offline
Member
vertex  Offline
Member
V

Joined: Nov 2008
Posts: 215
Hmmm...I don't know-- don't take this the wrong way...just my two cents-- but it would seem like tossing out the baby with the bath water.

I would say that as long as the Gamestudio art pipeline allows artists to create animated props without config files and Wed allows drag and drop behaviors and templates it's shining in its niche. I don't think legacy technology is always bad. I mean look at Doom3 vs Quake -- sure it looked better, but folks didn't like it as much as the old game.

Everyone wants to keep pushing things forward, but at what cost? It seems like right when a product gets bug free, it's tossed out the window and an entire new code logic is created to take advantage of this or that hardware improvement...with new bugs. i.e. Vista

I'm not saying to go back to the Commodore 64 and its software (though a $200 keyboard computer would probably have a market today), but change even for the best is not always good. I think Gamestudio could shine in a sub-niche like Web3D and Augmented reality (or something else) which would get it on another path say than Unity or Torque-- and still be an easy to use engine. Along with all the planned changes it would be a good strategy to differentiate itself.

Again my two cents... I do understand what you are saying and I think we could both agree that anything that makes the engine easier to use and even more versatile is a good thing.

Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: vertex] #254522
03/03/09 20:30
03/03/09 20:30
Joined: Feb 2007
Posts: 353
A
amy Offline
Senior Member
amy  Offline
Senior Member
A

Joined: Feb 2007
Posts: 353
I am not complaining about the engine but more about the tools. In my opinion the engine is quite nice and there isnīt that much missing compared to the competition.

But the tools arenīt user friendly and very outdated. Conitec should start doing some dogfooding. smile Hire an artist who gives direct feedback or something.

For inspiration Conitec should take a look into the Unity demo once it is out in a few weeks.

Re: "Extrude" Function in WED + Moving Camera in 3d mode improve [Re: FBL] #255220
03/08/09 21:29
03/08/09 21:29
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Originally Posted By: Firoball
For testing I used a pyramid and moved a single vertex closer to the center, in order to get a concave object.
But most likely I forgot to set the concave flag for the block itself. I only switched that in Map Properties.

I'll try again soon.


I confirm that I forgot to set the flag for the concave block.

It's working just alright.

Page 2 of 2 1 2

Moderated by  aztec, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1