-
Posts
3,494 -
Joined
-
Last visited
-
Days Won
115
Everything posted by Tut
-
Hello and welcome to the forums Your thread has been moved to the Portuguese forum. For any further posting in said language, please use this or another appropriate subforum.
-
Hi and welcome to the forums Your thread has been moved to the Portuguese forum. For any further posting in said language, please continue using this forum.
-
Hey, Woovie and Losfaul pointed me to some good places for making a speed limiter. You can find their replies in MTA Discord #scripting-help-3. Depends on what exactly you need a speed limiter for though. https://discordapp.com/channels/278474088903606273/667822318743060490/766203621409947658 You can also join the Discord through MTA Network top menu.
- 1 reply
-
- 1
-
-
I'm not too sure either. It looks a memory issue as you pointed out ? @ OP can you verify that the Streaming Memory in MTA options -> Advanced is maxed out?
-
tenho um emprego e quero adicionar a minha agencia
Tut replied to playergames31's topic in Programação em Lua
Hello and welcome to the forums The thread has been moved to the Portuguese forum. For any further posting in this language please use these forums. It's advised that you add the code to the forum <> code function found in the Edit toolbar, as such givePlayerMoney ( Jogador, valor_do_pagamento) setTimer(function() restartResource(getThisResource()) end, 100, 1) -
I think a lot of modders can agree to that one, and especially roleplay based servers as you added. Thankfully we've started seeing more attention on new functions concerning model side of things over the years. Definitely check out TheNormalNij's contributions towards the (WIP) new vehicle system through the page that Dutchman linked. You can also find him often talking about the subject in our Discord at #development. For the meantime there are work around's that I'd consider worth trying, though their hit on performance may vary so be mindful of that. For objects, you can replace many of the ~70 casino duplicate models and ~14 Liberty City cutscene models, which already adds up to nearly 100 ID's available to replace. You can also add multiple meshes to 1 world object by utilising opacity shaders. Say you have a grass block and a dirt block, each using 1 texture. You can then hide one of the blocks by applying an opacity shader to the unwanted texture. This works best with meshes that share same collision, or collisionless entities like weapons. You can then attach these weapons to a game weapon and hide the base model, which is then overriden by the world object which has multiple meshes - ideal for weapon customization. The same applies for vehicle and skin models. For vehicle models though, you can set the unwanted components position to below the world so that it isn't seen. I've heard people using this method for tuning systems.
-
Huge thank you to everyone who contributed towards this amazing update, and all of the players and server owners who keep making MTA a better place!
-
I'm not sure how Blender displays textures. What I do in 3ds Max is extracting all of the .txd file contents into a new folder. I then add a project file path to the new folder, letting my program know that this is where my textures are located. You should be able to do a google search on how to assign texture path in Blender, and how to display them in your viewport.
-
World objects from main dimension are in gta3.img stored in GTA SA directory\models\. You can access this file using TXD Workshop or an IMG editor. Take note that TXD Workshop is obsolete software and should not be used to edit TXD files. It's fine for extracting files though. Use Magic TXD for modifying and creating TXD files: https://www.gtagarage.com/mods/show.php?id=27862 I have removed the link that you added to your post. We don't allow links to file upload sites that uploads game assets as this is considered under 'piracy' category. You need to get the files by purchasing the game.
-
Ok. I don't use Blender but it's a very simple process. Your black box is made up of triangles, which may also be known as 'faces' or 'polygons'. You need to delete these by selecting them and hitting 'x' and then delete. Once you have deleted all of them, you can export to DFF. Make sure that you export vertex colors. If you miss anything please send a screenshot of your export settings. After that you'll need to do the same for the collision file. You can read my collisions guide on where to locate the file.
-
I can't say which is easiest to learn. I prefer 3ds Max, but it's paid software whereas Blender is free. Plugins below https://gtaforums.com/topic/838479-dff-importer-and-exporter-for-3ds-max/#comments - 3ds Max https://gtaforums.com/topic/925364-dragonff-blender-gta-io/#comments - Blender
-
You'll need to install a 3D modeling software as pointed out by Mr. Loki, followed by a set of plugins to import/export models. Once that's done we can refer you to some useful guides.
-
Thread moved to the Scripting forum. For any further posting for scripting help, please use this forum.
-
Hi and welcome to the forums I have moved your thread to the Portuguese forum. Please use this or another appropriate subforum for further posting in said language.
- 5 replies
-
- custom character
- roupas
-
(and 1 more)
Tagged with:
-
Hi and welcome to the forums Your thread has been moved to the head directory for servers.
-
Hi and welcome to the forums I've moved your thread over to the Portuguese forum. Please use this or a more appropriate subforum for any further posting in said language.
-
Thread moved to a more suitable forum. Please see the advice above on removing the unwanted mesh.
-
Thread moved into the main forum for servers. Nice swift changes Arran. ?
-
Thread moved to the Spanish forum. For any further posting in said language, please use this or one of the appropriate subforums.
-
Brasil Server Moderno[Corp/Fac Gratis] Servidor de Roleplay!!!
Tut replied to Kayque's topic in Servidores para jogar
Hi and welcome to the forums @Kayque As your post is in Portuguese it's been moved to the appropriate forum. For any further posting in said language please use this forum. -
Hi, You could try using Patrick's map converter. It supports pwn, ipl, lua and map formats: https://converter.skycore.hu/pwn_to_lua
- 1 reply
-
- 1
-
-
Hi and welcome to the forums @Zippas, I'm just letting you know that we've deleted your duplicate thread. If you ever need to change contents of a post, please click the 3 dots on the upper right of the post and click Edit.