zxo pink Posted January 5, 2017 Share Posted January 5, 2017 i whan make a third person game but when i put a playermodel for the "FPSPlayer.lua" script i cant see the playermodel please help? Quote Link to comment Share on other sites More sharing options...
macklebee Posted January 5, 2017 Share Posted January 5, 2017 Did you edit the fpsplayer script to make the camera view as third person? If so, let me suggest you save the script as another name to avoid any possible overwrites due to updates. Also, the fpsplayer script changes the player model's material blend mode to invisible upon gameplay. Comment out the following line if you want to see the player: self.entity:SetMaterial(material) Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Thirsty Panther Posted January 6, 2017 Share Posted January 6, 2017 I'm making a 3rd person game and I used the following. Chris Vs 3rd person camera. Darkness Awaits Template. Quote Link to comment Share on other sites More sharing options...
zxo pink Posted January 6, 2017 Author Share Posted January 6, 2017 Did you edit the fpsplayer script to make the camera view as third person? If so, let me suggest you save the script as another name to avoid any possible overwrites due to updates. Also, the fpsplayer script changes the player model's material blend mode to invisible upon gameplay. Comment out the following line if you want to see the player: self.entity:SetMaterial(material) were do i need to put this commend? in the FPSPlayer.lua script? Quote Link to comment Share on other sites More sharing options...
macklebee Posted January 6, 2017 Share Posted January 6, 2017 were do i need to put this commend? in the FPSPlayer.lua script? Its already in the script which is why you cannot see the player. You need to comment it out or remove it. Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
zxo pink Posted January 6, 2017 Author Share Posted January 6, 2017 Its already in the script which is why you cannot see the player. You need to comment it out or remove it. thanks , btw my playermodel have the animations: idle walk walkback walkleft walkright run runback runleft runright walkcrouch walkcrouchback walkcrouchleft walkcrouchright jump death you know how i can make the basics one work? (run and jump) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.