Jump to content

MavisBey4807

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by MavisBey4807

  1. Not full object changes just them In Day https://ibb.co/QjD8fgjD In Night https://ibb.co/r2d7G788 Image From kdff https://ibb.co/Y7Z93SvZ
  2. solved thanks. I used surface>painting>prelit color like this video.
  3. i tried it but still nothing changed. https://ibb.co/sByvTDD https://ibb.co/35W0ZSJx
  4. I cant apply any texture to this id. I tried other "WORKING" textures from my other scripts. And nothing changes just original textures. Not blank white texture. here is my client.lua dff = engineLoadDFF ( "hamam.dff" ) engineReplaceModel ( dff, 17517 ) txd = engineLoadTXD ( "hamam.txd" ) engineImportTXD ( txd, 17517 ) here is my meta.xml <meta> <info author='MavisBey' name='MavisBey4807' /> <script src='client.lua' type='client' /> <file src="hamam.dff" /> <file src="hamam.txd" /> </meta>
  5. https://ibb.co/zTcM4sYM in game https://ibb.co/B2JPrLxr in ZModeler2 I use same texture. There is something i dont know i guess.
  6. eyvallah o kadar uğraşamam olmuyorsa olmuyordur bir şey yapmışsın ama anlayamıyorum o kadar kod bilgim yok. oyunda açtıktan sonra silah değiştiremiyorum ve sesler gelmiyor silahtan
  7. baston oyunda bir silah harita objesi değil. bunun modelini değiştirip ateşli bi silaha getirmenin bir yolu var mı diyorum
  8. oyundaki bastonu oyundaki bastonu silaha çevircem diyorum yazmışım yukarı bunu yapmayı biliyorum
  9. I know how to change model and texture but is there a way to change their type
  10. It is clothes model. When i import it to blender rotate and export, model does not work. I am not using it for replacing clothes model. When i use different model it accepts.
  11. Script works perfectly but game wont accept my model. It is beret.dff from original game, but rotated in blender. When i run script dff wont load, when i try different model no problem.
  12. i can not do it can you help me brother
  13. and more when i use my old computer there is no problem but when i use my new computer this problem will appear
  14. When i import a car dff or gun dff there is no problem but when i import a building or other object there is a problem. The problem is all objects are black. When i import textures nothing changes. https://ibb.co/WHXPr0n
  15. I am trying to change vehicle.txd but it does not have id how can i change it
  16. i mean colision dont work i can go through object. and i didnt try diffrent location thanks for help it works in another location but not where i want
  17. I dont know what is wrong with my colision file but it didnt work client.lua txd = engineLoadTXD ( "4807.txd" ) engineImportTXD ( txd, 3781 ) col = engineLoadCOL ( "4807.col" ) engineReplaceCOL ( col, 3781 ) dff = engineLoadDFF ( "4807.dff" ) engineReplaceModel ( dff, 3781 ) meta.xml <meta> <info author='MavisBey' name='MavisBey4807' /> <script src='client.lua' type='client' /> <file src="4807.txd" /> <file src="4807.dff" /> <file src="4807.col" /> </meta> photo of colision file https://i.hizliresim.com/dr1gvbt.PNG
×
×
  • Create New...