Darkwind - Viewing Topic: Engine v.136, Media v.104
Welcome Guest! » Darkwind » Announcements » Patch Notes » Engine v.136, Media v.104

Pages: << prev 1, 2, 3 next >> Reply to Topic Create New Topic Create New Poll
Engine v.136, Media v.104
Triferus
Old Grannies
Racer

Renegade

Member Level

Group: Members
Posts: 166
Joined: Oct 25, 2010

Send an email to Triferus Send a personal messsage to Triferus Reply with a quote from this post Go to the top of the page

*Dark Tempest* said:
Not quite Tri. What really happens is that the model is referencing the same part of the JPEG texture twice, once for each side of the car. Creating two textures and referencing each of them would be an insane amount of coding, since the UVW mapping on the model is built from scratch in the engine.


Well... would it be easier to make the bullet holes be on a separate layer then?

Or, eliminate mirroring entirely from the hood and just make it one texture?

How does it do the sides? Bullet holes only appear on the side that was hit, so are they not mirrored then?
.........................
vet wv

Posted Apr 29, 2011, 2:26 am Last edited Apr 29, 2011, 2:30 am by Triferus
The Paranoid Tourist
Precipitous Treachery
Darkwind Guru

Slavers Faction

Member Level

Group: Members
Posts: 1,828
Joined: Jan 12, 2007

Send an email to The Paranoid Tourist Send a personal messsage to The Paranoid Tourist Reply with a quote from this post Go to the top of the page

They appear on both sides on some vehicles, even when the thing has only been shot on one.


I would rather have mirrored bullet holes than none at all.
.........................
vet gateautumn gwextrav raceL1 wv e2g0,2,0

Posted Apr 29, 2011, 4:20 am
Triferus
Old Grannies
Racer

Renegade

Member Level

Group: Members
Posts: 166
Joined: Oct 25, 2010

Send an email to Triferus Send a personal messsage to Triferus Reply with a quote from this post Go to the top of the page

The Paranoid Tourist said:
They appear on both sides on some vehicles, even when the thing has only been shot on one.

I would rather have mirrored bullet holes than none at all.


I agree. I'm just examining any potential methods of removing the mirrored bullet holes in the future.
.........................
vet wv

Posted Apr 29, 2011, 4:24 am Last edited Apr 29, 2011, 4:25 am by Triferus
The Paranoid Tourist
Precipitous Treachery
Darkwind Guru

Slavers Faction

Member Level

Group: Members
Posts: 1,828
Joined: Jan 12, 2007

Send an email to The Paranoid Tourist Send a personal messsage to The Paranoid Tourist Reply with a quote from this post Go to the top of the page

Sure. I was just responding to Sam's earlier question. Keep on sorting the solution!
.........................
vet gateautumn gwextrav raceL1 wv e2g0,2,0

Posted Apr 29, 2011, 4:51 am
johnny go
rancid
Darkwind Guru

Renegade

Member Level

Group: Members
Posts: 1,438
Joined: Mar 24, 2010

Send an email to johnny go Send a personal messsage to johnny go Reply with a quote from this post Go to the top of the page

[quote=


I would rather have mirrored bullet holes than none at all.[/quote]



me to!!
.........................
vet wv

Posted Apr 29, 2011, 8:30 am
*Rev. V*
Cestus Dei
Darkwind Guru

Civs Faction

Avatar

Member Level

Group: Marshals + Contributors
Posts: 3,208
Joined: Aug 4, 2010

Send an email to *Rev. V* Send a personal messsage to *Rev. V* Reply with a quote from this post Go to the top of the page

I'd rather have chainsaws....
.........................
vet wv zom marshal paintladder cont

Posted Apr 29, 2011, 9:13 am
Triferus
Old Grannies
Racer

Renegade

Member Level

Group: Members
Posts: 166
Joined: Oct 25, 2010

Send an email to Triferus Send a personal messsage to Triferus Reply with a quote from this post Go to the top of the page

*Dark Tempest* said:
Not quite Tri. What really happens is that the model is referencing the same part of the JPEG texture twice, once for each side of the car. Creating two textures and referencing each of them would be an insane amount of coding, since the UVW mapping on the model is built from scratch in the engine.


I'm guessing this wouldn't work either then, but I just had the idea that even if it could just invert the bullet hole position on each side... For example:

Instead of getting this (ignore the pipes):

|*  *
| **

you would get this:

|*
| **
|    *

To do that though, you'd have to rotate one of the textures 180 degrees and then flip it over. That would only work if both sides of the texture are usable, which may very well not be the case. It also wouldn't work on most textures with any kind of patterns on them.
.........................
vet wv

Posted Apr 30, 2011, 2:51 am Last edited Apr 30, 2011, 2:53 am by Triferus
d0dger
an0maly
Darkwind Guru

Deathrace Mafia Faction

Avatar

Member Level

Group: Members
Posts: 2,492
Joined: Jan 24, 2010

Send a personal messsage to d0dger Reply with a quote from this post Go to the top of the page

Triferus said:
*Dark Tempest* said:
Not quite Tri. What really happens is that the model is referencing the same part of the JPEG texture twice, once for each side of the car. Creating two textures and referencing each of them would be an insane amount of coding, since the UVW mapping on the model is built from scratch in the engine.


I'm guessing this wouldn't work either then, but I just had the idea that even if it could just invert the bullet hole position on each side... For example:

Instead of getting this:

|*  *
| **

you would get this:

|*
| **
|    *

To do that though, you'd have to rotate one of the textures 180 degrees and then flip it over. That would only work if both sides of the texture are usable, which may very well not be the case. It also wouldn't work on most textures with any kind of patterns on them.


Won't work because he's blending into the vehicle skin texture and there's only half a skin that's just copied/mirrored over.

It's not top priority but it sure would be nice to get whole skins for all the vehicles and this is just another reason why.
.........................
vet wv combat1 combatL1 paintladder pvp5 sssc deathrceL1 pvp4 zom race1 semiprocombat deathrce1 raceL1 pvp3 pvp2 ww pvp1 paintball santa2 gwped4,16,10

Posted Apr 30, 2011, 2:54 am
*goat starer*
Special Circumstances
Darkwind Guru

Evan Reds Faction

Avatar

Member Level

Group: Contributors
Posts: 10,907
Joined: Oct 29, 2007

Send an email to *goat starer* Send a personal messsage to *goat starer* Reply with a quote from this post Go to the top of the page

The Paranoid Tourist said:
I noticed that the bullet holes on the Wurzel chassis seem unnaturally large. I don't know if this is an easy fix but I think they should be shrunk a bit to stay in scale.

Edit: These were all HMG or MMG bullets.

http://i1087.photobucket.com/albums/j461/Apmaddock/Picture3-1.png


the bullet holes are too large on every chassis....
.........................
vet wv zom pvp4 cont community deathrceL1 marshal pvp3 pvp2

Posted May 2, 2011, 5:45 pm
johnny go
rancid
Darkwind Guru

Renegade

Member Level

Group: Members
Posts: 1,438
Joined: Mar 24, 2010

Send an email to johnny go Send a personal messsage to johnny go Reply with a quote from this post Go to the top of the page

but thay look cool!
.........................
vet wv

Posted May 2, 2011, 5:47 pm
*Jagged Monkey*
Bazooka Joes
Darkwind Guru

Deathrace Mafia Faction

Member Level

Group: Marshals
Posts: 594
Joined: Jul 13, 2010

Send an email to *Jagged Monkey* Send a personal messsage to *Jagged Monkey* Reply with a quote from this post Go to the top of the page

But I use big bullets.
.........................
vet wv combatL1 semiprocombat marshal elmsautumn northernsummer0,1,0

Posted May 2, 2011, 7:27 pm
Reply to Topic Create New Topic Create New Poll E-mail me when replies are made to this topic View Printable
» Darkwind » Announcements » Patch Notes » Engine v.136, Media v.104

0.1216 seconds - 21 queries - 0.41 load