Re: Few questions about cbox [message #48755 is a reply to message #48752] |
Thu, 22 January 2009 09:18 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
Stuge wrote on Thu, 22 January 2009 10:53 | how can you remove all crap from area, not those you can remove by cbox, i mean like trees etc. wich does not show on cbox screen while scripting area.
| See bottom of post.Stuge wrote on Thu, 22 January 2009 10:53 | And how can you change the surface of area, like put grass to spot where is not.
| You can make an OBJECT entry that uses the grass mesh, then place it on the map like you would any other item.Stuge wrote on Thu, 22 January 2009 10:53 | When i add house to area, it most likely isint staying straight if the surface aint straight, and the weeds come throught the floor, and i cant see the floor of downstairs or upstairs, so i am unable to add any decoration.
| In the house meshes, and in the meshes of some other buildings, specifically those with exterior/interior, only the exterior or interior is shown in CBox. This mesh will be the one assigned in the OBJECT entry. It will have a CDef, CMultiStaticMeshDef, that gives it the other mesh in the game. An example of this would be the bordello. Only the exterior is shown in CBox, but the interior is assigned to it in the previously mentioned CDef.
There is a similar problem with certain meshes that have helpers that create or "spawn" other meshes in addition to it in the game, but only the first shows up in CBox. An example of this is the fresco dome. The dome is actually six meshes, the first spawns the other five in the game, but only the first is shown in CBox.
I'll have to make a suggestion about this to BayStone later.DarkenedSoul wrote on Thu, 22 January 2009 10:58 | 1. Search for a scripted trader.
| Forgive me, but I fail to see what he asked for that he would need this. DarkenedSoul wrote on Thu, 22 January 2009 10:58 | 2. Trees cannot be removed since they're build into the WLD.
| STB. As it hasn't been entirely figured out, no current app supports viewing/editing it. Trees can be removed though, in a manner of speaking. You can switch out the tree meshes with blanks, or you can assign alpha textures to the tree meshes. You can also edit which meshes are used by editing the STB itself, but I wouldn't recommend this course.
|
|
|