-
Posts
24 -
Joined
-
Last visited
Everything posted by MavisBey4807
-
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
-
solved thanks. I used surface>painting>prelit color like this video.
-
i tried it but still nothing changed. https://ibb.co/sByvTDD https://ibb.co/35W0ZSJx
-
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>
-
https://ibb.co/zTcM4sYM in game https://ibb.co/B2JPrLxr in ZModeler2 I use same texture. There is something i dont know i guess.
-
I want to change Cane weapon with a pistol
MavisBey4807 replied to MavisBey4807's question in Yardım
teşekkürler -
I want to change Cane weapon with a pistol
MavisBey4807 replied to MavisBey4807's question in Yardım
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 -
I want to change Cane weapon with a pistol
MavisBey4807 replied to MavisBey4807's question in Yardım
baston oyunda bir silah harita objesi değil. bunun modelini değiştirip ateşli bi silaha getirmenin bir yolu var mı diyorum -
I want to change Cane weapon with a pistol
MavisBey4807 replied to MavisBey4807's question in Yardım
oyundaki bastonu oyundaki bastonu silaha çevircem diyorum yazmışım yukarı bunu yapmayı biliyorum -
I know how to change model and texture but is there a way to change their type
-
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.
-
Thanks
-
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.
-
i can not do it can you help me brother
-
and more when i use my old computer there is no problem but when i use my new computer this problem will appear
-
english please
-
english please
-
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
-
thanks
-
I am trying to change vehicle.txd but it does not have id how can i change it
-
PLEASE HELP ME I'M STARTING TO LOSE MY MIND
MavisBey4807 replied to MavisBey4807's topic in Scripting
thanks bro problem solved -
PLEASE HELP ME I'M STARTING TO LOSE MY MIND
MavisBey4807 replied to MavisBey4807's topic in Scripting
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 -
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