Why aren't decals working?

Forum Archive - from http://theuniversal.net
Locked
User avatar
Ark3000
Posts: 58
Joined: Thu Aug 07, 2008 10:18 am

Why aren't decals working?

Post by Ark3000 »

Why?
User avatar
Ark3000
Posts: 58
Joined: Thu Aug 07, 2008 10:18 am

Post by Ark3000 »

I see there are decal models in the client for the Unifighter, do they actually work? And if they do, why only the unifighter?
kb32a
Posts: 444
Joined: Sun Jan 29, 2006 4:34 am
Location: Space

Post by kb32a »

They don't work because they haven't been implemented yet.
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

Correct.

Actually, to be a bit more precise: the code for decals has been written but not fully tested. The models have been done, though they're not great. The bit that's missing is the code that lets you choose your own decal, upload it, and have it replicated to /seen by other players.

The whole decal thing is a bit of a fudge, really. The way you would normally do this is by having multiple materials for your 3d models. The way we're doing it is having a decal model overlayed on the original model, and blended in. This is A Bit Dumb but is also Only What Mit Had The Time To Do.

Multi-material support, decals, skinnable ships, blah blah blah... history is all on the forum if you do a quick search.

f
User avatar
Ark3000
Posts: 58
Joined: Thu Aug 07, 2008 10:18 am

Post by Ark3000 »

Yes I know the other topics, though it decal thing didn't seem clear.

It's quite amazing how something so simple can be so complicated to code, and to bring in game.
Locked