Gamestudio Links
Zorro Links
Newest Posts
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
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (dr_panther, 7th_zorro), 1,203 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Maximum size of 3D models? #149240
08/20/07 22:35
08/20/07 22:35
Joined: Mar 2005
Posts: 134
J
jeffmorris Offline OP
Member
jeffmorris  Offline OP
Member
J

Joined: Mar 2005
Posts: 134
What's the maximum size of 3D models being created in WED?

Re: Maximum size of 3D models? [Re: jeffmorris] #149241
08/21/07 04:40
08/21/07 04:40
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline
User
MrCode  Offline
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Um, define "size". If you're talking about scale, it's pretty much unlimited (so far as I know). But if you're talking about polycount, it's limited to about 30,000 polys.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Maximum size of 3D models? [Re: MrCode] #149242
08/21/07 09:21
08/21/07 09:21
Joined: Mar 2005
Posts: 134
J
jeffmorris Offline OP
Member
jeffmorris  Offline OP
Member
J

Joined: Mar 2005
Posts: 134
If I try to make a 3D model too long in WED and try to edit it, I will get a message saying "Bad Manipulation. Map doesn't allow concave blocks". This happens when I try to create subway stations that are 660 feet long. The longest parts are the platform, its base, and ceiling.

Re: Maximum size of 3D models? [Re: jeffmorris] #149243
08/21/07 09:42
08/21/07 09:42
Joined: May 2005
Posts: 155
C:\Program files\GStudio6
alphaindigo Offline
Member
alphaindigo  Offline
Member

Joined: May 2005
Posts: 155
C:\Program files\GStudio6
i think that there is now a way that you can compile the level with concave blocks.. but this may be only in A7 .. the problem you are having is that the BSP engine does not allow blocks to have inndents in them. like a cave is an indent in a cliff.. you could try using models .. or scaling the block larger thatn you need and then moving the points back to where youu want them.. or only use the face and edge manip tools....


beware the sock! - tLempoary...
Re: Maximum size of 3D models? [Re: alphaindigo] #149244
08/21/07 12:35
08/21/07 12:35
Joined: Apr 2005
Posts: 67
InnerSpace
dudeBot Offline
Junior Member
dudeBot  Offline
Junior Member

Joined: Apr 2005
Posts: 67
InnerSpace
Hey Jeff,

I saw your original "face move" post. I got the same error
when I followed the steps in your post. I was sort of waiting
to see what others might have to say about it.

My first instincts were that there is a maximum block/brush size.
I have used valve-hammer for texturing and compiling .map
files for torque and there is a block/brush size limitation.

I looked to see if there was a maximum block size in WED, but couldn't find
one, but I'm pretty sure that the face movement is not creating
concave geometry.

Just out of curiosity, if you want to do a little experiment:

-create a large block and place it at the world origin
-move the faces 128 units at a time and tracking the number of face moves
-when you get the error, figure out based on the number of face moves the
approximate size of the cube when the error occurs.
-if you post that result, I'll make and export a .map file from 3ds max
and then try opening it in WED and see if it gives me any invalid
block errors.


The easiest solution that I can come up with to deal with this
issue is to break the subway tunnel up into chunks. If you create
one chunk and group it together, you can easily duplicate it and move
it where you need it. As long as the blocks are aligned, and the textures
you are using tile well, your blocks will appear "seamless," which is what
you're probably wanting since you are trying to create the tunnel as one
big block.

Also, by using this method you could use the tunnel piece as a prefab,
and use it in other levels in the future.


Moderated by  HeelX, rvL_eXile 

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