Anyone got a custom 'computer' class to work?
Moderators: GSH, VSMIT, Red Devil, Commando
Anyone got a custom 'computer' class to work?
Hell even the stock model doesn't work properly anymore (try placing cbshld in the editor).
Anyone found a fix>?
Anyone found a fix>?
Developer @ Stormtide
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
Re: Anyone got a custom 'computer' class to work?
How about you elaborate on the issue.
Re: Anyone got a custom 'computer' class to work?
Well I created a simple box mesh at first, but the texture doesn't scroll at all. I'm using all the right names and everything, but no movement at all. (Do the meshes have to NOT be tris?)
Any shape more complex than that, and when the mesh builder creates it, it turns into a complete mess, not even recognisable from it's original form. If you place cbshld in the editor, you'll see the exact same thing, just a huge mess of polygons. Strangely when ISDF17.bzn is loaded up, everything looks fine. It's really odd.
Any shape more complex than that, and when the mesh builder creates it, it turns into a complete mess, not even recognisable from it's original form. If you place cbshld in the editor, you'll see the exact same thing, just a huge mess of polygons. Strangely when ISDF17.bzn is loaded up, everything looks fine. It's really odd.
Developer @ Stormtide
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
Re: Anyone got a custom 'computer' class to work?
maybe it's the same thing as with the flames, where you have to edit the xsi every export...
Attempting to debate with a person who has abandoned reason is like giving medicine to the dead. - Thomas Paine
Light travels faster than sound...
This is why some people appear bright until you hear them speak.
Light travels faster than sound...
This is why some people appear bright until you hear them speak.
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Anyone got a custom 'computer' class to work?
Haven't tried it recently, (6.2) was the last version I tried it in, it took a few attempts to get a mesh that scrolled properly.
The meshes need to be as simple as possible. Triangulation might be part of the issue, as it uses a different sort of sequence for the texture coordinates, but triangulated meshes can work. .OBJ can be converted to untriangulated .xsi, just don't ask me how to do it (untriangulate) in 3ds Max, because I don't know.
Ps it would be very useful if one of the people who tell me it is possible, could show us allhow to make a simple untriangulated flame mesh.
The meshes need to be as simple as possible. Triangulation might be part of the issue, as it uses a different sort of sequence for the texture coordinates, but triangulated meshes can work. .OBJ can be converted to untriangulated .xsi, just don't ask me how to do it (untriangulate) in 3ds Max, because I don't know.
Ps it would be very useful if one of the people who tell me it is possible, could show us allhow to make a simple untriangulated flame mesh.
Its actually much easier to do this just once for a specific polygon shape, and then alter its vertex values to fit the model, as long as its not sloped off axis.maybe it's the same thing as with the flames, where you have to edit the xsi every export...
The Silence continues. The War Of Lies has no end.
Re: Anyone got a custom 'computer' class to work?
this sounds like something you should screencap TJ.
Re: Anyone got a custom 'computer' class to work?
Just use 'Edit Poly' instead of 'Edit Mesh'MrTwosheds wrote:Ps it would be very useful if one of the people who tell me it is possible, could show us allhow to make a simple untriangulated flame mesh.

I shall take a screen cap next time I fire the game up.
Developer @ Stormtide
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
Re: Anyone got a custom 'computer' class to work?
Even if you do un-triangulate the model in 3ds max, that data just gets re-triangulated with the .xsi exporter, so that is useless.
//Latest Project
http://www.moddb.com/mods/bz2-community-project-2
http://www.moddb.com/mods/bz2-community-project-2
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Anyone got a custom 'computer' class to work?
3dsMax aside, it is possible to create un-triangulated xsi, from .obj-.x-x2xsi conversion I used to make them with lithunwrap. They are quite good for collisions.
The Silence continues. The War Of Lies has no end.
Re: Anyone got a custom 'computer' class to work?
I doubt this is a triangulation issue. I want to actually see the issue with the stock model being placed.
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Anyone got a custom 'computer' class to work?
Basically when you build a computer class mesh, and it not just a very simple low poly object, some of the triangles scroll the wrong way. Not being triangulated would help as it would decrease the number of polys it could occur on. It would seem to be something to do with mesh builder AND the vertex order/texture coordinates of the object, rebuilding a new object can fix the issue. It is not a 100% occurrence for all objects.
The Silence continues. The War Of Lies has no end.
Re: Anyone got a custom 'computer' class to work?
TJ is saying that the stock model is broken too, and he didn't mention rebuilding it from XSI, hence, this is an engine issue unless these details are not correct. At that, an error irrelevant to anything we can change if it is effecting an already existing MSH. I don't feel like digging for the computer class stock object to check myself or I would.
Re: Anyone got a custom 'computer' class to work?

^ That's what you see when you place it in the editor. Strangely enough, BEFORE you place the model it looks perfectly normal, and placing it as any class other than computer displays just fine (but of course you don't get the scrolling texture. This is the pre-built mesh, I HAVE NOT rebuilt from the .xsi in this image.
The broken mesh isn't static either, triangles flicker in and out of existence and increase to monumental sizes as well.
Developer @ Stormtide
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
viewtopic.php?f=4&t=2350#p40547 << My UE4 Battlezone Project
ModDB - Battlezone II Unofficial Expansion Pack
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Anyone got a custom 'computer' class to work?
Ok, different issue then.
The Silence continues. The War Of Lies has no end.
- S.cavA.rmyG.en
- Sabre
- Posts: 296
- Joined: Fri Mar 04, 2011 3:15 am
- Location: ISDF Junk Yard
- Contact:
Re: Anyone got a custom 'computer' class to work?
TheJamsh wrote:




4 THINGS TO REMEMBER:
1.Professionals are predictable,amateurs are dangerous
2.If you can't remember, the Big Gun is always aimed at you.
3.If it's stupid but works, it's not stupid,it's crazy.
4.Anything you do can get you killed,even if it's nothing
1.Professionals are predictable,amateurs are dangerous
2.If you can't remember, the Big Gun is always aimed at you.
3.If it's stupid but works, it's not stupid,it's crazy.
4.Anything you do can get you killed,even if it's nothing