Jump to content

Model Invisibility on Zoom-In

By Hahaha
in Modeling

Recommended Posts

'Sup guys, just asking a quick question about Player models. So, when the camera zooms in too much to a player's model, the character gradually becomes more and more translucent until eventually reaching full invisibility. This only ever applies to the model that is being used by the player - no matter the model itself. I was wondering if this is something hard-coded and controlled by the client, or something that could be found in the M2 itself. Either way, is it something I could remove? 

Link to comment
Share on other sites

hardcoded in exe 
set up some debugging and with a bit of a luck will and googling you will be able to maybe catch that function and disable it the WoW machinima tool already does that but only for models getting transparent from range of 0% to <100% once oyu hit 100% it will disappear again making me think that function to make character transparent only to some point is done by how much is camera zoomed in but when it gets fully transparent is not actualy transparent but more like not being rendered at all that would sound logical to me

you can also try looking at wiki for some offesets that may help you

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

?? So I got sidetracked by the fact that you could change the Field of View and hex edited the .exe to include a much farther range of vision. However, I'm still not any closer to discovering the offset for character transparency because apparently you need a value that you can increase and decrease, and scanning for changes after zooming in/out of the character (triggering the transparency and then scanning, zooming out enough so the character is opaque and scanning and so on) doesn't seem to yield any results.  I also did the same but with ticking the 'Char transparency' setting in the Machinima Tool and there didn't seem to be any values that were worthwhile. Maybe I  could peek at the source code for the Machinima Tool and see if it tells me anything about how the dude added that setting?? 

Link to comment
Share on other sites

    Global $playerbase_alpha_patchadr = 7566401
    Global $playerbase_alpha_patch = "0x8896CB000000"

sourcode code of WoWMachinimaTool just add $WoW to adr and you should be done

btw its byte[6]

No matter how fast light travels it finds the darkness has always got there first and is waiting for it 

58481774cef1014c0b5e4992.png PATREON | 580b57fcd9996e24bc43c540.pngTWITCH | mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngMC.net | png-transp.pngYOUTUBE | kisspng-paypal-computer-icons-logo-paypal-5b21b2671141f9.6031865215289350150707.pngPAYPAL |mcnet_logo1.png.2e45c50862b388f6032ba68b42275bd2.pngBUY SOME OF MY 3D MODELS


Star-Citizen-4k-001.pngStar Citizen Referral Code : STAR-XNFS-HVL9 - Register using my code and recieve free 5,000 UEC

Link to comment
Share on other sites

×
×
  • Create New...